summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-07-15fix a function name in an error messageHenning Brauer
why this was rotting in my tree for so long, I dunno - and I dunno where it came from
2005-07-14- better synopsisJason McIntyre
- sort options - reference ssh(1) and kerberos(8) - reference kerberos(8) rather than `info heimdal' - improve some ugly bits
2005-07-14refer to kerberos(8) rather than `info heimdal' now that we install theJason McIntyre
man page...
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
ok millert@ henning@
2005-07-14- better synopsisJason McIntyre
- sort options - sync usage()
2005-07-14- make sure sem_ pages reference each other (idea from similar freebsd commit)Jason McIntyre
- where two functions are documented in the same page, make sure we don;t reference them both in SEE ALSO. kind of annoying to call up a second man page and find it's the same as the last one (even more annoying to not realise two pages are the same till you've finished reading twice ;)...
2005-07-14from netbsd -r1.4:Jason McIntyre
log message: "Explain how the extension bit works in the bitmap that tells which fields are present." ok jsg@ reyk@
2005-07-14fix some memleaks. ok hshoexer@Moritz Jodeit
2005-07-14free commitz from pascoes kitchen. fix an error messageDavid Gwynne
ok henning@
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
2005-07-14regenJonathan Gray
2005-07-14More bge ids, found in Broadcom's Linux driver. ok brad@Jonathan Gray
2005-07-14Oops, commit actual structure that we need...Marco Peereboom
2005-07-14Add physical disk structure.Marco Peereboom
2005-07-14use __sentinel__ attribute; ok deraadt@ djm@ markus@Darren Tucker
2005-07-14Must strip comments from bootbsd.desktop before packaging; found by david@Uwe Stuehler
2005-07-14More netccitt and netns removals; OK henning, brad, mickeyUwe Stuehler
2005-07-14add D-Link PCI id.Brad Smith
From: jsg@
2005-07-14use symbolic names for checking in %fprs, as aboveTheo de Raadt
2005-07-14regenBrad Smith
2005-07-14fix PCI ID for SysKonnect SK9Exx cards and add a PCI ID for someBrad Smith
unknown D-Link card. Pointed out by jsg@
2005-07-13spacingTheo de Raadt
2005-07-13minor knfTheo de Raadt
2005-07-13Repair/rationalize option handling to ensure valid option section isKenneth R Westerback
always sent. Fold store_options into cons_options. Eliminate priority list of options. ok deraadt@
2005-07-13do not leak memory if read()ing section headers fails; from Andrey Matveev ↵Michael Shalayeff
<evol@online.ptt.ru>
2005-07-13remove white space and fix formatting for readability.Brad Smith
2005-07-13Correct ctype classifications of chars >= 0x80 wrt C99/POSIX and ourOtto Moerbeek
man page. ok espie@ deraadt@
2005-07-13add cvs_rcs_getpath() function. Returns the path of the RCS file if itXavier Santolaria
does exist. Will save us code duplication. ok joris@ jfb@.
2005-07-13As mickey@ pointed out, this test does not belong in libm. Move toOtto Moerbeek
correct place.
2005-07-13use cvs_path_cat() instead of snprintf();Xavier Santolaria
2005-07-13Test for fp save/restore in sig handlers.Otto Moerbeek
2005-07-12fix comment, describe the VA hole correcltyHans-Joerg Hoexer
ok art@
2005-07-12call pmap_apte_flush() with the current pmap, not the one to be mapped.Hans-Joerg Hoexer
ok art@
2005-07-12write ds1 ctrl mcode where we wanted the ds1e varientTheo de Raadt
2005-07-12h/w doesn't decrypt rx frames in monitor mode so don't try to remove theDamien Bergamini
iv and crc fields or to clear the wep bit from the 802.11 header. fix by Pedro la Peu. closes kern/4284.
2005-07-12default mtu to no more than ETHERMTU to avoid fragmentation; henning@ okMichael Shalayeff
2005-07-12Print the card number the chipset string is obtained from.Jonathan Gray
As this is not a 1 to 1 mapping it can be useful to know this number, in particular if you have a broken device and want to upgrade the firmware. Prodded by jolan@, ok deraadt@
2005-07-12recognize both versions of the nat-t-draft v2 vendor IDsHans-Joerg Hoexer
ok ho@
2005-07-123com -> 3Com;Jason McIntyre
from mike belopuhov;
2005-07-12no need to number list items manually: that is what -enum is for;Jason McIntyre
2005-07-12remove the maze of "other cards by this vendor are supported by so and soJason McIntyre
driver": it is difficult to maintain, as evidenced by a mail from mike belopuhov on tech@, and not amazingly useful; take out the Xrefs from SEE ALSO too; if you want this info, `man -k' is the way to go; idea and ok deraadt@