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
/
pc98
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up some leftovers from the root mount cleanup that was done some
peter
2001-02-04
1
-2
/
+0
*
Remove the LABPC driver.
phk
2001-02-04
1
-1
/
+0
*
All the world is not an i386. Merge rev 1.438 of i386/i386/machdep.c.
peter
2001-02-04
2
-0
/
+2
*
Remove count for NSIO. The only places it was used it were incorrect.
peter
2001-01-31
2
-2
/
+0
*
Convert mca (microchannel bus support) from something that we count
peter
2001-01-29
3
-9
/
+9
*
Send "#if NISA > 0" to the bit-bucket and replace it with an option.
peter
2001-01-29
2
-4
/
+4
*
Gag. These compiled because I had a stray "eisa.h" in my config dir.
peter
2001-01-29
1
-2
/
+0
*
change 'count eisa' to 'optional eisa' and update the only consumer
peter
2001-01-29
1
-307
/
+12
*
Merged from sys/i386/isa/npx.c revisions 1.88 and 1.89.
kato
2001-01-28
1
-2
/
+6
*
Synced with sys/i386/i386/machdep.c revision 1.436.
kato
2001-01-28
2
-16
/
+72
*
Merged from sys/isa/sio.c revision 1.320.
nyan
2001-01-27
2
-298
/
+170
*
Added pc98 apm driver.
nyan
2001-01-23
3
-0
/
+1572
*
Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutex
jasone
2001-01-21
5
-13
/
+13
*
Finish deprecating <sys/select.h> in favor of <sys/selinfo.h> in kernel code.
wollman
2001-01-20
1
-1
/
+1
*
Convert apm from a bogus 'count' into a plain option. Clean out some
peter
2001-01-19
4
-11
/
+11
*
Zap unused #include "apm.h"
peter
2001-01-19
2
-2
/
+0
*
Use #ifdef DEV_NPX from opt_npx.h instead of #if NNPX > 0 from npx.h
peter
2001-01-19
2
-8
/
+8
*
Implement MTX_RECURSE flag for mtx_init().
bmilekic
2001-01-19
2
-8
/
+8
*
Stop doing runtime checking on i386 cpus for cpu class. The cpu is
peter
2001-01-16
3
-7
/
+5
*
Remove NOBLOCKRANDOM as a compile-time option. Instead, provide
markm
2001-01-14
1
-1
/
+0
*
Merged from sys/i386/conf/GENERIC revision from 1.286 to 1.291.
nyan
2001-01-13
1
-54
/
+31
*
Merged from sys/i386/conf/GENERIC.hints revision 1.6 and 1.7.
nyan
2001-01-13
1
-16
/
+16
*
Merged from sys/i386/isa/npx.c revision 1.87.
kato
2001-01-12
1
-17
/
+17
*
Merged from sys/i386/i386/machdep.c revisions 1.427 and 1.428.
kato
2001-01-12
2
-16
/
+16
*
Correct typo.
nyan
2001-01-08
1
-1
/
+1
*
Merged from sys/i386/i386/machdep.c revision 1.426.
kato
2001-01-07
2
-6
/
+20
*
Merged from sys/i386/conf/GENERIC revisions 1.292 - 1.294.
kato
2000-12-16
1
-2
/
+1
*
Merged from sys/i386/i386/machdep.c revision 1.425.
kato
2000-12-16
2
-8
/
+30
*
Removed the VoxWare sound drivers.
nyan
2000-12-10
2
-40
/
+4
*
Fixed to support 3Com 3C569B for PC-98.
nyan
2000-12-09
1
-4
/
+0
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
8
-22
/
+12
*
Staticize some malloc M_ instances.
phk
2000-12-08
1
-1
/
+1
*
Merged from sys/i386/isa/clock.c revision 1.164.
kato
2000-12-05
3
-0
/
+15
*
Merged from sys/i386/i386/machdep.c revision 1.424.
kato
2000-12-05
2
-28
/
+0
*
Don't use p->p_sigstk.ss_flags to keep state of whether the
marcel
2000-11-30
2
-10
/
+34
*
Merged from sys/i386/i386/userconfig.c revision 1.185.
kato
2000-11-29
1
-2
/
+1
*
Make diskerr() always log with printf.
phk
2000-11-26
4
-5
/
+5
*
Merged from sys/i386/i386/machdep.c revision 1.422.
kato
2000-11-26
2
-2
/
+2
*
Lock down the network interface queues. The queue mutex must be obtained
jlemon
2000-11-25
2
-28
/
+16
*
Merged from sys/i386/i386/machdep.c revision 1.421.
kato
2000-11-20
2
-0
/
+4
*
Merged from the following changes.
nyan
2000-11-05
8
-54
/
+184
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
1
-1
/
+0
*
Restore GDC mode to initial mode instead of 24KHz.
nyan
2000-10-28
2
-2
/
+2
*
Fixed extention memory check routine.
nyan
2000-10-28
3
-4
/
+5
*
Convert all users of fldoff() to offsetof(). fldoff() is bad
phk
2000-10-27
2
-4
/
+0
*
As the blocking model has seems to be troublesome for many, disable
markm
2000-10-27
1
-0
/
+1
*
Catch up to the new swi code.
jhb
2000-10-25
5
-16
/
+4
*
- Overhaul the software interrupt code to use interrupt threads for each
jhb
2000-10-25
5
-29
/
+29
*
Used kbio.h and consio.h instead of machine/console.h.
kato
2000-10-20
4
-6
/
+6
*
Merged from sys/i386/isa/npx.c revision 1.86.
kato
2000-10-20
1
-1
/
+1
[next]