aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update DRM to CVS snapshot as of 2005-11-28. Notable changes:Eric Anholt2005-11-2879-1722/+3509
* Fix SiS SATA support, the SATA registers was off.Søren Schmidt2005-11-283-44/+243
* Move zero copy statistics structure before sosend_copyin().Robert Watson2005-11-281-15/+15
* If we get a stray interrupt, return after logging it. In the extremelyJohn Baldwin2005-11-282-0/+2
* When checking to see if a process has exceeded its time limit, flag theJohn Baldwin2005-11-281-2/+2
* Break out functionality in sosend() responsible for building mbufRobert Watson2005-11-281-141/+170
* Version 600004 is better than 700000 given other changes that are inWarner Losh2005-11-288-8/+8
* Fix two identical harmless typos in ata error messages:Giorgos Keramidas2005-11-281-2/+2
* Take if_baudrate from the parent. This fixes problem with SNMPGleb Smirnoff2005-11-281-0/+1
* mqueue.h has been superceded by sys/mqueue.h thanks to David Xu's work.Scott Long2005-11-281-77/+0
* - Allow duplicate "machine" directives with the same arguments.Ruslan Ermilov2005-11-2722-60/+7
* Fix a stupid compiler warining, remove a redundant line.David Xu2005-11-271-1/+1
* Reduction.Ruslan Ermilov2005-11-272-2/+0
* Make config(8) understand ORed dependecies in "files*" andRuslan Ermilov2005-11-2716-251/+116
* The ohci driver's processing of completed transfer descriptors (TDs)Ian Dowse2005-11-272-31/+38
* Change filesystem name from mqueue to mqueuefs for style consistent.David Xu2005-11-272-3/+3
* Support for ATI IXP 200 / 300 / 400 series audio controllers.Ariff Abdullah2005-11-276-1/+1221
* - Update the flow sequence before converting count toGleb Smirnoff2005-11-271-5/+2
* Regen.David Xu2005-11-275-69/+81
* Don't use OpenBSD syscall numbers, instead, use new syscall numbersDavid Xu2005-11-271-16/+22
* Add several aliases for existing clockid_t names to indicate that theRobert Watson2005-11-272-3/+34
* Revision 5.0 of the Sony DSC camera appears to require RBC commandsIan Dowse2005-11-261-2/+14
* Bring in mqueue.h to define struct mq_attr.David Xu2005-11-261-0/+40
* Compile mqueue module.David Xu2005-11-262-0/+11
* Regen.David Xu2005-11-265-17/+67
* Bring in experimental kernel support for POSIX message queue.David Xu2005-11-266-6/+2382
* Remove duplicates.Ruslan Ermilov2005-11-263-5/+0
* Add a locking stub to call acpi_cmbat_get_bif() now that it is directlyNate Lawson2005-11-261-1/+12
* The CAM interface is broken and seems to be causing lockups on boot. ItScott Long2005-11-261-0/+13