summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-03-16errno is not specified to be int, but something from errno.h. ok millert@Ted Unangst
2004-03-16POSIX specifies that in directory mode device special files andTodd C. Miller
2004-03-15And two promise pciide, from chris@Alexander Yurchenko
2004-03-15CMD PCI0680 pciide works on sparc64, reported by AleksanderAlexander Yurchenko
2004-03-15DVD-RW reported to work and sparc64 notes doesn't even mention CD-ROMAlexander Yurchenko
2004-03-15more "if (foo);" ok millert@Damien Miller
2004-03-15Mention that software WEP is only supported for HostAP and BSS modes.Todd C. Miller
2004-03-15Sync with pciide.4Alexander Yurchenko
2004-03-15Add -B option, with maxblack limit to limit the number of blacklistBob Beck
2004-03-15Changes to wihap_auth_req():Todd C. Miller
2004-03-15Make software WEP work in BSS (station) mode. Based on patches fromTodd C. Miller
2004-03-15Oh how could I forget this funky ITE IT8212FAlexander Yurchenko
2004-03-15Sync with the driver code, more chips, merge SATA ones, betterAlexander Yurchenko
2004-03-15Mention SATA drives.Alexander Yurchenko
2004-03-15if (foo); ok aaron@Damien Miller
2004-03-15call daemon(3) early; from tholo@; ok mcbride@Markus Friedl
2004-03-15typo; from robert nagyMichael Shalayeff
2004-03-15clarify options; some from robert nagyMichael Shalayeff
2004-03-15Properly check succes of chroot().Hans-Joerg Hoexer
2004-03-15Remove unused code.Hans-Joerg Hoexer
2004-03-15fix if(); error, also add missing error checks and close_pipe calls.Dale Rahn
2004-03-15use switch instead of if { } else if { } else { }Henning Brauer
2004-03-15add a default: case to the switch (sensor type) in the config file parserHenning Brauer
2004-03-15cast %llu arguments to unsigned long long, from Max Laier,Daniel Hartmeier
2004-03-15Plug memory leak caused by errant semi-colon. Already submitted and committedAaron Campbell
2004-03-15Replace "if (foo == bar); else baz;" idiom with "if (foo != bar) baz;". MuchAaron Campbell
2004-03-15enable french calendar;Xavier Santolaria
2004-03-15per popular demand panic on premature arc4 initializations (would have panice...Michael Shalayeff
2004-03-15only copy extra incomplete crec data if there is any, fixes occasionalNikolay Sturm
2004-03-15speling.Miod Vallat
2004-03-15Remove out-of-context history note about osiop. Cut'n'paste abuse...Miod Vallat
2004-03-15$OpenBSD$Xavier Santolaria
2004-03-15No need for ADEV_NODOORLOCK quirk anymore; krw@ okMiod Vallat
2004-03-15Remove errant semi-colon. miod@ okAaron Campbell
2004-03-15properly check chdir success after chroot() and tweak err msgs a little,Henning Brauer
2004-03-15remaining MacOS -> Mac OS;Xavier Santolaria
2004-03-15Kill redundant(IPv4) and bogus(IPv6) tests. found+ok dhartmei@Cedric Berger
2004-03-15plug memory leak in error pathHenning Brauer
2004-03-15correct .Pa for ppp.conf.sample;Jason McIntyre
2004-03-15DO NOT UNDO MY COMMITSTheo de Raadt
2004-03-15strncpy -> strlcpy. ok markus@ "(this is even unused crap, i think)"Ted Unangst
2004-03-15more accurate msg, pr3713 from Andre LucasTed Unangst
2004-03-15missing commas;Jason McIntyre
2004-03-15iffy syntax; ok deraadt@Damien Miller
2004-03-15simpler special character list. provoked by Patrick Latifi ok jmc@Ted Unangst
2004-03-15some small knfTheo de Raadt
2004-03-15reversed word -> reserved word;Jason McIntyre
2004-03-15MacOS -> Mac OS;Xavier Santolaria
2004-03-15Wall, commons, little knfTed Unangst
2004-03-15Uncommenting machdep.apmhalt should have an effect.Ryan Thomas McBride