summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-05-23Reword to make things easier for less experienced users to follow.Hugh Graham
2002-05-22spelling; abishoff@arc.nasa.govTheo de Raadt
2002-05-22typo.Federico G. Schwindt
2002-05-22Fix some ftp urls.Miod Vallat
2002-05-22Elite3D support.Federico G. Schwindt
2002-05-22Match on "SUNW,afb" as well, a guess to make Elite3D cards work and printFederico G. Schwindt
2002-05-22add reminder and roundingsMichael Shalayeff
2002-05-22add sunffb typeJason Wright
2002-05-22- Allow matching of devices with fewer than 24 register setsJason Wright
2002-05-22add WSDISPLAY_TYPE_SUNFFBJason Wright
2002-05-22use strlcpy(3)Thierry Deval
2002-05-22max length of debug variablesThierry Deval
2002-05-22Allow brightness buttons to affect the console brightness whenever possible;Miod Vallat
2002-05-22Put abtn back in GENERIC. RAMDISK kernels do not need it.Miod Vallat
2002-05-22- in the OpenFirmware console initialisation, check if the console deviceMiod Vallat
2002-05-22md sqrt() implementationMichael Shalayeff
2002-05-22implement new type: %%, given min,cur,max print the value in %%.Michael Shalayeff
2002-05-22Fix last commit.Todd C. Miller
2002-05-22oops, backwards length check; moritz@jodeit.orgTheo de Raadt
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