summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix the type of "eaddr" to guarantee the required alignment.ru2005-12-012-16/+16
* 1. Set timer configuration values for sysconf().davidxu2005-12-011-2/+15
* Add kernel module loading option for snd_atiixp(4).ariff2005-12-011-0/+1
* set signal queue values for sysconf().davidxu2005-12-011-0/+4
* Avoid using signal 127 and 128 as RT signals, these two signals confusedavidxu2005-11-301-1/+1
* It is unclear who is wrong and who is right, but when operating onsobomax2005-11-301-0/+10
* Don't pass error value pointer to g_read_data(9) at all if we don'tsobomax2005-11-3013-25/+24
* fix dynamic changes in short slottime for 11g sta mode: set thesam2005-11-301-1/+1
* Check for g_read_data(9) errors properly:sobomax2005-11-3017-26/+26
* Kill leading whilespace.sobomax2005-11-301-1/+1
* Teach this to create the "machine" and ${MACHINE_ARCH} (for pc98ru2005-11-301-4/+27
* Byte copy IF_LLADDR() on stack to align it to be safe for typecasts.ru2005-11-304-42/+40
* Remove superfluous bzero()'ing of the softc.marius2005-11-303-3/+0
* Remove superfluous inclusion of upa.h.marius2005-11-303-3/+0
* If bus_dmamap_load() failed, we free the mbuf. We also need to clearglebius2005-11-301-2/+6
* MFi386: revision 1.1215 (add savagedrm).nyan2005-11-301-0/+1
* Last step to make mq_notify conform to POSIX standard, If the processdavidxu2005-11-305-107/+237
* Add codec ID for Avance Logic ALC203yongari2005-11-301-0/+1
* Fix snderr() to not leak the socket buffer lock if an error occurs injhb2005-11-291-1/+1
* Tell Rx radiotap that hardware leaves FCS at the end of the frame.damien2005-11-291-1/+1
* Sync with ural:damien2005-11-292-18/+19
* Use usbd_clear_endpoint_stall_async() instead of usbd_clear_endpoint_stall()damien2005-11-291-2/+2
* o Send management frames at the lowest possible rate.damien2005-11-293-8/+43
* The bridge is capable of sending broadcast packets so enable IFF_BROADCASTthompsa2005-11-291-1/+1
* Fix the ata_composite/ata_request leak when using RAID0+1.sos2005-11-292-9/+18
* Let kmod.mk create empty opt_*.h files.ru2005-11-291-7/+1
* obey opt_inet6.h and opt_ipsec.h in kernel build directory.ume2005-11-293-3/+17
* We do nothing with returned error value, so just remove it.pjd2005-11-291-3/+2
* Unexpand LLADDR().ru2005-11-291-2/+2
* Separate the hardware definitions into ipsreg.h so they can be used byscottl2005-11-297-309/+351
* Drop the -I/usr/include (or any of its variants) from CFLAGS.ru2005-11-291-14/+0
* Garbage-collect now unused struct _ipfw_insn_pipe and flush_pipe_ptrs(),glebius2005-11-292-44/+1
* Add notes about ATI IXP audio controller.ariff2005-11-291-0/+2
* Add support for the i855GM, tested by an r300 user.anholt2005-11-292-2/+12
* Check value returned by g_read_data(9), otherwise we can end in panic(9)sobomax2005-11-291-0/+3
* Remove MNT_NODEV mount option. In RELENG_6, MNT_NODEV was a no-op.rodrigc2005-11-292-2/+0
* First step in removing welding between ipfw(4) and dummynet.glebius2005-11-292-288/+285
* Update DRM to CVS snapshot as of 2005-11-28. Notable changes:anholt2005-11-2879-1722/+3509
* Fix SiS SATA support, the SATA registers was off.sos2005-11-283-44/+243
* Move zero copy statistics structure before sosend_copyin().rwatson2005-11-281-15/+15
* If we get a stray interrupt, return after logging it. In the extremelyjhb2005-11-282-0/+2
* When checking to see if a process has exceeded its time limit, flag thejhb2005-11-281-2/+2
* Break out functionality in sosend() responsible for building mbufrwatson2005-11-281-141/+170
* Version 600004 is better than 700000 given other changes that are inimp2005-11-288-8/+8
* Fix two identical harmless typos in ata error messages:keramida2005-11-281-2/+2
* Take if_baudrate from the parent. This fixes problem with SNMPglebius2005-11-281-0/+1
* mqueue.h has been superceded by sys/mqueue.h thanks to David Xu's work.scottl2005-11-281-77/+0
* - Allow duplicate "machine" directives with the same arguments.ru2005-11-2722-60/+7
* Fix a stupid compiler warining, remove a redundant line.davidxu2005-11-271-1/+1
* Reduction.ru2005-11-272-2/+0
OpenPOWER on IntegriCloud