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
*
Properly parenthesize the DBREG_DRX macro's variables to allow for
alfred
2002-11-07
2
-2
/
+2
*
- Use %j to print intmax_t values.
jhb
2002-11-07
1
-3
/
+4
*
Use %z to quiet a warning.
jhb
2002-11-07
1
-1
/
+1
*
Cast a pointer to a uintptr_t to quiet a warning.
jhb
2002-11-07
1
-1
/
+1
*
Third argument to copyinstr() is a pointer to a size_t, not a pointer to a
jhb
2002-11-07
1
-1
/
+1
*
- Use %p to print pointers instead of casting pointers to an int and using
jhb
2002-11-07
1
-6
/
+6
*
Use [u]intmax_t and %j instead of long long and %ll to better fix warnings
jhb
2002-11-07
4
-7
/
+11
*
Make 'rclk' a uintptr_t to quiet warnings.
jhb
2002-11-07
1
-3
/
+3
*
Use %z and %j to quiet warnings.
jhb
2002-11-07
1
-6
/
+7
*
Cast a pointer to a uintptr_t instead of a u_int.
jhb
2002-11-07
1
-1
/
+1
*
Fix the rest of the 64-bit warnings for the sr(4) driver.
jhb
2002-11-07
1
-4
/
+4
*
- Fix a bunch of casts to long which were truncating off_t's.
mux
2002-11-07
1
-17
/
+15
*
Explicitly cast daddr_t's to long long's when printing them since daddr_t
jhb
2002-11-07
4
-13
/
+13
*
A bunch of style(9) fixes.
mux
2002-11-07
1
-40
/
+39
*
Cast a ptrdiff_t value to an int to quiet a warning since we don't support
jhb
2002-11-07
1
-1
/
+2
*
Quiet some DIAGNOSTIC printf warnings with band-aid casts.
jhb
2002-11-07
1
-4
/
+5
*
Print pointers with %p instead of casting them to an unsigned int and
jhb
2002-11-07
1
-2
/
+2
*
Move sr(4) over to i386-only as it is yet another user of kvtop().
jhb
2002-11-07
2
-6
/
+6
*
- Use a better definition for MNAMELEN which doesn't require
mux
2002-11-07
2
-8
/
+3
*
Fix lots of places that assume sizeof(int) == sizeof(void *). Most of
jhb
2002-11-07
1
-18
/
+18
*
Do a bit more work in the aio code to simulate the credential environment
rwatson
2002-11-07
1
-0
/
+7
*
Cast a pointer to uintptr_t instead ot u_int.
jhb
2002-11-07
1
-1
/
+1
*
Simplify and optimize pmap_object_init_pt(). More specifically,
alc
2002-11-07
2
-130
/
+64
*
d_read_t functions return an int, not a ssize_t. (Considering the fact
jhb
2002-11-07
1
-1
/
+1
*
Warning fixes for sizeof(int) != sizeof(void *).
jhb
2002-11-07
1
-6
/
+6
*
- Make 'irq' intptr_t instead of uintptr_t so it handles a value of -1
jhb
2002-11-07
1
-2
/
+2
*
Fix to support pc98.
nyan
2002-11-07
2
-52
/
+120
*
Move firewire back to being MI.
jhb
2002-11-07
3
-8
/
+8
*
Add two new workaround for firmware anomalies:
tmm
2002-11-07
9
-18
/
+102
*
Properly fix the occassional random crash issue that revision 1.142
iedowse
2002-11-07
2
-31
/
+24
*
Merge over ar(4) and db(4) to files.pc98.
jhb
2002-11-07
1
-0
/
+3
*
Create a MACHINE_ARCH == i386 section that first lists modules common
jhb
2002-11-07
1
-59
/
+24
*
Turn on GEOM. It works on Alpha and we are going to need it for installs.
jhb
2002-11-07
1
-2
/
+0
*
- Fix printf warnings on 64bit plathome.
simokawa
2002-11-07
3
-7
/
+17
*
1.Fix smp race between kernel vm86 BIOS calling and userland vm86 mode code,
davidxu
2002-11-07
12
-32
/
+32
*
s/HZ/Hz/
mux
2002-11-06
1
-1
/
+1
*
Adjust some casts to quiet warnings.
jhb
2002-11-06
5
-9
/
+9
*
lnc(4) uses kvtop() and is thus i386-only for now.
jhb
2002-11-06
3
-8
/
+8
*
Use long long to print out a bus_addr_t again.
jhb
2002-11-06
1
-2
/
+2
*
Cast a bus_addr_t to a long long to make printf happy.
jhb
2002-11-06
1
-1
/
+1
*
Make firewire i386-only for now. It doesn't quite handle machines with
jhb
2002-11-06
3
-8
/
+8
*
Wrap ()'s around an argument before casting it to a void *. If the
jhb
2002-11-06
1
-6
/
+6
*
ed(4) uses kvtop() and is thus i386-only. It has several other warnings
jhb
2002-11-06
3
-10
/
+10
*
Move the drm code to the i386 MD NOTES file. It can be added to other MD
jhb
2002-11-06
2
-20
/
+20
*
Packed structures are defined differently in older gcc's, like the one
joe
2002-11-06
2
-4
/
+4
*
Use bus_addr_t instead of u_int32_t in functions to convert between
jhb
2002-11-06
1
-3
/
+3
*
Move digi to the i386 MD NOTES until it stops using inb() and outb().
jhb
2002-11-06
2
-13
/
+13
*
- Move comments regarding flags for dgb(4) over to the MD NOTES file where
jhb
2002-11-06
2
-12
/
+11
*
dgb(4) currently is i386-only.
jhb
2002-11-06
2
-1
/
+1
*
Use the explicit value 0xffffffff instead of assuming that is what ~0UL
jhb
2002-11-06
1
-1
/
+1
[next]