summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-04-06De-register scsi.Kenneth R Westerback
2005-04-06Add control/send structures.Marco Peereboom
2005-04-06Add alert blink.Marco Peereboom
2005-04-06spelling/grammar cleanupsChristopher Pascoe
2005-04-06Remove obsolete file.Kenneth R Westerback
2005-04-06<sys/types.h> is not needed with <sys/param.h>Kevin Lo
2005-04-06Add RECEIVE_DIAGNOSTIC & SEND_DIAGNOSTIC #defines for SES.Marco Peereboom
2005-04-05Off-by-ones in register comparisons.Miod Vallat
2005-04-05regen.Federico G. Schwindt
2005-04-05winmodem found in vaio PCGFR315M; ok deraadt@Federico G. Schwindt
2005-04-05Don't clobber the returned sample rate when the AC97 changes it.Marco S Hyman
2005-04-05add tcp sack stats, similar to freebsd; ok deraadtMarkus Friedl
2005-04-05prevent non-root users to invoke wanpipe ioctls.Can Erkin Acar
2005-04-05match on nforce4 and nforce2-400 ac97 as well; form netbsdMichael Shalayeff
2005-04-05regenMichael Shalayeff
2005-04-05nforce4 devs and nforce2-400 ac97Michael Shalayeff
2005-04-05from netbsd:Michael Shalayeff
2005-04-05fix wep by adjusting the total packet lengthReyk Floeter
2005-04-05No extra newline if keyboard plugged but not console.Miod Vallat
2005-04-05make sure *vpp == NULL if udf_lookup() returns an errorPedro Martelletto
2005-04-05Argument to DELAY should be usecs, not hz.Christopher Pascoe
2005-04-05Return EINVAL in SIOCSIFLLADDR if new lladdr is a multicast address.Claudio Jeker
2005-04-05Factor out scsi_mode_sense() and scsi_mode_select() like NetBSD does.Kenneth R Westerback
2005-04-05Clean up some logic. Use better error handling for sd devices. BeKenneth R Westerback
2005-04-05ich6 support from freebsd via [Bjorn] Sandell <biorn@dce.chalmers.se>Michael Shalayeff
2005-04-05fix parenthesis for BGE_RCB_MAXLEN_FLAGSBrad Smith
2005-04-05- Fix for an issue with excessive collisions in half duplex mode.Brad Smith
2005-04-05nuke a second driver for ISA Intel EtherExpress PRO/10 cards whichBrad Smith
2005-04-04Nuke pmap_bootstrap_alloc(), not used anymore.Miod Vallat
2005-04-04Add blink and unblink but tell userland it is responsible for actually doing itMarco Peereboom
2005-04-04add blink and unblink.Marco Peereboom
2005-04-04Fix interrupt sharing on bge, by checking the same way the linuxBob Beck
2005-04-04Add sysctl for dumping the SPDHans-Joerg Hoexer
2005-04-04remove noise statistics. this was generating tons of useless interrupts.Damien Bergamini
2005-04-04syncDamien Bergamini
2005-04-04fix ids. ok jsg@ deraadt@Damien Bergamini
2005-04-04new id for PRO/Wireless 2915ABG. fix desc for PRO/Wireless adapters.Damien Bergamini
2005-04-04- Delete implicit * 4 operation in bus_space offset calculationKenji Aoyama
2005-04-04Fix an uninitialized variable in pmap_enter(), affecting only unmanaged pages.Miod Vallat
2005-04-04Allow pmap_expand_kmap() to fail in low memory conditions.Miod Vallat
2005-04-03check powerhook_establish() result, and pass the correct softc to it.Uwe Stuehler
2005-04-03Implemente PT_[GS]ETXMMREGS ptrace(2) requests on i386.Mark Kettenis
2005-04-03Simple performance improvements:Miod Vallat
2005-04-03ether_input_mbuf() conversion.Brad Smith
2005-04-03fix commentBrad Smith
2005-04-03make wi_ioctl() easier to auditUwe Stuehler
2005-04-03remove redundant suser() checksUwe Stuehler
2005-04-03protect SIOCSRAYPARAM and SIOCS80211NWIDUwe Stuehler
2005-04-02A few register offsets in the Parameter Engine were wrong.Miod Vallat
2005-04-02check permissions on 80211 ioctlsUwe Stuehler