index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
sys_pipe.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-3
/
+1
*
Installed the second patch attached to kern/7899 with some changes suggested
truckman
1998-11-11
1
-11
/
+15
*
Added a second argument, "activate" to the vm_page_unwire() call so that
dg
1998-10-28
1
-3
/
+3
*
Fixed two potentially serious classes of bugs:
dg
1998-10-13
1
-3
/
+3
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-3
/
+3
*
Moved some #includes from <sys/param.h> nearer to where they are actually
bde
1998-03-28
1
-1
/
+2
*
Add two new functions, get{micro|nano}time.
phk
1998-03-26
1
-7
/
+7
*
Staticize.
eivind
1998-02-09
1
-3
/
+3
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
1
-3
/
+1
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
1
-1
/
+3
*
Remove a bunch of variables which were unused both in GENERIC and LINT.
phk
1997-11-07
1
-2
/
+1
*
Move the "retval" (3rd) parameter from all syscall functions and put
phk
1997-11-06
1
-6
/
+5
*
Ack! Fix excessive cut/paste blunder during poll mods. Who had the
peter
1997-10-06
1
-3
/
+3
*
Implement the poll backend for the pipe file type.
peter
1997-09-14
1
-39
/
+38
*
Removed unused #includes.
bde
1997-09-02
1
-9
/
+1
*
Another attempt at cleaning up the new memory allocator.
dyson
1997-08-05
1
-3
/
+2
*
Fix up come cruft that I left on a previous commit.
dyson
1997-08-05
1
-10
/
+1
*
Get rid of the ad-hoc memory allocator for vm_map_entries, in lieu of
dyson
1997-08-05
1
-1
/
+17
*
Removed support for OLD_PIPE. <sys/stat.h> is now missing the hack that
bde
1997-04-09
1
-4
/
+1
*
Don't include <sys/ioctl.h> in the kernel. Stage 4: include
bde
1997-03-24
1
-2
/
+3
*
Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.
bde
1997-03-23
1
-1
/
+2
*
Fixed some invalid (non-atomic) accesses to `time', mostly ones of the
bde
1997-03-22
1
-16
/
+9
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Mostly some fixes from bde to start support for ASYNC I/O (SIGIO).
dyson
1996-10-11
1
-11
/
+19
*
A few minor mods (improvements) to support more efficient pipe
dyson
1996-07-13
1
-32
/
+73
*
Staticized some variables.
bde
1996-07-12
1
-5
/
+12
*
Get rid of PIPE_NBIO, cleaning up the code a bit.
dyson
1996-07-04
1
-27
/
+15
*
Disable direct writes for non-blocking output.
dyson
1996-06-17
1
-2
/
+5
*
Clean up -Wunused warnings.
gpalmer
1996-06-12
1
-4
/
+2
*
Various pipe error return fixes, and a significant typeo fix. From
dyson
1996-03-25
1
-9
/
+15
*
Yet another fix from BDE for the new pipe code. This fixes a potential
dyson
1996-03-17
1
-6
/
+5
*
Fix a problem that select did not work with direct writes. Make
dyson
1996-02-22
1
-8
/
+15
*
Add missing prototype for pipeselwakeup (a recently added function) - gcc
peter
1996-02-17
1
-1
/
+2
*
Add ifdefs for non-freebsd system usage. Add missing select wakeups,
dyson
1996-02-11
1
-27
/
+63
*
Add some missing requests for the read-side to wakeup the write-side. Also
dyson
1996-02-09
1
-2
/
+11
*
Apparent fix for a pipe hang problem.
dyson
1996-02-07
1
-3
/
+16
*
More fixes from bde.
dyson
1996-02-05
1
-14
/
+24
*
Kva space allocated for direct buffer wasn't quite big enough. The
dyson
1996-02-05
1
-7
/
+11
*
Changed vm_fault_quick in vm_machdep.c to be global. Needed for
dyson
1996-02-04
1
-1
/
+8
*
Improve the performance for pipe(2) again. Also include some
dyson
1996-02-04
1
-46
/
+442
*
Fix another problem with the new pipe code, pointed out by Bruce Evans.
dyson
1996-01-31
1
-7
/
+6
*
Fix some problems with return codes on the new pipe stuff. Bruce Evans
dyson
1996-01-31
1
-4
/
+8
*
Fixed an uninitialized variable (argument to vm_map_find) -- problem
dyson
1996-01-29
1
-5
/
+8
*
Added new files to support the new fast pipes. After the follow-on
dyson
1996-01-28
1
-0
/
+573