Age | Commit message (Expand) | Author |
2001-11-09 | Fix pasto in Intersil PCI vendor ID; mike AT ethmoid.org | Todd C. Miller |
2001-11-09 | Fix problem found by espie (and other porters) where | Marco S Hyman |
2001-11-09 | another pthread regression test: system/waitpid/wait4 | Marco S Hyman |
2001-11-09 | Ouch, more variables declarations in .h files lacking ``extern'' safety | Miod Vallat |
2001-11-09 | Be less smart in this file, but at least prevent symbol names clashes | Miod Vallat |
2001-11-08 | COPY_SIGCODE serve no purpose nowadays. | Miod Vallat |
2001-11-08 | There is no point keeping ramdisk support in non-RAMDISK kernels. | Miod Vallat |
2001-11-08 | clarify | Theo de Raadt |
2001-11-08 | Replace unreadable snprintf() and pointer arithmetic with simple strlcat(). | Todd C. Miller |
2001-11-08 | indent | Theo de Raadt |
2001-11-08 | parts name change | Theo de Raadt |
2001-11-08 | fix the endif comment | Michael Shalayeff |
2001-11-08 | swap arguments in libdepend, do it now before the bsd.port.mk parts are set | Marc Espie |
2001-11-08 | don't print ROOT in CAPS for the authentication messages, i.e. | Markus Friedl |
2001-11-08 | veli tpyo stolen fmor nkilsa | Michael Shalayeff |
2001-11-08 | it is octopussy 550, not 950 | Michael Shalayeff |
2001-11-08 | regen | Michael Shalayeff |
2001-11-08 | fix lava, add a fewsome from dmesglog | Michael Shalayeff |
2001-11-08 | mention setuid root requirements; noted by cnorris@csc.UVic.ca; ok stevesk@ | Markus Friedl |
2001-11-08 | -c is defualt. minor mdoc changes. | Mike Pechkin |
2001-11-08 | My part of help, while i'm here: | Mike Pechkin |
2001-11-08 | don't strdup too much data; from gotoh@taiyo.co.jp; ok millert. | Markus Friedl |
2001-11-08 | use strncpy() to set ifname arg to ioctl | Jun-ichiro itojun Hagino |
2001-11-08 | use uvm headers there as well... | Miod Vallat |
2001-11-08 | fixes netbsd PR #10940 and also uses main program's library search | Federico G. Schwindt |
2001-11-07 | sync | Theo de Raadt |
2001-11-07 | crank c->path to 256 so they can hold a full hostname; dwd@bell-labs.com | Markus Friedl |
2001-11-07 | unused includes | Markus Friedl |
2001-11-07 | Unbreak cpu_fork(). mvme88k kernels compile and work again. | Miod Vallat |
2001-11-07 | Let those compile. | Miod Vallat |
2001-11-07 | post-mmap API change fixes. | Miod Vallat |
2001-11-07 | s/Keepalive/KeepAlive/; from openbsd@davidkrause.com | Markus Friedl |
2001-11-07 | missing free and sync dss/rsa code. | Markus Friedl |
2001-11-07 | ssh_rsa_sign/verify: SSH_BUG_SIGBLOB not supported | Markus Friedl |
2001-11-07 | Unconfuse option description. | Marc Espie |
2001-11-07 | Recognize @libdepend, even though it doesn't do anything smarter with it | Marc Espie |
2001-11-07 | Say goodbye to @ignore_inst, we don't use it, and it doesn't even work in | Marc Espie |
2001-11-07 | Recognize libdepend keyword. | Marc Espie |
2001-11-07 | don't xr kbd or ms, they aren't attached to sab's anyway | Jason Wright |
2001-11-07 | fix typo | Jason Wright |
2001-11-07 | enc and pflog were using iana space, move and update w/ iana current list; ni... | Michael Shalayeff |
2001-11-07 | use -lrpcsvc | Theo de Raadt |
2001-11-07 | use -lrpcsvc | Theo de Raadt |
2001-11-07 | use -lrpcsvc | Theo de Raadt |
2001-11-07 | KNF | Theo de Raadt |
2001-11-07 | avoid strcpy and sprintf | Theo de Raadt |
2001-11-07 | crank strings to 256 so they can hold a full hostname | Theo de Raadt |
2001-11-07 | assume buffer is BUFSIZ long, and handle it so; millert ok | Theo de Raadt |
2001-11-07 | simplify buffer handling; ok ho | Theo de Raadt |
2001-11-07 | avoid buffer overflows. when will people learn to use snprintf correctly | Theo de Raadt |