Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-09 | Added aml_values for nodes | Jordan Hargrave | |
Started adding code for aml interpreter | |||
2005-12-09 | Added aml_value and aml_node types for tree | Jordan Hargrave | |
Added flag macros for methods/fields ok marco@ | |||
2005-12-09 | disable ipmi in GENERIC until such times as it works everywhere | Bob Beck | |
2005-12-08 | Remove unused pcbb define. | Miod Vallat | |
2005-12-08 | - remove unnecessary return at end of void function | Brad Smith | |
- remove unnecessary cast to void for splx From Andrey Matveev <evol at online dot ptt dot ru> | |||
2005-12-08 | make authpf give up group privs before exec'ing pfctl - makes it | Bob Beck | |
so the new taint enforcement for /dev/fd/X opens don't kill it | |||
2005-12-08 | Check fread() return value to get sane error message for too-small | Todd C. Miller | |
gmon header. Idea from Alexey Dobriyan | |||
2005-12-08 | new sentence, new line; | Jason McIntyre | |
2005-12-08 | Compile all libraries with -g; -g1 has some issues and isn't widely used; | Mark Kettenis | |
-g is much more useful anyway. welcomed by many, ok deraadt@ | |||
2005-12-08 | complete and correct rcs locking functionality, | Joris Vink | |
it was only done partially and as a bonus, completely wrong. seriously guys what was up with that? | |||
2005-12-08 | two changes to the new ssh tunnel support. this breaks compatibility | Reyk Floeter | |
with the initial commit but is required for a portable approach. - make the tunnel id u_int and platform friendly, use predefined types. - support configuration of layer 2 (ethernet) or layer 3 (point-to-point, default) modes. configuration is done using the Tunnel (yes|point-to-point|ethernet|no) option is ssh_config(5) and restricted by the PermitTunnel (yes|point-to-point|ethernet|no) option in sshd_config(5). ok djm@, man page bits by jmc@ | |||
2005-12-08 | Missing #include <limits.h> | Claudio Jeker | |
2005-12-08 | Missing ntohs() in error path. Found via regress test. | Claudio Jeker | |
2005-12-08 | When parsing open messages enforce that the optional parameter length is | Claudio Jeker | |
equal to the size of the rest of the message and not only enforcing that no overflow happens. Found via regress test. OK henning@ | |||
2005-12-08 | keep options in order; | Jason McIntyre | |
2005-12-08 | make `!command' a little clearer; | Jason McIntyre | |
ok reyk | |||
2005-12-08 | oops - forgot to remind tom to update usage(); | Jason McIntyre | |
2005-12-08 | Don't panic for pathological i/o sizes unless minphys() really is | Kenneth R Westerback | |
broken. Eliminate an unneeded variable and potential conversion issues in SCIOCCOMMAND code before calling physio. Similar to what NetBSD does. Fixes cdda2wav vs "Billie Holiday - Songs for Distingue Lovers" problem noted by Alexandre Ratchov. Tested by Alexandre. ok marco@ pedro@ deraadt@ mickey@ | |||
2005-12-08 | Avoid sign extend by casting to u_char *; from NetBSD via Guy Harris. | Otto Moerbeek | |
Also change another cast, for the sake of consistency, as prompted by djm@ ok deraadt@ djm@ canacar@ | |||
2005-12-08 | Do not reset the IPL of the new process context frame in cpu_fork(). | Miod Vallat | |
2005-12-08 | and remove a bogus free spotted after previous commit | Ted Unangst | |
2005-12-08 | missing free, spotted by greg oster | Ted Unangst | |
2005-12-08 | - Enable the buffer manager on 5705 and newer ASICs. | Brad Smith | |
- Enable the memory arbiter on 5705 and newer ASICs with 5714 family specific trick from Broadcom's Linux driver. Tested by Chuck McCollum and Ray Kohler on 575x ASICs. | |||
2005-12-08 | This makes bge(4) only look for a PHY at id 1 as done by Broadcom's | Brad Smith | |
Linux driver and FreeBSD. This reverts a change I made based on NetBSD's bge(4) driver when adding the quirk table flags. Eliminate the BGE_QUIRK_ONLY_PHY_1 quirk flag. ok dlg@ krw@ | |||
2005-12-08 | BCM5780 | Brad Smith | |
2005-12-08 | eliminate the BGE_QUIRK_FEWER_MBUFS quirk flag and assume lower mbufs on | Brad Smith | |
all 5704's. also remove a bit of code duplication in this section of code. ok krw@ | |||
2005-12-08 | add BCM5903M PCI id and recognize BCM5714 and BCM5715 ASICs. | Brad Smith | |
From Broadcom's Linux driver | |||
2005-12-08 | regen | Brad Smith | |
2005-12-08 | BCM5715 -> BCM5780 | Brad Smith | |
2005-12-08 | regen | Brad Smith | |
2005-12-08 | add Broadcom BCM5903M PCI id. | Brad Smith | |
From Broadcom's Linux driver. | |||
2005-12-08 | Fixed name parsing for zero strings | Jordan Hargrave | |
Added _HID device detection and PNP device decoding ok marco@ | |||
2005-12-07 | Add ACPI device IDs. ok jordan@ | Marco Peereboom | |
2005-12-07 | this should fix the VT6103. | Brad Smith | |
2005-12-07 | Fixed name parse errors | Jordan Hargrave | |
Added nodes for tree structure of AML ok marco@ | |||
2005-12-07 | sync | Theo de Raadt | |
2005-12-07 | Do not use strlcpy if the source string is not NUL terminated and | Otto Moerbeek | |
avoid printing funny chars. Problem spotted by naddy@ whil tcpdumping enc0 with malloc.conf AJ; ok canacar@ on an earlier version. | |||
2005-12-07 | document how /dev/fd/# works for setuid (do not bother discussing setuid ↵ | Theo de Raadt | |
shell scripts though) | |||
2005-12-07 | do not allow setugid processes to use /dev/fd/#, unless they are a | Theo de Raadt | |
setuid-script and are attempting to dup is the specific setuid-script fd via such a pathname; ok tedu pedro millert | |||
2005-12-07 | Tweak synopsis | Tom Cosgrove | |
ok jmc@ | |||
2005-12-07 | o do not break after first iteration but when we found a match. | Federico G. Schwindt | |
o try to read the whole cis (but not more than len bytes) instead of the first 256 bytes. first one spotted by lint. mickey@, krw@ and deraadt@ ok. | |||
2005-12-07 | from nbsd: Handle MSP3435G the same as MSP3430G. From Scott Presnell in PR 28682 | Michael Shalayeff | |
2005-12-07 | Tidy up month parsing: don't accept "mayor" for "may", or "4x" for "4". | Tom Cosgrove | |
And strptime(3) %b and %B conversions are the same, so don't bother trying both. ok otto@ | |||
2005-12-07 | CARD_ prefix is necessary; | Jason McIntyre | |
from ramiro aceves; ok mickey | |||
2005-12-07 | update the man -k example, and reword for clarity; | Jason McIntyre | |
2005-12-07 | tweak; | Jason McIntyre | |
ok mickey@ | |||
2005-12-07 | - avoid line split in SYNOPSIS | Jason McIntyre | |
- add args to -w - kill trailing whitespace | |||
2005-12-07 | typo | Reyk Floeter | |
2005-12-07 | Parsing fieldlist and varobject | Jordan Hargrave | |
ok marco@ | |||
2005-12-07 | Parses DSDT table | Jordan Hargrave | |
some cleanup ok marco@ |