summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Take care not to call vput if thread used in corresponding vgetkan2003-11-027-10/+20
* - In sched_prio() only force us onto the current queue if our priority isjeff2003-11-021-1/+2
* - Rename SCHED_PRI_NTHRESH to SCHED_SLICE_NTHRESH since it is only used injeff2003-11-021-10/+11
* - Remove PRIO_TOTAL.jeff2003-11-021-3/+0
* - Remove uses of PRIO_TOTAL and replace them with SCHED_PRI_NRESVjeff2003-11-021-5/+5
* - Change sched_interact_update() to only accept slp+runtime values betweenjeff2003-11-021-27/+56
* Do if_xname conversion. I missed this one because it's pc98 only.brooks2003-11-011-2/+2
* - Increase the scope of two vm object locks in vm_object_collapse().alc2003-11-011-12/+4
* Remove now unused variable.kan2003-11-011-1/+0
* Make the cardbus driver a derived class of the pci driver. In theory, thisdfr2003-11-012-38/+3
* GEOM'ify atapi-cd. Original patch by phk, subtle changes by me.sos2003-11-012-183/+128
* Shorten the code by removing one "do-nothing" function, replacing itmarkm2003-11-011-10/+1
* Fix cable detection on AMD chips.sos2003-11-011-5/+6
* - Modify swap_pager_copy() and its callers such that the source andalc2003-11-012-32/+18
* - Add a new function tcp_twrecycleable, which tells us if the ISN whichsilby2003-11-014-0/+52
* Temporarily undo parts of the stuct mount locking commit by jeff.kan2003-11-016-34/+10
* - Additional vm object locking in vm_object_split()alc2003-11-012-4/+12
* Do not bother walking mount point vnode list just to calculatekan2003-11-011-5/+1
* o check hal ABI version to catch driver-HAL mismatchessam2003-11-011-0/+16
* This commit was generated by cvs2svn to compensate for changes in r121837,sam2003-11-016-3310/+3401
|\
| * Version 0.9.5.17:sam2003-11-016-3310/+3401
* | Fix the logic to match the new name of the tunable.njl2003-11-011-1/+1
* | Change the reset video option to be positive (hw.acpi.reset_video).njl2003-11-016-31/+27
* | Remove a bogus PCI ID entry.scottl2003-11-011-2/+0
* | For physical address regions between 0 and KERNLOAD, allow pmap_mapdev()jhb2003-10-311-2/+7
* | Lower the priority of the legacy host to pci bridge driver so that otherjhb2003-10-311-1/+1
* | - Revert a part of revision 1.73: Make vm_object_set_flag() an inlinealc2003-10-312-7/+10
* | Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-31164-846/+718
* | - Take advantage of the swap pager locking: Eliminate the use of Giantalc2003-10-311-9/+0
* | correct stat to increment.ume2003-10-311-1/+1
* | do not insert a dest option header (even specified by a user) thatume2003-10-311-1/+13
* | Add support for the Broadcom BCM5788 (just another entry to the PCIwpaul2003-10-312-0/+3
* | (icmp6_rip6_input) if the received data is small enough but in anume2003-10-311-2/+46
* | rename MLD6_* to MLD_*.ume2003-10-312-17/+18
* | use arc4random.ume2003-10-314-9/+6
* | initialize in6_tmpaddrtimer_ch.ume2003-10-311-0/+1
* | nuku unused functions in6_nigroup_attach() andume2003-10-312-61/+0
* | MFi386: revision 1.579.nyan2003-10-312-28/+20
* | - Finish externing of r_idt in the f00f hack code.jhb2003-10-311-14/+10
* | MFi386: revision 1.198.nyan2003-10-311-8/+8
* | Merged from sys/isa/syscons_isa.c revision 1.24.nyan2003-10-312-0/+8
* | MFi386: revision 1.578.nyan2003-10-312-16/+2
* | Fix breakage on ia64: PAGE_SIZE on ia64 is large enough that more thanharti2003-10-311-1/+5
* | Add a new sysctl MIB to control exclusive login.simokawa2003-10-311-1/+6
* | - Add static to local functions and data where it was missing.jeff2003-10-311-78/+222
* | - Add 4 kse flags for use in the schedulers.jeff2003-10-311-0/+4
* | Fix two bugs introduced with the rstack functionality and specific tomarcel2003-10-311-1/+2
* | Tweak the calculation of minbfree in ffs_dirpref() so that onlytruckman2003-10-311-7/+7
* | While not illegal, attempt to pacify gcc -Wundef. It just so happenspeter2003-10-311-3/+3
* | - Synchronize access to the swdevt's sw_flags with sw_dev_mtx.alc2003-10-311-2/+3
OpenPOWER on IntegriCloud