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 sys/i386/isa/fd.c revision 1.119.
kato
1998-07-19
2
-2
/
+6
*
A slap on the wrist to Dag-Erling, who plainly did not test this before
jkh
1998-07-19
2
-4
/
+2
*
Stop physical DMA for the non-auto case in isa_dmadone(). This fixes a
bde
1998-07-19
2
-2
/
+6
*
Don't log ICMP type and subtype for non-zero offset packet fragments.
alex
1998-07-18
1
-2
/
+5
*
Allow dump devices with dkpart != SWAP_PART on devfs/slice
des
1998-07-18
2
-2
/
+8
*
Undo rev 1.41 until we get more details about why it makes some systems
fenner
1998-07-18
1
-2
/
+1
*
Fixed error handling after a seek error that can't happen. When the
bde
1998-07-18
3
-3
/
+9
*
Place a fat warning that floppy tapes should be configured as drive 2
joerg
1998-07-17
2
-2
/
+8
*
Correct SEEPROM checksum calculation when multiple checksum attemps are made.
gibbs
1998-07-16
1
-4
/
+8
*
Simplify access to PCI config registers.
dfr
1998-07-16
1
-33
/
+36
*
Merge from sys/i386/isa/syscons.c (1.265->1.266).
kato
1998-07-16
1
-8
/
+8
*
Sync with sys/i386/isa/fd.c revision 1.118.
kato
1998-07-16
2
-4
/
+4
*
Sync with sys/i386/i386/userconfig.c revision 1.104.
kato
1998-07-16
1
-3
/
+3
*
Sync with sys/i386/isa/pcaudio.c revision 1.42.
kato
1998-07-16
1
-4
/
+4
*
Point at the right place for alpha registers.
dfr
1998-07-15
1
-1
/
+6
*
Make ptrace work.
dfr
1998-07-15
4
-16
/
+242
*
Tweaks for cross-building from NetBSD/alpha.
dfr
1998-07-15
2
-6
/
+6
*
Add some debug code.
dfr
1998-07-15
1
-3
/
+16
*
An mc146818a clock attached to an isa bus.
dfr
1998-07-15
1
-0
/
+105
*
Linker script for alpha kernel.
dfr
1998-07-15
3
-0
/
+399
*
Changed %n to %r in devfs name format strings. %n has almost gone away.
bde
1998-07-15
18
-86
/
+86
*
Don't cast pointers to longs in asm statements.
bde
1998-07-15
2
-2
/
+2
*
%n in a comment was a poor abbreviation for Immediate-byte-signed,
bde
1998-07-15
2
-4
/
+4
*
The ioctl request arg is unsigned log, so don't attempt to pass it
bde
1998-07-15
2
-8
/
+7
*
The ioctl request arg is unsigned long, so don't attempt to pass it
bde
1998-07-15
4
-14
/
+14
*
Don't pretend to support ix86's with 16-bit ints by using longs
bde
1998-07-15
2
-6
/
+6
*
Don't cast pointers to longs in asms. Changed all remaining longs
bde
1998-07-15
2
-63
/
+64
*
Cast between longs and pointers via intptr_t. There shouldn't be
bde
1998-07-15
1
-17
/
+17
*
Cast between u_longs and object pointers via uintptr_t.
bde
1998-07-15
1
-5
/
+5
*
Cast between longs and pointers via intptr_t. The results of fuword()
bde
1998-07-15
1
-9
/
+9
*
Cast longs to intptr_t before casting them to pointers.
bde
1998-07-15
1
-5
/
+8
*
Cast pointers to intptr_t instead of or before casting to long.
bde
1998-07-15
1
-5
/
+5
*
Cast u_longs to uintptr_t before casting them to pointers. Don't
bde
1998-07-15
3
-12
/
+14
*
Cast function pointers to uintfptr_t before casting them to u_long.
bde
1998-07-15
1
-5
/
+7
*
Cast pointers to [u]intptr_t instead of to [unsigned] long.
bde
1998-07-15
6
-14
/
+15
*
Cast the value returned by strtoul() to a uintptr_t before casting
bde
1998-07-15
1
-3
/
+3
*
Cast virtual addresses that happen to be represented as u_longs to
bde
1998-07-15
2
-8
/
+8
*
Cast pointers to uintptr_t/intptr_t instead of to u_long/long,
bde
1998-07-15
29
-93
/
+93
*
Add support for the AVer Media range of cards.
sos
1998-07-14
2
-18
/
+26
*
Add missing register name defines.
msmith
1998-07-14
1
-1
/
+7
*
Print pointers using %p instead of attempting to print them by
bde
1998-07-14
1
-12
/
+13
*
Print pointers using %p instead of attempting to print them by
bde
1998-07-14
1
-14
/
+17
*
Don't pretend to support ix86's with 16-bit ints by using longs
bde
1998-07-14
3
-24
/
+24
*
If object pointers need to be cast to [unsigned] integers, then cast
bde
1998-07-14
1
-3
/
+3
*
Avoid some casts of pointers to integers (of possibly different sizes).
bde
1998-07-14
1
-7
/
+7
*
I checked in the wrong version yesterday . The correct version is 1.38
ahasty
1998-07-14
2
-24
/
+64
*
Don't pretend to support ix86's with 16-bit ints and 32-bit registers
bde
1998-07-14
1
-4
/
+4
*
Changed to the C9x draft spelling of the (unsigned) integral type
bde
1998-07-14
8
-56
/
+49
*
Declare pointers to CSR register space to be volatile. This seems to
wpaul
1998-07-13
2
-161
/
+274
*
Removed a bogus forward struct declaration.
bde
1998-07-13
1
-4
/
+4
[next]