aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/file.h
Commit message (Expand)AuthorAgeFilesLines
* Add standard padding argument to pread and pwrite syscall. That should make themDmitrij Tejblum1999-04-041-3/+4
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* Fixed duplicate definitions of M_FILE (one static).Bruce Evans1997-11-231-1/+5
* Update interfaces for poll()Peter Wemm1997-09-141-3/+3
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.Bruce Evans1997-03-231-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* This commit is the embodiment of some VFS read clustering improvements.John Dyson1996-12-291-1/+8
* Fixed lseek() on named pipes. It always succeeded but should always fail.Bruce Evans1996-12-191-2/+3
* Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.Bruce Evans1996-09-031-3/+5
* Merge in Lite2: LIST replacement for f_filef, f_fileb, and filehead.Jeffrey Hsu1996-03-111-5/+7
* Enable the new fast pipe code. The old pipes can be used with theJohn Dyson1996-01-281-1/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-1/+2
* Implement maxprocperuid and maxfilesperproc. They are tunableGuido van Rooij1995-02-201-1/+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/+76