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
*
Declare rsvp_input() to take the correct set of arguments and figure out
wollman
1995-07-24
1
-5
/
+12
*
Slightly better fix than previous revision.
dfr
1995-07-24
2
-8
/
+6
*
Completely turn off RSVP intercept when a socket being used for that purpose
wollman
1995-07-24
1
-1
/
+2
*
Fix a problem which appeared to truncate a file to the nearest block boundary
dfr
1995-07-24
2
-4
/
+6
*
Panic if no object in biodone. Slightly optimized allocbuf() again.
dg
1995-07-24
1
-5
/
+3
*
Use the same method to determine the time that the process
mpp
1995-07-23
1
-4
/
+2
*
Added some additional diagnostic information output when panicing in
dg
1995-07-23
1
-3
/
+3
*
Fixed two cases where some parans were missing, resulting in some bogus
dg
1995-07-23
1
-18
/
+16
*
Added $Id$.
dg
1995-07-23
3
-0
/
+6
*
Fix clean rule to remove remove everything that isn't created by config
bde
1995-07-22
3
-9
/
+12
*
Fix clean rule for aic7xxx_asm.
bde
1995-07-22
2
-4
/
+4
*
this avaids the "lineoverflow" which you'll always get at 80 column
joerg
1995-07-22
1
-2
/
+2
*
Obtained from: partly from ancient patches of mine via 1.1.5
bde
1995-07-22
13
-82
/
+69
*
Remove vat_audio driver support here too.
bde
1995-07-22
1
-29
/
+11
*
Correct my cut-'n-paste job from ffs_vfsops.c and fix up the formatting
dg
1995-07-22
2
-28
/
+12
*
Move the inline code for waking up writers to a new function
bde
1995-07-22
17
-155
/
+59
*
Obtained from: partly from ancient patches of mine via 1.1.5
bde
1995-07-21
8
-70
/
+21
*
Obtained from: partly from ancient patches by ache and me via 1.1.5
bde
1995-07-21
5
-38
/
+45
*
Obtained from: partly from an ancient patch of mine via 1.1.5
bde
1995-07-21
1
-1
/
+3
*
Obtained from: partly from anancient patch of mine via 1.1.5
bde
1995-07-21
1
-3
/
+11
*
Obtained from: partly from an ancient patch of mine via 1.1.5
bde
1995-07-21
4
-13
/
+12
*
Since ufs_ihashget can block, the lock must be checked for each time
dg
1995-07-21
1
-14
/
+8
*
Obtained from: an ancient patch of mine via 1.1.5
bde
1995-07-21
1
-3
/
+11
*
Add to TODO list and move it to near the top of the file.
bde
1995-07-21
1
-18
/
+29
*
Obtained from: ancient usenet posting as applied to 1.1.5
bde
1995-07-21
1
-2
/
+2
*
Implemented an nfs_node hash list lock, similar to what was implemented
dg
1995-07-21
2
-2
/
+62
*
Re-lookup the buffer if the vnode isn't locked. The previous check for
dg
1995-07-21
1
-4
/
+2
*
Implement a lock in ffs_vget to prevent a race condition where two processes
dg
1995-07-21
1
-4
/
+34
*
Remove vat_audio driver support
pst
1995-07-20
2
-4
/
+2
*
vnode_pager_alloc() never returns NULL, so don't check for it.
dg
1995-07-20
5
-15
/
+10
*
#if 0'd one of the DIAGNOSTIC checks in vm_page_alloc(). It was too
dg
1995-07-20
1
-1
/
+3
*
Rewrote memory sizing code to generally deal with holes in extended memory.
dg
1995-07-19
4
-100
/
+202
*
Change the compile-time option of DIRECTED_BROADCAST into a sysctl
peter
1995-07-18
2
-7
/
+13
*
Allow the specification of the controller bus when wiring down scsi buses.
gibbs
1995-07-17
2
-32
/
+54
*
Specify the controller bus in the scsi_link structure to allow hardwired
gibbs
1995-07-17
1
-2
/
+3
*
Add examples for wiring down scbuses to drivers as well as specifying
gibbs
1995-07-17
3
-18
/
+30
*
Return EDESTADDRREQ rather than EADDRNOTAVAIL if the user attempts to
wollman
1995-07-17
1
-2
/
+2
*
Fixed "bufspace" calculation. It was lossy in some circumstances of the
dg
1995-07-17
1
-14
/
+5
*
Added crdselect definition for !NCRD case.
dg
1995-07-16
1
-1
/
+2
*
This fixes a compiler warning, and a cosmetic problem with the linux
peter
1995-07-16
3
-18
/
+6
*
1) Merged swpager structure into vm_object.
dg
1995-07-16
4
-172
/
+134
*
Reviewed by: phk
phk
1995-07-16
4
-6
/
+42
*
Make the bootinfo structure visible from sysctl.
phk
1995-07-16
4
-6
/
+16
*
Include ``options POWERFAIL_NMI'' for owners of older (non-apm)
joerg
1995-07-16
6
-18
/
+138
*
Protect TTYHOG by #ifndef so it can be overridden from the config
joerg
1995-07-16
1
-1
/
+3
*
There is a small bug in the cd9660 code that prevents stating of
joerg
1995-07-16
2
-2
/
+4
*
Don't include <sys/tty.h> in drivers that aren't tty drivers or in general
bde
1995-07-16
14
-25
/
+16
*
Fix compiler warnings (systm.h wasn't included).
bde
1995-07-16
2
-1
/
+7
*
Do not set SCSI_NOSLEEP on every tape command (the exception being during
gibbs
1995-07-16
1
-2
/
+2
*
Add tw.
bde
1995-07-16
3
-6
/
+15
[next]