Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-06 | spelling/grammar cleanups | Christopher Pascoe | |
jolan drahn uwe dlg ok | |||
2005-04-06 | Remove obsolete file. | Kenneth R Westerback | |
ok deraadt@ tdeval@ henning@ marco@ | |||
2005-04-06 | <sys/types.h> is not needed with <sys/param.h> | Kevin Lo | |
ok reyk and damien | |||
2005-04-06 | Add RECEIVE_DIAGNOSTIC & SEND_DIAGNOSTIC #defines for SES. | Marco Peereboom | |
2005-04-05 | Off-by-ones in register comparisons. | Miod Vallat | |
2005-04-05 | regen. | Federico G. Schwindt | |
2005-04-05 | winmodem found in vaio PCGFR315M; ok deraadt@ | Federico G. Schwindt | |
2005-04-05 | Don't clobber the returned sample rate when the AC97 changes it. | Marco S Hyman | |
This lets an application know, should it bother testing, that a requested bit rate is not available. 'looks ok to me' mickey@ | |||
2005-04-05 | add tcp sack stats, similar to freebsd; ok deraadt | Markus Friedl | |
2005-04-05 | prevent non-root users to invoke wanpipe ioctls. | Can Erkin Acar | |
noticed by uwe@, looks ok deraadt@ | |||
2005-04-05 | match on nforce4 and nforce2-400 ac97 as well; form netbsd | Michael Shalayeff | |
2005-04-05 | regen | Michael Shalayeff | |
2005-04-05 | nforce4 devs and nforce2-400 ac97 | Michael Shalayeff | |
2005-04-05 | from netbsd: | Michael Shalayeff | |
Some SiS 7012 chips come muted by default, so un-mute all SiS 7012 chips at attach time the way Linux does it. Reported and tested by Jonathan Schleifer, I checked it didn't break my own 7012 device which doesn't need that manipulation. | |||
2005-04-05 | fix wep by adjusting the total packet length | Reyk Floeter | |
2005-04-05 | No extra newline if keyboard plugged but not console. | Miod Vallat | |
2005-04-05 | make sure *vpp == NULL if udf_lookup() returns an error | Pedro Martelletto | |
2005-04-05 | Argument to DELAY should be usecs, not hz. | Christopher Pascoe | |
ok dlg@ | |||
2005-04-05 | Return EINVAL in SIOCSIFLLADDR if new lladdr is a multicast address. | Claudio Jeker | |
OK derradt@ tedu@ | |||
2005-04-05 | Factor out scsi_mode_sense() and scsi_mode_select() like NetBSD does. | Kenneth R Westerback | |
Eliminate some duplicate structures and defines along the way. SCSI CD drives will now pay attention to the 'flags' parameter for MODE SENSE and MODE SELECT commands. No other functional change. ok tdeval@ | |||
2005-04-05 | Clean up some logic. Use better error handling for sd devices. Be | Kenneth R Westerback | |
quiet if raw partition access tried. Be more careful with SDEV_MEDIA_LOADED. Inspired by some NetBSD changes. ok marco@ | |||
2005-04-05 | ich6 support from freebsd via [Bjorn] Sandell <biorn@dce.chalmers.se> | Michael Shalayeff | |
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 | |