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
...
*
Add a knob to turn on and off the CMPXCHG instruction on > i386 IA32 systems.
pirzyk
2002-10-14
2
-1
/
+6
*
Remove the P1003_1B kernel option; it is no longer used.
mike
2002-10-13
2
-4
/
+2
*
Add standards visibility conditionals. Change any uses of sigset_t to
mike
2002-10-13
1
-4
/
+8
*
Fixed syntax errors and printf format errors.
bde
2002-10-12
1
-3
/
+5
*
Remove NO_GEOM option. No outstanding show-stoppers.
phk
2002-10-12
2
-4
/
+0
*
- Create a new scheduler api that is defined in sys/sched.h
jeff
2002-10-12
1
-2
/
+3
*
Change iov_base's type from `char *' to the standard `void *'. All
mike
2002-10-11
1
-1
/
+1
*
- Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2);
sobomax
2002-10-11
3
-28
/
+218
*
Use d_thread_t for cdevsw functions instead of struct thread * so that it
jhb
2002-10-09
1
-4
/
+4
*
Remove 'at' hints for npx and apm as both drivers have identify routines
jhb
2002-10-09
1
-4
/
+0
*
Round out the facilty for a 'bound' thread to loan out its KSE
julian
2002-10-09
2
-4
/
+29
*
o go ahead and route the interupt, even if it is supposedly unique.
imp
2002-10-07
2
-14
/
+24
*
Add conditionals to allow va_list to be defined in other headers.
mike
2002-10-06
1
-0
/
+4
*
o Add conditionals to allow va_list to be defined in other headers.
mike
2002-10-06
1
-4
/
+10
*
NB: This commit does *NOT* make GEOM the default in FreeBSD
phk
2002-10-05
3
-1
/
+7
*
Fix building of minimal kernels without npx by rearranging ifdefs.
deischen
2002-10-05
1
-11
/
+11
*
Fix namespace issues by using visibility conditionals from
mike
2002-10-05
1
-1
/
+3
*
style(9) <machine/setjmp.h> headers so they look mostly the same.
mike
2002-10-04
1
-5
/
+10
*
New bus_dma interfaces for use by crypto device drivers:
sam
2002-10-04
2
-0
/
+229
*
Fix a bogon in previous commit. bcopy() from the malloc'd memory that we
jhb
2002-10-04
1
-1
/
+1
*
Add another temporary hack to allow running older i386 binaries.
deischen
2002-10-04
2
-20
/
+18
*
Remove duplicate make_dev() calls.
mdodd
2002-10-04
1
-4
/
+0
*
newbus & bus_space the mcd(4) driver.
mdodd
2002-10-04
3
-2062
/
+0
*
Alas, poor matcd, I knew ye well.
scottl
2002-10-04
7
-3890
/
+0
*
Minor style(9) changes.
mdodd
2002-10-04
1
-9
/
+16
*
Remove duplicate calls to make_dev().
mdodd
2002-10-04
1
-4
/
+0
*
Add 2 Ids for new ServerWorks host to PCI bridge chipset.
iwasaki
2002-10-02
1
-0
/
+8
*
Some kernel threads try to do significant work, and the default KSTACK_PAGES
scottl
2002-10-02
2
-17
/
+69
*
Removed bits related to MBRs now that they have a proper home in
bde
2002-10-02
1
-20
/
+0
*
The pmap_prefault_pageorder[] array was initialize with wrong values
phk
2002-10-01
1
-2
/
+2
*
Whitespace nit.
jhb
2002-10-01
1
-1
/
+1
*
Back our kernel support for reliable signal queues.
jmallett
2002-10-01
1
-2
/
+1
*
It is too much work convincing lint why we would want empty structures,
phk
2002-10-01
2
-0
/
+6
*
Use long long to indicate 64bitness in #ifdef lint.
phk
2002-10-01
1
-1
/
+6
*
A more lint friendly #ifdef lint section.
phk
2002-10-01
1
-19
/
+13
*
Add a missing include.
jmallett
2002-10-01
1
-0
/
+1
*
When working with sigset_t's, and needing to perform masking operations based
jmallett
2002-10-01
1
-1
/
+1
*
- Give legacy an identify routine that always adds 'legacy0' at an order
jhb
2002-09-30
2
-6
/
+21
*
Trash the PnPBIOStable pointer later on when we know that the acpi probe
jhb
2002-09-30
2
-6
/
+6
*
Turn back on the "SMP: AP CPU #N Launched!" message on normal boots.
obrien
2002-09-30
3
-6
/
+3
*
If GEOM is in the kernel, take these three out. I have no way of
phk
2002-09-30
3
-0
/
+9
*
Only print out the "SMP: AP CPU #N Launched!" message on verbose boots.
obrien
2002-09-30
3
-12
/
+12
*
Save the FP state in the PCB as that is compatable with releng4 binaries.
obrien
2002-09-30
1
-0
/
+10
*
Deal with some SMP races by doing the entire copyin at once rather
peter
2002-09-28
1
-15
/
+28
*
There is no need for start/num to be signed in i386_ldt_args.
peter
2002-09-28
1
-2
/
+2
*
Repair range checking for reading the ldt list.
peter
2002-09-28
1
-1
/
+1
*
Don't call function in return() for a void function.
phk
2002-09-28
2
-6
/
+10
*
Be consistent about "static" functions: if the function is marked
phk
2002-09-28
4
-4
/
+4
*
Add the pst (Promise SX6000) driver to GENERIC.
sos
2002-09-27
1
-0
/
+1
*
Move the aac driver from MI to MD NOTES. It is a long way from being
scottl
2002-09-26
1
-0
/
+6
[prev]
[next]