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
/
amd64
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't free(9) a pointer which has been modified.
phk
2002-04-23
1
-6
/
+7
*
Stylify (mainly line up macro EOL-continuation \'s), and add a dummy
markm
2002-04-21
1
-21
/
+28
*
Clean up:
alfred
2002-04-19
1
-4
/
+10
*
Since WITNESS doesn't just do mutexes, remove "mutex" from the WITNESS
rwatson
2002-04-18
1
-1
/
+1
*
o Call vm_map_growstack() from vm_fault() if vm_map_lookup() has failed
alc
2002-04-18
1
-17
/
+2
*
Fix typo in adjusted panic message.
tegge
2002-04-17
3
-3
/
+3
*
Update io_apic_ints array properly when revoking an irq mapping.
tegge
2002-04-17
3
-6
/
+6
*
Rework the kernel environment subsystem. We now convert the static
mux
2002-04-17
3
-8
/
+32
*
Pass vm_page_t instead of physical addresses to pmap_zero_page[_area]()
peter
2002-04-15
1
-9
/
+11
*
Make the MTRR code a bit more defensive - this should help people
dwmalone
2002-04-14
1
-30
/
+51
*
Move do_cpuid into the correct place in this file and make
dwmalone
2002-04-10
1
-10
/
+8
*
o In osigreturn(), restore all of the registers in one place.
alc
2002-04-10
1
-5
/
+9
*
Initial support for executing IA-32 binaries. This will not compile
dfr
2002-04-10
6
-0
/
+2839
*
GC various bits and pieces of USERCONFIG from all over the place.
phk
2002-04-09
3
-9
/
+0
*
Removed ispc98 sysctl completely. Applications should understand that
bde
2002-04-08
1
-3
/
+0
*
GC the "dumplo" variable, which is no longer used.
phk
2002-04-07
1
-1
/
+0
*
Move ICU_* defines into icu.h.
nyan
2002-04-06
7
-70
/
+36
*
Remove pc98 code.
nyan
2002-04-06
1
-4
/
+0
*
Embed a struct vmmeter in the per-cpu structure and add a macro,
dillon
2002-04-04
1
-1
/
+5
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
6
-10
/
+10
*
Back out the previous commit.
brian
2002-04-04
1
-1
/
+0
*
Moved signal handling and rescheduling from userret() to ast() so that
bde
2002-04-04
1
-0
/
+2
*
Pre-declare bootpc_init() so that options BOOTP doesn't break the
brian
2002-04-04
1
-0
/
+1
*
First round at trying to split up NOTES into MI and MD portions.
jhb
2002-04-03
1
-2
/
+2
*
Dike out a highly insecure UCONSOLE option.
ru
2002-04-03
1
-1
/
+0
*
Make the kernel dump header endianness invariant by always dumping
marcel
2002-04-03
1
-12
/
+7
*
- Move the MI mutexes sched_lock and Giant from being declared in the
jhb
2002-04-02
1
-10
/
+1
*
Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter()
dillon
2002-04-01
7
-86
/
+138
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
3
-3
/
+3
*
Here follows the new kernel dumping infrastructure.
phk
2002-03-31
1
-0
/
+121
*
Centralize the "bootdev" and "dumpdev" variables. They are still pretty
phk
2002-03-31
1
-3
/
+0
*
Implement i386's (o)sigreturn() like the alpha's: Use copyin() to read
alc
2002-03-31
1
-8
/
+12
*
GC #if 0'd assembly mutex micro operations. If someone wants to bring
jhb
2002-03-28
1
-208
/
+0
*
Remove unneeded pc98 hack.
nyan
2002-03-28
1
-2
/
+0
*
style(9)
obrien
2002-03-28
1
-14
/
+21
*
Add a new mtx_init option "MTX_DUPOK" which allows duplicate acquires of locks
jeff
2002-03-27
1
-1
/
+1
*
Tab-out the backslashes in icu_vector.s to make it more readable and to
dillon
2002-03-27
3
-366
/
+366
*
Compromise for critical*()/cpu_critical*() recommit. Cleanup the interrupt
dillon
2002-03-27
26
-239
/
+1128
*
Fixed some style bugs in the removal of __P(()). The main ones were
bde
2002-03-23
3
-42
/
+42
*
Major rework of the iicbus/smbus framework:
nsouch
2002-03-23
1
-0
/
+13
*
Fixed some style bugs in the removal of __P(()). The main ones were
bde
2002-03-23
4
-61
/
+58
*
Fixed some style bugs in the removal of __P(()). The main ones were
bde
2002-03-23
6
-26
/
+26
*
Add bios area range check (lower side).
takawata
2002-03-23
1
-1
/
+2
*
ASM versions of __FBSDID.
obrien
2002-03-23
1
-0
/
+11
*
o Use the MI vm_map_growstack() instead of grow_stack() in trap_pfault()
alc
2002-03-21
2
-18
/
+4
*
Fix abuses of cpu_critical_{enter,exit} by converting to
imp
2002-03-21
6
-34
/
+49
*
Remove references to vm_zone.h and switch over to the new uma API.
jeff
2002-03-21
1
-15
/
+6
*
Change the way we ensure td_ucred is NULL if DIAGNOSTIC is defined.
jhb
2002-03-20
1
-25
/
+6
*
Fix minor style(9) violation in de__Ping
imp
2002-03-20
1
-40
/
+40
*
Remove __P.
alfred
2002-03-20
12
-86
/
+86
[next]