aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/user.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Re-enable the options in ps(1) that were disabled with the LinuxJulian Elischer1999-01-131-1/+4
* Changes to the LINUX_THREADS support to only allocate extra memory forJulian Elischer1999-01-071-5/+1
* Reviewed by: Luoqi Chen, Jordan HubbardJulian Elischer1998-12-191-1/+8
* Point at the right place for alpha registers.Doug Rabson1998-07-151-1/+6
* Moved some #includes from <sys/param.h> nearer to where they are actuallyBruce Evans1998-03-281-3/+5
* Use roundup(MAXLOGNAME, sizeof(long)) as e_login/s_login arrays sizeAndrey A. Chernov1997-03-031-2/+2
* Bump MAXLOGNAME to 20 to really hold 16-bytes user names + NULAndrey A. Chernov1997-03-031-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Drop the e_spare[] array to 3 elements so that padding of the eprocJordan K. Hubbard1996-12-061-2/+2
* Updated #includes to 4.4Lite style.Bruce Evans1996-09-101-2/+2
* A really gross hack to make more of the source tree compile again.Peter Wemm1995-12-091-2/+8
* Don't include things more than once :-)Poul-Henning Kamp1995-10-291-10/+3
* Sorry, the last commit screwed up for me, this is the right one (I hope!)Poul-Henning Kamp1995-10-281-2/+41
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Made them all idempotent.Paul Richards1994-08-211-1/+6
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+91