summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Rename __sentinel to __null_sentinelpfg2015-11-051-2/+2
* Make figpar(3) types/macros [more] unique (s/fp_/figpar_/gi)dteske2015-11-021-1/+1
* Merge OpenSSL 1.0.2d.jkim2015-10-301-1/+1
* Use C99 array initialization, which also makes the codekib2015-10-301-1/+0
* Finish process of moving the LinuxKPI module into the default kernel build.hselasky2015-10-291-1/+1
* ioat: Introduce KTR probescem2015-10-261-1/+1
* Remove an erroneous semicolon.markj2015-10-241-1/+1
* Sysctl: Add common support for U8, U16 typescem2015-10-221-0/+44
* Missing regen after last change to sys/kern/syscalls.master.jhb2015-10-223-3/+3
* Add libkern ffsll() for parity with flsll()cem2015-10-221-0/+3
* Rename linuxapi[.ko] into linuxkpi[.ko], to reflect that it is ahselasky2015-10-221-1/+1
* Add a way to distinguish between forking and thread creation in schedtail.ed2015-10-221-1/+1
* Add missing forward declaration of struct image_params.ed2015-10-211-0/+1
* Switch pl_child_pid from int to pid_t.jhb2015-10-201-1/+1
* Bump the __FreeBSD_version to reflect the recent Linux KPI updates.hselasky2015-10-191-1/+1
* page sized is not spelled 4096 on all arches...jmg2015-10-181-1/+1
* Bump version and add notice about incompatibility introduced by resumablemav2015-10-161-1/+1
* There are times when it would be really nice to have a record of the last fewhiren2015-10-141-0/+1
* Add .gnu.versym VERSYM_HIDDEN flag and related maskemaste2015-10-091-0/+6
* Remove root_mount_wait(). It's not used anywhere.trasz2015-10-091-1/+0
* Remove comment obsoleted by r289056.trasz2015-10-081-4/+0
* Remove unused SI_SUB_* #defines.trasz2015-10-081-7/+0
* Fix r283120 which use class size larger than 8bits.fabient2015-10-081-21/+21
* Move td_oncpu and td_lastcpu out of the "zero'd on fork" section ofjhb2015-10-061-2/+2
* Fix various edge cases related to system call tracing.jhb2015-10-061-2/+2
* Fix core corruption caused by race in note_procstat_vmmapcem2015-10-062-1/+6
* Prepare for merging back to head.dim2015-10-051-1/+1
* Disable suspend when we're shutting down. This solves the "tell FreeBSDcperciva2015-10-011-0/+1
* As a step towards the elimination of PG_CACHED pages, rework the handlingmarkj2015-09-302-4/+2
* sdt.h: no need for argtype_list_headavg2015-09-291-1/+1
* Make the __bitcount*() functions unconditionally available, by movingkib2015-09-261-3/+4
* Revert r287780 until more developers have their say.hselasky2015-09-222-3/+0
* Add MIPS ELF section type SHT_MIPS_ABIFLAGS definitionemaste2015-09-221-0/+1
* Add support for weak symbols to the kernel linkers. It means thatkib2015-09-201-1/+1
* Kernel part of reroot support - a way to change rootfs without reboot.trasz2015-09-181-0/+1
* Remove extra tabs.glebius2015-09-171-2/+2
* Fix kqueue write events for files > 2GBsmh2015-09-171-2/+3
* sysctl: switch sysctllock to a sleepable rmlock, take 2mjg2015-09-151-2/+2
* kevent(2): Note DOOMED vnodes with NOTE_REVOKEcem2015-09-151-0/+1
* Implement callout_drain_async(), inspired by the projects/hps_headhselasky2015-09-142-0/+3
* Add stack_save_td_running(), a function to trace the kernel stack of amarkj2015-09-111-1/+2
* Remove the v_cache_min and v_cache_max sysctls. They are unused and havemarkj2015-09-111-2/+1
* dev_strategy and dev_strategy_csw are unused since r281825. Removeimp2015-09-111-2/+0
* Remove opt_random.h header pollution from sys/random.h by movingngie2015-09-081-2/+0
* fd: make the common case in filecaps_copy work locklessmjg2015-09-071-1/+2
* Follow-up to r287442: Move sysctl to compiled-once filecem2015-09-071-0/+2
* Track changes to kern.maxvnodes and appropriately increase or decreasemckusick2015-09-061-0/+2
* Expose an interface to determine if an ACE is inherited.delphij2015-09-041-1/+2
* Detect badly behaved coredump note helperscem2015-09-031-1/+4
* Export current system call code and argument count for system call entryjhb2015-09-012-1/+5
OpenPOWER on IntegriCloud