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
/
powerpc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the ata driver to take more advantage of newbus, this
sos
2000-02-18
1
-1
/
+6
*
The kernel side of per-process unaligned access control (printing, fixing &
gallatin
2000-01-16
2
-2
/
+2
*
Sync with i386
marcel
2000-01-08
1
-2
/
+1
*
Use genassym(1).
marcel
2000-01-07
1
-107
/
+92
*
Revert back all the way to 1.11 - the problem was that Makefile.alpha was
peter
2000-01-07
1
-0
/
+3
*
Don't include <sys/systm.h>. It doesn't do anything, and with recent
msmith
2000-01-07
1
-1
/
+0
*
untangle some includes and clean up for compilation cleanliness.
mjacob
2000-01-03
1
-3
/
+1
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
3
-6
/
+6
*
Make this compile again. (missing #include for RFPROC)
peter
1999-12-06
2
-0
/
+2
*
User ldt sharing.
luoqi
1999-12-06
2
-2
/
+10
*
Use %ll instead of %q as gcc moans bitterly about it.
peter
1999-11-22
1
-1
/
+1
*
Re-organise the code which manages the owner of the FP state (fpcurproc).
dfr
1999-11-10
2
-24
/
+16
*
The core of this patch is to vm/vm_page.h. The effects are two-fold: (1) to
alc
1999-10-30
2
-4
/
+4
*
useracc() the prequel:
phk
1999-10-29
2
-2
/
+0
*
* Implement bus_set/get/delete_resource for pci.
dfr
1999-10-14
1
-2
/
+1
*
sigset_t change (part 3 of 5)
marcel
1999-09-29
1
-0
/
+45
*
Fix bug in pipe code relating to writes of mmap'd but illegal address
dillon
1999-09-20
2
-6
/
+10
*
$Id$ -> $FreeBSD$
peter
1999-08-28
11
-11
/
+11
*
Fix the child's return path from fork so that fork will return 0
gallatin
1999-08-27
2
-8
/
+8
*
Fix a nasty kld bug where modules with objects of type GLOB_DAT which had
gallatin
1999-08-20
1
-1
/
+2
*
Update for MI switch code, and trim a heap of unused (I believe) entries.
peter
1999-08-19
1
-44
/
+1
*
Sync with alc's revision 1.125 of i386/i386/vm_machdep.c. This
jdp
1999-08-05
2
-6
/
+6
*
Add support for SYS_RES_DENSE and SYS_RES_BWX resource types. These are
dfr
1999-07-28
1
-4
/
+6
*
Reduce the number of "magic constants" used for page coloring
alc
1999-07-22
2
-4
/
+4
*
Handle R_ALPHA_NONE relocations in KLD.
dfr
1999-07-16
1
-1
/
+4
*
Add in dbregs stubs that a committer for changes on the i386 ought to have done.
mjacob
1999-07-09
1
-1
/
+20
*
Implement support for hardware debug registers on the i386.
jlemon
1999-07-09
1
-1
/
+3
*
Add alpha_platform_setup_ide_intr() and alpha_platform_assign_pciintr()
peter
1999-07-01
1
-1
/
+6
*
Declare busdma_swi() like on i386 version.
peter
1999-07-01
1
-1
/
+2
*
Slight reorganization of kernel thread/process creation. Instead of using
peter
1999-07-01
2
-6
/
+6
*
Revert back to not using -DKERNEL
peter
1999-06-28
1
-1
/
+3
*
Make genassym compile - the recent buf locking changes meant that more
peter
1999-06-26
1
-9
/
+2
*
Replace my previous fix of saving the FP state with a much simpler one: when
dt
1999-06-10
2
-8
/
+4
*
Keep fpcurproc locked in memory, so that we always can save the FP state
dt
1999-06-08
2
-4
/
+8
*
Fixed style bugs in previous commit.
bde
1999-05-22
2
-10
/
+10
*
Set CHAR_{MIN,MAX} according to -funsigned-char flag given or not
ache
1999-05-20
2
-6
/
+18
*
Fixed several (not all) warnings.
dt
1999-04-23
3
-8
/
+6
*
Added consts to cpu_set_fork_handler prototype. (Follow i386 version.)
dt
1999-04-20
2
-6
/
+6
*
unifdef -DVM_STACK - it's been on for a while for x86 and was checked
peter
1999-04-19
2
-112
/
+2
*
Removed all traces of `p_switchtime'. The relevant timestamp is per-cpu,
bde
1999-02-28
1
-2
/
+1
*
Adjust idle zero-page fill hysteresis based on tests. Use 2/3 and 4/5
dillon
1999-02-08
2
-8
/
+16
*
Add hysteresis to alpha version of vm_page_zero_idle().
dillon
1999-02-08
2
-28
/
+34
*
Rip out PQ_ZERO queue. PQ_ZERO functionality is now combined in with
dillon
1999-02-08
2
-12
/
+14
*
Mostly remove the VM_STACK OPTION.
julian
1999-01-26
2
-2
/
+36
*
Various changes to support OSF1 emulation:
dfr
1998-12-30
2
-10
/
+10
*
Removed bogus casts of USRSTACK and/or the other operand in binary
bde
1998-12-16
2
-8
/
+8
*
Implement 'software completion' for floating point arithmetic. On the
dfr
1998-12-04
2
-2
/
+26
*
* Add hooks to allow the X server to access I/O ports and memory.
dfr
1998-11-15
1
-1
/
+7
*
Add the ability to specify where on the at_shutdown queue a handler is
msmith
1998-10-30
1
-2
/
+1
*
A small fragment of new ISA framework: manifest constants for the resources
wollman
1998-10-29
1
-0
/
+43
[next]