Commit graph

  • d55a64c905 git: use commit date as traversal hint instead of author date Michael Forney 2022-03-17 01:41:44 +0000
  • 8bd5be7c70 git/fetch: improve detection of dumb http protocol Michael Forney 2022-03-17 01:41:09 +0000
  • 2e47badb88 git/query: refactor graph painting algorithm (findtwixt, lca) Michael Forney 2022-03-16 21:41:59 +0000
  • 873f381e29 acme: fix hiding of top windows when loading a dump file (thanks Xiao-Yong) Igor Böhm 2022-03-15 10:49:00 +0000
  • ca313087c1 ip(3): use flags instead of tag for 8 column route add/remove cinap_lenrek 2022-03-14 18:45:27 +0000
  • d4e89fe76a ape: fix wrong write size for _assert() cinap_lenrek 2022-03-14 11:16:11 +0000
  • 263251da75 ip/dhcpd: ignore icmp advice cinap_lenrek 2022-03-13 20:43:16 +0000
  • 5186cb3b99 ip(3): document the trans argument for add/try. cinap_lenrek 2022-03-13 17:38:06 +0000
  • c8507f428f ipconfig(8): add -t flag to enable source address translation cinap_lenrek 2022-03-13 17:29:16 +0000
  • 6e4a1fda8c devip: allow setting the "trans" flag on a logical interface cinap_lenrek 2022-03-13 17:16:54 +0000
  • d2a7d88662 devip: implement network address translation routes cinap_lenrek 2022-03-12 20:53:17 +0000
  • c14ea9fdd1 awk: fix off-by-one string buffer overflow from gsub cinap_lenrek 2022-03-12 12:29:15 +0000
  • af6f03e528 hjfs: fix group ownership of home dirs created by newuser command Alex Musolino 2022-03-08 13:25:52 +0000
  • 21b501c27f /lib/theo: Once you understand the mechanism you'll realize it will never work. glenda 2022-03-06 02:25:23 +0000
  • 0f890140f2 igfx: fix some typos in comments Michael Forney 2022-03-05 01:06:20 +0000
  • d52f25ecdc igfx: add TypeILK, since it differs slightly from SNB Michael Forney 2022-03-02 10:26:37 +0000
  • a00957efee igfx: maintain single/double-channel LVDS mode from BIOS Michael Forney 2022-03-02 10:26:36 +0000
  • 79c7e4514d igfx: fix FDI link training on ironlake Michael Forney 2022-03-02 10:26:38 +0000
  • 9c02337fc3 merge cinap_lenrek 2022-03-02 18:54:36 +0000
  • 954f9f1fcf aux/vga: return modes according to EDID timing priority order Michael Forney 2022-02-28 21:20:52 +0000
  • 5c96a51f3a nusb/serial: fix pl2303 usbcmd error checks Michael Forney 2022-01-01 22:51:18 +0000
  • d082a8972f ether82563: add pci id for ethernet on dell optiplex 7090 micro (thanks leimy) cinap_lenrek 2022-02-28 13:18:13 +0000
  • 5886b999d5 devbridge: fix vlan range parsing cinap_lenrek 2022-02-27 13:32:58 +0000
  • 840d16912a git/revert: update modification time on revert Ori Bernstein 2022-02-27 04:27:56 +0000
  • fd1cfc824a snoopy: add vlan protocol (802.1q) cinap_lenrek 2022-02-27 03:33:01 +0000
  • 9944e16b16 devbridge: improve locking, unbind ports automatically on read error and more... cinap_lenrek 2022-02-26 22:05:32 +0000
  • be0a80faf3 nusb/disk: use setalt(), print argv0 in prints instead of "disk:" cinap_lenrek 2022-02-23 18:38:28 +0000
  • 045936a778 nusb/cam: fix mistake (nil vs -1) cinap_lenrek 2022-02-23 18:13:00 +0000
  • 8bf71adc94 nusb/audio: use setalt(), make sure endpoint has right direction. cinap_lenrek 2022-02-23 18:03:53 +0000
  • 11e12ea0c0 nusb/cam: use setalt() cinap_lenrek 2022-02-23 18:02:02 +0000
  • 67750a093f nusb/ether: use setalt() cinap_lenrek 2022-02-23 18:01:15 +0000
  • bea20cd152 nusb/lib: provide a setalt() function to set the interface to its altsetting cinap_lenrek 2022-02-23 18:00:34 +0000
  • 9cd55a085d nusb/ether: remove csp check for rndis, already done in nusbrc cinap_lenrek 2022-02-23 17:59:13 +0000
  • 0e3a955652 libFLAC: update to 1.3.4 Sigrid Solveig Haflínudóttir 2022-02-21 21:11:19 +0000
  • 065d601916 nusb: Fix handling of interface altsetting. cinap_lenrek 2022-02-21 19:50:16 +0000
  • 14bb9734a6 usbxhci: endpoint address needs to be masked with Epmax from endpoint number cinap_lenrek 2022-02-21 18:46:47 +0000
  • 4b637a24f9 devbridge: implement experimental vlan support cinap_lenrek 2022-02-16 22:38:03 +0000
  • 7289f371a0 devip: dont hold ifc wlock during medium bind/unbind cinap_lenrek 2022-02-16 22:31:31 +0000
  • 755880b19f rc: fix globbing with lists (thanks qwx) cinap_lenrek 2022-02-16 18:07:21 +0000
  • c5c79d61e6 etheriwl: fixes for 7260 ac 2021-08-14 17:50 GMT, kemal <kemalinanc8@gmail.com>: > 1- as driver reads 8 bytes from nvm instead of 6 so fw doesn't > spit us an ADVANCED_SYSASSERT, it was reading 2 more > extra bytes. apparently those 2 extra bytes were put to > the first 2 bytes of our buffer, so we got to skip that. kemal 2021-08-21 22:23:12 +0000
  • 2367a2aeae git/branch: fix order of operations (thanks qwx) Ori Bernstein 2022-02-10 01:33:36 +0000
  • beeb054209 gba: fix flash chip id for 128k and add setting qwx 2022-02-10 00:35:13 +0000
  • a72a4c8b91 audio/flacdec: handle read errors properly to avoid endless looping saturating cpu Sigrid Solveig Haflínudóttir 2022-02-09 00:42:10 +0000
  • 876907a530 rio: fix parsing of directory path (-cd) when creating a new window via wctl Igor Böhm 2022-02-09 00:11:44 +0000
  • 4ab2d149d4 nusb/usbd: use per hname collision counter instead of device address to resolve collisions cinap_lenrek 2022-02-06 01:19:01 +0000
  • fc0357b3de nusbrc: fix FTDI detection cinap_lenrek 2022-02-06 00:11:49 +0000
  • c0f142d993 bcm: fix rebootcode linkage cinap_lenrek 2022-02-05 16:20:56 +0000
  • e4f30c89f4 ip/tftpd: add -m argument for name substitution using regular expressions cinap_lenrek 2022-02-05 01:34:22 +0000
  • dc72530159 devgpio: make reading ctl file return 0 bytes cinap_lenrek 2022-02-05 01:25:28 +0000
  • 1290c534be g: show all file names when grepping Ori Bernstein 2022-02-05 00:40:45 +0000
  • 251c3cfd61 acne/Mail: fix double-free (Bterm() in mesgshow()) cinap_lenrek 2022-01-29 20:50:03 +0000
  • 2833aecc68 vmx: fix PCI ID for virtio block devices Michael Forney 2022-01-24 23:48:13 +0000
  • 8dc8e3a019 mothra: fix rendering of <samp> tag Mothra does not currently render text inside <samp> tags inline similar to <code>, but instead treats them like <pre> which is actually incorrect behavior. The following small patch should fixes issue. Kristo 2022-01-22 18:00:22 +0000
  • 33231f9222 g: use xargs instead of finding complete file list before greping Michael Forney 2022-01-01 10:26:14 +0000
  • 4db9bebede g: fix duplicate files with directory argument Michael Forney 2022-01-01 22:51:39 +0000
  • 60adc40118 devenv: allow environment total size of up to 1MB cinap_lenrek 2022-01-23 21:33:58 +0000
  • a5a8a92adf git/query: leave range commits in topological order Michael Forney 2022-01-23 00:39:21 +0000
  • b9adc507d2 cc: fix incorrect octal range condition in mpatov Michael Forney 2022-01-23 01:05:27 +0000
  • dadaeb584b /sys/games/lib/fortunes: GPU.js glenda 2022-01-23 03:10:23 +0000
  • 27bdfccc40 /lib/theo: You obviously don't know what you are doing, and I think you don't deserve help. glenda 2022-01-23 03:08:35 +0000
  • 3ba62d3cd0 man(1): reference /rc/bin/sig in SOURCE section Igor Böhm 2022-01-23 01:14:05 +0000
  • 108d74cb0a cmd/sshfs.c (recvproc): prefer error codes over error strings Benjamin Riefenstahl 2022-01-07 10:37:02 +0000
  • 9d43029ff9 page: performance fixes qwx 2022-01-19 22:58:53 +0000
  • aa14ba62fd flacdec: do not loop forever on write/decode errors Sigrid Solveig Haflínudóttir 2022-01-19 02:16:09 +0000
  • 6f9838a6a5 kernel: make Page.txtflush into an array cinap_lenrek 2022-01-16 19:25:11 +0000
  • 6e64d30454 fortunes: MY NAME IS BEING USED IN A PHISHING ATTACK. DO NOT RESPOND TO MAIL OFFERING MONEY FOR UNDERGRAD RESEARCH ASSISTANTS. -- bwk glenda 2022-01-12 04:13:08 +0000
  • 538b810712 rc: fix pwrd() regression, forgot <= ' ' case from needsrcquote()... sorry :( cinap_lenrek 2022-01-10 17:41:46 +0000
  • 85bfb0e9eb reduce: use if() to test for exit status of pipeline cinap_lenrek 2022-01-10 02:01:11 +0000
  • 4d872079d3 iostats: bind /srv into the namespace, its magic Ori Bernstein 2022-01-09 17:38:58 +0000
  • 9e79aaceba git/commit: squelch error when run outside repository Ori Bernstein 2022-01-09 17:37:29 +0000
  • 47b7dc5ccd acme: fix window and scrollbar display glitches at bottom fringe of column Igor Böhm 2022-01-04 19:11:07 +0000
  • 369cba5f93 rc: read heredoc when receiving '\n' (thanks Eckard Brauer) cinap_lenrek 2022-01-07 20:50:00 +0000
  • 70edb7fbae git/fs: remove trailing null bytes from parent file (thanks mcf) Ori Bernstein 2022-01-07 01:43:52 +0000
  • bf322dfbf3 ape/mkstemp: better options Benjamin Riefenstahl 2021-12-10 20:44:26 +0000
  • 370bfd26ce git: fix typo in git/log output Ori Bernstein 2022-01-06 06:38:56 +0000
  • 3568e27ec8 rc: only have single instance of a symbol, extern in header (thanks mcf) cinap_lenrek 2022-01-04 00:19:36 +0000
  • 699d2e0ed9 rc: simplify Makefile, use yacc default rule (thanks k0ga) cinap_lenrek 2022-01-03 22:48:44 +0000
  • 1a90e04c05 ape: export mktemp() in <stdlib.h> when _BSD_SOURCE is set cinap_lenrek 2022-01-03 18:49:40 +0000
  • b34fc2a9cf ape: allow exporting rc functions in environ[] cinap_lenrek 2022-01-03 18:47:56 +0000
  • 3ec59c7b70 ape/psh: provide /dev/fd cinap_lenrek 2022-01-03 18:44:22 +0000
  • 189731aad0 rc: make it portable (for UNIX) cinap_lenrek 2022-01-03 18:41:48 +0000
  • c51a5cfa06 rc: Xerror is not a instruction, remove from pfnc cinap_lenrek 2022-01-03 18:22:29 +0000
  • f63d1d3ced git: size cache in bytes, not objects Ori Bernstein 2022-01-02 03:37:23 +0000
  • 99d54e420e rc: add Xhereq instruction to trace cinap_lenrek 2022-01-02 03:35:50 +0000
  • 11d573d7f9 rc: rstr() shouldnt skip trailing NUL bytes (thanks ori) cinap_lenrek 2022-01-02 03:33:34 +0000
  • c4e30bede2 remove ssl from zynq and remaining kernel configurations qwx 2022-01-01 15:23:46 +0000
  • 2025214dfc rc: fix here document handling with quoted end-marker (thanks sigrid) cinap_lenrek 2021-12-31 23:26:59 +0000
  • d0c9127b10 remove devssl.c cinap_lenrek 2021-12-31 16:21:54 +0000
  • 49e991eaed /rc/lib/rcmain: remove useless exit $staus at the end cinap_lenrek 2021-12-31 16:15:20 +0000
  • b00b3d3739 rc(1): fix synopsis cinap_lenrek 2021-12-31 16:08:30 +0000
  • 9773f55318 rc: add err != nil check for early exit cinap_lenrek 2021-12-31 16:05:28 +0000
  • 44a5f4d2ef remove pushssl(2) cinap_lenrek 2021-12-31 15:59:13 +0000
  • 8bebe3ab19 remove ssl(3) cinap_lenrek 2021-12-31 15:56:40 +0000
  • 2d105c2d32 0intro(1), acme(1), con(1), rcpu(1), rio(1), namespace(4), authsrv(6), aan(8): cpu -> rcpu cinap_lenrek 2021-12-31 15:53:00 +0000
  • 31f66da433 ftpfs(4): import -> rimport cinap_lenrek 2021-12-31 15:51:22 +0000
  • 917f57b6c3 consolefs(4): import -> rimport cinap_lenrek 2021-12-31 15:50:22 +0000
  • aa781bfda2 listen(8): get rid of old ports cinap_lenrek 2021-12-31 15:44:55 +0000
  • a33e93a752 listen(8): remove old cpu, exportfs and rexec listeners cinap_lenrek 2021-12-31 15:43:16 +0000
  • b90036a062 rc: fix everything cinap_lenrek 2021-12-31 15:27:10 +0000
  • 855cf4326f acme(1): fix reference to 9front default acme font Igor Böhm 2021-12-29 23:37:56 +0000