summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Save the physical address passed into the kernel of the UEFI systemimp2015-12-191-0/+1
* proc: fix a race which could result in dereference of bad p_pgrp pointer on forkmjg2015-12-181-1/+1
* Add a generic firmware dependent handle to pass from the loader to theimp2015-12-181-0/+1
* Support an arbitrary number of arguments to DTrace syscall probes.markj2015-12-171-10/+9
* A change to KPI of vm_pager_get_pages() and underlying VOP_GETPAGES().glebius2015-12-161-7/+6
* Optimize vop_stdadvise(POSIX_FADV_DONTNEED). Instead of looking up akib2015-12-161-0/+2
* Fix typos in comments.imp2015-12-131-1/+1
* Create the MDT_PNP_INFO metadata record to communicate PNP info aboutimp2015-12-111-1/+48
* Add helper functions proc_readmem() and proc_writemem().markj2015-12-071-0/+4
* Add definitions for ELF note types used in executablesemaste2015-12-061-0/+5
* Tweak some unused field defines to have the correct number of zeroes.benno2015-12-041-3/+3
* Add asynchronous command support to the pass(4) driver, and the newken2015-12-032-0/+6
* The cdevpriv_dtr_t typedef was not able to be used in a function prototypejhb2015-12-021-2/+2
* Bump __FreeBSD_version since r291527 changes the interface between thermacklem2015-11-301-1/+1
* Add support for Intel Skylake and Intel Broadwell PMC's. The Broadwell PMC's ...rrs2015-11-301-0/+3
* Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the structkib2015-11-281-4/+0
* Remove VI_AGE vnode iflag, it is unused.kib2015-11-271-1/+0
* Overhaul if_enc(4) and make it loadable in run-time.ae2015-11-251-0/+2
* Split kerne timekeep ABI structure vdso_sv_tk out of the structkib2015-11-232-4/+12
* Remove remnants of the old NFS from vnode pager.glebius2015-11-201-1/+0
* Add vlog(9).markj2015-11-191-0/+1
* Change the driver stats to what they really are: unsigned values.jtl2015-11-161-8/+9
* Doh, commit in a wrong directory. Fix r290857.trasz2015-11-153-3/+6
* Fix hwpmc "stalled" behaviorjtl2015-11-141-1/+3
* Bump version number since callout_stop() macro now has new NULL arg.rrs2015-11-121-1/+1
* Add new async_drain to the callout system. This is so-far not used butrrs2015-11-101-4/+5
* Speed up rctl(8) rule retrieval; the difference shows mostly in "rctl -n",trasz2015-11-081-2/+5
* - Consistently use PROC_ASSERT_HELD() to verify that a process' hold countmarkj2015-11-081-5/+5
* Flesh out sysctl types further (follow-up of r290475)cem2015-11-072-11/+11
* Bump __FreeBSD_version modification of the localesbapt2015-11-071-1/+1
* Correct the argument type in the sysctl_add_oid(9) prototype. Onkib2015-11-071-1/+1
* Move intmax_t and uintmax_t type declarations to sys/_stdint.h to givekib2015-11-072-9/+8
* Final follow-up to r290475: Bump __FreeBSD_versioncem2015-11-071-1/+1
* Round out SYSCTL macros to the full set of fixed-width typescem2015-11-071-2/+127
* fd: implement kern.proc.nfds sysctlmjg2015-11-071-0/+1
* 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
OpenPOWER on IntegriCloud