aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/user.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to a 64bit time_t, while it's not a big problem to do so.Olivier Houchard2006-05-151-1/+1
* Remove various bits of conditional Alpha code and fixup a few comments.John Baldwin2006-05-121-3/+0
* Return the thread name in the kinfo_proc structure.Julian Elischer2006-01-181-2/+2
* Re-arrange some variables in kinfo_proc, and add more spare room. ThisGarance A Drosehn2005-06-091-36/+51
* Add ki_jid field to the kinfo_proc structure and store jail ID there.Pawel Jakub Dawidek2005-03-201-3/+7
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Axe a.out core dump support. Neither older gdb binaries nor currentDavid Schultz2004-11-271-2/+0
* We don't do U area swapping anymore, so update some comments. Also,David Schultz2004-11-201-5/+5
* Reserve a pointer "ki_udata" in kinfo_proc as a convenience for userland.Alfred Perlstein2004-07-121-3/+4
* Use the correct type (lwpid_t) for ki_tid .Garance A Drosehn2004-06-211-1/+1
* Change the architecture-based setting of KINFO_PROC_SIZE and KI_NSPARE soGarance A Drosehn2004-06-201-14/+32
* Add some more fields to the 'struct kinfo_proc', including some fieldsGarance A Drosehn2004-06-191-3/+15
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-171-1/+1
* Define KINFO_PROC_SIZE for arm.Olivier Houchard2004-05-071-1/+1
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-071-4/+0
* Make proc's kg_nice/ki_nice explicitly signed for PPC. This is aPeter Grehan2004-01-221-1/+1
* - Merge struct procsig with struct sigacts.John Baldwin2003-05-131-1/+0
* Use the 64 bit sized struct kinfo_proc for AMD64.Peter Wemm2003-04-301-1/+2
* The a.out md_coredump stuff isn't referenced anywhere anymore, andPeter Wemm2002-10-151-2/+1
* Rename the mutex thread and process states to use a more generic 'LOCK'John Baldwin2002-10-021-3/+3
* Adjust KINFO_PROC_SIZE due to segsz_t being changed from a 32-bit toMarcel Moolenaar2002-05-031-4/+1
* Correct KINFO_PROC_SIZE for sparc64 due to segsz_t change.Jake Burkholder2002-04-061-4/+1
* Remove __PAlfred Perlstein2002-03-191-1/+1
* Don't depend on ucred.h to include sys/queue.h for us.Dima Dorfman2002-03-111-0/+1
* Update comments regarding the transient nature of k_kproc and u_mdPeter Wemm2001-10-111-6/+1
* Re-apply rev 1.178 -- style(9) the structure definitions.David E. O'Brien2001-09-131-1/+1
* KSE Milestone 2Julian Elischer2001-09-121-7/+10
* Use the backwards compatability mechanisms so that ps/top etc dont havePeter Wemm2001-08-161-4/+9
* Bump MAXCOMLEN from 16 to 19 to take advantage of 32-bit alignment.John Baldwin2001-08-101-1/+1
* Get the order of the sys/_lock.h and sys/_mutex.h headers right.John Baldwin2001-08-061-1/+1
* Machine dependent ifdefs for sparc64.Jake Burkholder2001-07-311-0/+3
* Changes to sys/ includes to support PowerPC.Benno Rice2001-06-101-0/+3
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-2/+2
* Catch up to header include changes:John Baldwin2001-03-281-1/+2
* Define KINFO_PROC_SIZE for ia64.Doug Rabson2001-03-091-1/+8
* Take the KINFO_PROC_SIZE back down to 912 on alpha.Andrew Gallatin2001-03-081-1/+1
* Apply i386 fix in 1.32 for the alpha too.Kirk McKusick2001-03-071-1/+1
* Silence the sizeof warning from struct kinfo_procPoul-Henning Kamp2001-03-061-1/+1
* Since we're in "everybody is hosed anyway" add an layout identifierPoul-Henning Kamp2001-02-121-0/+1
* Implement a unified run queue and adjust priority levels accordingly.Jake Burkholder2001-02-121-7/+4
* Remove some leftovers. This is obviously unused, since the #definesPeter Wemm2001-02-091-26/+0
* Add a new item to kinfo_proc: ki_sflag to mirror p_sflag.John Baldwin2001-01-241-1/+2
* The size of kinfo_proc on an alpha is 904 (not 640).Matt Jacob2001-01-141-0/+4
* Change the proc information returned from the kernel so that itKirk McKusick2000-12-121-31/+83
* - Add a p_mtxname field to proc which points to the description of theJohn Baldwin2000-11-291-0/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-4/+4
* Add e_stats (p->p_stats, from struct user->u_stats) to eproc so it'sPeter Wemm1999-11-171-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Change the definition of e_tdev in struct kinfo_proc from dev_t to udev_tDoug Rabson1999-05-171-2/+2
* Enable Linux threads support by default.Julian Elischer1999-01-261-8/+1