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
...
*
Updated to somewhat match sparc64/conf/GENERIC
grehan
2002-09-19
1
-18
/
+94
*
While well intentionned the check to see it there is a packet
julian
2002-09-19
1
-3
/
+0
*
- Use my freebsd email alias in the copyright.
jeff
2002-09-19
5
-12
/
+5
*
- added macio and psim files
grehan
2002-09-19
1
-1
/
+8
*
psim device support
grehan
2002-09-19
1
-0
/
+1
*
Support files and a h/w tree description for the PSIM ppc simulator
grehan
2002-09-19
6
-0
/
+1018
*
Driver for the macio south bridge, and ATA cell contained within.
grehan
2002-09-19
3
-0
/
+817
*
softc and register defs for the UniNorth chip
grehan
2002-09-19
1
-1
/
+19
*
- probe the UniNorth chip in addition to the PCI bridges
grehan
2002-09-19
1
-3
/
+114
*
Removed osigframe. No need for COMPAT_43 signal bin-compat in PPC.
grehan
2002-09-19
1
-6
/
+0
*
psim device support
grehan
2002-09-19
1
-0
/
+1
*
<machine/types.> -> <sys/types.h>
grehan
2002-09-19
1
-1
/
+1
*
Fix clearing of recoverable exception MSR bit when disabling
grehan
2002-09-19
1
-1
/
+1
*
Additional machdep sysctl constants needed for userland utils
grehan
2002-09-19
1
-2
/
+6
*
Added sparse address support, required by the macio ATA device
grehan
2002-09-19
1
-4
/
+9
*
Fixed branch labels
grehan
2002-09-19
1
-5
/
+5
*
- bring vm_mapbuf/unmapbuf in line with other archs
grehan
2002-09-19
2
-84
/
+50
*
- make sure recoverable interrupts are re-enabled in the trap handler
grehan
2002-09-19
2
-14
/
+6
*
- worked around 32-bit big-endian syscall return value problem
grehan
2002-09-19
2
-18
/
+40
*
Add sync before isync for G4 cpus
grehan
2002-09-19
1
-1
/
+1
*
- use symbol for user-context offset
grehan
2002-09-19
1
-2
/
+7
*
- use BAT registers to map device space and physical memory
grehan
2002-09-19
3
-84
/
+402
*
- psim device support
grehan
2002-09-19
1
-17
/
+38
*
Clear on-demand BAT entries to properly restore OpenFirmware's
grehan
2002-09-19
2
-0
/
+12
*
psim device support
grehan
2002-09-19
2
-0
/
+10
*
- implemented sendsig/sigreturn
grehan
2002-09-19
2
-676
/
+338
*
- moved intrcnt/intrnames to locore.s to fix sysctl -a panic
grehan
2002-09-19
5
-12
/
+36
*
- rationalised includes
grehan
2002-09-19
1
-11
/
+13
*
- removed unnecessary includes
grehan
2002-09-19
1
-28
/
+7
*
Repo copied to <sys/smbus/smb.h>
peter
2002-09-19
1
-64
/
+0
*
Repo copied to <sys/iicbus/iic.h>
peter
2002-09-19
1
-47
/
+0
*
intmax_t is printed with %jd, not %lld.
obrien
2002-09-19
1
-7
/
+7
*
simos.c needs a to be updated from the old pci shims. Yell loudly but
peter
2002-09-19
1
-0
/
+7
*
Add Yet Another Duplicate of the font.h and ukbdmap.h rules. Remove
peter
2002-09-19
1
-4
/
+9
*
move <machine/iic.h> and <machine/smb.h> to <dev/iicbus/iic.h> and
peter
2002-09-19
2
-5
/
+2
*
fix style.. Return in the kernel always has () around the arguments.
julian
2002-09-19
1
-1
/
+1
*
Compiler was correct:
julian
2002-09-19
1
-1
/
+1
*
move wl (isa wavelan card, not "wi") to i386-only
peter
2002-09-19
2
-7
/
+6
*
move "profile 2" to i386
peter
2002-09-19
2
-4
/
+4
*
move ncv, nsp, stg to i386-only section (there is no pc98-specific version)
peter
2002-09-19
2
-9
/
+14
*
Move dgb to the i386 section
peter
2002-09-19
2
-11
/
+11
*
If M_PKTHDR is set then we don't need to do a loop to find the total length.
darrenr
2002-09-19
1
-0
/
+3
*
Regen for added syscalls.
alfred
2002-09-19
8
-3
/
+94
*
Add the rest of the kernel support for the sem_ API in kern/uipc_sem.c.
alfred
2002-09-19
10
-4
/
+195
*
Bring in my implementation of kernel support for posix realtime semaphores
alfred
2002-09-18
1
-0
/
+835
*
Remove un-needed stack variable 'ops'.
rwatson
2002-09-18
9
-27
/
+18
*
style nit: unsigned -> u_int in the kernel, particularly to
bmilekic
2002-09-18
1
-11
/
+11
*
more style fixes: 'unsigned' should be 'u_int' in this file.
bmilekic
2002-09-18
1
-2
/
+2
*
Clarify comment to "Code borrowed from if_fxp.c" to deal with running
ambrisko
2002-09-18
1
-1
/
+1
*
Remove any VOP_PRINT that redundantly prints the tag.
njl
2002-09-18
15
-150
/
+32
[prev]
[next]