summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Implement RB_PREV() AND RB_FOREACH_REVERSE().jasone2007-12-281-0/+29
* Trimm out now unused option LK_EXCLUPGRADE from the lockmgr namespace.attilio2007-12-282-8/+1
* Update to 2008.imp2007-12-261-3/+3
* Define a new kernel dump "architecture", TEXTDUMPMAGIC, which is usedrwatson2007-12-261-0/+2
* Bump __FreeBSD_version to 800007 to reflect kdb_enter change.rwatson2007-12-251-1/+1
* Add a new kernel startup event for DDB services, which will include DDBrwatson2007-12-251-0/+1
* Add a new privilage category for DDB(4), and add PRIV_DDB_CAPTURE torwatson2007-12-251-1/+6
* Add a new 'why' argument to kdb_enter(), and a set of constants to userwatson2007-12-251-1/+28
* Rename "mbuf_jumbo_pagesize" to "mbuf_jumbo_page". It makes it aligned correctlywkoszek2007-12-251-1/+1
* Add SB_NOCOALESCE flag to disable socket buffer update in placekmacy2007-12-171-0/+1
* Add the magic word 0 value for CFA compliant devices.phk2007-12-161-0/+1
* Refactor select to reduce contention and hide internal implementationjeff2007-12-164-15/+12
* - Don't depend on header pollution to declare struct thread.jeff2007-12-161-0/+1
* Fix tinderbox on sun4vkmacy2007-12-161-0/+1
* - Define lpohead even if userspace includes this file.jeff2007-12-161-2/+1
* - Re-implement lock profiling in such a way that it no longer breaksjeff2007-12-154-140/+30
* Add comment to pc_cp_time.obrien2007-12-141-2/+2
* Minor style consistency improvements.rwatson2007-12-141-2/+1
* Fix style issues with initial TCP offload commitkmacy2007-12-121-2/+2
* Add driver independent interface to offload active established TCP connectionskmacy2007-12-121-0/+2
* Eliminate compilation warnings due to the use of non-static inlinesalc2007-12-091-0/+6
* Add a file system type for ZFS (FS_ZFS).marcel2007-12-081-0/+2
* Sync with NetBSD rev 1.101.marcel2007-12-081-2/+14
* Increment FreeBSD_version to mark the addition of callchain supportjkoshy2007-12-071-1/+1
* Kernel and hwpmc(4) support for callchain capture.jkoshy2007-12-073-11/+30
* Add padding for anticipated functionalitykmacy2007-12-071-0/+1
* Change uint8_t to equivalent base language type and add line break where 80kmacy2007-12-061-4/+6
* Respect the fact that the value a may be constant so cast to const uint8_t *kmacy2007-12-061-2/+2
* Fix bit macros to work on multi-byte typeskmacy2007-12-051-4/+4
* Increment __FreeBSD_version on account of changes to the jumbo framesalc2007-12-041-1/+1
* Implement fetching of the __FreeBSD_version from the ELF ABI-tag note.kib2007-12-042-0/+3
* Add userland definitions for parsing callchain records.jkoshy2007-12-032-5/+34
* Add another new sysctl in support of the forthcoming procstat(1) torwatson2007-12-022-0/+20
* Break out stack(9) from ddb(4):rwatson2007-12-021-0/+2
* Add two new sysctls in support of the forthcoming procstat(1) to supportrwatson2007-12-022-1/+95
* Add extra visibility definitions.jb2007-12-021-0/+3
* Modify stack(9) stack_print() and stack_sbuf_print() routines to use newrwatson2007-12-011-0/+2
* Remove XRPU driver, after asking all the users.phk2007-12-011-37/+0
* The kernel linker includes a number of utility functions to look up symbolrwatson2007-12-011-0/+8
* Add sysctl_rename_oid() to support device_set_unit() usage. Otherwise,peter2007-11-301-0/+1
* Move the shared cp_time array (counts %sys, %user, %idle etc) to thepeter2007-11-292-1/+3
* Remove an OpenSolaris compatibility header that is no longer referenced.jb2007-11-281-143/+0
* Remove _SOLARIS_C_SOURCE compatibility definitions. Unfortunately thejb2007-11-286-83/+0
* Restore member fields sigval_int and sigval_ptr, this unbreaks compilationdavidxu2007-11-281-0/+3
* transferlockers() is a very dangerous and hack-ish function as waitersattilio2007-11-241-1/+0
* Fix comments.ru2007-11-221-3/+3
* Add function UMTX_OP_WAIT_UINT, the function causes thread to wait fordavidxu2007-11-211-1/+2
* Add the function callout_init_rw() to callout facility in order to useattilio2007-11-201-3/+10
* Unify assertion flags for all the main primitives using the LA_* underlyingattilio2007-11-191-4/+4
* Expand lock class with the "virtual" function lc_assert which will offerattilio2007-11-181-0/+1
OpenPOWER on IntegriCloud