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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Put the superfluous "DUMP:" back in the statistics line, to make
joerg
1995-12-23
1
-2
/
+2
*
Add a reference to dialog(3) now that the man pages exist.
jkh
1995-12-23
1
-0
/
+3
*
o Add some test code.
jkh
1995-12-23
2
-0
/
+265
*
Add changes to:
jkh
1995-12-23
8
-358
/
+1028
*
1) Remove the subdir x11/ from the build. xneko and xroach are ports now.
markm
1995-12-22
1
-4
/
+1
*
Added undocumented option DEBUG so that debugging code gets maintained
bde
1995-12-22
3
-3
/
+6
*
Staticized code that was hidden by `#ifdef DEBUG'.
bde
1995-12-22
2
-6
/
+14
*
Increased the double fault stack size from 512 to PAGE_SIZE. This is
bde
1995-12-22
2
-4
/
+4
*
Fixed prototyping and staticizing for -DDEBUG case.
bde
1995-12-22
2
-8
/
+8
*
Fixed syntax errors caused by EXCEPTION() when DEBUG is defined.
bde
1995-12-22
1
-3
/
+9
*
Changed the definition of DEBUG to agree with -DDEBUG to avoid warnings
bde
1995-12-22
2
-4
/
+4
*
Fixed bugs and finished staticization for things inside `#ifdef DEBUG'.
bde
1995-12-22
1
-20
/
+22
*
Remove the now obsolete vfs_sysctl vfsops element.
phk
1995-12-22
1
-3
/
+1
*
Staticize.
phk
1995-12-22
2
-25
/
+25
*
Move fs.nfs.nfsstats sysctl var back to it's old OID.
phk
1995-12-22
2
-4
/
+4
*
Fixed permissions of /dev/tty.
bde
1995-12-22
1
-2
/
+2
*
kern_conf.c: remove a now unused variable.
phk
1995-12-22
2
-9
/
+9
*
Fixed pty names. The control and slave names were back to front.
bde
1995-12-22
1
-5
/
+5
*
Typo in my last commit.
phk
1995-12-22
2
-4
/
+4
*
Renamed private DEBUG macro to avoid warnings when DEBUG is an option.
bde
1995-12-22
3
-26
/
+26
*
Fixed permissions of /dev/pcaudio*.
bde
1995-12-22
1
-6
/
+6
*
Fixed arg order in an outb() call. add_timer_randomness() clobbered
bde
1995-12-22
1
-6
/
+9
*
Synced with sio.c. This fixed the DEVFS initialization. cy.c is
bde
1995-12-22
3
-276
/
+231
*
Fixed bugs introduced in rev. 1.127 (some broken 16650 support was
bde
1995-12-22
3
-210
/
+162
*
Remove crufty "pg" function.
phk
1995-12-22
4
-22
/
+6
*
Cleanup.
phk
1995-12-22
2
-292
/
+22
*
Fix a small logic bug that caused the arguments of the previous frame to
dg
1995-12-22
2
-6
/
+12
*
*groan* Fix yet _ANOTHER_ discrepancy between the NIS protocol definition
wpaul
1995-12-22
1
-2
/
+6
*
If _IP_VHL is defined, declare a single ip_vhl member in struct ip rather
wollman
1995-12-21
1
-1
/
+5
*
Delete old-style-broadcast-address compatibility cruft in IP input path.
wollman
1995-12-21
1
-3
/
+3
*
i386/i386/conf.c is no longer needed.. remove it from files.i386
julian
1995-12-21
5
-145
/
+99
*
Reviewed by: peter (verbally :)
julian
1995-12-21
3
-62
/
+54
*
Rewrote most of the ddb stack traceback code. These changes are smarter
dg
1995-12-21
8
-463
/
+340
*
Recreate style with original indent.
phk
1995-12-21
1
-218
/
+211
*
Pick correct library dir whenever obj exists or not
ache
1995-12-21
1
-3
/
+9
*
Tweak, tweak...
jfieber
1995-12-21
1
-8
/
+9
*
New mirror in portugal.
jfieber
1995-12-21
1
-1
/
+13
*
Add Compex CPXPCI/32C to the supported NICs.
jfieber
1995-12-21
1
-1
/
+2
*
The rewamped sysctl program that will find all the variables itself.
phk
1995-12-21
4
-886
/
+744
*
Back out my prev commit, I didn't fully update some things on my machine :-(
ache
1995-12-21
2
-4
/
+4
*
Fix collection names to reflect reality
ache
1995-12-21
2
-6
/
+6
*
in_proto.c: spell ``Internet'' right and put whitespace after commas.
wollman
1995-12-20
4
-28
/
+35
*
Increase Pentium cyclecounter calibration time to 131072 us. This
wollman
1995-12-20
5
-10
/
+10
*
Demolish DIRECTED_BROADCAST. It was always a bad idea, and nobody uses it.
wollman
1995-12-20
1
-15
/
+8
*
Fix a nagging divide-by-zero error resulting from the MTU discovery code
wollman
1995-12-20
2
-4
/
+40
*
Bruce's fix for when dk_ndrive >= DK_NDRIVE. Fixes CDROM changer
dufault
1995-12-20
1
-2
/
+2
*
Document the -k and -w flags.
jkh
1995-12-19
2
-2
/
+40
*
Added a comment about why trying to make a one-behind cache for
wollman
1995-12-19
1
-1
/
+18
*
Actually call in_rtqdrain()as was originally intended.
wollman
1995-12-19
3
-8
/
+7
*
Add-back strlen.c to the library in case a kernel is compiled without
nate
1995-12-19
1
-6
/
+5
[next]