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
*
Added prototypes.
bde
1995-12-26
2
-5
/
+15
*
Renamed isa/random.c to isa/random_machdep.c to avoid a conflict with
bde
1995-12-26
4
-6
/
+441
*
Unstaticized addupc_task(). It is supposed to be called from trap().
bde
1995-12-26
1
-2
/
+2
*
Finished staticizing of timevalfix().
bde
1995-12-26
3
-5
/
+5
*
Fix a lable goofup I made in the previous P6 support changes.
dg
1995-12-25
3
-9
/
+9
*
Fixed staticizing. Some functions aren't static but depend on
bde
1995-12-25
6
-12
/
+33
*
Removed redundant (incompletely staticized) declararations.
bde
1995-12-25
1
-4
/
+1
*
Fix typo in CPUCLASS.
dg
1995-12-25
2
-4
/
+4
*
Added device fxp0 (device driver for Intel EtherExpress Pro/100).
dg
1995-12-24
5
-5
/
+10
*
Added I686_CPU.
dg
1995-12-24
5
-5
/
+10
*
Add Pentium Pro CPU detection and special handling. For now, all the
dg
1995-12-24
18
-120
/
+159
*
Made "AUTO_EOI_1" standard. auto-EOI on the master ICU is a documented
dg
1995-12-23
5
-171
/
+119
*
Use FASTER_NOP rather than NOP in rtcin() - only one inb delay was ever
dg
1995-12-23
3
-9
/
+9
*
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
*
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
*
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
*
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
*
Corrected a typo in a comment.
dg
1995-12-19
3
-6
/
+6
*
Implemented a (sorely needed for years) double fault handler to catch stack
dg
1995-12-19
15
-95
/
+205
[next]