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