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
*
Sync with i386/i386/userconfig.c revision 1.77 (I/O port limit).
kato
1996-12-17
1
-7
/
+2
*
Sync with i386/i386/machdep.c revision 1.221 (fix nbuf calculation).
kato
1996-12-17
2
-4
/
+4
*
Increase the allowable port address from 0x2000 to 0xffff to aid in
msmith
1996-12-17
1
-4
/
+4
*
Fix nbuf calculation /4 -> /8. 2.2 already has it this way.
dg
1996-12-17
2
-4
/
+4
*
Typo fix.
alex
1996-12-17
1
-2
/
+2
*
Change default tun MTU back to 1500.
fenner
1996-12-16
2
-3
/
+8
*
Synchronize with sys/i386/i386/userconfig.s revision 1.76 (update
kato
1996-12-16
1
-4
/
+4
*
Fix "opt_ncr.h" changes:
se
1996-12-16
1
-7
/
+9
*
This commit was generated by cvs2svn to compensate for changes in r20537,
se
1996-12-15
3
-0
/
+3839
|
\
|
*
Tekram supplied driver for their DC390 and DC390T controllers.
se
1996-12-15
3
-0
/
+3839
*
Fix typo
se
1996-12-15
1
-3
/
+3
*
Some days, it just doesn't pay to get out of bed. Fix another broken
wollman
1996-12-15
1
-2
/
+2
*
Somehow the removal of ia_next didn't make it in the last time. Hope
wollman
1996-12-15
1
-2
/
+1
*
Attempt to complete the fix in the previous revision. This version
bde
1996-12-15
1
-2
/
+2
*
Include "opt_ncr.h" for option settings.
se
1996-12-15
1
-3
/
+5
*
Add options for NCR driver.
se
1996-12-15
1
-1
/
+8
*
Remove "options MAXLUN=2" since the ncr driver will probe for 8 LUNs
se
1996-12-15
2
-4
/
+2
*
Do not limit to 1 LUN if FAILSAVE is set. Seems that CDROM drives
se
1996-12-15
1
-5
/
+2
*
Update comment for "ncr" SCSI controllers (add Symbios and new chips)
se
1996-12-15
1
-3
/
+3
*
Fixed garbage being returned for constant int values, e.g., for
bde
1996-12-15
1
-2
/
+2
*
Support 4 of these as default, it only cost us 12 bytes more.
phk
1996-12-15
1
-0
/
+5
*
Fix typo.
kato
1996-12-15
2
-6
/
+6
*
Synchronize with sys/i386/i386/userconfig.c revison 1.74.
kato
1996-12-15
1
-3
/
+3
*
Synchronize with sys/i386/i386/userconfig.c revision 1.72 and 1.73.
kato
1996-12-15
1
-2
/
+37
*
Synchronize with sys/i386/boot/rawboot/Makefile revison 1.4.
kato
1996-12-15
1
-1
/
+2
*
Synchronize with sys/i386/i386/machdep.c revision 1.220.
kato
1996-12-15
2
-18
/
+14
*
Synchronize with if_ed.c revision 1.111 and if_fe.c revision 1.22.
kato
1996-12-15
2
-4
/
+4
*
Synchronize with Makefile.i386 revison 1.91.
kato
1996-12-15
2
-2
/
+16
*
Add missing -I so that probe_keyboard.c can find <i386/isa/kbdio.h>. :-(
peter
1996-12-15
1
-1
/
+2
*
Make the USERCONFIG_BOOT semantics closer to what was original
jkh
1996-12-14
3
-21
/
+17
*
Fix the breakage i've introduced with the EISA slot feature, by
joerg
1996-12-14
1
-3
/
+16
*
Add a small hack to UserConfig that allows to override the number of
joerg
1996-12-14
3
-6
/
+34
*
Implement closer-to POSIX mlock semantics. The major difference is
dyson
1996-12-14
5
-9
/
+217
*
Missing TAILQ mod.
dyson
1996-12-14
1
-2
/
+2
*
General cleanup and new features for 53c875 based cards, especially the
se
1996-12-14
2
-80
/
+232
*
Add an entry for Ricoh's MO drives.
joerg
1996-12-14
1
-2
/
+5
*
Convert the interface address and IP interface address structures
wollman
1996-12-13
35
-294
/
+194
*
Fixed magic and wrong numbers in calibration of nullfunc_loop_profiled()
bde
1996-12-13
1
-13
/
+10
*
Moved nonstandard compiler profiling options out of config. Just print
bde
1996-12-13
3
-3
/
+24
*
Close PR#2198:
jkh
1996-12-13
4
-6
/
+10
*
Slightly change the `od' driver quirk for the Matsushita LF-1000
joerg
1996-12-13
1
-2
/
+6
*
Soften range-check for LDTs.
swallace
1996-12-12
2
-4
/
+4
*
Synchronize with sys/i386/i386/machdep.c revision 1.219.
kato
1996-12-12
2
-4
/
+4
*
Fix allocation for exech_map to be 16*PAGE_SIZE rather than 32*PAGE_SIZE
dg
1996-12-12
2
-4
/
+4
*
POSIX.4 defines MAP_FAILED to be the error return from mmap().
alex
1996-12-12
1
-1
/
+6
*
Use queue macros for the list of interfaces. Next stop: ifaddrs!
wollman
1996-12-11
6
-32
/
+41
*
Two fixes:
martin
1996-12-11
2
-7
/
+7
*
Include <net/if_arp.h> in the one header that requires it,
wollman
1996-12-11
2
-4
/
+3
*
Sync with sys/i386/boot/biosboot/disk.c revision 1.23.
kato
1996-12-11
1
-3
/
+7
*
Sync with sys/i386/isa/if_ed.c revision 1.110.
kato
1996-12-11
1
-13
/
+3
[next]