summaryrefslogtreecommitdiffstats
path: root/sys/sys/user.h
Commit message (Expand)AuthorAgeFilesLines
* Add KVME_FLAG_SUPER and use it in sysctl_kern_proc_vmmap for markingtrociny2011-11-071-0/+1
* Add experimental support for process descriptorsjonathan2011-08-181-0/+4
* Export capability information via sysctls.jonathan2011-07-201-1/+5
* Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN.bz2011-07-181-2/+7
* - Commit work from libprocstat project. These patches add support for runtimestas2011-05-121-17/+82
* Export login class information via kinfo and make it possible to viewtrasz2011-03-051-1/+3
* Add initial support for Capsicum's Capability Mode to the FreeBSD kernel,rwatson2011-03-011-2/+4
* Make a thread's address available via the kern proc sysctl, just like theemaste2010-10-081-1/+2
* Add the support for reporting the NOCOREDUMP flag fromattilio2010-05-271-0/+1
* Move the constants specifying the size of struct kinfo_proc intokib2010-04-241-25/+2
* n64 has a different size for KINFO_PROC_SIZE.imp2010-02-181-0/+4
* Revert the changes to struct kinfo_proc in r194498. Instead, fillbrooks2009-07-241-3/+9
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar tojhb2009-07-241-0/+1
* Rework the credential code to support larger values of NGROUPS andbrooks2009-06-191-3/+3
* Add a flags field to struct ucred, and export that via kinfo_proc,rwatson2009-06-011-1/+2
* kf_offset was supposed to be signed.peter2008-12-021-1/+1
* Merge user/peter/kinfo branch as of r185547 into head.peter2008-12-021-8/+77
|\
| * Duplicate another few hundred lines of code in order to be compatiblepeter2008-12-011-0/+26
| * Implement copyout packing more along the lines of what I had in mind.peter2008-11-301-9/+38
| * WIP kinfo_file/kinfo_vmmentry tweaks. The idea:peter2008-11-291-12/+26
|/
* Add three extra to the kinfo_proc_vmmap data. kve_offset - the offsetpeter2008-10-311-1/+4
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-201-0/+1
* Rework the lifetime management of the kernel implementation of POSIXjhb2008-06-271-0/+1
* Define KINFO_PROC_SIZE for mips.gonzo2008-04-291-0/+3
* Add support for displaying a process' current working directory, rootmarcus2008-02-091-1/+5
* Export a type for POSIX SHM file descriptors via kern.proc.filedesc asrwatson2008-01-201-0/+1
* Add another new sysctl in support of the forthcoming procstat(1) torwatson2007-12-021-0/+19
* Add two new sysctls in support of the forthcoming procstat(1) to supportrwatson2007-12-021-1/+92
* - Move all of the PS_ flags into either p_flag or td_flags.jeff2007-09-171-0/+6
* Switch to a 64bit time_t, while it's not a big problem to do so.cognet2006-05-151-1/+1
* Remove various bits of conditional Alpha code and fixup a few comments.jhb2006-05-121-3/+0
* Return the thread name in the kinfo_proc structure.julian2006-01-181-2/+2
* Re-arrange some variables in kinfo_proc, and add more spare room. Thisgad2005-06-091-36/+51
* Add ki_jid field to the kinfo_proc structure and store jail ID there.pjd2005-03-201-3/+7
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Axe a.out core dump support. Neither older gdb binaries nor currentdas2004-11-271-2/+0
* We don't do U area swapping anymore, so update some comments. Also,das2004-11-201-5/+5
* Reserve a pointer "ki_udata" in kinfo_proc as a convenience for userland.alfred2004-07-121-3/+4
* Use the correct type (lwpid_t) for ki_tid .gad2004-06-211-1/+1
* Change the architecture-based setting of KINFO_PROC_SIZE and KI_NSPARE sogad2004-06-201-14/+32
* Add some more fields to the 'struct kinfo_proc', including some fieldsgad2004-06-191-3/+15
* Second half of the dev_t cleanup.phk2004-06-171-1/+1
* Define KINFO_PROC_SIZE for arm.cognet2004-05-071-1/+1
* Remove advertising clause from University of California Regent's license,imp2004-04-071-4/+0
* Make proc's kg_nice/ki_nice explicitly signed for PPC. This is agrehan2004-01-221-1/+1
* - Merge struct procsig with struct sigacts.jhb2003-05-131-1/+0
* Use the 64 bit sized struct kinfo_proc for AMD64.peter2003-04-301-1/+2
* The a.out md_coredump stuff isn't referenced anywhere anymore, andpeter2002-10-151-2/+1
* Rename the mutex thread and process states to use a more generic 'LOCK'jhb2002-10-021-3/+3
* Adjust KINFO_PROC_SIZE due to segsz_t being changed from a 32-bit tomarcel2002-05-031-4/+1
OpenPOWER on IntegriCloud