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
...
*
|
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
*
|
ACPI HID's aren't limited to 7 characters. Don't check the length of the
msmith
2000-12-05
1
-2
/
+2
*
|
Initialize/grab the mutex earlier in the attach phase, so that
wpaul
2000-12-04
17
-43
/
+50
*
|
Cleanup some leftover lint from the old interrupt system.
peter
2000-12-04
30
-728
/
+176
*
|
Turn off the load_eject bit in cdstartunit(). It causes an `Invalid
joerg
2000-12-04
1
-1
/
+1
*
|
Fix for vanilla PC164 systems to use a slightly different PALcode magic
mjacob
2000-12-04
2
-2
/
+39
*
|
(1) Allow a stray lock prefix to be compiled out with the
jake
2000-12-04
2
-32
/
+48
*
|
Whitespace. Fix indentation, align comments.
jake
2000-12-04
1
-17
/
+17
*
|
Whitespace. Fix an overly long line.
jake
2000-12-04
1
-2
/
+2
*
|
Remove if defined(tahoe) cobwebs.
jake
2000-12-04
1
-4
/
+0
*
|
remove struct mount from useland visibility
alfred
2000-12-04
1
-0
/
+4
*
|
Comment out debug printfs about enable/disable ints.
mjacob
2000-12-04
1
-2
/
+2
*
|
More M_ZERO patches.
dwmalone
2000-12-03
2
-25
/
+20
*
|
Add the NS DP83815 to the list of supported chips by the sis driver.
alex
2000-12-03
2
-4
/
+8
*
|
We now have the ability to assign the correct IRQ when PNP-OS is turned
nsayer
2000-12-03
4
-40
/
+0
*
|
Bugfix: enable interrupt sharing for ELSA Microlink ISDN PCI
hm
2000-12-03
1
-2
/
+2
*
|
Use M_ZERO.
dwmalone
2000-12-03
1
-22
/
+12
*
|
Check return value of malloc correctly and use M_ZERO.
dwmalone
2000-12-03
1
-7
/
+6
*
|
- add support for crashdumps (courtesy of ps and Y!)
msmith
2000-12-03
3
-185
/
+273
*
|
Fix up a whitespace glitch in PHOLD() and fix it to use do { ... } while(0)
jhb
2000-12-03
1
-3
/
+3
*
|
Include machine/cpu.h for cpu_getstack().
marcel
2000-12-03
1
-0
/
+2
*
|
Changed second argument in a call to sf_buf_free() to be NULL instead of
dg
2000-12-03
1
-1
/
+1
*
|
Don't auto-generate the syscalls.
marcel
2000-12-03
16
-51
/
+1226
*
|
Don't auto-generate syscalls.
marcel
2000-12-03
1
-1
/
+1
*
|
- Add a mutex to the proc structure p_mtx that will be used to lock accesses
jhb
2000-12-03
4
-0
/
+4
*
|
Change cpu_switch to explicitly popl the callers program counter and
jake
2000-12-03
5
-14
/
+8
*
|
Fix dependency for auto-generated files. This commit is
marcel
2000-12-02
1
-1
/
+1
*
|
Correct int/long type mismatch in the proper place this time. freevnodes
gallatin
2000-12-02
2
-6
/
+6
*
|
Major speedup to /dev/random and the kernel thread that reseeds it.
markm
2000-12-02
2
-93
/
+103
[prev]
[next]