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
...
*
Fixed printf format errors (ntohl() returns in_addr_t = u_int32_t != long
bde
1998-08-11
1
-5
/
+6
*
Don't depend on "implicit int".
bde
1998-08-11
1
-2
/
+2
*
Register tty software interrupt handlers at run time using register_swi()
bde
1998-08-11
17
-158
/
+94
*
Fixed printf format errors.
bde
1998-08-11
1
-2
/
+2
*
Implemented dynamic registration of software interrupt handlers. Not
bde
1998-08-11
17
-117
/
+197
*
Add code from NetBSD to print CIA capabilities and try to detect Pyxis bugs.
dfr
1998-08-11
1
-2
/
+141
*
Sync with i386/isa/diskslice_machdep.c 1.31.
dfr
1998-08-11
1
-4
/
+7
*
Fixed null setting of multiple wakeup prevention variable.
bde
1998-08-10
2
-6
/
+6
*
Fixed restoring of cpl after trap handling. The wrong cpl (SWI_AST_MASK
bde
1998-08-10
3
-123
/
+30
*
Use [u]intptr_t instead of [unsigned] long to convert and/or represent
bde
1998-08-10
8
-34
/
+42
*
Hide compiler warnings for casting from a long to a pointer of a
bde
1998-08-10
1
-2
/
+2
*
Sync with sys/i386/isa/syscons.c revision 1.273.
kato
1998-08-10
1
-1
/
+17
*
Sync with sys/i386/isa/diskslice_machdep.c revision 1.31.
kato
1998-08-10
2
-6
/
+12
*
Sync with sys/i386/conf/majors.i386 revision 1.45.
kato
1998-08-10
1
-1
/
+3
*
Sync with sys/i386/conf/options.i386 revision up to 1.84.
kato
1998-08-10
2
-2
/
+10
*
Fixed the formatting of some tables (mainly the one produced by ps
bde
1998-08-10
5
-14
/
+15
*
Reserve majors for M-Systems DiskOnChip driver. This driver will be
phk
1998-08-10
2
-2
/
+6
*
- Added SC_BAD_FLICKER for syscons.
yokota
1998-08-10
5
-5
/
+16
*
A workaround for screen flicker; eliminate some I/O access to the VGA
yokota
1998-08-10
2
-2
/
+34
*
Lots of changes, including:
dfr
1998-08-10
35
-91
/
+2364
*
The machine dependent disk slice manager does not recognize
phk
1998-08-10
2
-6
/
+12
*
Support the PAL version of the BT878 based Haupauge WinTV/PCI.
sos
1998-08-10
2
-0
/
+2
*
MF22: Shut this thing up by default.
jkh
1998-08-09
2
-4
/
+4
*
A few misc changes to get the spigot and meteor board working in 3.0.
jkh
1998-08-08
5
-3
/
+18
*
Updated Hauppauge detection code for Tuner ID 0x0a for newer NTSC
sos
1998-08-08
2
-10
/
+26
*
Make ../Makefile.inc handling more consistant to prevent multiple includes
peter
1998-08-08
1
-1
/
+4
*
Fix garbage after quitting X server.
kato
1998-08-07
1
-1
/
+3
*
Sync with sys/i386/conf/files.i386 and majors.i386 revisions 1.200 and
kato
1998-08-07
3
-4
/
+7
*
Sync with sys/i386/isa/syscons.c and syscons.h revisions 1.272 and
kato
1998-08-07
2
-146
/
+299
*
Remove a stupid hack of mine which prevented PCI io memory access on the alpha.
dfr
1998-08-07
1
-5
/
+2
*
Add support for type1 pci configuration cycles for cia (not pyxis yet).
dfr
1998-08-07
1
-26
/
+61
*
Add some more useful macros.
dfr
1998-08-07
1
-1
/
+7
*
Update so that it should build a working kernel for the platforms supported
dfr
1998-08-07
2
-16
/
+54
*
Tweaks to console support.
dfr
1998-08-07
1
-31
/
+22
*
Fix some things Simon had broken, basically making LINT compile again.
eivind
1998-08-06
1
-9
/
+3
*
Port syscons to the alpha. The driver itself has moved to sys/isa as it will
dfr
1998-08-06
11
-116
/
+241
*
The daemon, snake and star savers should refuse to load if the current
yokota
1998-08-06
6
-6
/
+24
*
Support files for ISA bus.
dfr
1998-08-06
2
-0
/
+260
*
Protect all modifications to paging_in_progress with splvm(). The i386
dfr
1998-08-06
7
-19
/
+38
*
Add Id keyword
brian
1998-08-05
6
-4
/
+18
*
Removed prototype for gone-away hzto().
bde
1998-08-05
1
-39
/
+37
*
Removed unused function hzto().
bde
1998-08-05
2
-36
/
+2
*
Converted the last instance of hzto() to tvtohz().
bde
1998-08-05
1
-3
/
+3
*
Converted the second last instance of hzto() to tvtohz().
bde
1998-08-05
2
-40
/
+30
*
Move assignment of cur_rlp to after the acquisition of the list lock.
dg
1998-08-05
1
-2
/
+3
*
Define ss_size in struct sigaltstack as size_t instead of int.
dfr
1998-08-05
2
-4
/
+14
*
Update DPT driver from 1.4.3 to 1.4.5
eivind
1998-08-05
9
-285
/
+494
*
fix broken loopback code for ddp (again)
julian
1998-08-04
2
-7
/
+43
*
Add driver dgm - for the Digiboard PC/Xem
brian
1998-08-04
7
-15
/
+25
*
Add driver dgm - for the Digiboard PC/Xem
brian
1998-08-04
8
-0
/
+14046
[prev]
[next]