Age | Commit message (Expand) | Author |
2001-11-16 | oops | Michael Shalayeff |
2001-11-16 | make stack trace print addrs if no symtab present; miod@ ok | Michael Shalayeff |
2001-11-16 | regen | Michael Shalayeff |
2001-11-16 | fix the typo (from dne@mayonnaise.net) and sort the ali section | Michael Shalayeff |
2001-11-16 | add an implementation for _load_uio on UIO_SYSSPACE objects that looks strang... | Jason Wright |
2001-11-16 | Close comment. | Miod Vallat |
2001-11-16 | remove #if 1 and some other debugging stuff | Jason Wright |
2001-11-16 | +/dev/crypto; prompted by jason@ | Todd T. Fries |
2001-11-16 | _load_uio returns an error now until a real implementation is in place. | Jason Wright |
2001-11-16 | no need for setjmp.h | Theo de Raadt |
2001-11-16 | report for wait3() returning 0 | Theo de Raadt |
2001-11-16 | Instead of using a longjmp to catch SIGPIPE, just set to SIG_IGN and | Todd C. Miller |
2001-11-16 | _bus_dmamap_load_uio now returns an ERROR instead of claiming no error | Jason Wright |
2001-11-16 | Basic documentation for library-specs. | Marc Espie |
2001-11-16 | handle empty lines instead of dumping core; report from sha@sha-1.net | Markus Friedl |
2001-11-16 | yes, signed substraction does not work because of underflows, revert the prev... | Michael Shalayeff |
2001-11-16 | sync with latest kame. terminate only if ripng response is not received | Jun-ichiro itojun Hagino |
2001-11-16 | apull in the latest kame code. | Jun-ichiro itojun Hagino |
2001-11-16 | mvme88k varargs cleanup 1/2 | Miod Vallat |
2001-11-15 | bio_doread doesn't need a cred anymore | Artur Grabowski |
2001-11-15 | Remove creds from struct buf, move the creds that nfs need into the nfs node. | Artur Grabowski |
2001-11-15 | fix password length check; allows usermod -p to work again. | Dan Harnett |
2001-11-15 | Initialize list | Niklas Hallqvist |
2001-11-15 | Compile with AHC_DEBUG | Hakan Olsson |
2001-11-15 | uvm_vnp_setsize | Artur Grabowski |
2001-11-15 | remove statics | Niklas Hallqvist |
2001-11-15 | uvm_vnp_setsize | Artur Grabowski |
2001-11-15 | lockmgr instead of rolling our own. | Artur Grabowski |
2001-11-15 | sync with reality; scope identifier comes even without NI_WITHSCOPEID. | Jun-ichiro itojun Hagino |
2001-11-15 | Don't zero v_bioflag when recycling a vnode in getnewvnode. | Artur Grabowski |
2001-11-15 | Make sure that stuff on the syncer worklist has VBIOONSYNCLIST set | Artur Grabowski |
2001-11-15 | New function vn_marktext - mark a vnode as executing a text image. | Artur Grabowski |
2001-11-15 | Missed one place to check for bpp == NULL | Artur Grabowski |
2001-11-15 | make NI_WITHSCOPEID a default (always on), to synchronize with recent 2553bis. | Jun-ichiro itojun Hagino |
2001-11-15 | cdev glue for crypto(9) [Not known to work, but will as soon as interrupt | Jason Wright |
2001-11-15 | Listen on port 587 for IPv6 too. Noticed by todd@ | Todd C. Miller |
2001-11-14 | allow swaples diskless configs; deradt@ ok | Michael Shalayeff |
2001-11-14 | use substract when comparing keys, for ip addrs as well. | Michael Shalayeff |
2001-11-14 | Mention that the meaning of the battery_life variable in apm_power_info | Miod Vallat |
2001-11-14 | Points to disklabel | Marc Espie |
2001-11-14 | On macppc, print the recharge time estimate as a recharge time estimate, not | Miod Vallat |
2001-11-14 | On macppc, when the battery is charging, the life time estimatation is in fact | Miod Vallat |
2001-11-14 | Move call to daemon() after chdir() so any error message printed | Todd C. Miller |
2001-11-14 | Don't yell about clock drift for ridiculous (less than 48 hours) deltas. | Miod Vallat |
2001-11-14 | add ppp(4) per popular demand | Michael Shalayeff |
2001-11-14 | add ppp(4), from netbsd | Michael Shalayeff |
2001-11-14 | add bridge control bit definitions up to pci2.2, via netbsd | Michael Shalayeff |
2001-11-14 | avoid stdio in a signal handler; millert ok | Theo de Raadt |
2001-11-14 | in a signal handler, change errx() to warnx() + _exit; millert ok | Theo de Raadt |
2001-11-14 | errno saving wrapping in a signal handler | Theo de Raadt |