summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-07-17punctuation and minor rewording, ok jmcJared Yanovich
2005-07-17Implement an ``enable/disable echo'' option, defaults to off.Brad Smith
2005-07-17knf says that a 2nd level indent is four (not three or five) spacesDamien Miller
2005-07-17Fix a number of X11 forwarding channel leaks:Damien Miller
2005-07-16move headers and remove some FreeBSD specific stuff.Brad Smith
2005-07-16No longer used.Kenneth R Westerback
2005-07-16Rejig struct string_list to use char array rather than char pointer, andKenneth R Westerback
2005-07-16remove braces here tooBrad Smith
2005-07-16remove __BROKEN_INDIRECT_CONFIG cruftBrad Smith
2005-07-16fix support for interrupt mitigation.Brad Smith
2005-07-16fix printing of hostname, from brooks davis via jmcHenning Brauer
2005-07-16back out last; breaks in cases where we want hex and the last byte is 0Henning Brauer
2005-07-16NULL is not a time_t. From brooks at freebsd.Kenneth R Westerback
2005-07-16Eliminate unnecessary 'code' field from struct option. MakeKenneth R Westerback
2005-07-16- basic cleanupJason McIntyre
2005-07-16sort options and sync usage();Jason McIntyre
2005-07-16spacingDamien Miller
2005-07-15Fix handling of comma separated option value lists, broken in r1.20.Kenneth R Westerback
2005-07-15From FreeBSD netgraph/bluetooth/include/ng_hci.h rev. 1.5:Alexander Yurchenko
2005-07-15fixes 4286.Marc Espie
2005-07-15testcase for recent bug-report.Marc Espie
2005-07-15if the file has been added but is not on disk make sure we can pick it upJoris Vink
2005-07-15- use cvs_path_cat() where appropriate instead of snprintf()Xavier Santolaria
2005-07-15let pretty_print_option() handle trailing nul bytes correctly (i. e. don'tHenning Brauer
2005-07-15some improvements from ray lai: mainly dealing with erroneous doubleJason McIntyre
2005-07-15kill trailing whitespace;Jason McIntyre
2005-07-15- add /bsd.rd to FILESJason McIntyre
2005-07-15if a file has been locally added and not committed, handle it with properXavier Santolaria
2005-07-15Make globals accessed from sig handler volatile. From millert@Otto Moerbeek
2005-07-15shrink read buffer size from 64k to 4k, this is not bgpd and we're dealingHenning Brauer
2005-07-15remove recently added "using privsep user X" message, spams console in -sHenning Brauer
2005-07-15fix a function name in an error messageHenning Brauer
2005-07-14- better synopsisJason McIntyre
2005-07-14refer to kerberos(8) rather than `info heimdal' now that we install theJason McIntyre
2005-07-14add skey(5) to SEE ALSO;Jason McIntyre
2005-07-14add entries for /bsd.mp and /etc/skey/Jason McIntyre
2005-07-14Add support "target kvm" on powerpc.Mark Kettenis
2005-07-14handle some -Q cases;Xavier Santolaria
2005-07-14improvements from tamas tevesz;Jason McIntyre
2005-07-14let root create the data socket. fixes PR 4287.Moritz Jodeit
2005-07-14- better synopsisJason McIntyre
2005-07-14- make sure sem_ pages reference each other (idea from similar freebsd commit)Jason McIntyre
2005-07-14from netbsd -r1.4:Jason McIntyre
2005-07-14fix some memleaks. ok hshoexer@Moritz Jodeit
2005-07-14free commitz from pascoes kitchen. fix an error messageDavid Gwynne
2005-07-14Fix comments concerning VOP_LINK().Pedro Martelletto
2005-07-14be consistent when declaring cvs_ent structs; ok jfb@ joris@.Xavier Santolaria
2005-07-14more use of cvs_rcs_getpath();Xavier Santolaria
2005-07-14use cvs_rcs_getpath();Xavier Santolaria
2005-07-14More bge ids, found in Broadcom's Linux driver. ok brad@Jonathan Gray