summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove an extra mutex unlock in the morpheus interrupt handler.scottl2005-04-261-1/+4
* Add 'curcpu', a shortcut to the current CPU ID, similar to curthread,rwatson2005-04-261-0/+1
* Fix a bug introduced in r1.89 thats caused leak of requests, and possiblysos2005-04-261-1/+1
* Remove the extra EEPROM reload step I added before. vge_reset()wpaul2005-04-251-2/+0
* Apply a torniquet to the problem of the drive unexpectedly disconnectingscottl2005-04-251-1/+9
* Remove the ACPI_MAX_THREADS option.scottl2005-04-251-3/+0
* Add the vm.exec_map_entries tunable and read-only sysctl, which controlskris2005-04-251-1/+7
* new files and compile defines to build new ipfilterdarrenr2005-04-251-2/+3
* Merge the changes from 3.4.35 to 4.1.8 into the kernel source treedarrenr2005-04-2520-9332/+17345
* Correct the if_link_state_change() logic: when the link went down,wpaul2005-04-251-2/+2
* Reading the EEPROM to learn the station address doesn't seem to workwpaul2005-04-251-0/+11
* This commit was generated by cvs2svn to compensate for changes in r145516,darrenr2005-04-2518-111/+8348
|\
| * import ipfilter 4.1.8 into the kernel source treedarrenr2005-04-2538-7136/+25763
| * Import ipfilter 3.4.35 (destinated for RELENG_4) to vendor branchdarrenr2004-06-2116-414/+736
* | Allow BOOT_BOOT0_COMCONSOLE_SPEED to be derived from BOOT_COMCONSOLE_SPEEDru2005-04-251-5/+28
* | Fix provider's size check for 'insert' command.pjd2005-04-251-1/+2
* | Deal with failed malloc calls[1].bz2005-04-252-0/+44
* | Cosmeticssos2005-04-254-38/+26
* | Only try to allocate and use the SATA resource if they are enabledsos2005-04-251-44/+40
* | Retire the musycc E1/T1 driverphk2005-04-251-1567/+0
* | retire the musycc E1/T1 driver.phk2005-04-252-2/+0
* | Remove obsolete option.njl2005-04-251-3/+0
* | - We want if (mrep != NULL) not if (m_freem != NULL). m_freem will neverjeff2005-04-251-1/+1
* | Add missing break.mdodd2005-04-251-0/+1
* | Throw the switch on the new driver generation/loading mechanism. Fromwpaul2005-04-2415-189/+209
* | Fix a panic on X startup for drivers that don't init maps themselves by storinganholt2005-04-241-1/+1
* | o eliminate modification of task structures after their run to avoidsam2005-04-243-9/+6
* | Fix the order of the lowaddr,highaddr arguments in the parent tag. Thisscottl2005-04-241-1/+1
* | Don't use fusufault in casuptr(), as it assumes the current PCB will becognet2005-04-231-23/+18
* | Wake up swapper process if needed.davidxu2005-04-231-0/+9
* | Regen.davidxu2005-04-235-7/+16
* | Add new syscall thr_new to create thread in atomic, it willdavidxu2005-04-233-54/+156
* | Change cpu_set_kse_upcall to more generic style, so we can reuse itdavidxu2005-04-2311-50/+167
* | - Define the real lock order with cdev and a few vm/vfs related locks. Thisjeff2005-04-221-1/+3
* | - As this is presently the one and only place where duplicate acquires ofjeff2005-04-221-1/+1
* | - Add a VI_LOCK_FLAGS so we can pass MTX_DUPOK in. This somewhat defeatsjeff2005-04-221-0/+1
* | - Check LO_DUPOK as well as LOP_DUPOK when determining whether we shouldjeff2005-04-221-1/+2
* | - Define LOP_DUPOK in lock.h so that we may pass it to individualjeff2005-04-222-3/+4
* | Make aic*_reg_print.o appear in the .depend file, fixing the "make"ru2005-04-221-8/+28
* | Clean all generated vnode_if* files.ru2005-04-221-2/+2
* | Clean generated os+%DIKED-nve.h.ru2005-04-222-2/+4
* | Get the directory structure correct in a comment.trhodes2005-04-223-3/+6
* | Add locking support to mac_bsdextended:trhodes2005-04-221-37/+67
* | Revert a mistake borrowed from kern.post.mk that has just been fixed.ru2005-04-221-1/+0
* | Fix "make depend" to not redundantly rebuild the .depend file.ru2005-04-221-7/+2
* | Be more conservative when enabling extended features. There are fxp(4)mux2005-04-222-3/+7
* | Fix error in synproxy connection completion. Source andglebius2005-04-221-2/+2
* | Pick up the selectors to use for various kernel segments from assym.siedowse2005-04-222-6/+7
* | Add rules for building assym.s.iedowse2005-04-221-0/+14
* | Add sio and puc to i386 build.imp2005-04-221-1/+4
OpenPOWER on IntegriCloud