summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Backout the linux aio stuff. Several problems where identified and thenetchild2006-10-2910-1465/+11
* - Use non-recursive mutex. MTX_RECURSE is unnecessary since rev. 1.70oleg2006-10-291-34/+31
* style(9)netchild2006-10-291-0/+1
* Removed some SMP ifdefs so that using the TSC as a cputime clock isbde2006-10-292-19/+15
* Refactor vfs_setdirty(), creating vfs_setdirty_locked_object().alc2006-10-291-6/+16
* In bufdone_finish() restrict the acquisition and release of the pagealc2006-10-281-2/+8
* Fix style(9).netchild2006-10-281-29/+29
* In the userland .mcount():bde2006-10-281-7/+5
* regen (prctl addition)netchild2006-10-286-10/+18
* i386/include/profile.h:bde2006-10-282-10/+2
* MFP4:netchild2006-10-288-5/+123
* MFP4:netchild2006-10-282-4/+4
* Backout bogus checkin to HEADjfv2006-10-285-1504/+1708
* In MCOUNT_OVERHEAD(label), actually use the `label' parameter. We werebde2006-10-282-2/+2
* Cleaned up includes. <machine/profile.h> was unused. <machine/timerreg.h>bde2006-10-282-14/+5
* Removed all traces of HIDENAME() in amd64 and i386 kernel code. Usingbde2006-10-284-39/+24
* This is the merge of the Intel 6.2.9 driver. It provides all new shared code,jfv2006-10-285-1708/+1504
* Don't call mexitcount or provide a stub mexitcount to call whenbde2006-10-274-24/+8
* - Convertoleg2006-10-271-5/+62
* Use separate thread for servicing dummynet(4).oleg2006-10-271-3/+32
* style(9) cleanup.oleg2006-10-271-330/+353
* Remove member p_procscopegrp which is no longer used by libthr.davidxu2006-10-272-11/+0
* Remove the KSE option now that it's in DEFAULTS on these arches/machines.jb2006-10-2611-11/+0
* Add 'options KSE' to the kernel config DEFAULTS on all arches/machinesjb2006-10-267-1/+18
* Make KSE a kernel option, turned on by default in all GENERICjb2006-10-2660-238/+1335
* Adopt comments borrowed from aout_freebsd.c.ru2006-10-262-2/+2
* Restore support for -c and -d that were treacherously murdered inru2006-10-262-4/+8
* Back out rev. 1.71 as it breaks directly loading (i386) kernels.ru2006-10-262-6/+6
* MF kmod.mk 1.176: Properly handle vnode_if.h dependencies.ru2006-10-261-1/+5
* Fixed high resolution profiling on arches that support it (amd64 andbde2006-10-261-1/+1
* The attempt to rename "." with MAC framework compiled in would cause attemptkib2006-10-262-2/+4
* Better align output of "show uma" by moving from displaying the basicrwatson2006-10-261-5/+7
* Fix leak in NAMEI zone caused by nfs server when VOP_RENAME fails.kib2006-10-261-2/+2
* Reduced the ifdef tangle for profiling by moving the unreachablebde2006-10-261-12/+2
* Increase usefulness of "show malloc" by moving from displaying the basicrwatson2006-10-261-5/+11
* Optimize umtx_lock_pi() a bit by moving some heavy code out of the loop,davidxu2006-10-261-32/+27
* Let allow to teardown multiple irqs as well.cognet2006-10-251-1/+3
* Setup multiple interrupts if needed.cognet2006-10-251-2/+5
* Fix LEDs not working when atkbd is an active keyboard and the physicalru2006-10-251-16/+16
* Remove extra _MAC_ from #ifdef guard.rwatson2006-10-251-1/+1
* Fix non-working CAPS LED under X by applying fix from atkbd.c,v 1.27:ru2006-10-251-1/+2
* MFp4: Move the parameters that are basically dictated by the AT91imp2006-10-252-5/+5
* MFp4: Status register bitsimp2006-10-251-0/+14
* In order to eliminate a branch, convert opcode to unsigned integer.davidxu2006-10-251-2/+2
* Eliminate an unnecessary `if' statement.davidxu2006-10-251-1/+2
* Move sigqueue_take() call into proc_reparent(), this fixed bugs wheredavidxu2006-10-252-9/+4
* Ooops, dump_avail[i] can be 0 if the RAM starts at 0x00000000, so check thatcognet2006-10-241-4/+4
* Regen.sobomax2006-10-244-54/+4
* Fix kernel breakage introduced in the previous commit (redeclatationsobomax2006-10-241-9/+9
* Regenerate.rwatson2006-10-244-22/+81
OpenPOWER on IntegriCloud