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
/
dev
/
streams
Commit message (
Expand
)
Author
Age
Files
Lines
*
Device megapatch 4/6:
phk
2004-02-21
1
-0
/
+2
*
Device megapatch 1/6:
phk
2004-02-21
1
-2
/
+0
*
falloc allocates a file structure and adds it to the file descriptor
dwmalone
2003-10-19
1
-3
/
+12
*
Use __FBSDID().
obrien
2003-08-24
1
-1
/
+3
*
Initialize struct fileops with C99 sparse initialization.
phk
2003-06-18
1
-2
/
+7
*
Put definition of struct svr4_sockcache_entry in a .h file rather than
phk
2003-05-31
1
-10
/
+1
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+3
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
Bow to the whining masses and change a union back into void *. Retain
dillon
2003-01-13
1
-4
/
+4
*
Change struct file f_data to un_data, a union of the correct struct
dillon
2003-01-12
1
-4
/
+4
*
s/sokqfilter/soo_kqfilter/ for consistency with the naming of all
phk
2002-12-23
1
-1
/
+1
*
SCARGS removal take II.
alfred
2002-12-14
1
-3
/
+3
*
Backout removal SCARGS, the code freeze is only "selectively" over.
alfred
2002-12-13
1
-3
/
+3
*
Remove SCARGS.
alfred
2002-12-13
1
-3
/
+3
*
Remove __P.
alfred
2002-03-20
1
-2
/
+2
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
1
-1
/
+1
*
SMP Lock struct file, filedesc and the global file list.
alfred
2002-01-13
1
-4
/
+22
*
Staticise the device node pointers.
msmith
2002-01-08
1
-1
/
+1
*
o Make the credential used by socreate() an explicit argument to
rwatson
2001-12-31
1
-1
/
+2
*
cast dev_t to int in printf to fix warning.
dillon
2001-10-29
1
-1
/
+1
*
KSE Milestone 2
julian
2001-09-12
1
-15
/
+17
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
Extend kqueue down to the device layer.
jlemon
2001-02-15
1
-1
/
+2
*
- Add necessary proc locking.
jhb
2001-01-23
1
-5
/
+15
*
Cleanup after repo copy of sys/svr4 to sys/compat/svr4.
obrien
2000-09-01
1
-6
/
+6
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-2
/
+2
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-2
/
+2
*
Give the "streams" modulea version (1) and depend on it from the
green
2000-05-06
1
-0
/
+1
*
Rename remove_dev() to destroy_dev().
phk
1999-11-08
1
-10
/
+10
*
Update the stream socket fileops table to match fo_stat() additions.
peter
1999-11-08
1
-1
/
+1
*
Replace cdevsw_add() and friends with make_dev()/remove_dev().
newton
1999-10-10
1
-2
/
+41
*
zap #include "streams.h" (for NSTREAMS) - which isn't used.
peter
1999-09-27
1
-1
/
+0
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
1
-21
/
+1
*
Fix fd race conditions (during shared fd table usage.) Badfileops is
green
1999-08-04
1
-4
/
+4
*
Cleanup - diked out a heap of old KLM stuff that isn't needed anymore.
newton
1999-08-01
1
-65
/
+3
*
Eliminate 'WARNING: "streams" is usurping "streams"'s cdevsw[]' messages
newton
1999-07-30
1
-2
/
+2
*
Simplify cdevsw registration.
phk
1999-05-31
1
-11
/
+2
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-14
/
+20
*
``fix'' the devfs_add_devswf() calls, the printf string wasn't factoring
peter
1999-05-06
1
-10
/
+10
*
Converted "streams" pseudo-device into a KLD
newton
1999-02-22
1
-0
/
+29
*
Nuke some prototypes that really shouldn't be here.
newton
1999-02-01
1
-8
/
+0
*
New pseudo-device to provide for a way of obtaining a socket by open()ing
newton
1999-01-30
1
-0
/
+427