summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Remove unnecessary LOCKPARENT manipulation.jeff2005-03-281-20/+0
* - Rev 1.83 of kern_lock.c fixes the td_locks assert, reenable it here.jeff2005-03-281-3/+0
* - Don't bump the count twice in the LK_DRAIN case.jeff2005-03-281-2/+0
* - Fix the lockmgr flags so that external flags and internal flags arejeff2005-03-281-35/+33
* - Move code that should probably be an assert above the main body ofjeff2005-03-281-15/+14
* - Remove the now-unused LK_REENABLE flag.jeff2005-03-281-3/+1
* - nwfs_lookup() is no longer responsible for unlocking the dvp, this isjeff2005-03-281-26/+10
* - Fix the hpfs build, hpfs_hash.c was removed from the repository.jeff2005-03-281-1/+1
* - hpfs_lookup() is no longer responsible for unlocking the dvp, this isjeff2005-03-281-11/+6
* - ext2fs_lookup() is no longer responsible for unlocking the dvp, this isjeff2005-03-282-32/+2
* - UFS no longer uses PDIRUNLOCK to track the parent state. Instead, we nowjeff2005-03-281-12/+7
* - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.jeff2005-03-288-158/+21
* - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.jeff2005-03-281-7/+5
* - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.jeff2005-03-283-146/+41
* - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.jeff2005-03-281-21/+4
* - Adjust asserts in vop_lookup_post() to match the new post PDIRUNLOCKjeff2005-03-281-11/+8
* - Get rid of PDIRUNLOCK, instead, we fixup the lock state immediately afterjeff2005-03-281-13/+51
* - Remove PDIRUNLOCK, it will soon be unused in every filesystems. The onlyjeff2005-03-281-1/+0
* Fix module build on amd64. There may be a cleaner way to do the .PATHnjl2005-03-281-0/+1
* You must selwakeup{,pri}() when closing a selectable object or thegreen2005-03-271-0/+1
* Clean up resources properly if acpi_perf fails to attach. First, changenjl2005-03-272-8/+20
* Add powernow to kernel build target.njl2005-03-272-0/+2
* Hook powernow up to the build for i386 and amd64.njl2005-03-271-1/+5
* Add the powernow driver, which handles AMD Mobile Athlon PowerNow! (k7)njl2005-03-271-0/+928
* Serialize task queue by starting only one thread instead of three. Thisnjl2005-03-271-1/+1
* Fix copy&paste error in my previous commit.mux2005-03-271-2/+2
* Unbreak style(9) breakage from last commit. We try to avoid definingimp2005-03-271-4/+2
* Fix a bunch of bugs I came accross when looking at the ixgb(4) driver,mux2005-03-273-41/+9
* Unbreak LINT.pjd2005-03-271-0/+3
* Don't defer the boot-time exploration of high-speed USB busses.iedowse2005-03-271-3/+9
* Argh. PCI resource list became an STAILQ instead of an SLIST. Try towpaul2005-03-272-1/+18
* Check in ntoskrnl_var.h, which should have been included in thewpaul2005-03-271-2/+18
* Finally bring an end to the great "make the Atheros NDIS driverwpaul2005-03-275-183/+365
* Remove another ';' after if().phk2005-03-271-1/+1
* Remove extra ; at end of if().phk2005-03-271-1/+1
* If a device_add_child fails (i.e. low memory situation), be sure to freenjl2005-03-272-0/+4
* check copyin+copyout return values when processing TWA_IOCTL_GET_LOCKsam2005-03-271-4/+6
* purge dead codesam2005-03-261-3/+0
* correct logic so we recognize timeout on allocsam2005-03-261-4/+4
* purge dead codesam2005-03-261-2/+0
* deal with malloc failure when setting up the multicast filtersam2005-03-262-0/+8
* handle malloc failure and sk_vpd_prodname potentially being null forsam2005-03-262-10/+16
* deal with malloc failuressam2005-03-261-7/+16
* fix a copy/paste typo for scanner/gameport...jmg2005-03-261-2/+2
* Don't call mlx_free() i mlx_attach() in case of failure. Doing sophk2005-03-262-10/+1
* rt_newaddrmsg will blow up if given something other than RTM_ADDsam2005-03-261-0/+3
* deal with malloc failuresam2005-03-261-1/+4
* deal with failed malloc callssam2005-03-261-0/+14
* fix a "modify after free" bug which is practically impossible tophk2005-03-261-5/+8
* add some additional pci classes and sub-classes..jmg2005-03-262-3/+61
OpenPOWER on IntegriCloud