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
*
Fix printf warnings with %j and uintmax_t.
jhb
2002-11-08
1
-2
/
+3
*
Fix warnings when compiled with SIMOS defined.
jhb
2002-11-08
1
-4
/
+14
*
Assign value of NULL to imgp->execlabel when imgp is initialized
rwatson
2002-11-08
1
-0
/
+1
*
Cast pointers in mem*_io() compat macros to uintptr_t so that they can be
jhb
2002-11-08
1
-5
/
+5
*
Make 3dfx i386-only. The memrange API it uses may be defined in an MI
jhb
2002-11-08
3
-15
/
+15
*
Move rc(4) over to MI notes and enable it as a MI module.
jhb
2002-11-08
3
-6
/
+6
*
To reduce per-return overhead of userret(), call into
rwatson
2002-11-08
2
-4
/
+8
*
Use critical_enter/exit instead of disable/enable_intr to make this
jhb
2002-11-08
1
-18
/
+18
*
- Change the ATM stack functions to use intptr_t instead of int for opaque
jhb
2002-11-08
33
-206
/
+209
*
- Set RS (Report Status) bit on all descriptors of a packet instead of just t...
pdeuskar
2002-11-08
6
-515
/
+763
*
Update MAC modules for changes in arguments for exec MAC policy
rwatson
2002-11-08
7
-14
/
+68
*
Add an explicit execlabel argument to exec-related MAC policy entry
rwatson
2002-11-08
11
-33
/
+44
*
Remove harmless but irritating printf.
phk
2002-11-08
1
-2
/
+0
*
Always recalculate the SRM checksum if the label is at 64 bytes offset.
phk
2002-11-08
1
-3
/
+13
*
- Update the SIMOS fp-stealing code to KSE-II and beyond.
jhb
2002-11-08
1
-5
/
+9
*
Remove #ifdef DEBUG signal debugging code brought over from NetBSD with the
jhb
2002-11-08
1
-32
/
+0
*
Make xrpu(4) i386-only. Consumers of i386_btop() are not MI.
jhb
2002-11-08
2
-3
/
+2
*
Wrap a device_printf() that violates bus space abstractions to figure out
jhb
2002-11-08
1
-0
/
+2
*
Use %z to print a size_t value.
jhb
2002-11-08
2
-2
/
+2
*
Use %z to print size_t values.
jhb
2002-11-08
1
-3
/
+3
*
Cast a ptrdiff_t to an int to printf.
jhb
2002-11-08
1
-1
/
+1
*
Use %z to print a size_t value.
jhb
2002-11-08
1
-1
/
+1
*
Remove physmem from here, too, as it is defined in vm_init.c since
tmm
2002-11-08
1
-1
/
+0
*
Reviewed by: n_hibma
mr
2002-11-08
1
-8
/
+16
*
adjust critical section to only wrap around vm86_bioscall().
davidxu
2002-11-08
1
-2
/
+2
*
use critical_enter/exit to add a critical section around BIOS call,
davidxu
2002-11-08
1
-5
/
+9
*
Move the definitions of the hw.physmem, hw.usermem and hw.availpages
tmm
2002-11-07
10
-228
/
+28
*
Better printf() formats.
mux
2002-11-07
1
-8
/
+7
*
Some more printf() format fixes.
mux
2002-11-07
1
-9
/
+7
*
Add a cast to quiet a warning.
jhb
2002-11-07
1
-1
/
+1
*
Correctly print vm_offset_t types.
mux
2002-11-07
1
-6
/
+5
*
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
[next]