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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch the default WARNS level for sbin/ to 6.
ru
2009-10-19
51
-39
/
+25
*
Clean up markup (mainly).
ru
2009-10-19
1
-77
/
+149
*
Clean up comments, white space, and style in pfil.c (especially new VNET
rwatson
2009-10-19
1
-30
/
+28
*
Powercrypt and NetSec seem to be defunct (webpages point to link farms
brueffer
2009-10-19
1
-7
/
+1
*
Properly re-create "-s size" argument to newfs(8).
ru
2009-10-19
1
-1
/
+1
*
HWMP fixes, namely:
rpaulo
2009-10-19
1
-31
/
+32
*
Partially revert the change to the gettytab made in r198214.
ed
2009-10-19
1
-1
/
+1
*
Update copyright.
des
2009-10-19
1
-1
/
+1
*
Remove redundant $FreeBSD$.
des
2009-10-19
1
-2
/
+0
*
Properly set the low watermarks when reducing the baud rate.
ed
2009-10-19
2
-2
/
+16
*
Remove unused pfil_flags field in packet_filter_hook.
rwatson
2009-10-18
1
-1
/
+0
*
Sort function prototypes in pfil.h, clean up white space, and better
rwatson
2009-10-18
1
-6
/
+6
*
Don't forget to increment the man page date.
ed
2009-10-18
1
-1
/
+1
*
Fix qouting in a comment, to make it look more consistent
ed
2009-10-18
1
-1
/
+1
*
Fix a typo in the jail(8) manpage.
ed
2009-10-18
1
-1
/
+1
*
Allow the buffer size to be configured for pseudo-like TTY devices.
ed
2009-10-18
2
-3
/
+14
*
Make lock devices work properly.
ed
2009-10-18
1
-0
/
+28
*
Don't assume that physical addresses are identity mapped. This allows
nwhitehorn
2009-10-18
1
-1
/
+8
*
Work around a quirk with the G5 Xserve, which has a fake GMAC controller
nwhitehorn
2009-10-18
1
-0
/
+10
*
o OpenBSD 4.6 added.
maxim
2009-10-18
1
-1
/
+2
*
Fix KASSERT string to include the real module name.
rpaulo
2009-10-18
1
-1
/
+1
*
Change the load base to below 2GB so PIE binaries work including when
marius
2009-10-18
2
-2
/
+2
*
If ET_DYN binary has non-zero base address for some reason, honour it
kib
2009-10-18
1
-5
/
+20
*
Remove spurious call to priv_check(PRIV_VM_SWAP_NOQUOTA).
kib
2009-10-18
1
-6
/
+4
*
Reset UPTODATE gnodes after remaking makefiles when make
fjoe
2009-10-18
1
-15
/
+21
*
Line-wrap pfil.c so that it prints more nicely.
rwatson
2009-10-18
1
-6
/
+10
*
Exit with non-zero error code in case of errors
fjoe
2009-10-18
1
-0
/
+2
*
Rewrap ip_input() comment so that it prints more nicely.
rwatson
2009-10-18
1
-3
/
+3
*
adds devices supportted by urtw(4) and bumps date.
weongyo
2009-10-18
1
-1
/
+7
*
overhauls urtw(4) for supporting RTL8187B devices properly that there
weongyo
2009-10-18
3
-371
/
+658
*
Remove a circular dependency on routing
dougb
2009-10-17
2
-2
/
+2
*
Check error of dlfunc(3).
ume
2009-10-17
1
-0
/
+11
*
Print backspaces after echoing an EOF.
ed
2009-10-17
1
-3
/
+9
*
Add myself.
neel
2009-10-17
1
-0
/
+2
*
- If lstat()/stat() fails with an error other than ENOENT, don't ignore
jh
2009-10-16
1
-4
/
+11
*
Close a race with caching of -ve name lookups in the NFS client.
jhb
2009-10-16
1
-6
/
+32
*
sh: Show more information about syntax errors in command substitution:
jilles
2009-10-16
1
-0
/
+5
*
Sort SEE ALSO.
brueffer
2009-10-16
1
-3
/
+3
*
Move intr_describe() out of #ifdef SMP; the function is always required.
kib
2009-10-16
2
-34
/
+34
*
Allow $name_program to override $command in a more robust way that
dougb
2009-10-15
1
-1
/
+1
*
Correct offset calcluation for the NCM implementation.
thompsa
2009-10-15
1
-18
/
+17
*
Only poll ukbd if KDB is active.
thompsa
2009-10-15
1
-0
/
+4
*
Workaround buggy BIOS code in USB regard. By doing the BIOS to OS handover for
thompsa
2009-10-15
16
-282
/
+535
*
Use language more closely resembling English in a panic message.
jhb
2009-10-15
1
-1
/
+1
*
Removed redundant WARNS setting.
ru
2009-10-15
2
-2
/
+0
*
Support the specification of a range of destination ports e.g.
luigi
2009-10-15
1
-51
/
+88
*
Style fixes to the function prototypes for bus_alloc_resources() and
jhb
2009-10-15
1
-2
/
+4
*
Add a facility for associating optional descriptions with active interrupt
jhb
2009-10-15
13
-4
/
+290
*
A small change to avoid calling gettimeofday() too often
luigi
2009-10-15
1
-4
/
+19
*
Fix a sign bug in the handling of nice priorities when computing the
jhb
2009-10-15
1
-1
/
+1
[next]