summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-03-28spacingTheo de Raadt
2005-03-28p_fstype FS_UDF or #21Theo de Raadt
2005-03-28one line was 81 chars long. break it up.Niall O'Higgins
2005-03-28clean up this code. make it conform as closely to KNF as possible withoutNiall O'Higgins
2005-03-28Fix libobjc for i386.Mark Kettenis
2005-03-28fix for new line wrapping ruleOtto Moerbeek
2005-03-28Linefeed is part of a line according to POSIX, so take that into accountOtto Moerbeek
2005-03-28Fix obvious copy/paste typo.Kurt Miller
2005-03-28mark potential signal race so we fix it later, ok ottoTheo de Raadt
2005-03-28spacingTheo de Raadt
2005-03-28fix argument count in cvs_startcmd()Joris Vink
2005-03-28walk & free peer_l after failed config parsing attemptsHenning Brauer
2005-03-28ewps, this was not supposed to creep inHenning Brauer
2005-03-28free rules_l if the initial config file parse failsHenning Brauer
2005-03-28KNFHenning Brauer
2005-03-28rip out httpd's homegrown sha-1 implementation and use our own.Niall O'Higgins
2005-03-28better diagnostics on bind() failureHenning Brauer
2005-03-28- KNFNiall O'Higgins
2005-03-28rip out httpd's homegrown md5 implementation and use our own.Niall O'Higgins
2005-03-28Relax dependencies.Miod Vallat
2005-03-28change root login shell to ksh as promised; ok manyTheo de Raadt
2005-03-28add constTed Unangst
2005-03-28add some const to ether_*. remove bonus prototypes this brought out.Ted Unangst
2005-03-28Use USBD_DEFAULT_TIMEOUT on control transfers, rather than the SCSI requestChristopher Pascoe
2005-03-28minor spelling corrections.Christopher Pascoe
2005-03-28Use mii_phy_tick() instead of duplicating code.Kenneth R Westerback
2005-03-28shorten dmesgDavid Gwynne
2005-03-27revert r1.9; this one needs more discussionRobert Nagy
2005-03-27- convert to getopt(3)Niall O'Higgins
2005-03-27Use inclusive bound check for line length, it is more clear.Otto Moerbeek
2005-03-27Make call stack auto-growing, instead of fixed size. Enables much deeperOtto Moerbeek
2005-03-27Test new dynamic growing call stack.Otto Moerbeek
2005-03-27EB -> GBBrad Smith
2005-03-27regenBrad Smith
2005-03-27EB -> GBBrad Smith
2005-03-27remove FreeBSD ifdef bloat.Brad Smith
2005-03-27Fix possible double alignment, and a memory leak in error path. MostlyKenneth R Westerback
2005-03-27Oops. Missed one md_set_term().Kenneth R Westerback
2005-03-27Use new skeleton kbd(8) '-l' to generalize kbd(8) use. EliminateKenneth R Westerback
2005-03-27add a -i option to ignore case distinctions in the process match;Robert Nagy
2005-03-27another fxp PCI idBrad Smith
2005-03-27regenBrad Smith
2005-03-27ICH-6M fxp PCI idBrad Smith
2005-03-27do not mark up punctuation;Jason McIntyre
2005-03-27tweaks;Jason McIntyre
2005-03-27update the author's email address;Jason McIntyre
2005-03-27provide enough of a -l mode in non-kvm snooping mode, and krw can shrinkTheo de Raadt
2005-03-26Use "struct em_softc *sc" consistently all over and uncover theBrad Smith
2005-03-26inet_addr("127.0.0.1") -> htonl(INADDR_LOOPBACK)Claudio Jeker
2005-03-26Document that historic BSD getopt(3) set optopt for each char, not justTodd C. Miller