aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/user.h
Commit message (Expand)AuthorAgeFilesLines
* Expose eventfd in the native API/ABI using a new __specialfd syscallKonstantin Belousov2020-12-271-0/+5
* Remove the cloned file descriptors for /dev/crypto.John Baldwin2020-11-251-1/+1
* Split out cwd/root/jail, cmask state from filedesc tableConrad Meyer2020-11-171-1/+2
* sleep(9), sleepqueue(9): const'ify wchan pointersConrad Meyer2019-12-241-1/+1
* Make pack_kinfo() available for external callers.Konstantin Belousov2019-05-231-0/+1
* Show wiring state of map entries in procstat -v.Mark Johnston2019-03-051-0/+1
* Improve procstat reporting for the linux cdev file descriptors.Konstantin Belousov2018-12-031-0/+1
* Restore the API of the kf_sa_local and kf_sa_peer members.John Baldwin2018-09-241-83/+88
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* procstat(1): Add TCP socket send/recv buffer sizeConrad Meyer2017-05-261-3/+4
* Commit the 64-bit inode project.Konstantin Belousov2017-05-231-20/+54
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Export the whole thread name in kinfo_procEric van Gyzen2016-12-071-1/+2
* sys/sys: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Fix core corruption caused by race in note_procstat_vmmapConrad Meyer2015-10-061-1/+5
* Detect badly behaved coredump note helpersConrad Meyer2015-09-031-1/+4
* Export a list of VM objects in the system via a sysctl. The list can beJohn Baldwin2015-05-271-0/+21
* Add sysctl kern.proc.cwdMateusz Guzik2014-11-061-0/+1
* Update the ULE scheduler + thread and kinfo structs to use int for cpuidAdrian Chadd2014-10-181-3/+5
* Return real parent pid in kinfo (used by e.g. ps)Mateusz Guzik2014-08-281-1/+2
* Fix typo in KF_FD_TYPE_TRACE comment: ptrace -> ktraceMateusz Guzik2014-05-021-1/+1
* Expose OBJT_MGTDEVICE VM objects used for GEM/TTM with drm2 as anJohn Baldwin2014-02-111-0/+1
* Bring back the old size of the kinfo_file structure to preserve ABI.Pawel Jakub Dawidek2014-01-041-3/+8
* Add an kinfo sysctl to retrieve signal trampoline location for theKonstantin Belousov2013-11-261-0/+6
* Extend the support for exempting processes from being killed when swap isJohn Baldwin2013-09-191-1/+2
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-1/+3
* Add the ability to display the default FIB number for a process to theWill Andrews2013-08-261-1/+2
* Similar to 233760 and 236717, export some more useful info about theJohn Baldwin2013-05-031-0/+4
* Re-factor the code to provide kern_proc_filedesc_out(), kern_proc_out(),Mikolaj Golub2013-04-141-0/+19
* Merge Capsicum overhaul:Pawel Jakub Dawidek2013-03-021-3/+1
* Missing one in r239505.David E. O'Brien2012-08-211-1/+1
* Restore the style of r195843 to that of pre-r194498David E. O'Brien2012-08-211-1/+1
* - Add support for displaying process stack memory regions.Gabor Pali2012-07-161-0/+2
* Calculate the count of per-process cow faults. Export the count toKonstantin Belousov2012-05-231-1/+1
* Add KVME_FLAG_SUPER and use it in sysctl_kern_proc_vmmap for markingMikolaj Golub2011-11-071-0/+1
* Add experimental support for process descriptorsJonathan Anderson2011-08-181-0/+4
* Export capability information via sysctls.Jonathan Anderson2011-07-201-1/+5
* Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN.Bjoern A. Zeeb2011-07-181-2/+7
* - Commit work from libprocstat project. These patches add support for runtimeStanislav Sedov2011-05-121-17/+82
* Export login class information via kinfo and make it possible to viewEdward Tomasz Napierala2011-03-051-1/+3
* Add initial support for Capsicum's Capability Mode to the FreeBSD kernel,Robert Watson2011-03-011-2/+4
* Make a thread's address available via the kern proc sysctl, just like theEd Maste2010-10-081-1/+2
* Add the support for reporting the NOCOREDUMP flag fromAttilio Rao2010-05-271-0/+1
* Move the constants specifying the size of struct kinfo_proc intoKonstantin Belousov2010-04-241-25/+2
* n64 has a different size for KINFO_PROC_SIZE.Warner Losh2010-02-181-0/+4
* Revert the changes to struct kinfo_proc in r194498. Instead, fillBrooks Davis2009-07-241-3/+9
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar toJohn Baldwin2009-07-241-0/+1
* Rework the credential code to support larger values of NGROUPS andBrooks Davis2009-06-191-3/+3
* Add a flags field to struct ucred, and export that via kinfo_proc,Robert Watson2009-06-011-1/+2
* kf_offset was supposed to be signed.Peter Wemm2008-12-021-1/+1