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
/
sbin
Commit message (
Expand
)
Author
Age
Files
Lines
*
expand_number(3) takes a uint64_t * now; intmax_t was never correct
des
2010-08-19
1
-1
/
+1
*
expand_number(3) takes a uint64_t * now.
des
2010-08-19
1
-1
/
+1
*
For some setups sending data in 128kB chunks makes communication very slow. No
pjd
2010-08-18
1
-2
/
+1
*
The 'size' variable is there to limit how many bytes we want to copy from
pjd
2010-08-16
1
-2
/
+1
*
Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while
joel
2010-08-16
7
-12
/
+12
*
- Check that strtoul(3) succeeds to convert the entire string in a few
jh
2010-08-15
1
-7
/
+14
*
Avoid a memory leak.
mjacob
2010-08-13
1
-10
/
+10
*
- Add full support for header / data digests.
des
2010-08-09
12
-243
/
+142
*
Ethernet vlan(4) interfaces have valid Ethernet link layer addresses but
jhb
2010-08-06
2
-2
/
+6
*
Fix typos and spelling mistakes.
joel
2010-08-06
7
-8
/
+8
*
Update the arguments to yy_config_parse() to match r210883.
dougb
2010-08-06
1
-1
/
+1
*
Document 'none' value for remote.
pjd
2010-08-05
1
-1
/
+6
*
Implement configuration reload on SIGHUP. This includes:
pjd
2010-08-05
3
-12
/
+322
*
Prepare configuration parsing code to be called multiple times:
pjd
2010-08-05
3
-58
/
+111
*
Make control_set_role() more public. We will need it soon.
pjd
2010-08-05
2
-10
/
+20
*
Allow to use 'none' keywork as remote address in case second cluster node
pjd
2010-08-05
1
-2
/
+12
*
Reset signal handlers after fork().
pjd
2010-08-05
2
-0
/
+6
*
- Use pjdlog_exitx() to log errors and exit instead of errx().
pjd
2010-08-05
2
-5
/
+7
*
Assert that various buffers we are large enough.
pjd
2010-08-05
2
-10
/
+13
*
Problem with assertion is that it logs on stderr. Add two macros:
pjd
2010-08-05
2
-0
/
+33
*
Keep $FreeBSD$ in __FBSDID() only for C files.
pjd
2010-08-05
1
-2
/
+0
*
Mark two more places that we won't reach.
pjd
2010-08-05
1
-0
/
+2
*
Now that TCP will be checked last we don't need any knowledge about other
pjd
2010-08-05
1
-5
/
+6
*
Add an argument to the proto_register() function which allows protocol to
pjd
2010-08-05
5
-10
/
+17
*
One question mark per question; everything else is just exaggerating.
bz
2010-08-03
1
-1
/
+1
*
Spelling fixes.
joel
2010-07-31
5
-8
/
+8
*
gsched(8) was first released with FreeBSD 8.1
uqs
2010-07-30
1
-1
/
+1
*
Fix typo.
pjd
2010-07-29
1
-1
/
+1
*
- Avoid calling the copy constructor when it is not necessary.
lulf
2010-07-29
1
-4
/
+3
*
- Remove unused instance of string.
lulf
2010-07-29
1
-1
/
+0
*
Small typo fix: s/ommited/omitted
bcr
2010-07-27
1
-2
/
+2
*
Document that the "ngtee" action no longer accepts packet, and
glebius
2010-07-27
1
-4
/
+2
*
Export PCI IDs of ATA/SATA controllers through CAM and ata(4) layers to
mav
2010-07-25
1
-0
/
+10
*
Clarify that the "number of bytes per sector"-range in the
bcr
2010-07-25
1
-2
/
+2
*
Note that foreground fsck should be run after a filesystem related panic.
mckusick
2010-07-23
1
-0
/
+9
*
Document that SI unit suffixes are supported for -b and -s options
ae
2010-07-23
1
-7
/
+11
*
Note that foreground fsck should be run after a filesystem related panic.
mckusick
2010-07-22
1
-0
/
+11
*
Actually, only the fullsync mode is implemented, not memsync mode.
pjd
2010-07-22
1
-3
/
+5
*
better printing of headers when listing flows
luigi
2010-07-15
1
-8
/
+18
*
Do not bzero() NULL pointer on malloc() error.
mav
2010-07-14
1
-1
/
+1
*
o Restore missed flag in the synopsis.
maxim
2010-07-13
1
-1
/
+1
*
o Add -q flag to usage().
maxim
2010-07-13
1
-1
/
+1
*
o Add -q flag to the synopsis.
maxim
2010-07-13
1
-1
/
+2
*
When dhclient obtains a lease, it runs dhclient-script and expects
brian
2010-07-07
1
-16
/
+30
*
- Permit zero length directories as a handled inconsistency. This allows
jeff
2010-07-06
1
-46
/
+115
*
Fix the clear function which has been broken for a bit.
mjacob
2010-07-04
1
-6
/
+17
*
Let boot(8) refer to the uart(4) serial driver, which is the replacement
bcr
2010-07-04
1
-3
/
+3
*
sysctlbyname() returns -1 on error and sets errno. It does
marcel
2010-07-03
1
-10
/
+8
*
Correct explanation for idle and standby subcommands' -t argument.
mav
2010-07-01
1
-5
/
+7
*
- Don't assign the return value from read(2) to a variable of type
jh
2010-06-30
1
-6
/
+8
[next]