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
*
Use bioq_takefirst()
phk
2004-09-07
1
-3
/
+1
*
add KASSERTS
phk
2004-09-07
1
-0
/
+2
*
Make the alpha timecounter preferable to the i8254.
phk
2004-09-07
1
-1
/
+2
*
fix typo
julian
2004-09-07
1
-1
/
+1
*
Make debug printf less threatenning and make it only print out once.
julian
2004-09-07
1
-2
/
+2
*
Give libthr a choice (per system) of scope_system or scope_thread
julian
2004-09-07
1
-10
/
+37
*
make witness it's own sysctl branch instead of using _ to do this. I have
jmg
2004-09-06
1
-5
/
+10
*
Remove layer intermixing. Device driver should pass the frame should
glebius
2004-09-06
1
-20
/
+2
*
Add a missing splx().
simokawa
2004-09-06
1
-0
/
+1
*
Increase PPTP_MAX_TIMEOUT up to 3 seconds. 10 prooved too much for high packet
glebius
2004-09-06
1
-1
/
+1
*
don't call f_detach if the filter has alread removed the knote.. This
jmg
2004-09-06
2
-11
/
+10
*
revert comment from rev1.158 now that rev1.225 backed it out..
jmg
2004-09-06
1
-3
/
+1
*
Fix a couple of typos in comments
brueffer
2004-09-06
1
-4
/
+4
*
Regen.
dfr
2004-09-06
3
-6
/
+22
*
Add a few stub syscalls to get TransGaming's winex a bit closer to
dfr
2004-09-06
2
-3
/
+30
*
Don't do IPIs on behalf of interrupt threads.
julian
2004-09-06
2
-4
/
+5
*
slight code cleanup
julian
2004-09-05
1
-2
/
+2
*
It's too easy to panic the machine when INVARIANTS are turned on
alfred
2004-09-05
1
-1
/
+2
*
For removable devices without media we set a zero mediasize but a non-zero
phk
2004-09-05
3
-1
/
+14
*
Recover normal behavior: return EINVAL to attempt to add a divert rule
glebius
2004-09-05
1
-2
/
+5
*
Call callout_init() on nd6_slowtimo_ch before setting it going; otherwise,
rwatson
2004-09-05
1
-0
/
+1
*
Expand the scope of the socket buffer locks in sopoll() to include the
rwatson
2004-09-05
1
-4
/
+4
*
Use %zu to format size_t.
des
2004-09-05
1
-2
/
+2
*
Temporarily back out revision 1.77. This changed cd9660_getattr() and
tjr
2004-09-05
2
-28
/
+12
*
Device driver for the Cypress CY7C637xx and CY7C640/1xx families of USB
des
2004-09-05
4
-0
/
+645
*
fix up socket/ip layer violation... don't assume/know that
jmg
2004-09-05
6
-8
/
+17
*
turn on IPIs for 4bsd scheduler by default.
julian
2004-09-05
1
-2
/
+2
*
Refactor a bunch of scheduler code to give basically the same behaviour
julian
2004-09-05
27
-854
/
+803
*
Fixed build with DEVICE_POLLING defined.
ru
2004-09-04
1
-2
/
+2
*
Add support Western Digital External USB HDD
sanpei
2004-09-04
2
-1
/
+10
*
Let kmod.mk touch opt_*.h files as needed.
ru
2004-09-04
7
-19
/
+4
*
Enable debug.mpsafevm by default on amd64 and i386. This enables copy-on-
alc
2004-09-04
1
-0
/
+4
*
Sort files alphabetically
imp
2004-09-04
1
-1
/
+1
*
Add support Nikon CoolScan LS40 ED
sanpei
2004-09-03
2
-1
/
+4
*
Add support Qualcomm CDMA modem
sanpei
2004-09-03
2
-0
/
+3
*
add support ELECOM UC-SGT(minor change version)
sanpei
2004-09-03
2
-0
/
+2
*
merge in if_rl locking because if_re was originally based upon if_rl.
jmg
2004-09-03
1
-84
/
+135
*
Introduce ata_udelay() that uses tsleep instead of DELAY if possible.
sos
2004-09-03
4
-7
/
+18
*
Don't declare a function we are not defining.
julian
2004-09-03
1
-0
/
+2
*
fix compile for UP
julian
2004-09-03
1
-0
/
+4
*
Panic if given a CAM_DATA_PHYS pointer from CAM instead of trying to handle it.
scottl
2004-09-03
1
-14
/
+2
*
Sync promise_mio_command with WIP on the Promise line of SATA controllers.
sos
2004-09-03
1
-4
/
+9
*
ooops finish last commit.
julian
2004-09-03
2
-3
/
+5
*
Move 4bsd specific experimental IP code into the 4bsd file.
julian
2004-09-03
3
-131
/
+127
*
Cleanup the defines used for various chipsets.
sos
2004-09-03
2
-19
/
+31
*
Fixed more spacing bugs.
ru
2004-09-03
1
-9
/
+9
*
Push Giant deep into vm_forkproc(), acquiring it only if the process has
alc
2004-09-03
5
-21
/
+18
*
Tag AIO as requiring Giant over the network stack using
rwatson
2004-09-03
1
-0
/
+2
*
Correct a comment typo: s/Note/Not/.
rwatson
2004-09-03
1
-1
/
+1
*
remove unused code
julian
2004-09-02
1
-109
/
+0
[next]