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
*
Make the run queue parameters machine dependent. Optimize 64 bit
jake
2002-05-25
1
-0
/
+46
*
Fix warnings; deprecated use of label at end of compound statement
peter
2002-05-24
1
-0
/
+1
*
Rename pause() to ia32_pause() so it doesn't conflict with the pause()
jhb
2002-05-22
1
-2
/
+2
*
Restore us back to the rev 1.324 level of having an Intel gigE driver.
obrien
2002-05-22
1
-0
/
+1
*
Debug registers aren't selectors, so use saner names for the variables in
jhb
2002-05-22
1
-24
/
+24
*
- Sort the pause() inline into the appropriate location.
jhb
2002-05-22
1
-6
/
+25
*
Rename cpu_pause() to pause(). Originally I was going to make this an
jhb
2002-05-22
1
-1
/
+1
*
Permit alternative break sequence to break to debugger in GENERIC. Breakage
rwatson
2002-05-21
1
-0
/
+1
*
Add an inline function cpu_pause() for the IA32 'pause' instruction.
jhb
2002-05-21
1
-0
/
+6
*
Remove unneeded ## for GCC 3.1
nyan
2002-05-21
1
-26
/
+26
*
Off-by-128 error in the cuam* device node numbers.
rwatson
2002-05-20
1
-1
/
+1
*
Bump the rc driver a little bit closer to the 21st century: use
rwatson
2002-05-20
1
-0
/
+6
*
o Fix race condition caused by doing ptrace() for permission
marcel
2002-05-19
1
-24
/
+44
*
Make this compile with gcc-3.1, which objects to the multi-line string.
peter
2002-05-19
1
-64
/
+64
*
Hook up the new linux_ptrace implementation.
marcel
2002-05-19
1
-1
/
+0
*
Regen (linux_ptrace)
marcel
2002-05-19
3
-5
/
+8
*
Sparkling new implementation of linux_ptrace. Slight tweaking by
marcel
2002-05-19
2
-1
/
+509
*
Move MI stuff out of MD param.h files.
phk
2002-05-14
1
-48
/
+0
*
Move a few ancient minor-number definitions for tapedrives to the
phk
2002-05-14
2
-6
/
+8
*
Fixed a semantic error. va_arg(ap, u_short) is nonsense except on i386's
bde
2002-05-13
1
-5
/
+5
*
Fixed a syntax error (a label not followed by a statement).
bde
2002-05-13
1
-1
/
+1
*
These were repo-copied to dump_machdep.c.
jake
2002-05-13
1
-123
/
+0
*
I reorganized a little bit too much in the backwards case.
obrien
2002-05-10
1
-2
/
+4
*
Gcc 3.1 varargs support.
obrien
2002-05-10
3
-8
/
+35
*
s/sysctl -w/sysctl/
jedgar
2002-05-06
1
-1
/
+1
*
Fixed checking for VM86 mode in doreti which I broke in rev.1.30. Only
bde
2002-05-05
1
-6
/
+12
*
Restore the ability interrupt dumps on i386, based on
fenner
2002-05-04
2
-0
/
+14
*
Typo fix: detects -> detect.
jmallett
2002-05-03
1
-1
/
+1
*
Retire makeLINT.pl
peter
2002-05-02
1
-23
/
+0
*
Makefile uses genwakecode.sh now.
peter
2002-05-02
1
-22
/
+0
*
Revert rev 1.1018. rp(4) and dgb(4) are deemed MI, while the rest of the
obrien
2002-05-02
1
-37
/
+0
*
Join the pissing contest: generate LINT with a single sed(1) command.
des
2002-05-02
2
-2
/
+9
*
Use shell script version (using awk and sed) of makeLINT.pl.
kuriyama
2002-05-02
2
-2
/
+21
*
Add some NOTES on the Comtrol Rocketport and the Digiboard drivers.
obrien
2002-05-01
1
-0
/
+37
*
Try using genwakecode.sh instead of the perl version.
peter
2002-05-01
1
-1
/
+1
*
Add a shell script to do what genwakecode.pl does.
peter
2002-05-01
1
-0
/
+21
*
Don't export timecounter structures under debug. with sysctl, they
phk
2002-04-30
4
-17
/
+0
*
Tidy up some loose ends.
peter
2002-04-29
4
-58
/
+8
*
For what it's worth, fix the compilation of an I386_CPU-only kernel
alc
2002-04-27
1
-1
/
+8
*
Don't call vm_map_growstack() from trapwrite() as vm_fault() now performs
alc
2002-04-27
1
-7
/
+4
*
Add a CAM interface to the aac driver. This is useful in case you should
scottl
2002-04-27
1
-0
/
+1
*
Remove the tc_update() function. Any frequency change to the
phk
2002-04-26
3
-5
/
+0
*
Don't use the symbol name to lookup the symbol value when we can use
marcel
2002-04-25
1
-11
/
+7
*
o Work around bugs in the powerof2 macro: It thinks that 0 is a power of
imp
2002-04-24
2
-24
/
+36
*
Fix a PNPID in a comment
imp
2002-04-24
1
-1
/
+1
*
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
[next]