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
*
Now that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are the same on all
mike
2002-09-03
1
-53
/
+0
*
Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections to
jake
2002-09-01
1
-6
/
+20
*
Take a shot at fixing up a whole stack of style and other embarresing
peter
2002-08-31
2
-10
/
+6
*
Change hw.physmem and hw.usermem to unsigned long like they used to be
peter
2002-08-30
3
-11
/
+19
*
Renamed poorly named setregs to exec_setregs. Moved its prototype to
jake
2002-08-29
3
-3
/
+4
*
Since arm and powerpc aren't far enough to set stathz, take a
mike
2002-08-26
1
-2
/
+2
*
o Retire pmap_pageable(). It's an advisory routine that none
alc
2002-08-25
3
-27
/
+0
*
Move several MI types from <machine/_types.h> to <sys/_types.h>.
mike
2002-08-23
1
-37
/
+0
*
o Merge <machine/ansi.h> and <machine/types.h> into a new header
mike
2002-08-21
6
-182
/
+157
*
In order to better support flexible and extensible access control,
rwatson
2002-08-15
2
-2
/
+2
*
o Introduce pmap_page_is_mapped(). Its purpose is to obsolete
alc
2002-08-07
1
-0
/
+1
*
o Don't set PG_MAPPED or PG_WRITEABLE when a page is mapped
alc
2002-08-05
3
-21
/
+6
*
Fix the link to the Handbook
blackend
2002-08-01
1
-1
/
+1
*
Create a new header <machine/_stdint.h> for storing MD parts of
mike
2002-07-29
4
-231
/
+171
*
de-count pci
peter
2002-07-23
1
-1
/
+1
*
No more NO_WERROR for the kernel. It's still possible though, but
peter
2002-07-22
1
-1
/
+1
*
Add explicit unit count on 'device pci' for ahc/ahd
peter
2002-07-21
1
-1
/
+1
*
Infrastructure tweaks to allow having both an Elf32 and an Elf64 executable
peter
2002-07-20
1
-1
/
+39
*
Remove the statically allocated array that holds OpenFirmware memory mappings
benno
2002-07-18
3
-12
/
+24
*
Various comment and minor style fixes. No actual content changes.
jhb
2002-07-16
1
-2
/
+3
*
Add additional cred_free_thread() calls that I had missed the first time.
mini
2002-07-13
2
-0
/
+6
*
Set the thread state of the newly chosen to run thread to TDS_RUNNING in
jhb
2002-07-12
4
-8
/
+0
*
Remove label_t and physadr, which seem to have never been used in
mike
2002-07-10
1
-10
/
+0
*
Add setjmp (needed for DDB).
benno
2002-07-10
2
-37
/
+114
*
Add DDB support.
benno
2002-07-10
8
-4
/
+1823
*
- Make sure we don't trample our metadata pointer in our initial bootstrap.
benno
2002-07-10
5
-6
/
+84
*
Metadata definitions.
benno
2002-07-10
1
-0
/
+42
*
Remove some diagnostic code that snuck in.
benno
2002-07-10
2
-12
/
+0
*
Remove some dead code.
benno
2002-07-10
1
-30
/
+0
*
Remove some unused includes.
benno
2002-07-10
2
-3
/
+0
*
Bring this in line with what I'm using.
benno
2002-07-09
1
-2
/
+15
*
Add an implementation for pmap_zero_page_area.
benno
2002-07-09
3
-3
/
+72
*
Add the OF_getetheraddr function required by if_gem.
benno
2002-07-09
3
-0
/
+59
*
Tidy up trap vector and external interrupt setup.
benno
2002-07-09
2
-66
/
+16
*
Driver for the Apple UniNorth Host-PCI bridge.
benno
2002-07-09
2
-0
/
+546
*
OpenFirmware PCI support code.
benno
2002-07-09
2
-0
/
+273
*
Changes for KSE3.
benno
2002-07-09
7
-0
/
+158
*
Add this file, which I forgot in a previous commit.
benno
2002-07-09
1
-0
/
+34
*
1) Add busdma machdep code.
benno
2002-07-09
4
-230
/
+547
*
Driver for OpenPIC compatible interrupt controllers.
benno
2002-07-09
3
-27
/
+547
*
- Add the "compatible" property to the list that we keep in ivars.
benno
2002-07-09
3
-46
/
+394
*
Add interrupt handling support code.
benno
2002-07-09
3
-0
/
+393
*
Move __offsetof() macro from <machine/ansi.h> to <sys/cdefs.h>. It's
mike
2002-07-08
1
-5
/
+0
*
Add a special page zero entry point intended to be called via the single
peter
2002-07-08
3
-0
/
+33
*
Collect all the (now equivalent) pmap_new_proc/pmap_dispose_proc/
peter
2002-07-07
3
-219
/
+0
*
Update for post-kse3 pmap kthread allocation changes
peter
2002-07-07
3
-45
/
+27
*
Since printf(3) now supports the `j' conversion specifier, use that
mike
2002-06-30
1
-11
/
+11
*
Add an inline to call eieio.
benno
2002-06-29
1
-0
/
+7
*
We don't need to clear RI in the MSR when entering a critical section.
benno
2002-06-29
1
-1
/
+1
*
in_cksum et al.
benno
2002-06-29
2
-0
/
+330
[next]