summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-03-28dead codeJean-Francois Brousseau
2005-03-28build with the yacc date parserJean-Francois Brousseau
2005-03-28make LP_TRACE messages go through again, and assign them a level ofJean-Francois Brousseau
LOG_DEBUG for the syslog facility ok xsa@
2005-03-28- More KNFNiall O'Higgins
- Forgot an $OpenBSD$ no binary changes.
2005-03-28alignmentJean-Francois Brousseau
2005-03-28syncTheo de Raadt
2005-03-28two more radeon; gklok@cogeco.caTheo de Raadt
2005-03-28spacingTheo de Raadt
2005-03-28if argv[0] not set, do not set it to "pdksh", but to "ksh"Theo de Raadt
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
introducing any binary changes. two files here have different binary output when the number of lines changes, we will finish cleaning those in another pass.
2005-03-28Fix libobjc for i386.Mark Kettenis
ok deraadt@
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
when computing line wraps. ok deraadt@
2005-03-28Fix obvious copy/paste typo.Kurt Miller
okay jmc@
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
ok jfb@
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
ok henning@, mod_ssl verified by me. From Sergey Smitienk <hunter@comsys.com.ua> via henning@
2005-03-28better diagnostics on bind() failureHenning Brauer
2005-03-28- KNFNiall O'Higgins
- remove os-aix-dso.c since we don't even compile it. no binary changes.
2005-03-28rip out httpd's homegrown md5 implementation and use our own.Niall O'Higgins
ok henning@, mod_ssl and digest authentication verified by me. From Sergey Smitienk <hunter@comsys.com.ua>
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
ok deraadt@
2005-03-28Use USBD_DEFAULT_TIMEOUT on control transfers, rather than the SCSI requestChristopher Pascoe
timeout. ok dlg@
2005-03-28minor spelling corrections.Christopher Pascoe
ok dlg@
2005-03-28Use mii_phy_tick() instead of duplicating code.Kenneth R Westerback
tested & ok pvalchev@
2005-03-28shorten dmesgDavid Gwynne
requested by deraadt@ ok pascoe@
2005-03-27revert r1.9; this one needs more discussionRobert Nagy
2005-03-27- convert to getopt(3)Niall O'Higgins
- add a usage() function that exits non-zero ok henning@ otto@
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
recursion.
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
ok krw@
2005-03-27Fix possible double alignment, and a memory leak in error path. MostlyKenneth R Westerback
from FreeBSD. ok brad@.
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
fixed list of available maps and machine dependant md_set_term() functions. Any ramdisk with /sbin/kbd present (amd64, cats, i386 at the moment) will now present list of available keyboard encodings. ok deraadt@
2005-03-27add a -i option to ignore case distinctions in the process match;Robert Nagy
From: NetBSD; ok millert@
2005-03-27another fxp PCI idBrad Smith