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
/
amd64
Commit message (
Expand
)
Author
Age
Files
Lines
*
Have Eisa and PCI probes occur before ISA probes. Buslogic EISA and PCI cards
gibbs
1995-12-12
1
-5
/
+10
*
Have bt0 entry specify "bt_isa_intr" for its vector. This one entry will
gibbs
1995-12-12
1
-2
/
+2
*
Changes to support 1Tb filesizes. Pages are now named by an
dyson
1995-12-11
2
-28
/
+42
*
Added pcvt option FAT_CURSOR.
bde
1995-12-10
1
-6
/
+7
*
Removed new alias d_size_t for d_psize_t.
bde
1995-12-10
1
-2
/
+2
*
Staticize and cleanup.
phk
1995-12-10
8
-23
/
+20
*
Staticize and cleanup.
phk
1995-12-10
8
-189
/
+89
*
Restored used function fusword() (used by GPL math emulator).
bde
1995-12-10
2
-2
/
+26
*
Remove various unused symbols and procedures.
phk
1995-12-09
5
-416
/
+12
*
Move sysctl machdep.consdev to cons.c
phk
1995-12-09
1
-12
/
+1
*
Julian forgot to make the *devsw structures static.
phk
1995-12-08
1
-2
/
+2
*
Pass 3 of the great devsw changes
julian
1995-12-08
1
-35
/
+53
*
The static prototype for setroot() was apparently accidently moved
peter
1995-12-07
1
-2
/
+3
*
Untangled the vm.h include file spaghetti.
dg
1995-12-07
10
-16
/
+64
*
Moving the kern.dumpdev sysctl handler from kern_sysctl.c to swapgeneric.c
peter
1995-12-06
1
-1
/
+19
*
A major sweep over the sysctl stuff.
phk
1995-12-04
1
-9
/
+32
*
__purified pmap_pte(). This seems to make no difference.
bde
1995-12-03
1
-2
/
+2
*
Completed function declarations and/or added prototypes.
bde
1995-12-03
2
-11
/
+28
*
Staticized.
bde
1995-12-03
1
-45
/
+37
*
Moved inline functions for insque() and remque() to <sys/queue.h>.
bde
1995-12-03
1
-33
/
+1
*
Removed unused thread support (partly to get rid of its incomplete
bde
1995-12-03
1
-46
/
+2
*
GENERIC - Add a commented out line for adding support for IBM ThinkPad
nate
1995-11-29
1
-1
/
+3
*
Fix Pentium CPU rate diagnosis:
wollman
1995-11-29
4
-39
/
+38
*
If you're going to mechanically replicate something in 50 files
julian
1995-11-29
1
-2
/
+3
*
OK, that's it..
julian
1995-11-29
1
-15
/
+44
*
After having put on my Asbestos suit, complete the MFS_ROOT part of Terry's
peter
1995-11-28
1
-10
/
+20
*
Staticized. Moved some ero-initialized values to the bss.
bde
1995-11-24
1
-8
/
+13
*
Completed function declarations and/or added prototypes.
bde
1995-11-21
1
-2
/
+2
*
Quick fix for stat_imask and intr_mask[8] not having the RTC interrupt
bde
1995-11-20
1
-1
/
+2
*
Mega commit for sysctl.
phk
1995-11-20
2
-29
/
+13
*
Remove unused vars.
phk
1995-11-20
3
-9
/
+6
*
Updated comments. The comments about the unused addresses get broken
bde
1995-11-18
1
-24
/
+30
*
Fixed the type of vm_fault_quick() - don't convert types back and forth
bde
1995-11-18
1
-9
/
+18
*
Fixed handling of trace traps when cons_unavail is set. Added comments
bde
1995-11-18
1
-6
/
+23
*
Fix a couple of printfs.
phk
1995-11-14
1
-3
/
+3
*
The entire sysctl callback to read/write version. I havn't tested this as
phk
1995-11-12
1
-6
/
+5
*
Oops, forgot the following log message in the previous commit:
bde
1995-11-12
1
-1
/
+1
*
Reviewed by:
bde
1995-11-12
1
-1
/
+4
*
convert more sysctl variables.
phk
1995-11-10
1
-37
/
+28
*
Change ahb device line to eisaconf syntax.
gibbs
1995-11-09
1
-2
/
+2
*
Add eisa0 and remove ISA configuration line for ahc0.
gibbs
1995-11-05
1
-2
/
+3
*
Remove old eisaconf cruft from the eisa files. The old eisaconf kludged
gibbs
1995-11-05
1
-40
/
+1
*
Modifications for the new eisaconf.
gibbs
1995-11-05
1
-5
/
+9
*
Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up the
bde
1995-11-04
2
-4
/
+2
*
Remove the #ifdev DEVRANDOM's, as promised.
markm
1995-11-04
4
-24
/
+4
*
Finished(?) moving prototypes for devswitch functions to <machine/conf.h>.
bde
1995-11-04
1
-11
/
+12
*
When the sync-on-shutdown fails to clear all buffers, this bit of code
peter
1995-11-02
1
-1
/
+11
*
We no longer need the spltty() == splimp() hack if PPP is configured into
peter
1995-10-31
1
-6
/
+10
*
Add a simplistic netisr register routine - I need this now for ppp-2.2.
peter
1995-10-31
1
-4
/
+19
*
Include the "od" driver.
joerg
1995-10-31
1
-1
/
+3
[next]