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
*
Reorganise the entropy device so that high-yield entropy sources
markm
2004-04-09
14
-423
/
+795
*
Omnibus PCI commit:
imp
2004-04-09
5
-63
/
+322
*
Plug minor memory leak of module_t structures when unloading a file
peadar
2004-04-09
1
-1
/
+3
*
Add extra output to show when VIA C3 Nehemiah CPUs have hardware
markm
2004-04-09
1
-1
/
+11
*
Spell "switches" a more conventional way.
cognet
2004-04-09
1
-1
/
+1
*
Compare pointers with NULL rather than using pointers are booleans in
rwatson
2004-04-09
1
-51
/
+53
*
Fixed missing forward declaration of struct rusage in the _KERNEL case.
bde
2004-04-09
1
-6
/
+5
*
Replace more ad-hoc versions of acpi_GetReference(). Since the type of
njl
2004-04-09
2
-90
/
+31
*
Include the prototype for acpi_GetReference.
njl
2004-04-09
1
-0
/
+1
*
Add support for packages as the first element of _PRW. This may allow
njl
2004-04-09
2
-26
/
+64
*
Ooops, removed this acknowledgement bogusly.
imp
2004-04-09
1
-0
/
+4
*
Lock down the netatalk AARP code, which is responsible for appletalk
rwatson
2004-04-09
1
-11
/
+30
*
The demise of vm_pager_map_page() in revision 1.93 of vm/vm_pager.c permits
alc
2004-04-08
3
-6
/
+2
*
Readd -Werror flag to compilation pf.c after the compiler warnings have been
mlaier
2004-04-08
1
-1
/
+1
*
Unify on version 1 to be similar to the rest of the tree. After 5-stable
njl
2004-04-08
4
-4
/
+4
*
Fix a regression in my change which sends headers along with data; a
silby
2004-04-08
1
-2
/
+8
*
Do not assume that the initial thread (i.e. the thread with the ID
marcel
2004-04-08
1
-6
/
+9
*
Add whitespace before comment blocks. (reported by njl)
cperciva
2004-04-08
1
-16
/
+13
*
Back out last bad commit (again!)
imp
2004-04-07
1
-12
/
+1
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
316
-1277
/
+16
*
Implement an ACPI-aware pci_set_powerstate() method for PCI busses that
jhb
2004-04-07
1
-15
/
+45
*
In ndis_convert_res(), initialize the head of our temporary list
wpaul
2004-04-07
1
-1
/
+2
*
Add new ID for Intel 82562ET (ICH5/ICH5R) Pro/100 VE Ethernet.
imp
2004-04-07
1
-0
/
+1
*
Record where half the bits in this file came from (from ufs_readwrite.c).
bde
2004-04-07
1
-0
/
+2
*
Fixed a bug in previous revision: compute the payload checksum before
ru
2004-04-07
1
-8
/
+8
*
Fix filt_timer* races: Finish initializing a knote before we pass it to
cperciva
2004-04-07
1
-2
/
+2
*
The bs driver was replaced with the ct(pc98) driver. takahashi-san
imp
2004-04-07
14
-5633
/
+0
*
Last change was a bogus
imp
2004-04-07
1
-12
/
+1
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
90
-385
/
+12
*
Remove advertising clause from University of California Regent's license,
imp
2004-04-07
95
-385
/
+0
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
21
-84
/
+0
*
Update to include both the L1 and L2 TLB stats, as well as the seperate
peter
2004-04-07
1
-5
/
+55
*
MFi386: move rss() from db_interface.c to cpufunc.h
peter
2004-04-07
2
-12
/
+8
*
Unbreak FAST_IPSEC build on 64 bit archs with INVARIANTS.
pjd
2004-04-07
1
-1
/
+1
*
Introduce a callout_drain() function. This acts in the same manner as
cperciva
2004-04-06
2
-1
/
+93
*
Better checks to make sure that we get good alignment. This code is a
imp
2004-04-06
1
-7
/
+6
*
Fix mis-merge from p4 by adding line getting sc.
imp
2004-04-06
1
-2
/
+9
*
Remove advertising clause from University of California Regent's license,
imp
2004-04-06
24
-96
/
+0
*
MFP4: Power up with OE disabled. Similar patches went into NetBSD a
imp
2004-04-06
1
-1
/
+6
*
Use the correct flag for mbuf allocations (M_DONTWAIT, not M_NOWAIT).
iedowse
2004-04-06
1
-2
/
+2
*
Fix a paste-o from the buf_prewrite() cleanup commit and check for the
jhb
2004-04-06
1
-1
/
+1
*
Associate a simple count of waiters with each condition variable. The
jhb
2004-04-06
2
-3
/
+18
*
Add a new kernel option MUTEX_WAKE_ALL that changes the mutex unlock code
jhb
2004-04-06
2
-0
/
+11
*
Sort function prototypes.
jhb
2004-04-06
1
-3
/
+3
*
Rename turnstile_wakeup() to turnstile_broadcast() to make the naming
jhb
2004-04-06
2
-5
/
+5
*
Enable the memory arbiter before turning off the PXE restart. This
ps
2004-04-06
1
-4
/
+4
*
Make pf* modules respect NOINET6 from make.conf(5) in order to build them
mlaier
2004-04-06
3
-0
/
+12
*
MFi386: Enable the cy driver.
nyan
2004-04-06
1
-2
/
+2
*
Actually fix the TX performance with polling(4) enabled
ru
2004-04-06
2
-2
/
+2
*
Fixed misspelling of IPPORT_MAX as USHRT_MAX. Don't include <sys/limits.h>
bde
2004-04-06
1
-9
/
+9
[next]