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
/
ia64
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Add pmap locking to ia64's pmap_enter() and pmap_enter_quick(). (This
alc
2004-07-30
1
-8
/
+31
*
Fix -O builds with gcc 3.4 by defining ffs as __builtin_ffs instead of
marcel
2004-07-30
1
-6
/
+1
*
Move a relic to its correct location(s): Put nfs diskless initialization
phk
2004-07-28
1
-27
/
+0
*
Pass a thread argument into cpu_critical_{enter,exit}() rather than
rwatson
2004-07-27
1
-8
/
+4
*
Work-around a gcc code generation bug for function descriptors
marcel
2004-07-25
1
-4
/
+4
*
In pmap_mincore() create a private copy of the pte for use after the pmap
alc
2004-07-22
1
-1
/
+5
*
Additional pmap locking
alc
2004-07-21
1
-22
/
+46
*
Unify db_stack_trace_cmd(). All it did was look up the thread given
marcel
2004-07-21
1
-14
/
+0
*
Make FLT_ROUNDS correctly reflect the dynamic rounding mode.
das
2004-07-19
1
-1
/
+5
*
Add partial pmap locking.
alc
2004-07-19
2
-0
/
+27
*
Remove unused fields from the pmap.
alc
2004-07-16
2
-4
/
+0
*
Preparation commit for the tty cleanups that will follow in the near
phk
2004-07-15
1
-1
/
+1
*
Push down the acquisition and release of the page queues lock into
alc
2004-07-15
1
-4
/
+7
*
A loop in pmap_remove() should use TAILQ_FOREACH_SAFE(), not
alc
2004-07-15
1
-2
/
+2
*
Add ptrace_clear_single_step(), alpha already has it for years, the function
davidxu
2004-07-13
1
-0
/
+8
*
Simplify pmap_protect().
alc
2004-07-13
1
-6
/
+3
*
Push down the acquisition and release of the page queues lock into
alc
2004-07-13
1
-3
/
+2
*
Add options KDB and GDB. KDB takes on the function of what DDB used
marcel
2004-07-11
2
-2
/
+6
*
Remove the now unused GDB stubs. See src/sys/gdb/* for the new KDB
marcel
2004-07-11
1
-580
/
+0
*
Mega update for the KDB framework: turn DDB into a KDB backend.
marcel
2004-07-10
3
-476
/
+349
*
Update for the KDB framework:
marcel
2004-07-10
5
-117
/
+224
*
Implement makectx(). The makectx() function is used by KDB to create
marcel
2004-07-10
2
-1
/
+22
*
Introduce the KDB debugger frontend. The frontend provides a framework
marcel
2004-07-10
1
-0
/
+58
*
Introduce the GDB debugger backend for the new KDB framework. The
marcel
2004-07-10
2
-0
/
+231
*
Change the following environment variables to kernel options:
brian
2004-07-08
1
-10
/
+13
*
MFamd64 (1.275):
marcel
2004-07-08
1
-12
/
+9
*
Better handle the break instruction trap. The runtime specification
marcel
2004-07-08
1
-7
/
+46
*
Change the following kernel options to environment variables:
brian
2004-07-08
1
-13
/
+10
*
- Correct pmap_extract()'s return type. It should be vm_paddr_t, not
alc
2004-07-05
1
-4
/
+2
*
Implement preemption of kernel threads natively in the scheduler rather
jhb
2004-07-02
1
-1
/
+1
*
Unbreak build: define __RMAN_RESOURCE_VISIBLE
marcel
2004-06-30
1
-0
/
+2
*
Add machdep quirks functions. On i386, this disables acpi on systems with
njl
2004-06-30
1
-0
/
+6
*
- Remove unused definitions.
alc
2004-06-23
1
-5
/
+2
*
Backed out previous commit. Blind substitution of dev_t by `struct cdev *'
bde
2004-06-20
1
-1
/
+1
*
Remove dead code related to pv entry allocation.
alc
2004-06-19
1
-14
/
+0
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
4
-11
/
+11
*
Neither pmap_enter() nor pmap_enter_quick() should create pv entries for
alc
2004-06-11
1
-4
/
+10
*
Deorbit COMPAT_SUNOS.
phk
2004-06-11
1
-2
/
+2
*
Reduce the number of preallocated pv entries and lpte entries in
alc
2004-06-11
1
-9
/
+2
*
Machine generated patch which changes linedisc calls from accessing
phk
2004-06-04
1
-3
/
+3
*
Remove checks for curthread == NULL - it can't happen.
tjr
2004-06-03
1
-5
/
+3
*
Add missing <sys/module.h> instances which were shadowed by the nested
phk
2004-06-03
1
-0
/
+1
*
Move TDF_DEADLKTREAT into td_pflags (and rename it accordingly) to avoid
tjr
2004-06-03
1
-9
/
+4
*
Gainfully employ the new ttyioctl in the trivial cases.
phk
2004-06-01
1
-22
/
+0
*
Retire cpu_sched_exit(); it is not used any more.
tmm
2004-05-26
1
-6
/
+0
*
Moved most of the "MI" definitions and declarations from <machine/profile.h>
bde
2004-05-19
1
-12
/
+0
*
<stdint.h> should define WINT_M{AX,IN} independent from whether WCHAR_MIN is
stefanf
2004-05-18
1
-1
/
+1
*
Fix typo in comment. While here, end the sentence with a period and
marcel
2004-05-17
1
-2
/
+1
*
Unbreak build due to previous commit: now that elf_reloc_internal()
marcel
2004-05-17
1
-1
/
+0
*
filter out the fdc(4) and sio(4) devices and corresponding options.
marcel
2004-05-17
1
-0
/
+8
[next]