summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2005-04-02More ioctl permission checks.Uwe Stuehler
2005-04-02Protect SIOCSIFMTU, too.Uwe Stuehler
2005-04-02sync with ral. fixes hostap mode.Damien Bergamini
2005-04-02call ral_set_chan() in IEEE80211_S_RUN too. this was causing troubles withDamien Bergamini
2005-04-02set the bssid in hostap mode too.Damien Bergamini
2005-04-02remove an unneeded initialization of TXCSR7.Damien Bergamini
2005-04-02Damn it! I spent hours fixing that "device timeout" bug!Damien Bergamini
2005-04-02support setting the MTUBrad Smith
2005-04-02find cachesize for amd cpus too. ok deraadt tomTed Unangst
2005-04-02make use of if_link_state_change().Brad Smith
2005-04-02mixer can endup mapped w/ a different tag and so give it one of its own; from...Michael Shalayeff
2005-04-02use pool for struct nfsreq; tedu@ pedro@ ok and testing by mark patruck <mark...Michael Shalayeff
2005-04-01Cleanup SKEY_NOT_READY logic. Only retry command if it's likely theKenneth R Westerback
2005-04-01axe axe for nowTheo de Raadt
2005-04-01do not mess with lcp if we are in cisco modeCan Erkin Acar
2005-04-01Improve san(4) driver:Can Erkin Acar
2005-04-01calling pfind() and checking that the process doesn't exist is notPedro Martelletto
2005-04-01shut ami up, bad me.Marco Peereboom
2005-04-01reenable bio in GENERIC now that bio.c compiles and works.Marco Peereboom
2005-04-01size_t not int, bad niklas.Marco Peereboom