Age | Commit message (Expand) | Author |
2005-05-24 | Don't need to protect as many signals from _POSIX_SOURCE now that POSIX | Todd C. Miller |
2005-05-24 | oops | Theo de Raadt |
2005-05-24 | let ramdisks compile again. people -- please always try to compile with your... | Theo de Raadt |
2005-05-24 | add stge(4) | Brad Smith |
2005-05-24 | do not print cpu startup messages (because they are obvious) | Theo de Raadt |
2005-05-24 | hlt hlt is not a good idea. Rework APM to do what the spec actually says. R... | Marco Peereboom |
2005-05-24 | move sk(4) and epic(4) out of the untested section | Brad Smith |
2005-05-24 | support trunk stacking (trunks as trunk ports) and some fixes | Reyk Floeter |
2005-05-24 | add epic(4) and stge(4) | Brad Smith |
2005-05-24 | include trunk.h to get the NTRUNK value | Reyk Floeter |
2005-05-24 | remove NetBSD's event counter code. | Brad Smith |
2005-05-24 | san depends on sppp. canacar@ ok. | Hakan Olsson |
2005-05-24 | Fix our NTFS readdir function. | Brad Smith |
2005-05-24 | when a device vnode associated with a mount point disappears, mark the | Pedro Martelletto |
2005-05-24 | - allow reception of VLAN sized frames | Brad Smith |
2005-05-24 | Set the data length on CBI data transfers. | Christopher Pascoe |
2005-05-24 | better handling of disappearing devices, in spec_close(), don't try to | Pedro Martelletto |
2005-05-24 | brelse() on failed bread() | Pedro Martelletto |
2005-05-24 | add net.inet.ip.ifq for monitoring and changing ifqueue; similar to netbsd | Markus Friedl |
2005-05-24 | add support for brace notation for interface groups, i. e. (testgroup) matches | Henning Brauer |
2005-05-24 | POSIX specifies errno values that were BSD-specific once upon a time. | Todd C. Miller |
2005-05-24 | Support second interface on FTDI 2232C based devices. | Christopher Pascoe |
2005-05-24 | Make sure all fields in the SADB_DUMP header are zeroed properly. hshoexer@ ok. | Hakan Olsson |
2005-05-24 | regen | Jonathan Gray |
2005-05-24 | nForce4 devices found in a dmesg from Charly Tipton <ekop at flash.net>. | Jonathan Gray |
2005-05-24 | actually delete the interface from the member list when it leaves the group | Henning Brauer |
2005-05-24 | initial import of a trunking (link aggregation and link failover) | Reyk Floeter |
2005-05-24 | Better SA state reporting. markus@, hshoexer@ ok. | Hakan Olsson |
2005-05-24 | keep a list of member interfaces in ifg_group | Henning Brauer |
2005-05-24 | add aapic driver which currently is used to workaround errata on | Brad Smith |
2005-05-24 | disable TX HW checksumming, some revs of the chip can cause packet corruption. | Brad Smith |
2005-05-24 | Ignore ICMP Source Quench messages meant for TCP connections. (Details in | Fernando Gont |
2005-05-23 | fix rasops initialization when not acting as console; ok miod@ | Uwe Stuehler |
2005-05-23 | add USER_PCICONF | Jason Wright |
2005-05-23 | change pool allocation of table entries, no longer use the oldnointr | Daniel Hartmeier |
2005-05-23 | loose is not lose. ok deraadt tdeval and a few more typos from jfb | Ted Unangst |
2005-05-23 | Remove some unuseful debug code. | Jonathan Gray |
2005-05-23 | Cleanup leading and trailing whitespace. | Christopher Pascoe |
2005-05-23 | Headphone output and volume control support. | Christopher Pascoe |
2005-05-23 | - Fix some big-endian issues. | Brad Smith |
2005-05-23 | further cleanup: don't mimic ifnet and add hooks and the dohooks() stuff to | Henning Brauer |
2005-05-23 | Round the DMA block size, not the maximum buffer size. Addresses "request | Christopher Pascoe |
2005-05-23 | ROTD (Regen Of The Day) | Miod Vallat |
2005-05-23 | Duplicate keycode 50 as keycode 49, some USB keyboards use the latter. | Miod Vallat |
2005-05-23 | suspected airprime pc5220 EVDO support | Theo de Raadt |
2005-05-23 | re-enable softdep notification of inode mode change, | Pedro Martelletto |
2005-05-23 | - remomve unneeded tulip_reset() and always include intr.h | Martin Reindl |
2005-05-23 | don't deny access to "special" tables in get_addrs | Henning Brauer |
2005-05-23 | repair updates for the tables used for (interface) notation | Henning Brauer |
2005-05-23 | Avoid potential null pointer dereference. | Christopher Pascoe |