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
*
Make ftruncate a 'struct file' operation rather than a vnode operation.
jhb
2008-01-07
1
-0
/
+1
*
Remove explicit locking of struct file.
jeff
2007-12-30
1
-6
/
+1
*
Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which
rwatson
2007-08-06
1
-2
/
+0
*
Replace custom file descriptor array sleep lock constructed using a mutex
rwatson
2007-04-04
1
-2
/
+2
*
Clean up the svr4 socket cache and streams code some to make it more easily
jhb
2006-07-21
1
-75
/
+29
*
Whitespace fix after s/dev_t/struct cdev */.
jhb
2006-07-19
1
-2
/
+2
*
Initialize svr4_head during MOD_LOAD rather than on demand.
jhb
2006-07-19
1
-12
/
+1
*
Remove unnecessary locking for td_dupfd (it requires no locks).
jhb
2006-07-18
1
-9
/
+1
*
Use kern_open() directly rather than a stackgap detour via open().
jhb
2005-02-07
1
-15
/
+10
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST.
phk
2004-11-13
1
-4
/
+4
*
Do a pass over all modules in the kernel and make them return EOPNOTSUPP
phk
2004-07-15
1
-0
/
+1
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-3
/
+3
*
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
[next]