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
/
i386
Commit message (
Expand
)
Author
Age
Files
Lines
*
There is nothing special that requires SSE to be only on 686 class cpus.
peter
2001-08-18
1
-6
/
+4
*
style(9) and make consistent across platforms
obrien
2001-08-16
2
-44
/
+48
*
OFF_T -> OFF (more standard style)
ache
2001-08-15
2
-4
/
+4
*
Add OFF_T_MAX/OFF_T_MIN
ache
2001-08-15
2
-0
/
+6
*
Teach bus_dmamem_free() about contigfree(). This is a bit of a hack,
wpaul
2001-08-15
1
-0
/
+3
*
Whitespace fixes to make this mostly fit in 80 columns.
jhb
2001-08-15
1
-33
/
+62
*
Use interrupt gates instead of trap gates for breakpoint and trace
bde
2001-08-13
1
-2
/
+2
*
Removed he BPTTRAP() macro and its use. It was intended for restoring
bde
2001-08-13
1
-4
/
+2
*
Fixed minor numbers when there is more than one cy card.
bde
2001-08-13
1
-6
/
+15
*
Use ttymalloc() instead of a static array of `struct tty'. This will
bde
2001-08-13
1
-15
/
+2
*
Fix some trivial bugs.
iwasaki
2001-08-12
1
-10
/
+12
*
Add an optimization where we check hte PS_ASTPENDING and PS_NEEDRESCHED
jhb
2001-08-10
1
-0
/
+10
*
- Close races with signals and other AST's being triggered while we are in
jhb
2001-08-10
4
-23
/
+4
*
Add the screen savers for test coverage.
peter
2001-08-09
1
-0
/
+12
*
Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since they
peter
2001-08-08
2
-59
/
+0
*
-Finished cleanup of old 'ThinkPad' comments that are no longer useful.
nate
2001-08-06
2
-4
/
+2
*
- Removed comment about ThinkPad keyboards from the PCVT line. Any ThinkPad
nate
2001-08-05
1
-2
/
+0
*
- Fix a comment.
jhb
2001-08-04
1
-3
/
+2
*
Use a machine dependent type, Elf_Hashelt, for the elements of the elf
jake
2001-07-31
1
-0
/
+11
*
Diff-reduce this with GENERIC.
markm
2001-07-28
1
-3
/
+3
*
Make PMAP_SHPGPERPROC tunable. One shouldn't need to recompile a kernel
peter
2001-07-27
1
-1
/
+5
*
MASK_FPU_SW didn't do what it was expected to do.
peter
2001-07-26
1
-7
/
+1
*
Call the early tunable setup functions as soon as kern_envp is available.
peter
2001-07-26
1
-0
/
+3
*
- Do not handle the per-CPU containers in mbuf code as though the cpuids
bmilekic
2001-07-26
3
-9
/
+18
*
Allow ng_split to be compiled in staticly.
brooks
2001-07-25
1
-0
/
+1
*
You were knocked senseless by the Boomerang, spun around by the Cyclone,
wpaul
2001-07-23
2
-0
/
+2
*
Added the linux_sysinfo function to implement sysinfo(2).
pirzyk
2001-07-23
3
-3
/
+2
*
Added the proper arguments the sysinfo system call
pirzyk
2001-07-23
1
-1
/
+1
*
Note that the umass device requires scbus and da
kris
2001-07-22
1
-1
/
+1
*
Don't do sleep state transition if specified sleep state is not
iwasaki
2001-07-22
1
-7
/
+6
*
add <sys/sytm.h> (for cpufunc.h -> rdtsc)
assar
2001-07-21
1
-0
/
+1
*
update step.
hm
2001-07-21
1
-2
/
+2
*
Convert from acpi_strerror() to AcpiFormatException()
msmith
2001-07-21
1
-1
/
+1
*
Update the OSD module to match the ACPI CA 20010717 import.
msmith
2001-07-21
1
-0
/
+8
*
Put a knob in the kernel config files to tweak the user max stack size.
pirzyk
2001-07-20
1
-2
/
+4
*
gif isn't a count device anymore so don't put a number after it.
brooks
2001-07-20
1
-1
/
+1
*
Add ACPI S2-S4BIOS Suspend/Resume code.
takawata
2001-07-20
7
-2
/
+645
*
Fix setting serial baud rate under ibcs2 emulation by moving a line to the
jon
2001-07-20
1
-2
/
+2
*
Rename vm86pcb_lock -> vm86_lock to correctly reflect its function.
jlemon
2001-07-19
1
-6
/
+6
*
Expand the range of the vm86pcb_lock so that it protects manipulations
jlemon
2001-07-19
1
-2
/
+2
*
swtch.s: During context save, use the correct bit mask for clearing
bsd
2001-07-19
2
-5
/
+8
*
Quiet a variable format-string warning.
kris
2001-07-19
2
-5
/
+5
*
The per-cpu temporary buffers are not needed since the pcb_save areas have
tegge
2001-07-17
1
-14
/
+5
*
Use PCPU_GET(cpuid) instead of curproc->p_oncpu.
tegge
2001-07-16
1
-9
/
+9
*
Fix MCOUNT_ENTER() so it actually compiles in the profiling case.
jhb
2001-07-14
1
-1
/
+1
*
`pcn' supports AMD Am79C97x cards, not Am79C79x cards.
dd
2001-07-13
3
-3
/
+3
*
Unbroke kernel if I686_CPU is not defined.
sobomax
2001-07-13
1
-0
/
+2
*
The #define for pcb_savefpu seems to do more harm than good.
peter
2001-07-12
1
-1
/
+0
*
Fix another missed pcb_savefpu reference (inside NPX_DEBUG)
peter
2001-07-12
1
-2
/
+2
*
Do not depend on pcb_savefpu backwards compat #define.
peter
2001-07-12
1
-1
/
+1
[next]