aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Introduce startup scripts from the local_startup directories toDoug Barton2005-12-021-1/+1
* Change pmap_enter_quick() to use the vm_prot_t parameter introduced inAlan Cox2005-12-021-3/+4
* Add option P1003_1B_MQUEUE for POSIX message queue.David Xu2005-12-021-0/+2
* 1. Cleanup including.David Xu2005-12-021-5/+4
* Add a missing newline to a printf.John Baldwin2005-12-021-1/+1
* Update the ICH7 support so it deals better with chips without AHCI.Søren Schmidt2005-12-024-84/+115
* Restore the enabling of debugging by default by the DRM_DEBUG kernel option.Eric Anholt2005-12-021-0/+4
* On the 82571 and newer chipset the ICR register is meaningful onlyGleb Smirnoff2005-12-021-1/+4
* 1. Check if message priority is less than MQ_PRIO_MAX.David Xu2005-12-021-3/+4
* Define MQ_PRIO_MAX, it seems it is the only placeDavid Xu2005-12-021-0/+4
* messqge queue has been implemented, set _POSIX_MESSAGE_PASSING to 200112L.David Xu2005-12-021-1/+1
* We've already implemented all TMO functions, set _POSIX_TIMEOUTS to 200112L.David Xu2005-12-021-1/+1
* Fix the misalignment bugs differently than was done in the previousMarcel Moolenaar2005-12-022-23/+33
* Fix the type of "eaddr" to guarantee the required alignment.Ruslan Ermilov2005-12-012-16/+16
* 1. Set timer configuration values for sysconf().David Xu2005-12-011-2/+15
* Add kernel module loading option for snd_atiixp(4).Ariff Abdullah2005-12-011-0/+1
* set signal queue values for sysconf().David Xu2005-12-011-0/+4
* Avoid using signal 127 and 128 as RT signals, these two signals confuseDavid Xu2005-11-301-1/+1
* It is unclear who is wrong and who is right, but when operating onMaxim Sobolev2005-11-301-0/+10
* Don't pass error value pointer to g_read_data(9) at all if we don'tMaxim Sobolev2005-11-3013-25/+24
* fix dynamic changes in short slottime for 11g sta mode: set theSam Leffler2005-11-301-1/+1
* Check for g_read_data(9) errors properly:Maxim Sobolev2005-11-3017-26/+26
* Kill leading whilespace.Maxim Sobolev2005-11-301-1/+1
* Teach this to create the "machine" and ${MACHINE_ARCH} (for pc98Ruslan Ermilov2005-11-301-4/+27
* Byte copy IF_LLADDR() on stack to align it to be safe for typecasts.Ruslan Ermilov2005-11-304-42/+40
* Remove superfluous bzero()'ing of the softc.Marius Strobl2005-11-303-3/+0
* Remove superfluous inclusion of upa.h.Marius Strobl2005-11-303-3/+0
* If bus_dmamap_load() failed, we free the mbuf. We also need to clearGleb Smirnoff2005-11-301-2/+6
* MFi386: revision 1.1215 (add savagedrm).Yoshihiro Takahashi2005-11-301-0/+1
* Last step to make mq_notify conform to POSIX standard, If the processDavid Xu2005-11-305-107/+237
* Add codec ID for Avance Logic ALC203Pyun YongHyeon2005-11-301-0/+1
* Fix snderr() to not leak the socket buffer lock if an error occurs inJohn Baldwin2005-11-291-1/+1
* Tell Rx radiotap that hardware leaves FCS at the end of the frame.Damien Bergamini2005-11-291-1/+1
* Sync with ural:Damien Bergamini2005-11-292-18/+19
* Use usbd_clear_endpoint_stall_async() instead of usbd_clear_endpoint_stall()Damien Bergamini2005-11-291-2/+2
* o Send management frames at the lowest possible rate.Damien Bergamini2005-11-293-8/+43
* The bridge is capable of sending broadcast packets so enable IFF_BROADCASTAndrew Thompson2005-11-291-1/+1
* Fix the ata_composite/ata_request leak when using RAID0+1.Søren Schmidt2005-11-292-9/+18
* Let kmod.mk create empty opt_*.h files.Ruslan Ermilov2005-11-291-7/+1
* obey opt_inet6.h and opt_ipsec.h in kernel build directory.Hajimu UMEMOTO2005-11-293-3/+17
* We do nothing with returned error value, so just remove it.Pawel Jakub Dawidek2005-11-291-3/+2
* Unexpand LLADDR().Ruslan Ermilov2005-11-291-2/+2
* Separate the hardware definitions into ipsreg.h so they can be used byScott Long2005-11-297-309/+351
* Drop the -I/usr/include (or any of its variants) from CFLAGS.Ruslan Ermilov2005-11-291-14/+0
* Garbage-collect now unused struct _ipfw_insn_pipe and flush_pipe_ptrs(),Gleb Smirnoff2005-11-292-44/+1
* Add notes about ATI IXP audio controller.Ariff Abdullah2005-11-291-0/+2
* Add support for the i855GM, tested by an r300 user.Eric Anholt2005-11-292-2/+12
* Check value returned by g_read_data(9), otherwise we can end in panic(9)Maxim Sobolev2005-11-291-0/+3
* Remove MNT_NODEV mount option. In RELENG_6, MNT_NODEV was a no-op.Craig Rodrigues2005-11-292-2/+0
* First step in removing welding between ipfw(4) and dummynet.Gleb Smirnoff2005-11-292-288/+285