Age | Commit message (Expand) | Author |
2001-08-08 | Remove IPCOMP option, it's now part of IPSEC option. You still need to | Jean-Jacques Bernard-Gundol |
2001-08-08 | __dead doesn't work on function pointers. | Artur Grabowski |
2001-08-08 | The kernel message for reaching the mclpool limit has | Heikki Korpela |
2001-08-08 | when describing the -o option, give -o Protocol=1 as the specific example | Theo de Raadt |
2001-08-08 | rewrite signal handlers to be race-safe. rewrite USC/ISI code I think | Theo de Raadt |
2001-08-08 | put a kjc copyright on this | Theo de Raadt |
2001-08-08 | split up the gethost*() functions a bit more, to make it more obvious what | Theo de Raadt |
2001-08-08 | do not use %m in syslog() when errno is known to be 0 | Theo de Raadt |
2001-08-08 | leave the dma engines polling for a bit after the last descriptor has been | Jason Wright |
2001-08-08 | Initial support for RC4 operations (This probably won't work yet as | Jason Wright |
2001-08-08 | __dead not __noreturn__ | Todd C. Miller |
2001-08-08 | nuke __attribute__((__noreturn__)) when used in conjunction with __dead | Todd C. Miller |
2001-08-08 | nuke __attribute__((__noreturn__)) when used in conjunction with __dead | Todd C. Miller |
2001-08-08 | Fix broken logic in wait flags passed to extent_alloc. | Artur Grabowski |
2001-08-08 | do not free unallocated memory, PR#1989 | Jakob Schlyter |
2001-08-07 | Not used. | Miod Vallat |
2001-08-07 | One more typo. | Miod Vallat |
2001-08-07 | Change tsleep into ltsleep. | Artur Grabowski |
2001-08-07 | Sprinkle a few Holy Volatiles (tm). | Miod Vallat |
2001-08-07 | Make config(8) choose which source files to exclude, from the kernel | Miod Vallat |
2001-08-07 | Make kerberosV compile entirely on platforms lacking shared libraries, | Miod Vallat |
2001-08-07 | Use mktemp(1) to avoid /tmp race found by terra@diku.dk. | Todd C. Miller |
2001-08-07 | remove redundant __noreturn__ attributes now that __dead is sane for modern gcc | Todd C. Miller |
2001-08-07 | For gcc >= 2.5 #define __dead and __pure using the __noreturn__ | Todd C. Miller |
2001-08-07 | We now have predict_{true,false} | Artur Grabowski |
2001-08-07 | Do the memset only if tcgetattr() fails just in case the failed | Todd C. Miller |
2001-08-07 | Keep a verbatim copy of the old struct termios instead of using | Todd C. Miller |
2001-08-07 | tag fixes; Denis Afonin <dfa@solo.ee> | Jason Wright |
2001-08-07 | Add a bunch of macros from NetBSD. | Artur Grabowski |
2001-08-07 | No need to remove /etc/nologin after killing shutdown; signal | Heikki Korpela |
2001-08-07 | Document SEMMNI and SEMMNS kernel options as they are | Heikki Korpela |
2001-08-07 | typo. | Peter Valchev |
2001-08-07 | Document how to cancel a scheduled shutdown with kill(1). | Heikki Korpela |
2001-08-07 | suggest CET, not MET, ok deraadt@ | Markus Friedl |
2001-08-07 | 2 system dependent files removed. | Brad Smith |
2001-08-07 | Modify timekeeping in an effort to produce a sane bandwidth measure | Hugh Graham |
2001-08-07 | tree must build | Hugh Graham |
2001-08-07 | Document ADOSFS kernel option. Note caveat: only amiga FFS | Heikki Korpela |
2001-08-07 | unused, bye bye. | Brad Smith |
2001-08-07 | enable ah & esp by default, now that we trust the code more | Theo de Raadt |
2001-08-07 | remove this header which has been unused for over 3 yrs now. | Brad Smith |
2001-08-07 | extended failure messages from galb@vandyke.com | Markus Friedl |
2001-08-07 | sync | Theo de Raadt |
2001-08-07 | another ESS; hideishi@magisystem.net | Theo de Raadt |
2001-08-07 | KNF; and i bonked jakob in the head for it too, with a plastic bottle of coke | Theo de Raadt |
2001-08-07 | add copyright notices; noted as missing by itojun | Theo de Raadt |
2001-08-07 | o Fix a typo (heko@iki.fi) | Todd C. Miller |
2001-08-07 | typo | Jun-ichiro itojun Hagino |
2001-08-07 | -Wunused | Jun-ichiro itojun Hagino |
2001-08-07 | sorry, correct the polarity of return value on AF_INET6. | Jun-ichiro itojun Hagino |