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
*
- No need for pmtimer hint anymore.
jhb
2002-10-22
1
-2
/
+0
*
No need for pmtimer hint anymore.
jhb
2002-10-22
1
-1
/
+0
*
Add an identify method that creates a pmtimer0 device if it doesn't alreedy
jhb
2002-10-22
1
-2
/
+19
*
Use if_printf() instead of printf() to print diagnositic messages in the
brooks
2002-10-21
1
-9
/
+6
*
Use if_printf(ifp, "blah") instead of
brooks
2002-10-21
1
-22
/
+15
*
Change the definition of the debugging registers to be an array, so
phk
2002-10-20
3
-58
/
+55
*
Remove a boatload of '&' which are surplus to the requirements.
phk
2002-10-20
2
-82
/
+82
*
Revert last commit, there actually was a -1 waaaaay down in pcireg_cfgread().
phk
2002-10-20
1
-0
/
+2
*
Hide inline assembly if lint is defined.
phk
2002-10-20
1
-1
/
+1
*
"id" is never going to be -1 when it is unsigned.
phk
2002-10-20
1
-2
/
+0
*
Add two hooks to signal module load and module unload to MD code.
marcel
2002-10-19
1
-0
/
+14
*
Permits UFS ACLs to be used with the GENERIC kernel. Due to recent
rwatson
2002-10-19
1
-0
/
+1
*
Style(9). Make some function declarations consistent with the rest,
markm
2002-10-19
3
-24
/
+10
*
Add the !define(COMPILING_LINT)
pirzyk
2002-10-17
1
-1
/
+1
*
1. Fix a comment. Locking _is_ needed (but not done).
iwasaki
2002-10-17
2
-24
/
+16
*
Fixed the quoting of the value of SC_CUT_SEPCHARS. The double quotes
bde
2002-10-17
1
-2
/
+2
*
put an #error directive when SMP and CPU_DISABLE_CMPXCHG are set
pirzyk
2002-10-17
1
-0
/
+3
*
Use the global pcib devclass instead of our own static copy.
jhb
2002-10-16
1
-2
/
+0
*
- curproc may be NULL in 4-stable. In that case use the vmspace from
jhb
2002-10-16
1
-2
/
+4
*
Include <sys/select.h> on -stable instead of <sys/selinfo.h> to get the
jhb
2002-10-16
1
-0
/
+4
*
Updated the CPU_DISABLE_CMPXCHG notes to warn users not to also enable
pirzyk
2002-10-16
1
-1
/
+2
*
Be consistent about funtions being static.
phk
2002-10-16
6
-19
/
+31
*
Be consistent about functions being static.
phk
2002-10-16
6
-6
/
+6
*
The a.out md_coredump stuff isn't referenced anywhere anymore, and
peter
2002-10-15
1
-10
/
+0
*
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
[next]