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
*
Make m_getm() always return the top of the newly allocated chain, as
bmilekic
2003-02-14
2
-5
/
+2
*
Clear the bus reset event flag as soon as possible after
simokawa
2003-02-14
1
-0
/
+9
*
Style nit.
des
2003-02-14
1
-4
/
+2
*
KASSERT format string does not need newline termination
alfred
2003-02-14
1
-2
/
+2
*
Add kasserts to catch bad API usage.
alfred
2003-02-14
1
-0
/
+6
*
Fix crash dumps on ata and scsi.
alfred
2003-02-14
2
-2
/
+4
*
style.
alfred
2003-02-14
1
-8
/
+20
*
Print a backtrace in case we tsleep from inside of DDB.
alfred
2003-02-14
1
-0
/
+1
*
Lock proc while accessing p_siglist p_sigmask and p_sigignore.
tjr
2003-02-14
1
-1
/
+5
*
Lock proc while manipulating p_sigmask p_sigignore and p_siglist.
tjr
2003-02-14
1
-1
/
+5
*
Obtain proc lock around modification of p_siglist in linux_wait4().
tjr
2003-02-14
1
-0
/
+2
*
Diff reduction to GENERIC.
ru
2003-02-14
1
-2
/
+2
*
- Add a mutex for synchronizing the use of CMAP/CADDR 1 and 2.
alc
2003-02-14
2
-18
/
+24
*
Split the arch-specific AGP files into the appropriate files.* and do the same
anholt
2003-02-14
8
-9
/
+34
*
Remove an extra agp_flush_cache(). The i810 case that needs it already has it.
anholt
2003-02-14
2
-10
/
+0
*
o transition from exca_write to exca_putb and read->getb. This is so that
imp
2003-02-14
1
-15
/
+7
*
Massive overhaul of exca to help with the isa efforts:
imp
2003-02-14
3
-64
/
+240
*
- Though I got a feedback from the originator of kern/48129 that the
simokawa
2003-02-14
1
-12
/
+18
*
Correct lines incorrectly added to the copyright message.
mckusick
2003-02-14
2
-6
/
+0
*
Bandaid the bits that use the elink_foo() functions which are
mdodd
2003-02-13
1
-1
/
+9
*
FB_INSTALL_CDEV not usable on Alpha.
obrien
2003-02-13
2
-1
/
+2
*
Fix whitespace problems with option lines.
obrien
2003-02-13
1
-31
/
+31
*
Fix the style of the SCHED_4BSD commit.
obrien
2003-02-13
7
-7
/
+7
*
The protocol lock is always held in the dropafterack case, so we don't
hsu
2003-02-13
2
-4
/
+4
*
Only i386 has npx device.
obrien
2003-02-13
2
-1
/
+3
*
We only provide agp drivers for the intel chipsets, move the agp
peter
2003-02-13
1
-1
/
+1
*
Use atomic ops to update amountpipekva. Amountpipekva represents the
alc
2003-02-13
1
-5
/
+8
*
Add agpreg.h missed in commit to agp_i810 (adding i85x/i86x AGP support).
anholt
2003-02-13
2
-0
/
+52
*
Implement dlinfo() function.
kan
2003-02-13
1
-2
/
+13
*
Remove unnecessary EXPORT_SYMS.
simokawa
2003-02-13
1
-2
/
+0
*
firewire/fwohci
simokawa
2003-02-13
4
-50
/
+75
*
Sync to 1.114 of usbdevs
sanpei
2003-02-13
2
-2
/
+9
*
Add support SUNTAC Ir-Trinity IS96U
sanpei
2003-02-13
2
-0
/
+3
*
It seems the extra precautions are no longer needed.
des
2003-02-13
1
-2
/
+0
*
Add an XXX comment noting that getrusage() accesses p_stats->p_ru
tjr
2003-02-13
1
-0
/
+1
*
Missed odd address test when transcribing the Alpha version.
grehan
2003-02-13
1
-1
/
+1
*
Add Intel 85x/86x AGP support.
anholt
2003-02-13
2
-32
/
+176
*
MFi386
alc
2003-02-13
2
-18
/
+6
*
Don't bother to build ficl if NOFORTH is defined.
benno
2003-02-13
1
-0
/
+2
*
Oops. I mis-remembered about the P4 problems. It was 5.0-DP2 that
peter
2003-02-13
2
-6
/
+6
*
Turn of PG_PS and PG_G for Pentium-4 cpus at boot time. This is so
peter
2003-02-13
2
-4
/
+60
*
Add a 'debug.witness_trace' sysctl (and tunable) when DDB is present.
peter
2003-02-13
1
-2
/
+16
*
Print "Stack backtrace:" right before dumping the backtrace. We cannot
peter
2003-02-13
1
-1
/
+2
*
in_pcbnotifyall() requires an exclusive protocol lock for notify functions
hsu
2003-02-12
1
-7
/
+7
*
Do not do an assignment in a truth test (previous commit) or gcc gives a
peter
2003-02-12
1
-1
/
+1
*
Correctly set bio_data in cloned children when cutting up large requests.
tegge
2003-02-12
1
-1
/
+1
*
Sync to 1.113 of usbdevs
sanpei
2003-02-12
2
-2
/
+30
*
Add support YAMAHA NetVolante Routers
sanpei
2003-02-12
2
-0
/
+13
*
Implement a handle for efficient implementation of perforations in
phk
2003-02-12
2
-7
/
+13
*
Minor correction to comment: PNIC and XIRCOM have eeprom, its just
imp
2003-02-12
2
-2
/
+2
[next]