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
*
Pass MTX_DEF as the last argument to mtx_init() instead of 0. This
truckman
2003-12-07
2
-3
/
+3
*
bandaid LOR in rt_setgate; a proper fix requires code refactoring
sam
2003-12-07
1
-4
/
+7
*
Change the definition of NULL on ia64 (for LP64 compilations) from
marcel
2003-12-07
4
-11
/
+41
*
Simplify the contexts created by the kernel and remove the related
marcel
2003-12-07
2
-56
/
+29
*
Make the DIAGNOSTIC code which complains about long {call|time}out(9)
phk
2003-12-07
1
-5
/
+11
*
Regen due to kse_switchin(2).
marcel
2003-12-07
5
-7
/
+17
*
Add kse_switchin(2). This syscall can be used by KSE implementations
marcel
2003-12-07
4
-0
/
+51
*
Constify, and add an API function to find a named node in a directory.
des
2003-12-07
2
-6
/
+21
*
Minor whitespace and style issues.
des
2003-12-07
7
-21
/
+16
*
Use mp_ncpus instead of the hw.ncpu sysctl.
des
2003-12-07
1
-22
/
+11
*
Remove useless SMP check code.
des
2003-12-07
2
-22
/
+0
*
use callout_*() rather than timeout().
ume
2003-12-07
1
-2
/
+5
*
KASSERT against multiple orphanings of providers.
phk
2003-12-07
2
-0
/
+5
*
rqb_bits[] may be an int64_t (eg: on alpha, and recently on amd64).
peter
2003-12-07
1
-1
/
+1
*
Add PowerPC CFLAGS.
obrien
2003-12-07
1
-0
/
+9
*
hea is gone, remove its module
imp
2003-12-07
2
-12
/
+0
*
Remove hea module.
imp
2003-12-07
1
-1
/
+0
*
Don't call em_stop() from the watchdog since it requires the controller
deischen
2003-12-07
1
-1
/
+0
*
Ooops. These are still used by the bktr driver. David O'Brien has
imp
2003-12-07
5
-0
/
+935
*
Make the if_broadcastaddr const. All the drivers in the tree which
imp
2003-12-07
1
-1
/
+1
*
unifdef old interface support out to prevent false positives.
imp
2003-12-07
1
-524
/
+0
*
Set fs_ronly to the correct value in ffs_reload() when reloading the file
truckman
2003-12-07
1
-0
/
+2
*
Re-arrange and consolidate some random debugging stuff
scottl
2003-12-07
6
-53
/
+61
*
Increase VM_KMEM_SIZE_MAX from 200MB to 400MB.
alc
2003-12-07
1
-1
/
+1
*
Remote meteor driver. It hasn't compiled in over 3 years. If someone
imp
2003-12-07
11
-3335
/
+1
*
Now that we have the en(4) driver, we no longer need the hea driver.
imp
2003-12-07
18
-5518
/
+0
*
The dgb driver is redundant with the digi driver in the tree. It uses
imp
2003-12-07
10
-3390
/
+1
*
- Giant is no longer required by vm_thread_new().
alc
2003-12-07
2
-4
/
+0
*
This commit was generated by cvs2svn to compensate for changes in r123202,
sam
2003-12-07
3
-2011
/
+2011
|
\
|
*
Version 0.9.6.3:
sam
2003-12-07
3
-2011
/
+2011
*
|
Continue to remove drivers that don't compile and haven't compiled in
imp
2003-12-07
8
-3831
/
+0
*
|
HEAD __FreeBSD_version is at 502100
scottl
2003-12-07
1
-1
/
+1
*
|
HEAD is at 5.2-CURRENT now
scottl
2003-12-07
1
-1
/
+1
*
|
First part of the removal of drivers for hardware that isn't relevant
imp
2003-12-07
4
-639
/
+0
*
|
Reconfigure the runq macros to use the 64 bit ffs/bsf routines instead
peter
2003-12-06
1
-5
/
+5
*
|
Add 64 bit bsf*/ffs* routines. Have the ffs() inline use gcc's builtin
peter
2003-12-06
1
-1
/
+40
*
|
Various whitespace and cosmetic sync-up's with i386.
peter
2003-12-06
9
-12
/
+13
*
|
amd64_protection_init and the protection_codes[] array was overkill.
peter
2003-12-06
1
-50
/
+8
*
|
Kill the ASM versions of the mtx_lock_spin and friends. They were never
peter
2003-12-06
1
-31
/
+0
*
|
MFi386: put the apic disable hook in a better place.
peter
2003-12-06
2
-1
/
+5
*
|
Revert some amd64 changes that cached curthread and converge back to the
peter
2003-12-06
2
-19
/
+3
*
|
Rename mac_create_cred() MAC Framework entry point to mac_copy_cred(),
rwatson
2003-12-06
12
-72
/
+30
*
|
Do not panic when flushing dummynet firewall rules
emax
2003-12-06
1
-1
/
+1
*
|
Fix a deadlock between vm_fault() and vm_mmap(): The expected lock ordering
alc
2003-12-06
1
-4
/
+13
*
|
Add support for ELECOM/Laneed CardBus FastEtherner Card(LD-CBL/TXA)
sanpei
2003-12-06
4
-0
/
+6
*
|
Remove SMP option support from building the ACPI module as it is no longer
jhb
2003-12-05
1
-3
/
+0
*
|
File forgotten in the cx shuffle.
imp
2003-12-05
1
-484
/
+0
*
|
Fix some locking violations by creating seperate mutex classes
matk
2003-12-05
1
-3
/
+6
*
|
Fix a potential problem with atapi-cam where an incorrect flag is passed
scottl
2003-12-05
1
-1
/
+1
*
|
Since the fdc driver can't autodetect the drive capacity on the Alpha,
des
2003-12-05
1
-0
/
+1
[next]