summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Bump __FreeBSD_version after r248084, breaking VM KPI to introduceattilio2013-03-121-1/+1
* Functions m_getm2() and m_get2() have different order of arguments,glebius2013-03-121-1/+1
* The m_extadd() can fail due to memory allocation failure, thus:glebius2013-03-121-3/+4
* Move the callout subsystem initialization to its own SYSINIT()andre2013-03-081-2/+0
* Move the auto-sizing of the callout array from init_param2() toandre2013-03-081-2/+0
* Support the FAT16 partition type in gpart(8)gavin2013-03-071-0/+1
* Add a generic way to call per event allocate / release function.fabient2013-03-051-2/+7
* - Bump __FreeBSD_version after recent callout(9) changes.davide2013-03-041-1/+1
* MFcalloutng:davide2013-03-044-9/+25
* MFcalloutng:davide2013-03-041-4/+12
* Style fix: remove useless braces. Sorry, my bad.davide2013-03-041-1/+1
* MFcalloutng:davide2013-03-041-1/+4
* - Make callout(9) tickless, relying on eventtimers(4) as backend fordavide2013-03-044-6/+70
* Plug memory leaks in file descriptors passing.pjd2013-03-031-0/+1
* Remove a couple of unused include.davide2013-03-031-1/+0
* Polish few spaces/tabs.mav2013-03-021-2/+2
* Regen after r247667.pjd2013-03-023-5/+25
* - Implement two new system calls:pjd2013-03-024-3/+22
* Regen after r247602.pjd2013-03-023-10/+52
* Merge Capsicum overhaul:pjd2013-03-025-60/+198
* Replace the TDP_NOSLEEPING flag with a counter so that thejhb2013-03-012-12/+5
* Move the definition of sbintime_t type from <sys/time.h> to <sys/types.h>.davide2013-02-282-1/+2
* MFcalloutng:mav2013-02-281-6/+5
* MFcalloutng:davide2013-02-282-2/+3
* Introduce sbintime_t type -- the simplified version of struct bintime,mav2013-02-281-0/+85
* watchdogd(8) and watchdog(4) enhancements.alfred2013-02-271-1/+24
* The softdep freeblks workitem might hold a reference on the dquot.kib2013-02-271-0/+1
* Revert r247300 for now. I'll post a new changeset for review.delphij2013-02-261-1/+4
* Expose timespec and timeval macros when __BSD_VISIBLE is defined. Thisdelphij2013-02-261-4/+1
* Further refine the handling of stop signals in the NFS client. Thejhb2013-02-212-26/+118
* splsoftvm() is no longer in the tree. gc.imp2013-02-211-1/+0
* Remove splsoftclock() since it is now gone.imp2013-02-211-1/+0
* Remove the unused spl functions: spl0, splsoftcam, splsofttty,imp2013-02-201-5/+0
* More white-space cleanups.pjd2013-02-181-2/+2
* Remove space before tab.pjd2013-02-171-1/+1
* Remove redundant space.pjd2013-02-171-1/+1
* Remove trailing spaces.pjd2013-02-171-2/+2
* Add barrier write capability to the VFS buffer interface. A barriermckusick2013-02-161-1/+3
* Resolve a LOR after r246616. Protect control requests using the USB devicehselasky2013-02-131-1/+1
* Reform the busdma API so that new types may be added without modifyingkib2013-02-123-29/+237
* Add bootcamp support to the loader.ae2013-02-101-0/+1
* When vforked child is traced, the debugging events are not generatedkib2013-02-071-0/+1
* This fixes a out-of-order problem with severalrrs2013-02-071-0/+48
* Rework the handling of stop signals in the NFS client. The changes injhb2013-02-061-0/+2
* Fixes to QUEUE_MACRO_DEBUG support:glebius2013-02-061-5/+7
* fix some fat-fingering in r246246avg2013-02-021-1/+1
* print compiler version in the kernel banneravg2013-02-021-0/+1
* Add placeholder constants to reserve a portion of the socket optionjhb2013-02-012-0/+12
* Update hwpmc to support the Xeon class of Ivybridge processors.sbruno2013-01-311-0/+1
* Rework the __vdso_* symbols attributes to only make the symbols weak,kib2013-01-301-5/+1
OpenPOWER on IntegriCloud