summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-12-09Added aml_values for nodesJordan Hargrave
2005-12-09Added aml_value and aml_node types for treeJordan Hargrave
2005-12-09disable ipmi in GENERIC until such times as it works everywhereBob Beck
2005-12-08Remove unused pcbb define.Miod Vallat
2005-12-08- remove unnecessary return at end of void functionBrad Smith
2005-12-08make authpf give up group privs before exec'ing pfctl - makes itBob Beck
2005-12-08Check fread() return value to get sane error message for too-smallTodd C. Miller
2005-12-08new sentence, new line;Jason McIntyre
2005-12-08Compile all libraries with -g; -g1 has some issues and isn't widely used;Mark Kettenis
2005-12-08complete and correct rcs locking functionality,Joris Vink
2005-12-08two changes to the new ssh tunnel support. this breaks compatibilityReyk Floeter
2005-12-08Missing #include <limits.h>Claudio Jeker
2005-12-08Missing ntohs() in error path. Found via regress test.Claudio Jeker
2005-12-08When parsing open messages enforce that the optional parameter length isClaudio Jeker
2005-12-08keep options in order;Jason McIntyre
2005-12-08make `!command' a little clearer;Jason McIntyre
2005-12-08oops - forgot to remind tom to update usage();Jason McIntyre
2005-12-08Don't panic for pathological i/o sizes unless minphys() really isKenneth R Westerback
2005-12-08Avoid sign extend by casting to u_char *; from NetBSD via Guy Harris.Otto Moerbeek
2005-12-08Do not reset the IPL of the new process context frame in cpu_fork().Miod Vallat
2005-12-08and remove a bogus free spotted after previous commitTed Unangst
2005-12-08missing free, spotted by greg osterTed Unangst
2005-12-08- Enable the buffer manager on 5705 and newer ASICs.Brad Smith
2005-12-08This makes bge(4) only look for a PHY at id 1 as done by Broadcom'sBrad Smith
2005-12-08BCM5780Brad Smith
2005-12-08eliminate the BGE_QUIRK_FEWER_MBUFS quirk flag and assume lower mbufs onBrad Smith
2005-12-08add BCM5903M PCI id and recognize BCM5714 and BCM5715 ASICs.Brad Smith
2005-12-08regenBrad Smith
2005-12-08BCM5715 -> BCM5780Brad Smith
2005-12-08regenBrad Smith
2005-12-08add Broadcom BCM5903M PCI id.Brad Smith
2005-12-08Fixed name parsing for zero stringsJordan Hargrave
2005-12-07Add ACPI device IDs. ok jordan@Marco Peereboom
2005-12-07this should fix the VT6103.Brad Smith
2005-12-07Fixed name parse errorsJordan Hargrave
2005-12-07syncTheo de Raadt
2005-12-07Do not use strlcpy if the source string is not NUL terminated andOtto Moerbeek
2005-12-07document how /dev/fd/# works for setuid (do not bother discussing setuid shel...Theo de Raadt
2005-12-07do not allow setugid processes to use /dev/fd/#, unless they are aTheo de Raadt
2005-12-07Tweak synopsisTom Cosgrove
2005-12-07o do not break after first iteration but when we found a match.Federico G. Schwindt
2005-12-07from nbsd: Handle MSP3435G the same as MSP3430G. From Scott Presnell in PR 28682Michael Shalayeff
2005-12-07Tidy up month parsing: don't accept "mayor" for "may", or "4x" for "4".Tom Cosgrove
2005-12-07CARD_ prefix is necessary;Jason McIntyre
2005-12-07update the man -k example, and reword for clarity;Jason McIntyre
2005-12-07tweak;Jason McIntyre
2005-12-07- avoid line split in SYNOPSISJason McIntyre
2005-12-07typoReyk Floeter
2005-12-07Parsing fieldlist and varobjectJordan Hargrave
2005-12-07Parses DSDT tableJordan Hargrave