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
*
Fix some problems in linux_sendmsg() and linux_recvmsg().
iwasaki
2003-10-11
1
-36
/
+38
*
MFi386: revision 1.576.
nyan
2003-10-11
2
-12
/
+0
*
fix braino: null the pointer who's memory we just free'd, not some other
sam
2003-10-11
1
-1
/
+1
*
Set page zero read/write right from the start rather than trying to
peter
2003-10-10
2
-8
/
+7
*
locking fixups:
sam
2003-10-10
2
-9
/
+14
*
crashdump support.
ps
2003-10-10
3
-12
/
+84
*
Add the Intersil Prism2/Atmel device. These particular devices are strange
bms
2003-10-10
3
-2
/
+22
*
Sanitize the code relating to the /dev/ti%d entries. In particular evict
phk
2003-10-10
2
-136
/
+12
*
fixed an endian bug on fragment header scanning
ume
2003-10-10
1
-1
/
+2
*
Move the pmap_kenter(KERNBASE, 0) a bit earlier so that it works for
peter
2003-10-10
1
-15
/
+24
*
Add the Actiontec 801UAT1/HWU01170-01 802.11b USB Wireless Ethernet adapter.
bms
2003-10-10
3
-2
/
+14
*
nuke SCOPEDROUTING. Though it was there for a long time,
ume
2003-10-10
8
-59
/
+0
*
switch cast128 implementation to implementation by Steve Reid;
ume
2003-10-10
5
-1018
/
+794
*
Restore transfermode on devices after reinit.
sos
2003-10-10
1
-0
/
+7
*
Dont store ata_params for devices that return a bogus ident string.
sos
2003-10-10
1
-0
/
+3
*
Add an 'include' directive to pull in <sys/ptrace.h>.
robert
2003-10-10
1
-0
/
+1
*
- Synchronize access to a page's valid field in vfs_bio_clrbuf()
alc
2003-10-10
1
-8
/
+10
*
- typo. found by markus@openbsd
ume
2003-10-09
1
-4
/
+2
*
- typo in comment
ume
2003-10-09
10
-289
/
+225
*
Fix the bug that prevented DMA from working on old Acer chips.
sos
2003-10-09
1
-2
/
+3
*
Implement preliminary support for the PT_SYSCALL command to ptrace(2).
robert
2003-10-09
7
-1
/
+59
*
With BETA 5 of libuwx some of the application registers are renamed
marcel
2003-10-09
1
-3
/
+3
*
This commit was generated by cvs2svn to compensate for changes in r120925,
marcel
2003-10-09
12
-155
/
+260
|
\
|
*
Upgrade Unwind Express (libuwx) to BETA 5. This upgrade includes
marcel
2003-10-09
12
-155
/
+260
*
|
Add symmetric crypto support for the 7955 and 7956.
sam
2003-10-08
3
-41
/
+159
*
|
Include <sys/smp.h> for the prototype of smp_rendezvous().
marcel
2003-10-08
1
-0
/
+1
*
|
- fix typo in comments.
ume
2003-10-08
21
-637
/
+402
*
|
make kernel_sysctl()'s args match its prototype in order to fix the
gallatin
2003-10-08
1
-1
/
+1
*
|
(dacleanup, dasysctlinit): Defend against calling sysctl_ctx_free on
thomas
2003-10-08
1
-2
/
+5
*
|
Lock the destination object in vm_fault_copy_entry().
alc
2003-10-08
1
-2
/
+7
*
|
Retire vm_page_copy(). Its reason for being ended when peter@ modified
alc
2003-10-08
3
-20
/
+7
*
|
Xircom Wireless Ethernet card is a rebadged Cisco 340, but with a
imp
2003-10-08
1
-0
/
+1
*
|
sync to 1.73
imp
2003-10-08
1
-1
/
+4
*
|
Xircom Wireless ethernet
imp
2003-10-08
1
-0
/
+1
*
|
must lock route when the caller provided a route but not
sam
2003-10-07
1
-2
/
+4
*
|
indent
ume
2003-10-07
1
-1
/
+1
*
|
style and indent. no functional change.
ume
2003-10-07
1
-40
/
+34
*
|
- fix typo in comment.
ume
2003-10-07
11
-326
/
+281
*
|
nuke unused CTL_IPV6PROTO_NAMES macro.
ume
2003-10-07
1
-47
/
+0
*
|
insure local variable is initialized prior to use
sam
2003-10-07
1
-1
/
+1
*
|
nuke unused ICMPV6CTL_NAMES and KEYCTL_NAMES macros.
ume
2003-10-07
2
-41
/
+1
*
|
return(code) -> return (code)
ume
2003-10-07
2
-3
/
+3
*
|
(cdcleanup): Defend against calling sysctl_ctx_free before the sysctl_ctx
thomas
2003-10-07
1
-12
/
+15
*
|
Give more correct params to busdma_*
sos
2003-10-07
1
-8
/
+9
*
|
Improve timeout handling and reporting.
sos
2003-10-07
1
-6
/
+22
*
|
Properly get out of transaction() if setting up the transfer fails.
sos
2003-10-07
1
-15
/
+19
*
|
In case we loose a device during reset in reinit() finish off
sos
2003-10-07
1
-3
/
+22
*
|
Interior decoration changes.
phk
2003-10-07
2
-42
/
+39
*
|
Assign keycodes for Power, Sleep and Wake keys.
fjoe
2003-10-07
2
-0
/
+18
*
|
Card type stuff was backwards, so assume io for the moment. mem needs
imp
2003-10-07
1
-6
/
+2
[next]