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
/
usr.sbin
Commit message (
Expand
)
Author
Age
Files
Lines
*
- support AES counter mode for ESP.
ume
2003-10-13
2
-0
/
+6
*
Fix two buffer overflows caused by off-by-one errors: avoid writing a null
tjr
2003-10-13
1
-2
/
+2
*
- support AES XCBC MAC for AH
ume
2003-10-13
2
-0
/
+3
*
Update Bluetooth code.
emax
2003-10-12
44
-463
/
+1992
*
Update the number of ports.
murray
2003-10-12
1
-1
/
+1
*
- RIPEMD160 support
ume
2003-10-12
2
-0
/
+3
*
Fix a BSS buffer overflow caused by makeargv() writing past the end of
tjr
2003-10-11
1
-2
/
+3
*
Typos fixing:
blackend
2003-10-05
1
-2
/
+2
*
Ooops. Committed sin number 1: updating the code w/o updating the comments.
imp
2003-10-04
1
-1
/
+2
*
I've been burned about half a dozen times by the old PAO syntax for
imp
2003-10-04
1
-0
/
+2
*
missing word
naddy
2003-10-04
1
-1
/
+1
*
reference ntpd(8)
naddy
2003-10-04
1
-4
/
+7
*
Handle a 'const' parameter without using __DECONST().
gad
2003-10-04
1
-8
/
+14
*
remove unused variable
sam
2003-10-03
1
-2
/
+0
*
mdoc(7) cleanups (use .Va, not .Dv, for sysctls.)
bms
2003-10-03
1
-2
/
+2
*
mdoc(7) cleanup: Break up sentences so that they start on new lines.
bms
2003-10-03
1
-6
/
+7
*
Point out the existence of net.link.ether.inet.log_arp_movements.
bms
2003-10-03
1
-1
/
+5
*
Update arp(4) to document the 'arp: foo is on if0 but got reply from
bms
2003-10-03
1
-0
/
+9
*
Mark the -i and -n options as mutually exclusive and fix various
naddy
2003-10-03
1
-13
/
+17
*
Add asf for amd64
peter
2003-09-30
1
-0
/
+1
*
Add mptable
peter
2003-09-30
1
-0
/
+1
*
Make this build and work on amd64 (sledge at least).
peter
2003-09-30
2
-39
/
+40
*
Document that the atheros driver supports wicontrol too. Minor word
imp
2003-09-29
1
-18
/
+22
*
Add -L to the usage message.
imp
2003-09-29
1
-0
/
+1
*
Tweak "system security profiles:
rwatson
2003-09-28
2
-14
/
+8
*
- Another update to list of FTP sites
kensmith
2003-09-28
2
-0
/
+34
*
Fix a cut n paste typo I introduced in rev 1.211.
trhodes
2003-09-27
2
-2
/
+2
*
Add -p option to dump phy registers.
simokawa
2003-09-25
2
-2
/
+96
*
Add -s option to strip subdirectory from module path.
simokawa
2003-09-25
2
-6
/
+13
*
Update list of FTP sites.
kensmith
2003-09-24
2
-248
/
+234
*
Add Cisco Skinny Station protocol support to libalias, natd, and ppp.
marcus
2003-09-23
4
-0
/
+34
*
Restructure the time processing routines, mainly to fix up the
gad
2003-09-23
3
-85
/
+480
*
Only print an end '}' if the field was non-zero (i.e. there were some flags
njl
2003-09-21
1
-2
/
+4
*
fixed memory leak.
suz
2003-09-20
1
-1
/
+4
*
Name moderate security settings "Moderate", not "Medium"
eivind
2003-09-18
2
-2
/
+2
*
Propagate ioctl() failure to exit status
eivind
2003-09-18
1
-7
/
+10
*
- Reorder to group the non-obsolete options together
eivind
2003-09-18
1
-52
/
+62
*
Referring to FreeBSD versions later than 2.0R as "fairly recent" is pretty
phk
2003-09-18
2
-4
/
+2
*
Fix 3 'cast to pointer from integer of different size' warnings.
marcel
2003-09-17
2
-12
/
+18
*
Add acpi to the build on ia64. The support for ACPI 2.0x has gotten
marcel
2003-09-16
1
-0
/
+4
*
Get rid of duplicates.
ru
2003-09-14
6
-6
/
+6
*
Correct the calculation of "a leap year" in parseDWM. The calculation
gad
2003-09-14
1
-17
/
+43
*
Correct typo in comment.
njl
2003-09-14
1
-1
/
+1
*
For dumping the DSDT (-o option), be sure to use the X_DSDT address if
njl
2003-09-14
1
-1
/
+7
*
Add the -i flag to acpiconf(8) to retrieve battery information.
njl
2003-09-13
2
-29
/
+69
*
C2/C3 latency is in microseconds (us), not ms.
njl
2003-09-13
1
-1
/
+1
*
Only print various optional fields if they are non-zero. Always print the
njl
2003-09-13
1
-24
/
+31
*
Reduce the default width for IO port GAS printing.
njl
2003-09-13
1
-4
/
+4
*
Move the parse8601 and parseDWM routines into a new ptime.c file. The
gad
2003-09-12
4
-219
/
+320
*
Remove the unrequired -bi from the newaliases line. Note in the commit log
trhodes
2003-09-11
2
-2
/
+2
[next]