summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove extraneous reference to intrq.h, which broke the kernel build.rwatson2003-04-211-1/+0
* This commit was generated by cvs2svn to compensate for changes in r113778,obrien2003-04-211-0/+245
|\
| * Vendor import revision 1.8 of ac97_codec.h (we renamed the file) fromobrien2003-04-211-0/+245
| * Vendor import revision 1.51 of 8010.h (we renamed the file) fromobrien2003-04-181-68/+134
| * Vendor import revision 1.39 of 8010.h (we renamed the file) fromobrien2003-04-181-18/+23
| * This commit was manufactured by cvs2svn to create branch 'ALSA'.cvs2svn2000-04-023631-1752136/+0
* | - Lock the vm_object when performing either vm_object_clear_flag() oralc2003-04-201-1/+13
* | - Update the vm_object locking in vm_map_insert().alc2003-04-201-8/+13
* | - Lock the vm_object when performing vm_object_pip_wakeup().alc2003-04-201-2/+2
* | Regenerate.wpaul2003-04-202-2/+16
* | Add support for the Netgear FA120 and the D-Link DUBE100 (AX88172-basedwpaul2003-04-202-0/+4
* | - Lock the vm_object when performing vm_object_pip_wakeup().alc2003-04-201-0/+10
* | Regen usbdevs.wpaul2003-04-202-2/+18
* | Add device driver support for the ASIX Electronics AX88172 USB 2.0wpaul2003-04-2012-0/+1392
* | style.Makefile(5)obrien2003-04-201-7/+6
* | Convert the tx(4) driver to use the busdma API.mux2003-04-202-126/+328
* | Better comment, more style(9) fixes.mux2003-04-201-4/+4
* | Additional malloc failure checks.orion2003-04-203-4/+15
* | Use u_int for the struct uidinfo reference count rather than u_short;rwatson2003-04-201-1/+1
* | more style(9) changes.obrien2003-04-201-6/+8
* | more style(9) changes.obrien2003-04-201-32/+32
* | A few style(9) fixes.obrien2003-04-201-50/+50
* | - Lock the vm_object when performing vm_object_pip_add().alc2003-04-201-0/+8
* | - Lock the vm_object when performing vm_object_pip_add().alc2003-04-201-4/+3
* | Update vm_object locking in vm_map_delete().alc2003-04-201-5/+9
* | - Lock the vm_object when performing vm_object_pip_add().alc2003-04-204-1/+14
* | Backout my last commit.davidxu2003-04-202-8/+8
* | style(9).mux2003-04-201-8/+11
* | Lock the vm_object in vfs_busy_pages().alc2003-04-201-0/+4
* | - Lock the vm_object when performing vm_object_pip_subtract().alc2003-04-193-1/+7
* | - Lock the vm_object when performing vm_object_pip_wakeupn().alc2003-04-194-2/+13
* | Lock the jumbo_vm_object when performing vm_page_alloc().alc2003-04-191-0/+2
* | Make this file closer to style(9) paradigm.mux2003-04-191-212/+215
* | - Enable interrupts only at the end of epic_attach() when all themux2003-04-191-39/+35
* | Make more of the "hotspot" stuff generic:phk2003-04-193-38/+77
* | Create a dedicated structure for holding hotspot information rather thanphk2003-04-192-18/+24
* | Test next upcall time correctly.davidxu2003-04-192-2/+2
* | Unbreak sigaltstack syscall. sigonstack is now a function anddavidxu2003-04-191-7/+2
* | Use correct thread pointer.davidxu2003-04-192-2/+2
* | Don't return garbage in high 16 bits.davidxu2003-04-192-8/+8
* | Fix compile warning - proc should have been thread.grehan2003-04-191-1/+1
* | o Update locking around vm_object_page_remove() in vm_map_clean()alc2003-04-191-4/+2
* | Lock the vm_object in obj_alloc().alc2003-04-191-0/+2
* | - Correct a comment made bogus by my last commit.mux2003-04-191-2/+4
* | Various cleanups:mux2003-04-191-20/+1
* | Back out last commit.julian2003-04-181-9/+5
* | - Make sigonstack() a regular function instead of an inline and add a procjhb2003-04-182-21/+24
* | Synchronize the two linux_clone() implementations which includes a fewjhb2003-04-182-28/+25
* | Rather than check for M_PKTHDR and conditionally perform access control,rwatson2003-04-181-4/+3
* | Use the proc lock to protect p_singlethread and a P_WEXIT test. Thisjhb2003-04-187-11/+15
OpenPOWER on IntegriCloud