summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-05-22I was on drugs when I commited this initially, and still do not understandMiod Vallat
2002-05-22Fix some ut_line manipulation pointed out by Moritz Jodeit.Todd C. Miller
2002-05-22typo; moritz@jodeit.orgTheo de Raadt
2002-05-22Implement splassert. Even simpler than on the sparc.Artur Grabowski
2002-05-22unlink lpd.pid if killed by a signalTodd C. Miller
2002-05-22Use O_EXLOCK in open() instead of flock() to eliminate a potential lockingTodd C. Miller
2002-05-22Set close-on-exec flag for the socket cron selects on.Todd C. Miller
2002-05-22Remove pid file if sent SIGINT or SIGTERM before exiting.Todd C. Miller
2002-05-22o avoid stdio in acquire_daemonlock() so we don't leak FILE * memoryTodd C. Miller
2002-05-22regenMichael Shalayeff
2002-05-22another 4800 weirdo from cisco; from condor@vcable.netMichael Shalayeff
2002-05-22Copy only the register paddrs/lens that we have room forJason Wright
2002-05-22splassert(IPL_BIO) in the b_iodone handlers.Artur Grabowski
2002-05-22redhat_base -> redhat/base; closes pr2674Peter Valchev
2002-05-22syncTheo de Raadt
2002-05-22correct exit code; bks10@cornell.eduTheo de Raadt
2002-05-22more strcpy/sprintf death; mpech okTheo de Raadt
2002-05-22Small fix: - Start new sentence on a new line.Mike Pechkin
2002-05-22strcpy, sprintf death; mpech okTheo de Raadt
2002-05-22remove crudTheo de Raadt
2002-05-22Add a compat_hpux(8) manual page, from NetBSD with corrections.Miod Vallat
2002-05-22a bunch more strcpy -> strlcpy and sprintf -> snprintfTheo de Raadt
2002-05-22snprintf, and make it compileTheo de Raadt
2002-05-22more strlcpy and snprintfTheo de Raadt
2002-05-22Check for S/Key entries in /etc/skey, not /etc/skeyeys; David KrauseTodd C. Miller
2002-05-22 put a real struct definition instead of the weird "typedef structVincent Labrecque
2002-05-22creatorJason Wright
2002-05-22note Creator supportJason Wright
2002-05-22realityJason Wright
2002-05-22Only map in DFB32 during attach, other stuff will be mapped by _mmap asJason Wright
2002-05-22Fix quoting botch in earlier commit. Make sure MDDISKDEVS andKenneth R Westerback
2002-05-22return mappings from DFB24 for DUMBFB mode mmap requests (this makes unaccele...Jason Wright
2002-05-22atexit(3) can fail. handle error accordingly. deraadt okJun-ichiro itojun Hagino
2002-05-22Eh, mark scsi_free_xs with splassert(IPL_BIO) too.Artur Grabowski
2002-05-22splassert_check should be ifdef DIAGNOSTICArtur Grabowski
2002-05-22syncTheo de Raadt
2002-05-22let !DIAGOSTIC kernels buildTheo de Raadt
2002-05-22whack sprintfTheo de Raadt
2002-05-22strlcpy sprinklingTheo de Raadt
2002-05-22syncTheo de Raadt
2002-05-22some b_iodone handlers and vwakeup require splbio.Artur Grabowski
2002-05-22splassert(IPL_BIO) in scsi_done (its children have this assumption).Artur Grabowski
2002-05-22oops, missed another fileTheo de Raadt
2002-05-21KNFTheo de Raadt
2002-05-21duplicated prototypeJun-ichiro itojun Hagino
2002-05-21minor KNF. plug a memory leak on reconfig.Jun-ichiro itojun Hagino
2002-05-21Document autobooting macppc, and how to use the openfirmware boot menuDale Rahn
2002-05-21public domainTodd C. Miller
2002-05-21Protect calls to biodone with splbio. Some functions calledArtur Grabowski
2002-05-21Better handling of negative timeval than last commit.Todd C. Miller