Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-09 | No need to initialize the pmap_growkernel_slock twice. | Artur Grabowski | |
No need to initialize the pmap_growkernel_slock twice. | |||
2001-11-09 | Since all our arches have /dev/ksyms, replace rigid mentions of the kernel | Miod Vallat | |
being /bsd with more correct terms, and remove /bsd and /dev/kmem from the FILES section if they were there. | |||
2001-11-09 | regen with correct Intersil vendor id | Todd C. Miller | |
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 | |
system(...) hangs forever. From a comment in the fix: * Note: a thread calling wait4 may have its state changed to waiting * until awakened by a signal. Also note that system(3), for example, * blocks SIGCHLD and calls waitpid (which calls wait4). If the process * started by system(3) doesn't finish before this function is called the * function will never awaken -- system(3) also ignores SIGINT and SIGQUIT. | |||
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 | |
belts. | |||
2001-11-09 | Be less smart in this file, but at least prevent symbol names clashes | Miod Vallat | |
with some userland parts. | |||
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 | |
If group file line would grow to be too long, leave it unmolested (previously it would get removed). Use fclose(fp) not close(fd) for a stream that was fdopen()ed. Otherwise we could leak memory. When calling fwrite() pass the buffer as a single element instead of using n one-byte elements. | |||
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 | |
in stone... | |||
2001-11-08 | don't print ROOT in CAPS for the authentication messages, i.e. | Markus Friedl | |
Accepted publickey for ROOT from 127.0.0.1 port 42734 ssh2 becomes Accepted publickey for root from 127.0.0.1 port 42734 ssh2 | |||
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 | |
Spotted by form@. millert@ ok +help | |||
2001-11-08 | My part of help, while i'm here: | Mike Pechkin | |
o) better -mdoc design; o) add section number to .Xr; o) close .Bd; o) start new sentence on a new line; jjbg@, millert@ ok | |||
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 | |
path in dlopen(), from netbsd as well. | |||
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 | |
than @newdepend for now. | |||
2001-11-07 | Say goodbye to @ignore_inst, we don't use it, and it doesn't even work in | Marc Espie | |
any sane way... | |||
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; ↵ | Michael Shalayeff | |
niels@ angelos@ ok | |||
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 | |