summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add new CPU_ENABLE_TCC option, from NOTES:sobomax2004-01-181-0/+3
* Add new CPU_ENABLE_TCC option, from NOTES:sobomax2004-01-185-0/+497
* A network interface driver can support IFCAP_VLAN_MTU only,yar2004-01-181-3/+3
* Fixed a memory leak.ru2004-01-181-0/+1
* Fixed a memory leak.ru2004-01-181-1/+3
* Fixed a memory leak.ru2004-01-181-0/+1
* Fix botch in last commit.sos2004-01-181-2/+2
* Since "m" is not part of the "mp" chain, need to free() it.ru2004-01-181-0/+1
* Apparently there's a good reason why M_WAITOK malloc() is done beforeru2004-01-181-2/+2
* Fixed a memory leak.ru2004-01-181-0/+1
* Empty vendor string overrides knowndevssanpei2004-01-181-0/+4
* Fixed a memory leak.ru2004-01-181-1/+2
* Fixed a memory leak.ru2004-01-181-1/+3
* Add missing free's.sos2004-01-181-0/+4
* Avoid overwriting capability bits marked earlieryar2004-01-181-5/+5
* Pay attention to the timeout value passed down by the upper layer.sanpei2004-01-181-10/+18
* Sync to 1.158 of usbdevssanpei2004-01-182-2/+9
* add device id for PANASONIC KXLRW32AN(USB CD-R/RW,not yet support)sanpei2004-01-181-0/+1
* Increase UMA_BOOT_PAGES because of changes to pv entry initialization inalc2004-01-181-1/+1
* PC98 uses the different frame code.nyan2004-01-181-21/+43
* Fix to support KANA and graphics characters which code are over 0x80.nyan2004-01-181-1/+1
* Don't acquire Giant in vm_object_deallocate() unless the object is vnode-alc2004-01-181-8/+12
* Fix type in comment, 's/writtent/written/'johan2004-01-181-1/+1
* Add support for the Silicon Image 3114 4 channel SATA controller.sos2004-01-172-10/+18
* It appears that the changes in the resources allocated is causing muchimp2004-01-171-1/+4
* Don't panic because of RPC proto mismatches. Whitespace cleanup.alfred2004-01-171-35/+37
* Handle sf_buf_alloc() returning null. This can happen if thegallatin2004-01-171-9/+18
* remove elan_mmcr, I'm not sure I understand what it did here in thephk2004-01-171-1/+0
* Mostly mechanical rework of libalias:phk2004-01-1716-737/+1071
* Make sure set the media type in the phy, we cannot trust it to have chosenphk2004-01-171-0/+1
* As previously announced: discontinue use of makedev() call in soundcode.phk2004-01-176-56/+171
* - Handle failure of cam_sim_alloc().mdodd2004-01-171-0/+12
* Replaced outdated comment.ru2004-01-171-1/+1
* Restore correct semantics for F_DUPFD fcntl. This should fix the errorsdes2004-01-173-6/+6
* Do not allow operations which cause known file-system corruption.green2004-01-161-2/+8
* Remove a warning.green2004-01-161-2/+0
* WITNESS won't let us hold two filedesc locks at the same time, so juggledes2004-01-161-3/+9
* KASSERT() that initproc->p_pid is 1. Very bad things happen if init'srwatson2004-01-161-0/+1
* Fix an upper-vnode leak created in revision 1.52. When an upper-layergreen2004-01-162-19/+13
* - Build things in pure alphabetical dictionary order.ru2004-01-161-148/+227
* Sync to 1.157 of usbdevssanpei2004-01-162-9/+16
* Add support SUNTAC U-Cable type A3(AS64LX)sanpei2004-01-162-1/+4
* Remove two KASSERTs which were overly paranoid.des2004-01-161-4/+0
* The ndis_kspin_lock type is called KSPIN_LOCK in MS-Windows.obrien2004-01-162-2/+23
* Catch up with ATA UMA changesgrehan2004-01-152-0/+2
* The definition for __stdcall logically belongs in pe_var.h, butwpaul2004-01-154-6/+9
* Create NDIS_BUS_SPACE_{IO,MEM} to abstract MD BUS_SPACE macros.obrien2004-01-153-20/+24
* Take care to drop locks when calling malloc()des2004-01-151-2/+6
* Correct beacon (src/bssid) for hostap and adhoc mode.onoe2004-01-151-7/+30
* New file descriptor allocation code, derived from similar code introduceddes2004-01-158-250/+312
OpenPOWER on IntegriCloud