aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/acct.h
Commit message (Collapse)AuthorAgeFilesLines
* Increase precision of time values in the process accountingDiomidis Spinellis2007-05-221-14/+57
| | | | | | | | structure, while maintaining backward compatibility with legacy file and record formats. Notes: svn path=/head/; revision=169857
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-171-1/+1
| | | | | | | | | | | | | | The big lines are: NODEV -> NULL NOUDEV -> NODEV udev_t -> dev_t udev2dev() -> findcdev() Various minor adjustments including handling of userland access to kernel space struct cdev etc. Notes: svn path=/head/; revision=130640
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-071-4/+0
| | | | | | | | | per letter dated July 22, 1999. Approved by: core Notes: svn path=/head/; revision=127976
* Move details of dev_t (and udev_t) to <sys/_types.h>.Mike Barcroft2003-03-281-8/+1
| | | | Notes: svn path=/head/; revision=112745
* Remove __PAlfred Perlstein2002-03-191-1/+1
| | | | Notes: svn path=/head/; revision=92719
* KSE Milestone 2Julian Elischer2001-09-121-2/+2
| | | | | | | | | | | | | | | | | Note ALL MODULES MUST BE RECOMPILED make the kernel aware that there are smaller units of scheduling than the process. (but only allow one thread per process at this time). This is functionally equivalent to teh previousl -current except that there is a thread associated with each process. Sorry john! (your next MFC will be a doosie!) Reviewed by: peter@freebsd.org, dillon@freebsd.org X-MFC after: ha ha ha ha Notes: svn path=/head/; revision=83366
* Note that ASU is now deprecated.Robert Watson2001-08-311-0/+1
| | | | | | | | Submitted by: tmm Obtained from: TrustedBSD Project Notes: svn path=/head/; revision=82619
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
| | | | | | | | | is an application space macro and the applications are supposed to be free to use it as they please (but cannot). This is consistant with the other BSD's who made this change quite some time ago. More commits to come. Notes: svn path=/head/; revision=55205
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Fix a dev_t/udev_t issue with accounting. lastcomm now shows thePoul-Henning Kamp1999-07-101-2/+9
| | | | | | | | | | right tty again. Submitted by: "D. Rock" <rock@dead-end.net> Reviewed by: phk Notes: svn path=/head/; revision=48726
* Forward declare more structs that are used in prototypes here - don'tBruce Evans1998-02-011-1/+3
| | | | | | | depend on <sys/types.h> forward declaring common ones. Notes: svn path=/head/; revision=32995
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
| | | | | | | ready for it yet. Notes: svn path=/head/; revision=22975
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Merge in Lite2: use machine-independent typesJeffrey Hsu1996-03-111-16/+21
| | | | | | | | add kernel function prototype Reviewed by: davidg & bde Notes: svn path=/head/; revision=14507
* Close PR kern/682:Jordan K. Hubbard1995-08-171-2/+3
| | | | | | | | >Synopsis: to shot command name in <sys/acct.h> Submitted by: Wolfram Schneider <wosch@cs.tu-berlin.de> Notes: svn path=/head/; revision=10086
* Process accounting implementation by Chris Demetriou, with minor localDavid Greenman1994-09-261-5/+1
| | | | | | | | | changes. Obtained from: NetBSD Notes: svn path=/head/; revision=3124
* Made them all idempotent.Paul Richards1994-08-211-1/+6
| | | | | | | | Reviewed by: Submitted by: Notes: svn path=/head/; revision=2165
* Added $Id$David Greenman1994-08-021-0/+1
| | | | Notes: svn path=/head/; revision=1817
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+75
Notes: svn path=/head/; revision=1541