summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Retire mp_fixme(). It's no longer used.alc2011-02-141-10/+0
* Remove unused since r134586 thr_exit1() declaration.dchagin2011-02-121-1/+0
* Provide convenience function for obtaining MODINFO_ADDR and MODINFO_SIZEmarcel2011-02-091-0/+4
* Remove the uio_yield prototype and symbol. This function has beenmdf2011-02-082-2/+1
* Based on discussions on the svn-src mailing list, rework r218195:mdf2011-02-082-2/+4
* Introduce a non-portable function pthread_getthreadid_np(3) to retrievejkim2011-02-071-1/+1
* Use M_WAITOK rather than M_NOWAIT when creating taskqueues via thejhb2011-02-041-2/+2
* Put the general logic for being a CPU hog into a new functionmdf2011-02-022-2/+2
* Add new user-friendly aliases for partition types for the MBR andae2011-01-282-3/+12
* Remove the CTLFLAG_NOLOCK as it seems to be both unused andmdf2011-01-261-5/+3
* Add macro to test the sv_flags of any process. Change some places to testdchagin2011-01-261-2/+4
* Allow debugger to specify that children of the traced process should bekib2011-01-252-2/+13
* Fix typo.kib2011-01-231-1/+1
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.pluknet2011-01-211-0/+1
* Introduce signed and unsigned version of CTLTYPE_QUAD, renamingmdf2011-01-191-11/+11
* sysctl(8) should use the CTLTYPE to determine the type of data whenmdf2011-01-191-40/+1
* Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set().jkim2011-01-171-3/+11
* Rework realtime priority support:jhb2011-01-141-11/+11
* Add a 64-bit hex-printed sysctl(9) since there is at least one place inmdf2011-01-131-1/+14
* Fix a typo. XLONG should allow pointers to unsigned and signed long.mdf2011-01-121-1/+1
* Add type checking for static and dynamic sysctls using scalar types.mdf2011-01-121-50/+140
* Update dialog to version 20100428. This changes the license under whichnwhitehorn2011-01-121-1/+1
* - Retire some unused ithread priorities: PI_TTYHIGH, PI_TAPE, andjhb2011-01-111-8/+6
* Add a nested include of <sys/linker_set.h> to make the sysctl(9) manpagejhb2011-01-101-0/+2
* Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h.kib2011-01-091-0/+6
* In rtld, read the initial stack access mode from AT_STACKPROT as setkib2011-01-081-0/+1
* Create shared (readonly) page. Each ABI may specify the use of page bykib2011-01-082-0/+15
* On 32 bit architectures define (u)int64_t as (unsigned) long long insteadtijl2011-01-081-2/+0
* Retire PCONFIG and leave the priority of thread0 alone when waiting forjhb2011-01-061-3/+2
* Retire the INTR_FAST flag as it was obsoleted by the introduction of thejhb2011-01-061-1/+0
* Reserve INTR_MD[1-4] similarly to what BUS_DMA_BUS[1-4] are intended formarius2011-01-041-1/+5
* Happy New Year 2011.bz2010-12-311-2/+2
* - Follow r216313, the sched_unlend_user_prio is no longer needed, alwaysdavidxu2010-12-291-1/+0
* - Add some helper hook points to the TCP stack. The hooks allow Khelp modules tolstewart2010-12-281-1/+1
* MFp4:davidxu2010-12-222-4/+10
* Close body of the VFS_UNLOCK_GIANT() macro into do { } while (0) loop,pjd2010-12-211-1/+5
* Initialize fp_location for explicitly managed fail points, and pushmdf2010-12-211-44/+31
* Move the fail_point_entry definition from fail.h to kern_fail.c, whichmdf2010-12-211-30/+6
* - Introduce the Hhook (Helper Hook) KPI. The KPI is closely modelled on pfil(9),lstewart2010-12-215-2/+345
* 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
OpenPOWER on IntegriCloud