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
...
*
- Correct the type of the argument to delay() so as to not conflict with
benno
2001-10-15
3
-3
/
+4
*
Make the ofw_reg structure and ofw_alloc_heap 64-bit save.
robert
2001-10-15
2
-4
/
+4
*
Add a Makefile for the sparc64 boot loader.
robert
2001-10-15
1
-0
/
+76
*
Do not include openfirm.h; it is now included by libofw.h.
robert
2001-10-15
1
-1
/
+0
*
- Use the cell_t type definition for Open Firmware arguments in
robert
2001-10-15
1
-247
/
+359
*
Don't even attempt to clone host routes.
ru
2001-10-15
1
-2
/
+4
*
- Fill dummy functions with code to read from disk using Open
robert
2001-10-15
2
-6
/
+597
*
- Include openfirm.h for phandle_t.
robert
2001-10-15
1
-7
/
+10
*
Add a function for parsing an Open Firmware boot path into the
robert
2001-10-15
1
-3
/
+29
*
- Add an ifdef guard.
robert
2001-10-15
1
-3
/
+6
*
When compiling with SKI support, create the fake memory regions
marcel
2001-10-15
1
-1
/
+1
*
Whack on this soon to be deprecated driver.
mjacob
2001-10-15
3
-32
/
+153
*
Add a quirk entry so that the Maxtor 3000LE USB drive will work.
scottl
2001-10-15
1
-0
/
+7
*
Fix typo.
mp
2001-10-15
3
-3
/
+3
*
Save WIP. Partial rewrite of cpu_switch() and savectx(). This makes it closer
mp
2001-10-15
5
-483
/
+76
*
Change vmapbuf() to use pmap_qenter() and vunmapbuf() to use pmap_qremove().
tegge
2001-10-14
2
-30
/
+48
*
Reduce the number of TLB shootdowns caused by a call to pmap_qenter()
tegge
2001-10-14
2
-8
/
+36
*
Don't remove all mappings of a swapped out process if the vm map contained
tegge
2001-10-14
1
-1
/
+5
*
Fix locking violations during page wiring:
tegge
2001-10-14
1
-3
/
+32
*
bring in ARP support for variable length link level addresses
fjoe
2001-10-14
10
-107
/
+330
*
Fix it so that it doesn't complain for compiles on alpha- that is, match
mjacob
2001-10-14
1
-4
/
+10
*
Turn on the hardware volume buttons that are present on most laptops with
scottl
2001-10-14
1
-4
/
+19
*
Implement pmap_mapdev.
benno
2001-10-14
4
-0
/
+82
*
Remove another unneeded instance of -elf.
benno
2001-10-14
1
-1
/
+1
*
When casting from uid16/gid16 to uid/gid respectively, make sure
marcel
2001-10-14
1
-14
/
+16
*
Changes for both compilation on NetBSD (PPC) and cross-compilation on FreeBSD.
mp
2001-10-13
1
-2
/
+5
*
These files have been gone for a long time.
des
2001-10-13
1
-4
/
+0
*
o Update init_sysent.c and friends for allocation of afs_syscall.
rwatson
2001-10-13
5
-6
/
+8
*
o Reserve system call 377 for afs_syscall; by reserving a system call
rwatson
2001-10-13
1
-0
/
+1
*
Hack for the "out-of-sync" error.
yokota
2001-10-13
2
-218
/
+304
*
Regenerate syscall stuff.
phk
2001-10-13
2
-303
/
+11
*
Don't generate <sys/syscalls-hide.h> it has never had any users anywhere in
phk
2001-10-13
2
-21
/
+1
*
Only the first eight arguments can possibly be in stacked registers.
dfr
2001-10-13
1
-2
/
+5
*
attachobject: Return correct status after successfully attaching a
grog
2001-10-13
1
-0
/
+1
*
Fixed bitrot in a banal comment by removing the comment.
bde
2001-10-13
2
-2
/
+2
*
Backed out vestiges of the quick fixes for the transient breakage of
bde
2001-10-13
12
-12
/
+0
*
Backed out the quick fixes for the transient breakage of <sys/mount.h>
bde
2001-10-13
2
-4
/
+4
*
Makes contigalloc[1]() create the vm_map / underlying wired pages in the
dillon
2001-10-13
1
-4
/
+12
*
Add memory disk support to allow the boot process to proceed a bit further.
mp
2001-10-12
1
-0
/
+4
*
Modify a virtual address check to allow use of the openfirmware callback
mp
2001-10-12
2
-2
/
+2
*
Add standard calls to device_add_child() and root_bus_configure().
mp
2001-10-12
1
-0
/
+4
*
Finally fix the VM bug where a file whos EOF occurs in the middle of a page
dillon
2001-10-12
1
-3
/
+21
*
Traverse the list of network interfaces rather than use if_index- if_index is
mjacob
2001-10-12
1
-3
/
+1
*
Correct the input/output/clobber specifications for the cpuid
jdp
2001-10-12
2
-16
/
+6
*
Add inthand_add() and inthand_remove() for use by the MD bus code and
tmm
2001-10-12
4
-1
/
+197
*
Fix some warnings.
tmm
2001-10-12
1
-2
/
+2
*
Save the floating point context to the right pcb in cpu_fork(), and add
tmm
2001-10-12
2
-1
/
+9
*
Make the NTOHL, NTOHS, HTONL and HTONS macros (which are nops on
tmm
2001-10-12
1
-4
/
+4
*
Implement DELAY() using the %tick register.
tmm
2001-10-12
2
-2
/
+20
*
Add pmap_kenter_flags(), which is used by MD bus code that will be
tmm
2001-10-12
2
-4
/
+49
[prev]
[next]