summaryrefslogtreecommitdiffstats
path: root/sys/sys/user.h
Commit message (Expand)AuthorAgeFilesLines
* Adjust KINFO_PROC_SIZE due to segsz_t being changed from a 32-bit tomarcel2002-05-031-4/+1
* Correct KINFO_PROC_SIZE for sparc64 due to segsz_t change.jake2002-04-061-4/+1
* Remove __Palfred2002-03-191-1/+1
* Don't depend on ucred.h to include sys/queue.h for us.dd2002-03-111-0/+1
* Update comments regarding the transient nature of k_kproc and u_mdpeter2001-10-111-6/+1
* Re-apply rev 1.178 -- style(9) the structure definitions.obrien2001-09-131-1/+1
* KSE Milestone 2julian2001-09-121-7/+10
* Use the backwards compatability mechanisms so that ps/top etc dont havepeter2001-08-161-4/+9
* Bump MAXCOMLEN from 16 to 19 to take advantage of 32-bit alignment.jhb2001-08-101-1/+1
* Get the order of the sys/_lock.h and sys/_mutex.h headers right.jhb2001-08-061-1/+1
* Machine dependent ifdefs for sparc64.jake2001-07-311-0/+3
* Changes to sys/ includes to support PowerPC.benno2001-06-101-0/+3
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-2/+2
* Catch up to header include changes:jhb2001-03-281-1/+2
* Define KINFO_PROC_SIZE for ia64.dfr2001-03-091-1/+8
* Take the KINFO_PROC_SIZE back down to 912 on alpha.gallatin2001-03-081-1/+1
* Apply i386 fix in 1.32 for the alpha too.mckusick2001-03-071-1/+1
* Silence the sizeof warning from struct kinfo_procphk2001-03-061-1/+1
* Since we're in "everybody is hosed anyway" add an layout identifierphk2001-02-121-0/+1
* Implement a unified run queue and adjust priority levels accordingly.jake2001-02-121-7/+4
* Remove some leftovers. This is obviously unused, since the #definespeter2001-02-091-26/+0
* Add a new item to kinfo_proc: ki_sflag to mirror p_sflag.jhb2001-01-241-1/+2
* The size of kinfo_proc on an alpha is 904 (not 640).mjacob2001-01-141-0/+4
* Change the proc information returned from the kernel so that itmckusick2000-12-121-31/+83
* - Add a p_mtxname field to proc which points to the description of thejhb2000-11-291-0/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-4/+4
* Add e_stats (p->p_stats, from struct user->u_stats) to eproc so it'speter1999-11-171-0/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Change the definition of e_tdev in struct kinfo_proc from dev_t to udev_tdfr1999-05-171-2/+2
* Enable Linux threads support by default.julian1999-01-261-8/+1
* Re-enable the options in ps(1) that were disabled with the Linuxjulian1999-01-131-1/+4
* Changes to the LINUX_THREADS support to only allocate extra memory forjulian1999-01-071-5/+1
* Reviewed by: Luoqi Chen, Jordan Hubbardjulian1998-12-191-1/+8
* Point at the right place for alpha registers.dfr1998-07-151-1/+6
* Moved some #includes from <sys/param.h> nearer to where they are actuallybde1998-03-281-3/+5
* Use roundup(MAXLOGNAME, sizeof(long)) as e_login/s_login arrays sizeache1997-03-031-2/+2
* Bump MAXLOGNAME to 20 to really hold 16-bytes user names + NULache1997-03-031-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Drop the e_spare[] array to 3 elements so that padding of the eprocjkh1996-12-061-2/+2
* Updated #includes to 4.4Lite style.bde1996-09-101-2/+2
* A really gross hack to make more of the source tree compile again.peter1995-12-091-2/+8
* Don't include things more than once :-)phk1995-10-291-10/+3
* Sorry, the last commit screwed up for me, this is the right one (I hope!)phk1995-10-281-2/+41
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Made them all idempotent.paul1994-08-211-1/+6
* Added $Id$dg1994-08-021-0/+1
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+91
OpenPOWER on IntegriCloud