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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix potential crash where a user attempts to perform an implied
wollman
1997-02-21
1
-1
/
+14
*
Argh, this time get the parentheses right. This hasn't been a good day for me.
nate
1997-02-21
1
-3
/
+3
*
Whoops, make sure we have enough parenthesis.
nate
1997-02-21
1
-1
/
+1
*
Fix the parameters of a call to in_setsockaddr().
wollman
1997-02-20
1
-1
/
+1
*
Improved select():
bde
1997-02-20
1
-36
/
+51
*
Make the operation of sonewconn1() a bit clearer by calling
wollman
1997-02-19
2
-24
/
+14
*
Moved nqnfs_vop_lease_check() inside #ifndef NFS_NOSERVER.
kato
1997-02-19
1
-2
/
+2
*
change IP Filter hooks to match new 3.1.8 patches for FreeBSD
darrenr
1997-02-19
2
-15
/
+16
*
Synchronize with sys/i386/isa/wd.c revision 1.124.
kato
1997-02-19
1
-1
/
+1
*
Synchronize with sys/i386/boot/biosboot/boot.h revision 1.16.
kato
1997-02-19
1
-0
/
+1
*
Set RELDATE=300000. With the parallel version development, it has
asami
1997-02-19
1
-1
/
+1
*
Fix from PR #2757:
dg
1997-02-19
1
-1
/
+3
*
Fix some more problems in the recovery code.
gibbs
1997-02-19
1
-20
/
+37
*
Use the same blocks->size-in-MB conversion algorithm as the SCSI code
msmith
1997-02-18
1
-1
/
+1
*
Declare the new generic EOPNOTSUPP routines.
wollman
1997-02-18
1
-0
/
+5
*
Convert raw IP from mondo-switch-statement-from-Hell to
wollman
1997-02-18
9
-327
/
+183
*
uipc_mbuf.c: do a better job of counting how often we have to wait
wollman
1997-02-18
3
-6
/
+86
*
Kill the initialization of two old scratch ram variables. They were removed
gibbs
1997-02-18
1
-12
/
+0
*
Enlarge the message out buffer from 6 to 8 bytes. Now that sync and wide
gibbs
1997-02-18
2
-18
/
+11
*
Try to make the BROKEN_VLSI chipset detection better, and not break
nate
1997-02-18
1
-2
/
+8
*
Fixed biosboot to compile with Lite2. <sys/lock.h> is now a prerequisite
bde
1997-02-18
1
-0
/
+1
*
This now uses queue macros. Include <sys/queue.h> if !KERNEL to preserve
bde
1997-02-18
1
-0
/
+4
*
Added some ufs #includes so that this compiles with option LOCKF_DEBUG.
bde
1997-02-18
1
-2
/
+7
*
Removed vestiges of Mach lock types.
bde
1997-02-18
2
-14
/
+1
*
Changed type of t_line from u_char to int. The Lite2 merge blew away
bde
1997-02-18
1
-1
/
+1
*
Fixed namei caching for LOOKUPs. It was broken for lstat() and olstat().
bde
1997-02-18
1
-1
/
+2
*
Changed `#ifdef COMPAT_PRELITE2' to `#ifndef NO_COMPAT_PRELITE2' so that
bde
1997-02-18
1
-3
/
+3
*
Changed `#ifdef COMPAT_PRELITE2' to `#ifndef NO_COMPAT_PRELITE2' so that
bde
1997-02-18
2
-10
/
+10
*
Don't rely on AAP(Auto Access Pause) when queueing SCBs to the card. This
gibbs
1997-02-18
2
-20
/
+20
*
Pass P_SUGID on to the child of a fork(). It was possible to get rlogin
dg
1997-02-17
1
-0
/
+4
*
Replaced START_ENTRY by _START_ENTRY. -current hasn't got my cleanup
bde
1997-02-17
2
-12
/
+12
*
Select between the generic math functions and the i387-specific ones
bde
1997-02-16
2
-0
/
+154
*
Back ut FD_SETSIZE increasing until related kernel issues will be resolved
ache
1997-02-16
1
-1
/
+1
*
Bump default FD_SETSIZE from 256 to 1024 as many modern
ache
1997-02-15
1
-1
/
+1
*
Fix the mechanism for choosing wehether to save the slow-start threshold
wollman
1997-02-14
7
-469
/
+250
*
Send RTM_IFINFO messages whenever promiscuous and all-multicast
wollman
1997-02-14
1
-2
/
+9
*
Changed timeout for requesting sense from 100ms to 1 second.
dg
1997-02-14
1
-2
/
+1
*
Changed #include order to match better order in 2.2.
bde
1997-02-13
2
-2
/
+2
*
Provide PRC_IFDOWN and PRC_IFUP support for IP. Now, when an interface
wollman
1997-02-13
6
-5
/
+117
*
Provide an alternative mbuf cluster allocator which permits use of
wollman
1997-02-13
1
-1
/
+46
*
Provide an alternative interface to contigmalloc() which allows a specific
wollman
1997-02-13
2
-4
/
+22
*
Synchronize with sys/i386/isa/syscons.c revision 1.201.
kato
1997-02-13
1
-1
/
+1
*
Synchronize with sys/i386/boot/biosboot/boot.c revision 1.62.
kato
1997-02-13
1
-16
/
+48
*
For large values of sb_max or MCLBYTES, it was possible for the expression
wollman
1997-02-13
2
-4
/
+2
*
Get defaults for the boot device (and flags) from the file
bde
1997-02-13
1
-16
/
+48
*
Oops, cut/paste could be done on tthe WRONG vty :(
sos
1997-02-13
3
-3
/
+3
*
Moved definition of FUNCTION_ALIGNMENT to a machine-dependent place.
bde
1997-02-13
3
-7
/
+18
*
Align text to 16-byte boundaries if profiling is enabled. This will
bde
1997-02-13
2
-0
/
+8
*
Killed more FIFO ifdefs. All gone now.
bde
1997-02-13
4
-14
/
+0
*
Removed FIFO ifdef again (see rev.1.5).
bde
1997-02-13
1
-2
/
+0
[next]