Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-07 | Not used. | Miod Vallat | |
2001-08-07 | One more typo. | Miod Vallat | |
There are probably lots of free commits left for spelling wizards out there. | |||
2001-08-07 | Change tsleep into ltsleep. | Artur Grabowski | |
ltsleep takes an additional argument - a simplelock and unlocks it when it's safe to do so. tsleep now becomes a wrapper around ltsleep. From NetBSD | |||
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 | |
configuration file options, rather than putting ugly preprocessor statements and compile empty files. | |||
2001-08-07 | Make kerberosV compile entirely on platforms lacking shared libraries, | Miod Vallat | |
i.e. hppa, mvme88k and vax. Discussed a lot with hugh@ and (less) with hin@, probably the least ugly patch we could make. | |||
2001-08-07 | Use mktemp(1) to avoid /tmp race found by terra@diku.dk. | Todd C. Miller | |
Fix based on patch from mbing@nfr.net. | |||
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 | |
and __const__ attributes. | |||
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 | |
tcgetattr() mucked with the passed in struct termios in some way. | |||
2001-08-07 | Keep a verbatim copy of the old struct termios instead of using | Todd C. Miller | |
flags to keep track of what we changed. Print a newline if echo is off, even if we didn't turn it off ourselves. Fixes art's problem with a newline not being printed when piping to less. | |||
2001-08-07 | tag fixes; Denis Afonin <dfa@solo.ee> | Jason Wright | |
2001-08-07 | Add a bunch of macros from NetBSD. | Artur Grabowski | |
__GNUC_PREREQ__(minor,major) evaluates to true if use gcc that has the version major.minor or newer. __predict_{true,false} are there to make use of the new branch prediction hint mechanisms in gcc 3.0. | |||
2001-08-07 | No need to remove /etc/nologin after killing shutdown; signal | Heikki Korpela | |
handler will take care of this. Pointed out by bk@rt.fm; millert@ ok. (Although it was millert@ who asked for it in the first place, bad me for not checking the source. :-) | |||
2001-08-07 | Document SEMMNI and SEMMNS kernel options as they are | Heikki Korpela | |
referenced in the postgresql port README file. Also document the SEMUME and SEMMNU options (suggested by millert@). Ok millert@, peter@ | |||
2001-08-07 | typo. | Peter Valchev | |
2001-08-07 | Document how to cancel a scheduled shutdown with kill(1). | Heikki Korpela | |
Also mention that /etc/nologin should be deleted after this if needed. ok millert@ | |||
2001-08-07 | suggest CET, not MET, ok deraadt@ | Markus Friedl | |
2001-08-07 | 2 system dependent files removed. | Brad Smith | |
-- Ok'd by: deraadt@ | |||
2001-08-07 | Modify timekeeping in an effort to produce a sane bandwidth measure | Hugh Graham | |
for a short running dd process. Some floating point is used so that microsecond precision can be kept without shortening the off_t excessively. millert says ok. | |||
2001-08-07 | tree must build | Hugh Graham | |
2001-08-07 | Document ADOSFS kernel option. Note caveat: only amiga FFS | Heikki Korpela | |
is supported. jj@ ok | |||
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 | |
-- Ok'd by: jj@ | |||
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 | |
o Add text about default labels | |||
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 | |
2001-08-07 | for AF_INET6, must compare sin6_scope_id. | Jun-ichiro itojun Hagino | |
2001-08-06 | Replace with public domain version that does an exec | Todd C. Miller | |
2001-08-06 | Nothing but comments after #endif and #else; heko@iki.fi | Paul Janzen | |
2001-08-06 | remove vm_conf.h; art@ ok | Michael Shalayeff | |
2001-08-06 | MACHINE_CONTIG doesn't exist anymore, nor do RAM_DISK_* ... | Miod Vallat | |
2001-08-06 | Bring latest powerpc pmap.c fix here too. | Miod Vallat | |
2001-08-06 | Remove legacy __BDEVSW_DUMP_OLD_TYPE code. | Miod Vallat | |
2001-08-06 | __BDEVSW_DUMP_OLD_TYPE no more. | Miod Vallat | |
2001-08-06 | Working kernel crash dumps. | Miod Vallat | |
2001-08-06 | __BDEVSW_DUMP_OLD_TYPE no more. | Miod Vallat | |
2001-08-06 | Working kernel crash dumps. | Miod Vallat | |
2001-08-06 | Properly identify the boot drive on 147 if it is not scsi id #0. | Miod Vallat | |
2001-08-06 | add note about updating minor in libc_r/shlib_version; deraadt@ | Jakob Schlyter | |
2001-08-06 | bump minor; getrrsetbyname(3) in libc | Jakob Schlyter | |
2001-08-06 | use alarm vs. setitimer for portable; ok markus@ | Kevin Steves | |