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