Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-05 | fix parenthesis for BGE_RCB_MAXLEN_FLAGS | Brad Smith | |
ok krw@ | |||
2005-04-05 | - Fix for an issue with excessive collisions in half duplex mode. | Brad Smith | |
- Nail the short cable problem the exact way National says it should be. - Make sure to clear any pending interrupts when we stop the interface. - Do not tell the hardware to send when there were no packets enqueued. - Close a theoretical race: By the time the watchdog comes around the interface may have been stopped, so we should not restart it. From FreeBSD Tested by ho@ on a few Soekris boxes and martin@ on a 900 | |||
2005-04-05 | nuke a second driver for ISA Intel EtherExpress PRO/10 cards which | Brad Smith | |
came from NetBSD and has never actually been used. | |||
2005-04-04 | Nuke pmap_bootstrap_alloc(), not used anymore. | Miod Vallat | |
2005-04-04 | Add blink and unblink but tell userland it is responsible for actually doing it | Marco Peereboom | |
because the ami firmware does not support it. In this case bioctl(8) will do it with SES passthrough commands. | |||
2005-04-04 | add blink and unblink. | Marco Peereboom | |
2005-04-04 | Fix interrupt sharing on bge, by checking the same way the linux | Bob Beck | |
driver does. ok deraadt@, testing and ok krw@, markus@ | |||
2005-04-04 | Add sysctl for dumping the SPD | Hans-Joerg Hoexer | |
ok deraadt, ok markus some time ago | |||
2005-04-04 | remove noise statistics. this was generating tons of useless interrupts. | Damien Bergamini | |
2005-04-04 | sync | Damien Bergamini | |
2005-04-04 | fix ids. ok jsg@ deraadt@ | Damien Bergamini | |
2005-04-04 | new id for PRO/Wireless 2915ABG. fix desc for PRO/Wireless adapters. | Damien Bergamini | |
2005-04-04 | - Delete implicit * 4 operation in bus_space offset calculation | Kenji Aoyama | |
- Change assembler codes to C codes tested by myself, ok by miod@ | |||
2005-04-04 | Fix an uninitialized variable in pmap_enter(), affecting only unmanaged pages. | Miod Vallat | |
2005-04-04 | Allow pmap_expand_kmap() to fail in low memory conditions. | Miod Vallat | |
2005-04-03 | check powerhook_establish() result, and pass the correct softc to it. | Uwe Stuehler | |
did not matter in this case because the softc's are aligned; ok dlg@ | |||
2005-04-03 | Implemente PT_[GS]ETXMMREGS ptrace(2) requests on i386. | Mark Kettenis | |
ok deraadt@ | |||
2005-04-03 | Simple performance improvements: | Miod Vallat | |
- inline empty pmap_deactivate() and pmap_collect(). - inline pmap_phys_address(). - provide a real pmap_kremove() implementation, rather than invoking pmap_remove() on behalf of pmap_kernel(). - do not check for the MMU hole in pmap_prefer() for SUN4M-only kernels. | |||
2005-04-03 | ether_input_mbuf() conversion. | Brad Smith | |
2005-04-03 | fix comment | Brad Smith | |
2005-04-03 | make wi_ioctl() easier to audit | Uwe Stuehler | |
2005-04-03 | remove redundant suser() checks | Uwe Stuehler | |
2005-04-03 | protect SIOCSRAYPARAM and SIOCS80211NWID | Uwe Stuehler | |
2005-04-02 | A few register offsets in the Parameter Engine were wrong. | Miod Vallat | |
2005-04-02 | check permissions on 80211 ioctls | Uwe Stuehler | |
2005-04-02 | More ioctl permission checks. | Uwe Stuehler | |
2005-04-02 | Protect SIOCSIFMTU, too. | Uwe Stuehler | |
2005-04-02 | sync with ral. fixes hostap mode. | Damien Bergamini | |
2005-04-02 | call ral_set_chan() in IEEE80211_S_RUN too. this was causing troubles with | Damien Bergamini | |
hostap mode. | |||
2005-04-02 | set the bssid in hostap mode too. | Damien Bergamini | |
2005-04-02 | remove an unneeded initialization of TXCSR7. | Damien Bergamini | |
2005-04-02 | Damn it! I spent hours fixing that "device timeout" bug! | Damien Bergamini | |
It turned out that priority ring base address must be set before atim ring. This was not documented anywhere. Stupid hardware! | |||
2005-04-02 | support setting the MTU | Brad Smith | |
2005-04-02 | find cachesize for amd cpus too. ok deraadt tom | Ted Unangst | |
bit more info about powernow, and only try to enable if cpu supports it. both from diffs by gordon klok | |||
2005-04-02 | make use of if_link_state_change(). | Brad Smith | |
From FreeBSD ok pvalchev@ | |||
2005-04-02 | mixer can endup mapped w/ a different tag and so give it one of its own; ↵ | Michael Shalayeff | |
from 71@becile.com pr4162 | |||
2005-04-02 | use pool for struct nfsreq; tedu@ pedro@ ok and testing by mark patruck ↵ | Michael Shalayeff | |
<mark@2ls4agd.net> on several archs | |||
2005-04-01 | Cleanup SKEY_NOT_READY logic. Only retry command if it's likely the | Kenneth R Westerback | |
condition is going to clear up, which speeds up boot by avoiding delays in disk matching. Return ENODEV if media is not present, which avoids trying to spin up disks that are not present. Use ENODEV in amd64/i386 dkcsum.c to filter failure reports. Mostly from NetBSD. ok marco@ | |||
2005-04-01 | axe axe for now | Theo de Raadt | |
2005-04-01 | do not mess with lcp if we are in cisco mode | Can Erkin Acar | |
2005-04-01 | Improve san(4) driver: | Can Erkin Acar | |
* Some KNF, fix return values (from -Exxx to Exxx) * Some string handling paranoia. * Use ifconfig media options to switch between ppp and cHDLC modes, based on patch from claudio@ * tcpdump works, patch from claudio@ * ppp mode now works. Lots of testing & feedback by Greg Mortensen, Additional testing Sean Knox ok alex@, go go go deraadt@ | |||
2005-04-01 | calling pfind() and checking that the process doesn't exist is not | Pedro Martelletto | |
enough to allow us to call vgone() from procfs_inactive(). to avoid a deadlock, check for VXLOCK as well, in case we were called from vclean(). problem report from Sho Fujita, okay tedu@. | |||
2005-04-01 | shut ami up, bad me. | Marco Peereboom | |
2005-04-01 | reenable bio in GENERIC now that bio.c compiles and works. | Marco Peereboom | |
2005-04-01 | size_t not int, bad niklas. | Marco Peereboom | |
2005-04-01 | undo, need to redo copyinstr first :( | Marco Peereboom | |
2005-04-01 | enable bio(4) in GENERIC | Marco Peereboom | |
<deraadt> do it. | |||
2005-04-01 | handle burst size of 64 | Brad Smith | |
2005-04-01 | Protect more SIOCS* commands with suser() checks. | Uwe Stuehler | |
2005-04-01 | Fix some ioctl permission checks on the basis of what if_wi.c does. | Uwe Stuehler | |