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
*
Remove stale references to ih_next and ih_prev.
dfr
1998-11-17
1
-3
/
+1
*
Definitions for alpha specific device resources.
dfr
1998-11-17
1
-0
/
+44
*
Definitions for alpha specific system calls.
dfr
1998-11-17
1
-0
/
+54
*
Because buffers may be tossed and recreated at will under the new VM
mckusick
1998-11-17
1
-4
/
+9
*
A few bug fixes for Robert Watson
rvb
1998-11-16
4
-10
/
+48
*
Make the previous fix more portable.
dfr
1998-11-16
1
-4
/
+4
*
Sync with sys/i386/isa/wd.c revision up to 1.180.
kato
1998-11-16
1
-6
/
+11
*
Sync with sys/i386/conf/options.i386 revision 1.92.
kato
1998-11-16
2
-2
/
+6
*
Sync with sys/i386/conf/Makefile.i386 revision 1.129.
kato
1998-11-16
2
-4
/
+4
*
Now that the wd driver is fixed (Thanks Bruce!), re-enable the
ken
1998-11-15
1
-10
/
+2
*
The below patch helps to reduce the leakage of internal socket information
guido
1998-11-15
2
-4
/
+6
*
Reimplement the NFS ACCESS RPC cache as an "accelerator" rather than a true
msmith
1998-11-15
4
-88
/
+28
*
Make it possible to adjust the IDE probe delay from kernel config files.
eivind
1998-11-15
6
-6
/
+37
*
Depend on __FreeBSD_version instead of __FreeBSD__
eivind
1998-11-15
2
-14
/
+14
*
* Add hooks to allow the X server to access I/O ports and memory.
dfr
1998-11-15
26
-234
/
+916
*
Build subr_rman.c by default.
dfr
1998-11-15
1
-0
/
+1
*
Don't include link_elf.c twice in the link.
dfr
1998-11-15
2
-4
/
+2
*
A couple of minor sanity checks.
dfr
1998-11-15
1
-4
/
+10
*
Fix printf format errors on alpha.
dfr
1998-11-15
1
-4
/
+4
*
* Change 'struct resource' to 'struct config_resource'.
dfr
1998-11-15
5
-10
/
+10
*
In sendfile(2), check against sb_lowat when filling the socket buffer,
dg
1998-11-15
1
-2
/
+2
*
Fixed a misspelling of boolean true as MNT_WAIT.
bde
1998-11-15
2
-2
/
+2
*
Finished updating module event handlers to be compatible with
bde
1998-11-15
11
-35
/
+24
*
Don't generate module event handlers of the wrong (old) type.
bde
1998-11-15
1
-4
/
+3
*
Fixed the type of vfs_modevent (a little late, to match the corresponding
bde
1998-11-15
1
-2
/
+2
*
Fixed the type and order of vfs_modevent. This fixes part of a spew of
bde
1998-11-15
1
-6
/
+8
*
Fixed a missing include. <sys/kernel.h> is needed by the new
bde
1998-11-15
1
-2
/
+2
*
Fixed the bug that caused negative busycounts in devstat. The
bde
1998-11-15
1
-6
/
+6
*
indent
dima
1998-11-15
1
-4
/
+4
*
Fixed a couple of nits in sendfile(2): clear PG_ZERO before unbusying
dg
1998-11-14
1
-3
/
+3
*
My changes to the new device interface:
wollman
1998-11-14
11
-212
/
+466
*
Add a missing newline
luigi
1998-11-14
3
-3
/
+3
*
Add documentation for $rootdev.
msmith
1998-11-13
1
-1
/
+10
*
Add a new variable $num_ide_disks which is used to offset the unit number
msmith
1998-11-13
4
-15
/
+21
*
Avoid a null pointer reference if the target of an NFS rename has been
msmith
1998-11-13
2
-14
/
+20
*
Don't count non-local dirty buffers as outstanding when shutting down.
msmith
1998-11-13
1
-1
/
+17
*
Increased PID_MAX to 99999. The main reason for doing this is to make the
dg
1998-11-13
1
-3
/
+3
*
Move a diagnostic behind "if (bootverbose)".
gibbs
1998-11-13
1
-5
/
+7
*
Fix a panic in nfsrv_dorec() where a NULL pointer could be passed to
dfr
1998-11-13
3
-6
/
+12
*
A couple of fixes to device_delete_child() to delete all children of
dfr
1998-11-13
1
-2
/
+10
*
Sync with sys/i386/conf/GENERIC revision 1.131.
kato
1998-11-13
2
-6
/
+4
*
Sync with sys/i386/boot/kzipboot/malloc.c revision 1.7.
kato
1998-11-13
1
-4
/
+2
*
Implement NFS ACCESS RPC result caching.
msmith
1998-11-13
4
-48
/
+196
*
Restored the "reallocblks" code to its former glory. What this does is
dg
1998-11-13
4
-31
/
+38
*
Remove `amd', `nca' SCSI devices to match Mike's LINT commit.
obrien
1998-11-12
2
-12
/
+4
*
bootforth seems to be working well enough for me and others to turn
jkh
1998-11-12
1
-8
/
+8
*
MF22: Bring in some linux sound ioctl support which I committed to 2.2
jkh
1998-11-12
4
-4
/
+154
*
Install scripts without .sh suffix.
jkh
1998-11-12
3
-6
/
+6
*
Consign the 'amd' driver to the Attic.
msmith
1998-11-11
1
-1709
/
+0
*
Remove the 'amd' driver.
msmith
1998-11-11
1
-1
/
+0
[next]