Commit graph

  • d41236fef5 git/walk: dirs should not count as tracked Ori Bernstein 2024-11-18 20:24:17 +0000
  • 06cdd2915b git/merge: normal messages go to stdout Ori Bernstein 2024-11-18 20:23:54 +0000
  • d58ba675e7 kernel: reorganize bootfs.paq generation cinap_lenrek 2024-11-16 17:49:28 +0000
  • a1b80da11f sdodin: fix set but not used warning cinap_lenrek 2024-11-16 04:24:14 +0000
  • 14c36f2b16 kernel: remove unused cruft: delaylink, normalprint cinap_lenrek 2024-11-16 03:37:45 +0000
  • 705638e189 pc, pc64: refactor pcibios code so we dont pollute the amd64 kernel cinap_lenrek 2024-11-15 23:20:28 +0000
  • 6b8c36d51f devip: correctly return when allocating an ipmedium slot Jacob Moody 2024-11-15 01:06:54 +0000
  • 3f7a323e31 devip: panic if we exceed the number of media entries (thanks k0ga) cinap_lenrek 2024-11-13 19:31:12 +0000
  • b4e8108d6c git/save: sort argv lexicographically Ori Bernstein 2024-11-10 01:31:25 +0000
  • e4373dd103 ip/pppoe: properly zero-pad ethernet frames, optimize framing, limit mtu cinap_lenrek 2024-11-07 21:24:27 +0000
  • aeb857e367 acme/Mail: provide runnable command to view html Ori Bernstein 2024-11-07 20:51:09 +0000
  • 15ceba4fc9 git: fix off by one in strncmp Jacob Moody 2024-11-07 00:40:57 +0000
  • 7276be7b2d /sys/lib/dist/ndb/common: add git and gits Jacob Moody 2024-11-07 00:40:35 +0000
  • c51566faa7 cpurc, termrc: actually, gefs not needed, still, keep it sorted (thanks ori) cinap_lenrek 2024-11-03 17:05:45 +0000
  • 33efe0a189 cpurc, termrc: dont kill gefs cinap_lenrek 2024-11-03 15:16:42 +0000
  • ca672123ca cpurc: use ndb/query -cia instead of ndb/ipquery cinap_lenrek 2024-11-03 15:10:48 +0000
  • 6500b30363 pstree: remove unnecessary globbing and environment pollution (thanks cgnarne, cinap_lenrek) qwx 2024-11-03 14:58:56 +0000
  • 9ae4b3d9fc nusb/usbd: issue SetConfiguration(0) request to USB3 hub on attach cinap_lenrek 2024-11-03 12:18:46 +0000
  • bada582e18 nusb/lib: do not retry port status requests cinap_lenrek 2024-11-03 12:13:22 +0000
  • ebf3e9067d devusb: destruct usb tree from the leaves, split epclose() into epstop()/epclose() cinap_lenrek 2024-11-03 12:11:45 +0000
  • acf707cbbc samterm: make right arrow move to the right of dot (thanks llamaa) Ori Bernstein 2024-10-29 14:15:18 +0000
  • 493bac79b6 pstree: reimplement in awk, optionally restrict to a given process qwx 2024-10-30 23:43:47 +0000
  • 5969b872bb ip/tftpd: accept an address to announce to as an argument. Jacob Moody 2024-10-30 21:46:39 +0000
  • 1454ec6425 aux/listen: remove namespace from procsetname. Jacob Moody 2024-10-30 21:45:26 +0000
  • 61f028fdac ip/traceroute: sprint() -> snprint() cinap_lenrek 2024-10-29 01:03:04 +0000
  • ce825aabe0 telnetd: fix getremote() cinap_lenrek 2024-10-29 00:58:33 +0000
  • 1e7d5833ab ip/*: sprint() -> snprint() in a bunch of old copy-pasted network announce routines. cinap_lenrek 2024-10-29 00:42:07 +0000
  • c7fd84937c ip/ipconfig: don't use sprint() when we have variable strings. cinap_lenrek 2024-10-29 00:17:34 +0000
  • eb76dc48cd ip/ipconfig: ndbvalfmt() strings when formatting ndb entries. cinap_lenrek 2024-10-28 22:51:42 +0000
  • d248f8e847 ip/ppp: rc-quote ipnet value, to prevent accidents. cinap_lenrek 2024-10-28 22:50:49 +0000
  • 6894c4e13a ppp: pass -i flag to ip/ipconfig (-i for ipv4, -I for ipv6) to populate ipnet= entries cinap_lenrek 2024-10-28 19:08:23 +0000
  • 5f59652ae1 ip/ipconfig: implement dhcpv6 prefix delegation, dynamic client cinap_lenrek 2024-10-28 19:06:47 +0000
  • 3e4e1b0211 ip(3): ra6 routerlt is in seconds, not ms. cinap_lenrek 2024-10-27 22:57:39 +0000
  • 790a516884 ip/ipconfig: handle dhcpv6 IA options, pass gateway from RA cinap_lenrek 2024-10-27 09:09:15 +0000
  • a916137c97 devip: allow (NAT) hole punching for ICMP and UDP cinap_lenrek 2024-10-26 17:05:35 +0000
  • 7ee606d027 devip: Fix bugus RouteHint* pointer to be passed to ipoput4() cinap_lenrek 2024-10-26 17:04:40 +0000
  • ac0af7f9bf devfloppy: fix unreachable code warning after cmderror() cinap_lenrek 2024-10-23 22:54:59 +0000
  • 41d0149194 devusb: fix TT properties, checking, and bugs cinap_lenrek 2024-10-23 21:54:48 +0000
  • 97a5e60d0e nusb/*: improve usbd to handle transaction translater properties correctly cinap_lenrek 2024-10-23 21:42:37 +0000
  • a610f2eac2 nusb/disk: kill 9p procs before sysfatal(), devctl() before opendevdata() cinap_lenrek 2024-10-23 21:30:49 +0000
  • 235681677d kernel: make cmderror() _Noreturn cinap_lenrek 2024-10-23 21:26:39 +0000
  • 9a22996da2 forgot pc/wavelan.h cinap_lenrek 2024-10-20 12:23:40 +0000
  • 40724b9988 devether: Fix memory leaks in ifstat reads cinap_lenrek 2024-10-20 12:22:36 +0000
  • c1c4d40def devuart: Fix memory leak when reading status file cinap_lenrek 2024-10-20 12:12:42 +0000
  • fcdfb151e2 kernel: Limit parsecmd() to a maximum of READSTR bytes cinap_lenrek 2024-10-20 12:07:08 +0000
  • 5beba2cf33 upasfs(4): make the name match the executable path Ori Bernstein 2024-10-18 23:24:36 +0000
  • c73d5a559f spin: make generated code match installed headers Ori Bernstein 2024-10-18 15:33:26 +0000
  • 3f33d868fe audio/zuke: icy: use http 1.1, specify host, follow redirects Sigrid Solveig Haflínudóttir 2024-10-17 14:29:41 +0000
  • 710b3ec0b6 timezones: Add Indonesia (thanks AlfredPros) Jacob Moody 2024-10-17 06:04:51 +0000
  • 708ff097a6 libgeometry: add ptincylinder and ptincone rodri 2024-10-14 12:04:35 +0000
  • b6b5e569e9 geometry(2): fix little typo rodri 2024-10-14 11:22:53 +0000
  • 65ea63e521 libgeometry: add quaternion sandwich product functions rodri 2024-10-14 11:14:50 +0000
  • 84170d89b7 patch: show expected line number for hunk when rejecting it Ori Bernstein 2024-10-12 14:50:42 +0000
  • 5285caa05d devusb: prevent double-detach and other invalid state changes cinap_lenrek 2024-10-09 21:43:07 +0000
  • 4df9d68adb devusb: better usbid allocation, fix locking, remove dump ctl cinap_lenrek 2024-10-09 20:14:34 +0000
  • 561926fcbc ether8169: add pci id for RTL8111/8168/8411 (thanks Sylvie) cinap_lenrek 2024-10-09 19:18:29 +0000
  • addf2d55bf test/zones.rc: Fix instability, read current time once. cinap_lenrek 2024-10-06 16:14:29 +0000
  • 96bf1d3ebd kernel: remove unused lockstats and make lock() return type void cinap_lenrek 2024-10-06 16:02:13 +0000
  • 40177b86bf auth/as: dont pollute parents environment or namespace (thanks jrmu, sl) cinap_lenrek 2024-10-06 02:03:54 +0000
  • ddcfc1de22 doctype: fix custom options (thanks sirjofri) Ori Bernstein 2024-10-05 15:20:27 +0000
  • 6ebfbaa826 isalpharune(2): invalid Runes are just > Runemax Jacob Moody 2024-10-05 00:43:38 +0000
  • 698ecf25e5 libc/runeistype: out of range is only > Runemax, Rune is a uint Jacob Moody 2024-10-05 00:36:48 +0000
  • 394e9c2235 libc/runeistype: accept out of range runes Ori Bernstein 2024-10-05 00:06:50 +0000
  • 4d484968bf kernel: avoid recursive lockloop() prints from screenputs() (thanks noam) cinap_lenrek 2024-10-03 20:25:58 +0000
  • d8973bdc75 git/export: don't try to diff dirs Ori Bernstein 2024-10-03 15:36:43 +0000
  • 8e301036fa merge3: remove unnecessary variables Ori Bernstein 2024-10-02 21:45:17 +0000
  • 1cf37db07a merge3: fix funny merge cases and crashes Ori Bernstein 2024-10-02 21:43:20 +0000
  • 9fa2b25133 merge3: clamp aligned lines to be within the file. Ori Bernstein 2024-10-01 18:13:55 +0000
  • 0c4e4cb9e9 git/diff: fix -c flag Noam Preil 2024-10-01 12:08:29 +0000
  • 91b19a1983 aux/cddb: fix artist line splitting Noam Preil 2024-09-29 15:08:34 +0000
  • be48d656d3 mkmany: check more carefully for test folder Noam Preil 2024-09-17 07:45:01 +0000
  • 8624a54632 aux/cddb: support very long artist+album name combos Noam Preil 2024-09-24 06:47:26 +0000
  • dcff4acbb6 git/commit: preserve merge-parents on failed commit Noam Preil 2024-09-22 20:24:16 +0000
  • f3f659b54b look: fix case sensitivity when using base > 10 Jacob Moody 2024-09-29 18:35:30 +0000
  • dc318a6471 git/test: add noam.rc testcase cinap_lenrek 2024-09-29 17:29:48 +0000
  • 798352644e git/save: and try again... cinap_lenrek 2024-09-29 17:28:48 +0000
  • 0e7690a4f8 git/save: pffff. revert last change... cinap_lenrek 2024-09-29 16:47:47 +0000
  • de7d3753a5 git/save: fix the "noam" bug cinap_lenrek 2024-09-29 16:30:39 +0000
  • 1c682a98fe ip/ipconfig: make ra limiter less agressive (thanks cgnarne) cinap_lenrek 2024-09-29 11:41:50 +0000
  • d0f4f620cf walk: qid.vers should be ignored (thanks BurnZeZ) cinap_lenrek 2024-09-23 18:31:46 +0000
  • 4374194306 git/branch: make it more robust Ori Bernstein 2024-09-22 17:06:14 +0000
  • 772f3099ef git/test: run tests with a temporary install bound to /bin/git cinap_lenrek 2024-09-16 22:55:40 +0000
  • e2fa84d6cd git/serve: we don't do thin packs -- advertise it. Ori Bernstein 2024-09-16 22:51:25 +0000
  • 0636bfc774 git/query: process full contents of queue, even with skips Ori Bernstein 2024-09-16 22:48:02 +0000
  • d9edee8b1a merge3: correctly handle 1-based closed intervals Ori Bernstein 2024-09-15 02:22:27 +0000
  • 1a53aacc60 git/test: improve ftype test (also test dir -> file transition) cinap_lenrek 2024-09-14 19:21:17 +0000
  • d03b67430f merge3: fix assert in merge of identical deletions Ori Bernstein 2024-09-14 15:57:24 +0000
  • f63dcb4b9b git/branch: handle dirents changing between file and dir correctly (thanks cinap) Ori Bernstein 2024-09-13 16:28:32 +0000
  • 9482f887f9 jpg/tga: decode TGA32 images into RGBA32 ones rodri 2024-09-12 19:09:40 +0000
  • ce97bb4998 merge cinap_lenrek 2024-09-09 16:54:41 +0000
  • 79eb47ef8e acme, abaco: render scrollbar like rio aap 2024-09-09 13:03:15 +0000
  • 36e5075ded gefs: protect fids with rwlock Ori Bernstein 2024-09-07 19:00:06 +0000
  • 084c9d6eba g: add .in, fix earlier fuckup (thanks mkf) qwx 2024-09-04 19:57:16 +0000
  • 87cbf8e792 sshnet(4): fix title (thanks arne) cinap_lenrek 2024-08-31 18:50:25 +0000
  • 2d63bdbb44 g: add cxx and hxx mkf 2024-08-31 07:33:30 +0000
  • 9d2f21b2cf ndb/dns: refuse recursive requests harder when given -R (thanks be0ba) Jacob Moody 2024-08-31 02:23:05 +0000
  • 761452154a gefs: clunk dent and mnt when dropping rclose message cinap_lenrek 2024-08-30 19:54:26 +0000
  • d31382ca17 gefs: fix fidtab locking order in clunkfid() cinap_lenrek 2024-08-30 19:16:13 +0000
  • 0ab0a036ed gefs: fix use after free in putconn() cinap_lenrek 2024-08-30 18:54:43 +0000
  • 15341e1116 gefs: fix Fid refcounting bugs cinap_lenrek 2024-08-30 18:46:50 +0000