summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Rename boot() to kern_reboot() and make it visible outside ofmarcel2010-10-181-1/+2
* - Insert thread0 into correct thread hash link list.davidxu2010-10-171-1/+1
* Use a safer mechanism for determining if a task is currently running,mdf2010-10-132-3/+1
* Re-expose and briefly document taskqueue_run(9). The function is usedmdf2010-10-121-0/+1
* Add macro DECLARE_MODULE_TIED to denote a module as requiring thekib2010-10-122-3/+17
* Add a flag TDF_TIDHASH to prevent a thread from beingdavidxu2010-10-121-1/+1
* Upgrade xz to git snapshot as of 20101010mm2010-10-111-1/+1
* The r184588 changed the layout of struct export_args, causing an ABIkib2010-10-101-0/+2
* Create a global thread hash table to speed up thread lookup, usedavidxu2010-10-092-1/+18
* Make a thread's address available via the kern proc sysctl, just like theemaste2010-10-081-1/+2
* Check the device name validity on device registration.jh2010-10-071-5/+6
* Certain static code analysis tools (FlexeLint being one) are veryphk2010-10-041-2/+2
* Bump __FreeBSD_version for switch from GNU man to BSDL man.gordon2010-10-041-1/+1
* there must be only one SYSINIT with SI_SUB_RUN_SCHEDULER+SI_ORDER_ANY orderavg2010-09-301-1/+1
* Account for unlocking a spin mutex in the lock profiling code in the !SMPjhb2010-09-291-1/+4
* Initial GPIO bus support. Includes:gonzo2010-09-281-0/+97
* Add three GPT attributes:pjd2010-09-241-0/+3
* Add MIPS platform, this will make bsdlabel(8) work on MIPS (when invokedjchandra2010-09-231-1/+1
* Copy td_rqindex during fork instead of zero'ing it to match the comments.jhb2010-09-221-1/+1
* Fix exec_imgact_shell()'s handling of two error cases: (1) Previously, ifalc2010-09-211-1/+1
* First step at adopting FreeBSD to support PSARC/2010/029. This makestrasz2010-09-201-0/+2
* Indicate that POSIX semaphores are always supported.tijl2010-09-191-1/+1
* Adopt the deferring of object deallocation for the deleted map entrieskib2010-09-181-0/+1
* With reworking of the socket life cycle in 7.x, the need for a "sotryfree()"rwatson2010-09-181-11/+0
* Re-add r212370 now that the LOR in powerpc64 has been resolved:mdf2010-09-161-0/+3
* sys/pcpu.h: remove a workaround for a fixed ld bugavg2010-09-151-14/+0
* Rename the field to not confuse readers. The bytes are actually used.kib2010-09-141-1/+1
* Make kern_tc.c provide minimum frequency of tc_ticktock() calls, requiredmav2010-09-142-2/+6
* Revert r212370, as it causes a LOR on powerpc. powerpc does a fewmdf2010-09-131-3/+0
* Bump __FreeBSD_version to reflect the userland DTrace changes.rpaulo2010-09-131-1/+1
* Refactor timer management code with priority to one-shot operation mode.mav2010-09-135-8/+12
* Add DF_1_LOADFLTR.kib2010-09-121-0/+1
* Fix typo.kib2010-09-121-1/+1
* Protect mnt_syncer with the sync_mtx. This prevents a (rare) vnode leakkib2010-09-111-0/+1
* Replace sbuf_overflowed() with sbuf_error(), which returns any errormdf2010-09-101-2/+1
* bus_add_child: change type of order parameter to u_intavg2010-09-101-1/+1
* Protect BSDI $Id from accidental manipulation.obrien2010-09-101-1/+1
* Bump __FreeBSD_version for sbuf ABI change.mdf2010-09-091-1/+1
* Add a drain function for struct sysctl_req, and use it for a variety ofmdf2010-09-091-0/+3
* Add drain functionality to sbufs. The drain is a function that ismdf2010-09-091-2/+8
* Add few more bintime math macros.mav2010-09-081-0/+19
* struct device: widen type of flags and order fields to u_intavg2010-09-041-1/+1
* Correct bioq_disksort so that bioq_insert_tail() offers barrier semantic.gibbs2010-09-021-0/+1
* Remove trailing whitespace.emaste2010-09-021-1/+1
* rmlock(9) two additions and one change/fix:mlaier2010-09-012-11/+21
* Regenkib2010-08-303-3/+27
* Add the MAP_PREFAULT_READ option to mmap(2).alc2010-08-282-1/+2
* There is a bug in vfs_allocate_syncvnode() failure handling in mount code.pjd2010-08-281-1/+1
* Use private namespace for visibility keyword.kib2010-08-271-2/+2
* Add the necessary DTrace function pointers.rpaulo2010-08-251-0/+9
OpenPOWER on IntegriCloud