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
*
Add strtol() to libkern in support of some other work I'm doing.
jkh
1994-10-25
2
-3
/
+131
*
Changed some variable names in lf_addblock to make the code both
dg
1994-10-25
1
-9
/
+9
*
Allow MAXMEM kernel option to indicate more memory than is detected; it
dg
1994-10-25
2
-8
/
+6
*
Patch to fix QIC-02/QIC-36 by Gene Stark.
swallace
1994-10-25
1
-5
/
+17
*
Restricted maximum bufpages to 1500; this is required for machines >64MB
dg
1994-10-25
2
-10
/
+8
*
Moved initialization of tmpstk so that it immediately follows the kernel
dg
1994-10-25
6
-21
/
+51
*
Improved I/O error reporting.
dg
1994-10-25
1
-5
/
+19
*
#if 0'd out the object cache trimming code - there are multiple ways
dg
1994-10-25
1
-1
/
+3
*
Added sea0 - Seagate driver lines to config
sos
1994-10-24
5
-7
/
+16
*
Seagate st01/02 driver.
sos
1994-10-24
1
-0
/
+1988
*
Fixed cut&paste error.
wollman
1994-10-24
3
-6
/
+6
*
Implement fs.nfs MIB variables.
wollman
1994-10-23
8
-14
/
+172
*
Don't do suser() check; it's already done in __sysctl().
wollman
1994-10-23
1
-4
/
+1
*
Finished device configuration database work for all ISA devices (except `ze')
wollman
1994-10-23
53
-250
/
+968
*
Fixed object cache trimming policy so it actually works.
dg
1994-10-23
1
-7
/
+5
*
Adjusted reserved levels to fix a deadlock condition.
dg
1994-10-23
1
-3
/
+3
*
Only VM_WAIT if curproc != pageproc. A deadlock can occur otherwise.
dg
1994-10-23
1
-3
/
+3
*
First shot README file for iBCS support
sos
1994-10-23
1
-0
/
+124
*
Fixed some video returns.
sos
1994-10-23
1
-6
/
+10
*
Round down instead of up in 'kerninfo'/ctrl-T stats code. Incorrect output
dg
1994-10-23
1
-3
/
+3
*
Changed a thread_sleep into an spl protected tsleep. A deadlock can occur
dg
1994-10-23
2
-9
/
+12
*
Fixed panic when unmounting floppy msdos filesystems. Problem was
martin
1994-10-23
2
-14
/
+60
*
Contrary to my last commit here: NFS-swap is enabled automatically.
phk
1994-10-22
1
-1
/
+15
*
This is where the action is. I'm still not sure that swap is 100% OK, but
phk
1994-10-22
2
-76
/
+112
*
While I debugged this, I quenched the compile warnings from if_ed. no other
phk
1994-10-22
2
-28
/
+38
*
Autoconf is the one to realize that we are booted disk-less and start the
phk
1994-10-22
5
-11
/
+39
*
NFS-diskless works. Look in sys/i386/boot/netboot for some of the
phk
1994-10-22
2
-2
/
+4
*
Found one of the show-stoppers in netboot...
phk
1994-10-22
1
-2
/
+2
*
Make the diagnostics a little more useful.
phk
1994-10-22
1
-2
/
+3
*
I belive imgact_gzip is finally reentrant. It is also a whole lot more
phk
1994-10-22
3
-1149
/
+1012
*
Add tw.c for the X10 driver.
jkh
1994-10-22
1
-0
/
+990
*
Some cosmetics in printfs mostly.
phk
1994-10-22
2
-8
/
+19
*
Fixed a comment from the previous commit.
dg
1994-10-22
1
-4
/
+4
*
Restrict fs_maxfilesize to 2^40, and check against this in ffs_truncate().
dg
1994-10-22
2
-5
/
+8
*
Various changes to allow operation without any swapspace configured. Note
dg
1994-10-22
3
-13
/
+75
*
The wdprobe was too picky.
phk
1994-10-22
1
-2
/
+2
*
From: hosokawa@mt.cs.keio.ac.jp (HOSOKAWA Tatsumi)
jkh
1994-10-21
1
-0
/
+21
*
Checking for timeout at several critical calls to ``out_fdc()'' now,
joerg
1994-10-21
3
-42
/
+168
*
ATTENTION!
phk
1994-10-21
1
-9
/
+4
*
Bug fixes from John Brezak.
wollman
1994-10-21
1
-3
/
+3
*
Make my ALLDEVS kernel compile (basically, LINT minus a lot of options).
wollman
1994-10-21
10
-29
/
+30
*
Make my ALLDEVS kernel compile (basically, LINT minus a lot of options).
wollman
1994-10-21
3
-3
/
+12
*
LINT: vastly restructured so that it's actually useful for something
wollman
1994-10-21
6
-441
/
+1098
*
Added
paul
1994-10-20
3
-6
/
+9
*
According to a quick reading of sources, one experiment and Bruce's word:
phk
1994-10-20
8
-29
/
+29
*
Actually implement the functionality documented in sysctl.h for type CTL_FS.
wollman
1994-10-20
2
-2
/
+16
*
A missing bit from Peter Dufaults patches, as best I could guess...
phk
1994-10-20
3
-3
/
+66
*
Bruce told me to: Make uha0 use irq ?
phk
1994-10-20
7
-14
/
+14
*
Peter Dufaults comconsole changes.
phk
1994-10-20
15
-67
/
+92
*
Don't check for IRQ conflicts before probing the device, so that
bde
1994-10-19
2
-8
/
+2
[next]