Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-26 | typos from Jared Yanovich; | Jason McIntyre | |
2003-10-26 | Unbrek after recent wdc changes. | Miod Vallat | |
2003-10-26 | Print error registers values in debug message after reset too. | Alexander Yurchenko | |
2003-10-26 | Device reset improvements: | Alexander Yurchenko | |
- put the reset protocol itself in the separate function __wdcdo_reset() so we don't need anymore to keep in sync two reset code paths; - change the reset protocol to something like FreeBSD and NetBSD do, this fixes slave ATA drive detect with weird ATAPI master (reported by fgsch@); Discussed with costa@. Tested by me, fgsch@, millert@, canacar@. | |||
2003-10-25 | Build state search indexes directly on pf_state instead of pf_tree_node. | Ryan Thomas McBride | |
This saves more than 30% memory on state entries, and simplifies the state insertion and removal code as well. NOTE: This changes the pf API; userland tools must be updated to match. ok henning@ dhartmei@ | |||
2003-10-25 | "goto bad" on error with carp_input, instead of simply returning. | Ryan Thomas McBride | |
Fixes leakage of mbufs on error. Pointed out by Max Laier. | |||
2003-10-25 | Support the TI1410 Cardbus bridge found in some apple laptops. ok brad@ | Dale Rahn | |
2003-10-25 | additional hash for local port; improves speed of implicit bind | Markus Friedl | |
from >1000K cpu cycles to 20-30K for 18000 sockets on i386; test+feedback by Claudio Jeker; ok itojun@; [make sure you rebuild netstat/systat, too] | |||
2003-10-25 | precompute most of hmac; fix size for md; ok mcbride | Markus Friedl | |
2003-10-24 | Remove dead code. | Miod Vallat | |
2003-10-24 | If cons_backlight_available is not set, cons_brightness will not be valid, | Dale Rahn | |
return -1 to indicate so. same as WSDISPLAYIO_PARAM_BACKLIGHT. | |||
2003-10-24 | IPKDB has never been supported in OpenBSD/powerpc/macppc delete this | Dale Rahn | |
old unused code. Remove very old 'where' debugging references. ANSI a previously missed function. | |||
2003-10-24 | style(9)ed panics, from tom cosgrove. | Ted Unangst | |
2003-10-24 | refactor stackgap sysctl. prompted by a bug report from Michael Coulter. | Ted Unangst | |
ok deraadt@ markus@ | |||
2003-10-24 | No \n in panic() messages... | Miod Vallat | |
2003-10-24 | No need to have several implementations of {read,write}_eflags(), | Alexander Yurchenko | |
put it to cpufunc.h. ok weingart@ tedu@ | |||
2003-10-24 | Fix write filter blocking when no filter was set. Fixes | Can Erkin Acar | |
problems with dhcp. ok frantzen@ krw@ deraadt@ | |||
2003-10-23 | We want to hash the whole md, not just the size of the pointer. | Ryan Thomas McBride | |
Found testing CARP between sparc and sparc64. | |||
2003-10-23 | Correctly recover from bus error during guarded_access() on 88110. | Miod Vallat | |
2003-10-23 | No dependency on NDART needed here. | Miod Vallat | |
2003-10-23 | Maybe fixing typos will unbore me. | Miod Vallat | |
2003-10-23 | - delay reading the disklabel for floppies until after we're sure it's | Federico G. Schwindt | |
the boot device. this fixes a delay (sometimes very long) if the bios correctly reports a floppy but it's unplugged. - bump version. original idea from mdw@, tested by nick@, toby@ ok. | |||
2003-10-22 | Search for the '/backlight' node to determine if backlight control is | Dale Rahn | |
available instead of looking for the backlight-control attribute. Fixes backlight control on some apple laptops. | |||
2003-10-22 | from netbsd: | Ted Unangst | |
Fix a panic that occurred when trying to traverse a corrupt msdosfs filesystem. With this particular corruption, the code in pcbmap() would compute an offset into an array that was way out of bounds, so check the bounds before trying to access and return an error if the offset would be out of bounds. | |||
2003-10-22 | Add locking and write filtering to bpf descriptors. | Can Erkin Acar | |
Locking prevents dangerous ioctls such as changing the interface and sending signals to be executed by an unprivileged process. A filter can also be applied to packets injected through a bpf descriptor. These features allow programs using bpf descriptors to safely drop/seperate privileges. ok frantzen@ henning@ mcbride@ | |||
2003-10-22 | switch from keyed sha1 to hmac-sha1; ok mcbride@ | Markus Friedl | |
2003-10-22 | one more 3c990 variant; tested by Niko Itajarvi <niko.itajarvi@satabaana.net> | Henning Brauer | |
2003-10-22 | sync | Henning Brauer | |
2003-10-22 | another txp | Henning Brauer | |
2003-10-22 | typos from Tom Cosgrove; | Jason McIntyre | |
2003-10-22 | typos from Tom Cosgrove; | Jason McIntyre | |
2003-10-22 | typo from Tom Cosgrove; | Jason McIntyre | |
2003-10-22 | typos from Tom Cosgrove; | Jason McIntyre | |
2003-10-22 | typos from Tom Cosgrove; | Jason McIntyre | |
2003-10-22 | typos from Jared Yanovich; | Jason McIntyre | |
also sync with header, and change spacing a little to prevent line breaks; | |||
2003-10-21 | 2 carp not 4 | Theo de Raadt | |
2003-10-21 | a 3com tulip, wow; christoph.scheurer@ch.tum.de | Theo de Raadt | |
2003-10-21 | Fix copy bounds, however did this work??? Well it didn't. | Dale Rahn | |
Confirmed by nate@ and tedu@ | |||
2003-10-21 | typos from Tom Cosgrove; | Jason McIntyre | |
Tom: I did not commit a couple of your changes. i did not include some punctuation fixes (full stops, etc.) mnemorable -> mnemonic: i decided memorable was probably better instrunctions -> instruction: i kept the plural | |||
2003-10-21 | spacing cleanup. | Dale Rahn | |
2003-10-21 | Missed ANSI. | Dale Rahn | |
2003-10-21 | This was changed from a magic number to a define in the header file, | Dale Rahn | |
but this one was missed. | |||
2003-10-21 | typo from Tom Cosgrove; | Jason McIntyre | |
2003-10-21 | typo from Tom Cosgrove; | Jason McIntyre | |
2003-10-21 | typos from Tom Cosgrove; | Jason McIntyre | |
2003-10-21 | typos from Tom Cosgrove; | Jason McIntyre | |
2003-10-21 | typos from Tom Cosgrove; | Jason McIntyre | |
2003-10-21 | typos from Tom Cosgrove; | Jason McIntyre | |
2003-10-21 | typos from Tom Cosgrove; | Jason McIntyre | |
2003-10-20 | tyop | Jason Wright | |