summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Provide ABI compatibility shim to enable configuring of addressesglebius2011-12-211-2/+2
* Add a TASK_INITIALIZER() macro that can be used to staticallyjhb2011-12-191-0/+6
* On start most of sysctl_kern_proc functions use the same pattern:trociny2011-12-171-0/+14
* retire libkern getsavg2011-12-171-1/+0
* move GETS_*ECHO* defintions from libkern.h to cons.havg2011-12-172-5/+5
* introduce cngets, a method for kernel to read a string from consoleavg2011-12-171-0/+1
* kern cons: introduce infrastructure for console grabbing by kernelavg2011-12-171-0/+10
* A major overhaul of the CARP implementation. The ip_carp.c was startedglebius2011-12-161-1/+1
* Move kstack_cache_entry into the private header, and make thekib2011-12-161-0/+43
* Fix typo in macro.ed2011-12-161-1/+1
* Process a lot of feedback from bde@ on <sys/cdefs.h>:ed2011-12-161-20/+18
* Add a pointless and superfluous GNUism that people at a certain large datatheraven2011-12-151-0/+7
* Add a helper API to allow in-kernel code to map portions of shared memoryjhb2011-12-141-0/+5
* Slightly alter the C1X definitions in in cdefs.h:ed2011-12-141-3/+6
* Reimplement CTASSERT() using _Static_assert().ed2011-12-131-4/+2
* Make support for C1X keywords more complete.ed2011-12-131-3/+22
* Replace __const by const in all non-contributed source code.ed2011-12-131-1/+1
* Revert the approach for skipping lockstat_probe_func call when doingattilio2011-12-121-13/+6
* - Define true and false in sys/types.h for _KERNEL consumers, andmdf2011-12-122-1/+11
* Add definitions for GNU-specific STT_GNU_IFUNC symbol type,kib2011-12-121-0/+3
* panic: add a switch and infrastructure for stopping other CPUs in SMP caseavg2011-12-113-7/+24
* As per das@'s suggestion, s/__noreturn/_Noreturn/, since the latter is antheraven2011-12-071-4/+4
* Implement quick_exit() / at_quick_exit() from C++11 / C1x. Also add atheraven2011-12-071-0/+11
* Add declaration of umtx_copyin_timeout()pho2011-12-031-0/+1
* Revise the sysctl handling code and restructure the hierarchy of sysctlslstewart2011-12-011-0/+6
* Make sysclock_active publicly available to external consumers.lstewart2011-11-291-0/+1
* Introduce the new "fromclock" public wrapper API which allows consumers tolstewart2011-11-291-0/+126
* Make the fbclock_[get]{bin,nano,micro}[up]time() function prototypes public solstewart2011-11-291-0/+22
* This should have been committed in r228030.trociny2011-11-271-0/+1
* Add sysctl to get process resource limits.trociny2011-11-241-0/+1
* Add const qualifier to rlimit_ident.trociny2011-11-241-1/+1
* Rename device_delete_all_children() into device_delete_children().hselasky2011-11-221-1/+1
* Add new sysctls, KERN_PROC_ENV and KERN_PROC_AUXV, to returntrociny2011-11-222-0/+7
* - Add a DEVMETHOD_END alias for KOBJMETHOD_END so that along with 'driver_t'marius2011-11-221-1/+2
* Define __FreeBSD_kernel__ macro in sys/param.h.rmh2011-11-221-0/+16
* - Add Pulse-Per-Second timestamping using raw ffcounter and correspondinglstewart2011-11-211-0/+49
* Introduce the same mutex-wise fix in r227758 for sx locks.attilio2011-11-211-35/+51
* - Add the ffclock_getcounter(), ffclock_getestimate() and ffclock_setestimate()lstewart2011-11-214-0/+31
* Introduce macro stubs in the mutex implementation that will be alwaysattilio2011-11-201-30/+45
* - Provide a sysctl interface to change the active system clock at runtime.lstewart2011-11-201-0/+36
* Fix a whitespace nit.lstewart2011-11-201-1/+1
* Provide high-level functions to access the feed-forward absolute and differencelstewart2011-11-201-0/+23
* Core structure and functions to support a feed-forward clock within the kernel.lstewart2011-11-192-0/+152
* Move the device_delete_all_children() function from usb_util.chselasky2011-11-191-0/+1
* Regenerate system call tables.ed2011-11-193-6/+6
* Consistently use process spin lock for protection of thekib2011-11-181-1/+1
* Use the alternate form of the gcc extension that works even withkib2011-11-181-1/+1
* Add unicode support to msdosfs and smbfs; original pathes from imura,kevlo2011-11-182-1/+3
* Constify arguments for locking KPIs where possible.pjd2011-11-166-12/+12
* Constify stack argument for functions that don't modify it.pjd2011-11-161-8/+9
OpenPOWER on IntegriCloud