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 __packed instead of __attribute__((__packed__)).
mux
2003-03-22
1
-1
/
+3
*
Mitigate deadlock situation pending a more complete solution.
phk
2003-03-21
2
-2
/
+7
*
Added missing dependency on rc4.
ru
2003-03-21
1
-0
/
+1
*
Fix some memory leaks in the failure cases after trying to look up the
jhb
2003-03-21
1
-6
/
+9
*
Added support for 82541 and 82547 based adapters.
pdeuskar
2003-03-21
7
-623
/
+1974
*
Sync up linux and svr compat elf fixup functions for exec(). These
jhb
2003-03-21
3
-22
/
+23
*
- Use if_broadcastaddr from struct ifnet rather than relying on
mdodd
2003-03-21
9
-15
/
+16
*
Add a sysctl node allowing the specification of an address mask to use
mdodd
2003-03-21
1
-2
/
+9
*
Add comments regarding the ICMP timestamp fields.
mdodd
2003-03-21
1
-4
/
+4
*
Assignment could be NULL, check.
mdodd
2003-03-21
1
-1
/
+1
*
Map VAPPEND to VWRITE in nfsspec_access() - VAPPEND is never set in the
tjr
2003-03-21
1
-0
/
+7
*
Use td->td_ucred instead of td->td_proc->p_ucred.
jhb
2003-03-20
10
-17
/
+16
*
Minor fixes to ffs_fserr():
jhb
2003-03-20
1
-3
/
+3
*
Use td_ucred of curthread instead of p_ucred of curproc. This required
jhb
2003-03-20
1
-17
/
+17
*
Extend CPU_ATHLON_SSE_HACK to cover a few more revisions of Athlon CPUs.
dwmalone
2003-03-20
2
-2
/
+4
*
Distinguish between register sets that depend on ac97 caps (wr0, wr1,
orion
2003-03-20
1
-17
/
+38
*
Use atomic operations to increment and decrement the refcount
mux
2003-03-20
6
-22
/
+23
*
Correct vendor id for ALC101.
orion
2003-03-20
1
-1
/
+1
*
Backout the getcwd changes, a more comprehensive effort will be needed.
phk
2003-03-20
2
-377
/
+412
*
Enable the FPU on first use per-thread and save state across context
grehan
2003-03-20
6
-117
/
+101
*
- Add PCI ID for Paddington i/o controller, used in old G3's
grehan
2003-03-20
1
-2
/
+4
*
Update some more namespaces (forgotten in the previous revision).
mike
2003-03-19
1
-2
/
+2
*
Add machine check handler. While generally useful, it's required when
grehan
2003-03-19
2
-2
/
+2
*
Clear channel and tag bits before set them.
simokawa
2003-03-19
1
-0
/
+1
*
- Remove unused cache flushing routines. These will not necessary work
jake
2003-03-19
8
-456
/
+260
*
- Set cpu_impl early in sparc64_init so that we can use it to detect
jake
2003-03-19
4
-3
/
+12
*
Adjust code for userland preemptive. Userland can set a quantum in
davidxu
2003-03-19
6
-78
/
+99
*
Remove a workaround for mysterious junk appearing in the tlb of secondary
jake
2003-03-19
1
-19
/
+0
*
Implement db_print_backtrace. This may need to flush out the windows
jake
2003-03-19
1
-0
/
+4
*
Make sure to free the correct resources when the card fails to attach
silby
2003-03-19
1
-0
/
+8
*
Unregisterize, ansify.
des
2003-03-19
1
-34
/
+10
*
Remove an empty comment.
mux
2003-03-19
1
-4
/
+0
*
Whitespace cleanup.
des
2003-03-19
3
-33
/
+33
*
long != int. Use SYSCTL_UINT for kern.devstat.generation. Fixes booting
jake
2003-03-18
1
-1
/
+1
*
Brucify.
sobomax
2003-03-18
2
-24
/
+26
*
Fix a race condition in socow_setup(): The page must be wired before
gallatin
2003-03-18
1
-4
/
+7
*
Add support for Planex FNW-3800-TX(CardBus 100M/10M).
sanpei
2003-03-18
2
-1
/
+14
*
Missed in last commit: don't compile now non-existent geom_stats.c
phk
2003-03-18
1
-1
/
+0
*
Retire the GEOM private statistics code and use devstat instead.
phk
2003-03-18
7
-300
/
+16
*
If devstat_new_entry() is passed a unit number of -1 assume that
phk
2003-03-18
1
-4
/
+12
*
Make devstat fully Giant agnostic:
phk
2003-03-18
1
-42
/
+135
*
Including <sys/stdint.h> is (almost?) universally only to be able to use
phk
2003-03-18
55
-54
/
+1
*
Remove unused fields.
jake
2003-03-18
1
-5
/
+1
*
Make devstat_new_entry() take a const void * rather than const char *
phk
2003-03-18
2
-6
/
+6
*
Instead of relying on a compile time define to determine whether the xl
silby
2003-03-18
2
-37
/
+34
*
o Lucent cards don't seem to like multiple buffers for tx. Use only
imp
2003-03-18
2
-37
/
+26
*
Move symbol reset detection code back into wi_reset. This is a more
imp
2003-03-18
2
-8
/
+10
*
Add DLINK DWL650H
imp
2003-03-18
1
-0
/
+1
*
Add SMC 2602W pci card, from a post to mobile@
imp
2003-03-18
1
-0
/
+1
*
Use %jd and a cast to intmax_t instead of a cast to long.
imp
2003-03-18
1
-4
/
+4
[next]