Age | Commit message (Expand) | Author |
2009-11-02 | Got the RX threshold interrupt working, does not help RX performance though; | Miod Vallat |
2009-11-02 | Remove file that should never have been there. | Mark Kettenis |
2009-11-02 | Remove unused member(s) of `struct acpi_softc'. | Mark Kettenis |
2009-11-02 | A few fixes and improvements: | Miod Vallat |
2009-11-02 | When the iec(4) Ethernet address is unkown, pass ff:ff:ff:ff:ff:ff instead of | Miod Vallat |
2009-11-02 | Add support for ``M-Audio Revolution 5.1'' cards, based on envy24HT. | Alexandre Ratchov |
2009-11-02 | correct signature. no change as function is if 0'd. | Federico G. Schwindt |
2009-11-01 | Move IS[12]BYTEMSG and ISEXTMSG defines to a common place. | Federico G. Schwindt |
2009-11-01 | Remove bogus #define __HAVE_GENERIC_SOFT_INTERRUPTS. No code change. | Mark Kettenis |
2009-11-01 | Call selwakeup()/KNOTE() even if the queue has emptied completely. | Nicholas Marriott |
2009-11-01 | kqueue support for midi(4). | Nicholas Marriott |
2009-11-01 | Looks like I forgot to add files again. These are the most important files | Miod Vallat |
2009-11-01 | Driver for the sgi IOC3 onboard Ethernet interface. Tested on Octane only so | Miod Vallat |
2009-11-01 | call powerhook_disestablish() and pci_intr_disestablish() earlier. | Damien Bergamini |
2009-11-01 | - fix rx chain mask in scan command | Damien Bergamini |
2009-11-01 | add support for the ati sb900^Whudson2 chips. | David Gwynne |
2009-10-31 | A chunk from my WIP bootblocks tree went in by mistake in previous commit; | Miod Vallat |
2009-10-31 | Establish a shutdown hook to disable the watchdog timer to prevent watchdog | Mark Kettenis |
2009-10-31 | Make sure we don't insert and entry into the list of pending commends twice. | Mark Kettenis |
2009-10-31 | in the absense of link state handling, drivers should still be silent; ok miod | Theo de Raadt |
2009-10-31 | KNOTE() after selwakeup(); ok miod | Theo de Raadt |
2009-10-31 | Do not override AS and LD, to be cross compilation friendly; noticed by syuu@ | Miod Vallat |
2009-10-31 | s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz). | Igor Sobrado |
2009-10-31 | Use suser when possible. Suggested by miod@. | Federico G. Schwindt |
2009-10-31 | reorder operations in detach(), call powerhook_disestablish() earlier, | Damien Bergamini |
2009-10-31 | Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE() | Theo de Raadt |
2009-10-31 | Make sure the descriptor is writable for some operations. | Federico G. Schwindt |
2009-10-31 | Blinkenlichten on Octane. | Miod Vallat |
2009-10-30 | missing \n in log() message. | Damien Bergamini |
2009-10-30 | correct interrupt status bits; patfbsd@davenulle.org | Theo de Raadt |
2009-10-30 | KNOTE() after selwakeup() | Theo de Raadt |
2009-10-30 | pipeclose() calls pileseltimeout() which does the KNOTE(); therefore calling | Theo de Raadt |
2009-10-30 | Add missing KNOTE() calls after selwakeup() in ptcread() (to wake up writers | Nicholas Marriott |
2009-10-30 | Don't do a double free, sys_getsockopt() will take care of freeing the | Claudio Jeker |
2009-10-30 | Support IP30 secondary cpu bootup. ok miod@ | Takuya ASADA |
2009-10-29 | When probing devices at boot, compare against the full device driver name | Joel Sing |
2009-10-29 | add isp(4), but disable it since on most machines the pci bus is earlier | Theo de Raadt |
2009-10-29 | I missed updating a line for the AF_INET6 route case when | Jonathan Gray |
2009-10-29 | Make sure the descriptor is writable for some operations. Pointed by miod@. | Federico G. Schwindt |
2009-10-29 | iha(4), just like on GENERIC; from brad | Theo de Raadt |
2009-10-28 | a few leftovers from yesterday's SCCS/RCS-ID removal; | Ingo Schwarze |
2009-10-28 | LOMlite seems to get wedged from time to time; add some code to unwedge it. | Mark Kettenis |
2009-10-28 | delete balony comment; ok kettenis | Theo de Raadt |
2009-10-28 | *NULL store in IP_AUTH_LEVEL, IP_ESP_TRANS_LEVEL, IP_ESP_NETWORK_LEVEL, | Theo de Raadt |
2009-10-28 | Add a dedicated pf pool for route options as suggested by henning, | Jonathan Gray |
2009-10-28 | - use bus_space_write_1 to write to IWN_INT_PERIODIC (0x5), even though | Damien Bergamini |
2009-10-28 | *NULL store in IP_AUTH_LEVEL, IP_ESP_TRANS_LEVEL, IP_ESP_NETWORK_LEVEL, | Theo de Raadt |
2009-10-28 | For the TIOCSET* ioctls, validate that the tty speeds are positive (since | Theo de Raadt |
2009-10-28 | Add compat errno mappings for the ENOTSUP errno addition. | Jonathan Gray |
2009-10-28 | Remove FWRITE from closes that aren't opened with FWRITE. | Marco Peereboom |