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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Add comments to the proc structure to describe how each member will be
jhb
2000-12-08
1
-93
/
+113
*
|
Add missing #include.
archie
2000-12-08
1
-0
/
+1
*
|
Only call bwillwrite() for vnodes. Do not penalize devices or pipes.
dillon
2000-12-07
1
-1
/
+2
*
|
When I converted this driver, I neglected to deal with packet alignment.
wpaul
2000-12-07
1
-0
/
+17
*
|
Hide intrstate in the #ifdef where it belongs.
phk
2000-12-07
1
-1
/
+1
*
|
Don't use a private malloc(9) type for something this M_DEVBUFish.
phk
2000-12-07
1
-6
/
+4
*
|
Add needed include of <sys/devicestat.h>
phk
2000-12-07
1
-0
/
+1
*
|
Move extern tsc_present outside function to quelch a warning.
phk
2000-12-07
2
-2
/
+8
*
|
Add __ucmpdi2 prototype to quelch a warning.
phk
2000-12-07
1
-0
/
+1
*
|
Add back some now needed #include <sys/systm.h>
phk
2000-12-07
32
-12
/
+36
*
|
Build the sym driver as a kernel module.
alex
2000-12-07
1
-0
/
+9
*
|
Remove unneeded include of <pci.h>
alex
2000-12-07
1
-1
/
+0
*
|
Create a pmtimer device instance for GENERIC and NEWCARD kernels by default.
iwasaki
2000-12-07
3
-0
/
+3
*
|
Add Isochronus transfer mode support required by
roger
2000-12-07
1
-13
/
+180
*
|
Non functional change.
roger
2000-12-07
1
-70
/
+21
*
|
Add support for compiling ray driver.
imp
2000-12-07
1
-0
/
+9
*
|
Fix broken register restraints that needlessly clobbered registers %ecx
jhb
2000-12-07
2
-26
/
+26
*
|
Convert from spl -> mutex.
archie
2000-12-07
2
-39
/
+35
*
|
Partially re-write T2 chipset support based on Tru64 platform support
gallatin
2000-12-07
5
-99
/
+454
*
|
Really fix phys_pager:
alfred
2000-12-06
1
-31
/
+36
*
|
Add necessary bwillwrite() in writev() entry point.
dillon
2000-12-06
2
-3
/
+4
*
|
Untangle vfsinit() a bit. Use seperate sysinit functions rather than
peter
2000-12-06
6
-32
/
+29
*
|
Simplify this a bit so that it doesn't have to generate silly redundant
peter
2000-12-06
2
-28
/
+6
*
|
This is kind of a nasty hack, but it appears to solve the Compaq DL360
peter
2000-12-06
7
-14
/
+91
*
|
Pass RFSTOPPED to fork1() in kthread_create() to avoid a race condition
jhb
2000-12-06
1
-1
/
+9
*
|
- Add in PROC_LOCK() and PROC_UNLOCK() macros. For now these do simple
jhb
2000-12-06
1
-2
/
+14
*
|
Protect accesses to member of struct proc with the proc lock.
jhb
2000-12-06
6
-4
/
+24
*
|
Move io_apic_{read,write} from apic_ipl.s (where they do not belong) into
peter
2000-12-06
5
-41
/
+32
*
|
Restore a sense of cleanly supporting multiple platforms. That is,
mjacob
2000-12-06
2
-36
/
+95
*
|
Move $FreeBSD id up to top of file for multi-OS ease of support reasons.
mjacob
2000-12-06
1
-1
/
+1
*
|
GC unused assembler function apic_eoi()
peter
2000-12-06
4
-10
/
+0
*
|
Add in #include of <sys/lock.h> since it was axed from <sys/proc.h>.
jhb
2000-12-06
1
-0
/
+1
*
|
Add forgotten SYSCALL_MODULE_HELPER() for msgsys() syscall.
alfred
2000-12-05
1
-0
/
+1
*
|
need to adjust allocation size to properly deal with non PAGE_SIZE
alfred
2000-12-05
1
-1
/
+1
*
|
1. Several style cleanups:
jhb
2000-12-05
1
-159
/
+102
*
|
Move the wakeup/signaling of the reader side of the tun device into
jlemon
2000-12-05
1
-9
/
+18
*
|
Merged from sys/i386/isa/clock.c revision 1.164.
kato
2000-12-05
3
-0
/
+15
*
|
Merged from sys/i386/i386/machdep.c revision 1.424.
kato
2000-12-05
2
-28
/
+0
*
|
Merged from files.i386 revision 1.339.
kato
2000-12-05
1
-0
/
+1
*
|
Merged from files.i386 revisions 1.337 and 1.338.
kato
2000-12-05
1
-1
/
+1
*
|
Add support for COMPAT_LINUX and DEBUG_LINUX. Make the OSF1
marcel
2000-12-05
2
-2
/
+37
*
|
Minor cleanups:
marcel
2000-12-05
1
-8
/
+3
*
|
Make osendsig global. It's used by the Linuxulator.
marcel
2000-12-05
1
-1
/
+3
*
|
Update Makefile to follow acpica-1115 import.
takawata
2000-12-05
2
-2
/
+2
*
|
Only call ISP_UNLOCK/ISP_LOCK if isp->isp_osinfo.intsok in USEC_SLEEP.
mjacob
2000-12-05
1
-6
/
+10
*
|
Replace some more printfs with isp_prt's. Use isp_prt/ISP_LOGDEBUG0
mjacob
2000-12-05
1
-31
/
+31
*
|
Remove more printfs and use either isp_prt or device_printf. Remember
mjacob
2000-12-05
2
-68
/
+74
*
|
Remove call to bzero after MALLOC and instead add M_ZERO
marcel
2000-12-05
1
-2
/
+1
*
|
Start to make code more generic so it can be used by the pccbb driver
imp
2000-12-05
2
-22
/
+19
*
|
Remove the last of the MD netisr code. It is now all MI. Remove
jake
2000-12-05
13
-142
/
+32
[prev]
[next]