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
*
Removed option EXTRAVNODES. All versions of FreeBSD-2.x have a sysctl
bde
1997-01-16
9
-44
/
+3
*
Add the ex driver (Intel EtherExpress Pro/10).
jkh
1997-01-16
11
-0
/
+2173
*
Fixed printing of small offsets. E.g., -4(%ebp) is now printed
bde
1997-01-16
3
-2
/
+38
*
Document INCLUDE_CONFIG_FILE.
jkh
1997-01-16
3
-0
/
+18
*
Re-enable ds_subtype, and ds_name (included in #ifdef PC98).
kato
1997-01-16
2
-0
/
+14
*
Change the map entry flags from bitfields to bitmasks. Allows
dyson
1997-01-16
9
-93
/
+82
*
Fix bug related to map entry allocations where a sleep might be attempted
dg
1997-01-15
7
-37
/
+25
*
Fixed longstanding annoying warning about a type mismatch. pmap doesn't
bde
1997-01-15
2
-14
/
+16
*
Removed redundant spl0()'s from kernel processes. They were work-arounds
bde
1997-01-15
3
-6
/
+0
*
Fixed interrupt unmasking for child processes which I broke in
bde
1997-01-15
1
-0
/
+1
*
Upgrade the kbdio rutines to provide queued kbd & mouse events.
sos
1997-01-15
18
-981
/
+2300
*
Make the sound drivers work with DEVFS.
jfieber
1997-01-15
1
-40
/
+71
*
Update from driver author. Closes PR#2421.
wollman
1997-01-14
4
-116
/
+280
*
One other minor include file change.
nate
1997-01-14
1
-2
/
+3
*
Synchronize with sys/i386/isa/if_ed.c revision 1.112 and
kato
1997-01-14
2
-56
/
+24
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1370
-1373
/
+1377
*
Include file cleanups.
nate
1997-01-13
3
-36
/
+6
*
Use the new if_multiaddrs list for multicast addresses rather than the
wollman
1997-01-13
24
-896
/
+428
*
Synchronize with sys/i386/i386/userconfig.c revision 1.80.
kato
1997-01-13
1
-36
/
+172
*
Just 'warn' the user that they are mixing dedicated drivers and generic
nate
1997-01-13
2
-2
/
+10
*
Added options 'LINT_PCCARD_HACK' which (will very soon) allow LINT to
nate
1997-01-13
3
-3
/
+12
*
- Add [?] key and corresponding helptext/pager.
msmith
1997-01-13
1
-36
/
+172
*
Sort cross references.
wosch
1997-01-13
1
-3
/
+3
*
When we changed pmap_protect to support adding the writeable
dyson
1997-01-11
2
-16
/
+26
*
Initialize pcic_imask with SWI_MASK to interference from timeout routines.
nate
1997-01-11
1
-0
/
+1
*
Whoops, typo.
nate
1997-01-11
1
-1
/
+1
*
Update the PCIC controller's imask with individual slot IRQ's.
nate
1997-01-11
4
-6
/
+18
*
Removed magic # 16 and replaced with ICU_LEN.
nate
1997-01-11
1
-1
/
+1
*
Now that all of the IRQ's should be allocated by the time this
nate
1997-01-11
1
-3
/
+40
*
Moved pccard_configure() to the end of the configure() list. This
nate
1997-01-11
2
-12
/
+12
*
Fix typo.
kato
1997-01-11
1
-2
/
+2
*
Slightly correct the code that moves pages from the active to the
dyson
1997-01-11
1
-5
/
+7
*
Prepare better for multi-platform by eliminating another required
dyson
1997-01-11
5
-101
/
+20
*
Change initialize routine of Cyrix 5x86 CPU.
kato
1997-01-11
1
-9
/
+15
*
Staticize the functions rtc_inb, rtc_outb, rtc_serialcombit, and
kato
1997-01-10
5
-29
/
+29
*
kern/2433: Multiple AHA1542 scsi controllers don't work
phk
1997-01-10
1
-1
/
+2
*
Synchronize with sys/i386/isa/ft.c revision 1.29 (fix ft driver
kato
1997-01-10
1
-1
/
+3
*
Add a man page for linux(8) (loads the Linux emulator kernel module).
mpp
1997-01-10
2
-2
/
+47
*
Fix CCD for bounced devices.
dyson
1997-01-10
2
-2
/
+6
*
Synchronize with sys/i386/isa/isa.c rev. 1.75.
kato
1997-01-09
1
-2
/
+2
*
i386/2427: 2.2-BETA ft driver panics when there're no floppy drives
phk
1997-01-09
1
-1
/
+3
*
Make the code more consistant by using the INTR*MASK macros througout the
nate
1997-01-08
6
-12
/
+12
*
Fix typo. I hate waking up at 4:45 in the morning...
wollman
1997-01-08
1
-2
/
+2
*
Correctly account for header length in m_pkthdr.len when sending
wollman
1997-01-08
1
-1
/
+2
*
Fix a few oversights in the new multicast membership interface.
wollman
1997-01-08
2
-7
/
+32
*
Changed magic # 0xa0000 -> ISA_HOLE_START since it's now defined.
nate
1997-01-08
2
-4
/
+4
*
- Added PCIC resume function
nate
1997-01-08
3
-35
/
+35
*
Checkpoint the beginnings of the new kernel interface for
wollman
1997-01-07
3
-3
/
+254
*
> The extra include of <sys/time.h> is because apm uses microtime() and my
nate
1997-01-07
2
-22
/
+4
*
Made minimal changes to make this work again (it depended on devconf).
bde
1997-01-07
1
-9
/
+5
[next]