aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/user.h
Commit message (Expand)AuthorAgeFilesLines
* 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