summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Tighten up some of the comments describing turnstiles and sleepqueues.mckusick2010-12-132-9/+10
* MFp4:davidxu2010-12-091-1/+2
* Bump __FreeBSD_version for the addition of log2(). This is mainly for thedas2010-12-051-1/+1
* Add SLIST_SWAP() macro.kib2010-12-031-0/+6
* Add Serial Management Protocol (SMP) passthrough support to CAM.ken2010-11-301-1/+1
* Do not hold the sysctl lock across a call to the handler. This fixes amdf2010-11-291-1/+3
* Add a missing CTL description from CVS revision 1.147.attilio2010-11-251-0/+1
* Add PT_GNU_STACK definition.kib2010-11-231-0/+1
* After some off-list discussion, revert a number of changes to thedim2010-11-223-9/+7
* Add the ability for GDB to printout the thread name along with otherattilio2010-11-223-0/+10
* Remove prtactive variable and related printf()s in the vop_inactivekib2010-11-191-1/+0
* Add a resource_list_reserved() method that returns true if a resourcejhb2010-11-171-0/+1
* Do not use __FreeBSD_version prefix for the special osrel version.kib2010-11-141-2/+2
* Instead of unconditionally emitting .globl's for the __start_set_xxx anddim2010-11-143-7/+7
* Add macros to define static instances of VNET_DEFINE and DPCPU_DEFINE.dim2010-11-141-0/+2
* Similar to sys/net/vnet.h, define the linker set name for sys/sys/pcpu.hdim2010-11-141-1/+4
* Use symbolic names instead of hardcoding values for magic p_osrel constants.kib2010-11-141-0/+5
* Add support for asterisk characters when filling in the GELI passworded2010-11-141-0/+5
* Make POLL_ERR and POLL_HUP different.jilles2010-11-121-1/+1
* This commit implements the SO_USER_COOKIE socket option, which letsluigi2010-11-122-0/+8
* This commit marks the first formal contribution of the "Five New TCP Congestionlstewart2010-11-121-1/+1
* Add some platform KOBJ extensions and continue integrating PowerPCnwhitehorn2010-11-121-2/+3
* Use the same treatment as in linker_set.h for the __start and __stopdim2010-11-111-0/+6
* Revert r103230, which depended on ld preserving the __start_xxx anddim2010-11-112-0/+5
* Replace libgcc.a by libcompiler_rt.a.ed2010-11-111-1/+1
* Remove unexisted since r212541 timer1hz/timer2hz variables.mav2010-11-101-2/+0
* - Remove <machine/mutex.h>. Most of the headers were empty, and thejhb2010-11-091-63/+36
* Add a taskqueue_cancel(9) to cancel a pending task without waiting formdf2010-11-081-0/+2
* - Add minidump support for FreeBSD/mipsgonzo2010-11-071-0/+1
* Remove 'softclock_ih' as it is no longer used.jhb2010-11-031-1/+0
* - When disabling ktracing on a process, free any pending requests thatjhb2010-10-211-2/+2
* Reshuffle SIOCGIFCONF32 handler from r155224.pluknet2010-10-211-3/+0
* 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
OpenPOWER on IntegriCloud