summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-05-23add /usr/libexec/ssh-keysign: a setuid helper program for hostbased authentic...Markus Friedl
2002-05-23syncTheo de Raadt
2002-05-23correct pci id for the sunix 8 port pucTheo de Raadt
2002-05-23syncTheo de Raadt
2002-05-23The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/...Theo de Raadt
2002-05-23fetch fpu id per the book (even it works otherwise), also, hppa_mod_info() al...Michael Shalayeff
2002-05-23remove the defines for iodone -> biodone and iowait -> biowait.Artur Grabowski
2002-05-23In sys_accept don't FILE_SET_MATURE the file if we got an error and we've fre...Artur Grabowski
2002-05-23Since the days of architectures where page size is smaller thanArtur Grabowski
2002-05-23protect biodone with splbio.Artur Grabowski
2002-05-23Fix a comment I missed when renaming FILE_UNUSE to FRELE.Artur Grabowski
2002-05-23One last sprintf -> snprintf, requested by deraadt.Hakan Olsson
2002-05-23Make a promise (not yet true) that the b_iodone callback willArtur Grabowski
2002-05-23protect biodone calls with splbioArtur Grabowski
2002-05-23protect biodone calls with splbio.Artur Grabowski
2002-05-23no need for -lkvm anymoreTheo de Raadt
2002-05-23if NOKVM is defined, do not do the KVM stuff at allTheo de Raadt
2002-05-23KNF during an audit; found an improperly initialized sockaddrTheo de Raadt
2002-05-23minor KNF encountered while doing yet another boring 4AM source code audit...Theo de Raadt
2002-05-23tiny KNF, some malloc checks, etcTheo de Raadt
2002-05-23'SEE ALSO' audit in 'share/man/':Mike Pechkin
2002-05-23new_addr is not used from anywhere. daniel@benzedrine.cx okJun-ichiro itojun Hagino
2002-05-23simplify condition to perform DAD. sync w/kameJun-ichiro itojun Hagino
2002-05-23fix upgrade scriptTheo de Raadt
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