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
/
cbus
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix malloc() without legal mode flag.
phk
2003-03-17
1
-1
/
+1
*
Call devstat_start_transaction_bio() instead of devstat_start_transaction()
phk
2003-03-15
1
-1
/
+1
*
Merged from sys/dev/sio/sio.c revisions 1.387 and 1.388.
nyan
2003-03-09
1
-2
/
+11
*
Allocate the devstat structure with devstat_new_entry().
phk
2003-03-08
1
-6
/
+6
*
Make nokqfilter() return the correct return value.
phk
2003-03-03
1
-1
/
+1
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
4
-53
/
+33
*
More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).
des
2003-03-02
2
-8
/
+8
*
Convert one more d_mmap_t consumer I missed in my previous commit.
mux
2003-02-25
1
-2
/
+4
*
Cleanup of the d_mmap_t interface.
mux
2003-02-25
1
-2
/
+2
*
Fix compile error with FB_INSTALL_CDEV option.
nyan
2003-02-23
1
-8
/
+14
*
Change the console interface to pass a "struct consdev *" instead of a
phk
2003-02-20
1
-10
/
+16
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Change "dev_t gdbdev" to "void *gdb_arg", some possible paths for GDB
phk
2003-02-16
1
-4
/
+4
*
Remove #include <sys/dkstat.h>
phk
2003-02-16
1
-1
/
+0
*
Switch to use the TSC code i386/i386/tsc.c
phk
2003-02-11
2
-220
/
+2
*
Merged from sys/dev/sio/sio.c revision 1.383.
nyan
2003-02-07
1
-0
/
+2
*
Reduce diff to i386/isa/clock.c by unifdef -DPC98
phk
2003-02-05
2
-830
/
+0
*
Typo in last commit
phk
2003-02-05
2
-2
/
+2
*
MFi386: write the correct weekday back to the RTC.
phk
2003-02-05
2
-2
/
+2
*
Split the global timezone structure into two integer fields to
phk
2003-02-03
2
-6
/
+6
*
Split statclock into statclock and profclock, and made the method for driving
jake
2003-02-03
2
-4
/
+30
*
MFi386: revision 1.192.
nyan
2003-01-30
2
-8
/
+10
*
Make tsc_freq a 64bit on PC98 also.
phk
2003-01-29
2
-4
/
+6
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
Merged from sys/isa/syscons_isa.c revision 1.21.
nyan
2003-01-15
1
-8
/
+19
*
Merged from sys/isa/fd.c revision 1.244.
nyan
2003-01-12
1
-0
/
+3
*
Merged from sys/isa/fd.c revision 1.243.
nyan
2003-01-03
1
-6
/
+0
*
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
schweikh
2003-01-01
1
-1
/
+1
*
Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/
schweikh
2002-12-30
1
-1
/
+1
*
Merged from sys/isa/fd.c revision 1.242.
nyan
2002-11-17
1
-2
/
+2
*
Merged from sys/isa/syscons_isa.c revision 1.20.
nyan
2002-10-22
1
-0
/
+2
*
MFi386: revisions 1.189 and 1.190.
nyan
2002-10-22
2
-24
/
+20
*
Merged from sys/isa/syscons_isa.c revision 1.19.
nyan
2002-10-17
1
-0
/
+4
*
Merged from sys/dev/sio/sio.c revision 1.382.
nyan
2002-10-14
1
-1
/
+1
*
Fixed a warning if COM_MULTIPORT option is not defined.
nyan
2002-10-10
1
-1
/
+1
*
Merged from sys/isa/fd.c revisions 1.224 and 1.241.
nyan
2002-10-07
1
-3
/
+11
*
Merge the last couple of my changes to fd.c into the pc98 version.
phk
2002-10-05
1
-51
/
+20
*
Added some buggy PC-98 PnP cards support.
nyan
2002-09-29
1
-4
/
+19
*
Merged from sys/isa/fd.c revision 1.238.
nyan
2002-09-29
1
-4
/
+4
*
Merged from sys/dev/sio/sio.c revisions 1.380 and 1.381.
nyan
2002-09-29
1
-9
/
+8
*
Move the com_emr register definition to sioreg.h.
nyan
2002-09-24
1
-4
/
+0
*
Merged from sys/dev/sio/sio.c revision 1.379.
nyan
2002-09-24
1
-1
/
+0
*
Remove #ifdef/#endif 3 years after the stuff they protected was removed.
phk
2002-09-21
2
-4
/
+0
*
#include <sys/disk.h> to get disk_err() prototype.
phk
2002-09-20
1
-0
/
+1
*
Make FreeBSD "struct disklabel" agnostic, step 311 of 723:
phk
2002-09-20
1
-2
/
+2
*
Merged from sys/isa/fd.c revisions 1.234, 1.235 and 1.236.
nyan
2002-09-16
1
-9
/
+5
*
Merged from sys/dev/sio/sio.c revision 1.378.
nyan
2002-09-16
1
-1
/
+6
*
Merged from sys/isa/syscons_isa.c revision 1.18.
nyan
2002-09-16
1
-0
/
+35
*
Replace various spelling with FALLTHROUGH which is lint()able
charnier
2002-08-25
2
-3
/
+3
*
Merged from sys/dev/syscons/scvtb.c revision 1.9.
nyan
2002-08-22
1
-4
/
+4
[next]