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 a problem which could cause some machines to hang after a warm boot.
gj
2002-05-10
1
-2
/
+2
*
-ffreestanding is the word.
obrien
2002-05-10
22
-21
/
+29
*
Add missing #endif
marcel
2002-05-10
2
-4
/
+20
*
Improve our detection of an attempted duplicate entry. We may be trying to
benno
2002-05-10
3
-3
/
+12
*
Remove a debugging printf that escaped.
benno
2002-05-10
2
-2
/
+0
*
Increase the size of the kstack.
benno
2002-05-10
1
-1
/
+1
*
- Axe -mpreferred-stack-boundary=2 as -Os turns this on by default.
jhb
2002-05-10
2
-4
/
+4
*
I reorganized a little bit too much in the backwards case.
obrien
2002-05-10
1
-2
/
+4
*
Opps, remove added bogon.
obrien
2002-05-10
1
-1
/
+1
*
Sync with the other platforms.
obrien
2002-05-10
1
-1
/
+1
*
Gcc 3.1 varargs support.
obrien
2002-05-10
5
-16
/
+56
*
Gcc 3.1 varargs support.
obrien
2002-05-10
10
-22
/
+133
*
Use only bits w/in /sys if at all possible.
obrien
2002-05-10
1
-1
/
+1
*
We don't need bootinfo any more, and sparc64 doesn't have it anyways.
obrien
2002-05-10
1
-1
/
+0
*
Don't be redundant.
obrien
2002-05-10
1
-1
/
+1
*
-ffreestanding is the word for /sys.
obrien
2002-05-10
6
-17
/
+18
*
Turn off boot2 -- it gained over 96 bytes dieting on the in-tree Gcc 3.1.
obrien
2002-05-10
1
-1
/
+1
*
MFNetBSD: Bring in the most recent NetBSD and OpenBSD parts.
joe
2002-05-09
1
-14
/
+107
*
Fix acpi_avoid() to call freeenv() on the original char * returned from
jhb
2002-05-09
1
-4
/
+5
*
Use usb_callout_init() instead of directly calling callout_init() with
peter
2002-05-09
1
-1
/
+1
*
Ficl doesn't build on sparc64.
obrien
2002-05-09
1
-0
/
+2
*
Add a hack (ported from NetBSD) to support Sun disk labels.
obrien
2002-05-09
1
-0
/
+101
*
Change the mbuf exhaustion warning message to match the message
silby
2002-05-09
1
-1
/
+2
*
Don't send packets out an interface unless it is IFF_UP|IFF_RUNNING.
archie
2002-05-09
1
-2
/
+10
*
Directives may not be used inside a macro argument, so don't.
obrien
2002-05-09
1
-3
/
+3
*
Partical style cleanup.
obrien
2002-05-09
1
-19
/
+17
*
Update to newer trap code from NetBSD.
benno
2002-05-09
3
-887
/
+897
*
Add an assertion that we have a current pmap set before we try and return.
benno
2002-05-09
2
-2
/
+16
*
The per-cpu curpmap is now set by pmap_activate. We don't need to do it here
benno
2002-05-09
3
-36
/
+6
*
- Add a prototype for the setfault() function.
benno
2002-05-09
2
-12
/
+4
*
1. Better track the executable status of mappings.
benno
2002-05-09
4
-39
/
+170
*
Rename the constants for the contents of the PVR register so as not to
benno
2002-05-09
1
-17
/
+17
*
MFNetBSD:
joe
2002-05-09
1
-1
/
+3
*
Replace /kernel with /boot/kernel/kernel.
joe
2002-05-09
2
-2
/
+2
*
Cleanup the interface to ip_fw_chk, two of the input arguments
luigi
2002-05-09
5
-140
/
+142
*
Remove trace_req().
mini
2002-05-09
3
-22
/
+10
*
o Correct an error made in revision 1.65: In readv(), if uap->iovcnt is
alc
2002-05-09
1
-9
/
+6
*
Comment two values I was looking at for GDB.
obrien
2002-05-09
1
-2
/
+2
*
Only saying you're launching other CPUs if there are more than one to launch.
mjacob
2002-05-08
1
-1
/
+1
*
expand_name fixes:
alfred
2002-05-08
1
-38
/
+32
*
zapnot the signed bits in atomic_cmpset_32. Previously this did not work with
jeff
2002-05-08
1
-0
/
+1
*
Remove runq_findproc. This never worked right in the first place and can
jake
2002-05-08
1
-23
/
+0
*
Remove unneeded include.
jake
2002-05-08
1
-1
/
+0
*
Make a macro for the guts of tl0_immu_miss, like dmmu_miss and prot.
jake
2002-05-08
2
-102
/
+152
*
Roll my own min() (named ISO88025_MIN() so as to not cause conflicts) so
kbyanc
2002-05-08
1
-2
/
+4
*
Detect and attach to the ICH3 SMBus controller.
jhb
2002-05-08
1
-0
/
+4
*
M_ZERO the temp buffer in expand_name() otherwise if an error occurs
alfred
2002-05-07
1
-1
/
+1
*
Move ISO88025 source routing information into sockaddr_dl's sdl_data
kbyanc
2002-05-07
4
-15
/
+22
*
Re-remove kern_random.c and svr4_signal.c. Somehow dillon managed to keep
peter
2002-05-07
2
-1063
/
+0
*
- Remove the init routine for loop -- it broke something and I don't have
arr
2002-05-07
1
-11
/
+4
[next]