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
*
Add Cisco Skinny Station protocol support to libalias, natd, and ppp.
marcus
2003-09-23
2
-0
/
+33
*
revert to version 1.25 and use va_copy to obtain another copy of the
ps
2003-09-21
1
-2
/
+5
*
Document the -x and -y options.
phk
2003-09-21
1
-0
/
+14
*
Fix improper use of varargs.
ps
2003-09-20
1
-2
/
+2
*
o add support for setting 128-bit WEP keys
sam
2003-09-17
1
-4
/
+7
*
Remove an unneccessary comma.
ceri
2003-09-14
1
-1
/
+1
*
Get rid of duplicates.
ru
2003-09-14
2
-2
/
+2
*
mdoc(7): Properly mark C headers.
ru
2003-09-10
3
-3
/
+3
*
mdoc(7): There cannot be a subsection inside a list.
ru
2003-09-10
1
-2
/
+4
*
Document the alternate way of matching MAC addresses: by a bitmask.
roam
2003-09-10
1
-2
/
+22
*
mdoc(7): Use the new feature of the .In macro.
ru
2003-09-08
6
-14
/
+14
*
Replace a reference to non existant mount_ffs(8) by a reference to mount(8).
charnier
2003-09-07
1
-1
/
+1
*
Apply a bandaid to get this working on sparc64 again; the introduction
tmm
2003-09-04
1
-4
/
+4
*
Add a flag that reports the existence of a dump, and does nothing else.
dougb
2003-09-04
2
-4
/
+32
*
Check an arguments count before proceed in sysctl_handler().
maxim
2003-09-02
1
-1
/
+1
*
Backout Rev. 1.24
brueffer
2003-08-30
1
-1
/
+1
*
Grammar fix
brueffer
2003-08-29
1
-1
/
+1
*
Introduce more knobs to slim down FreeBSD userland
phk
2003-08-29
1
-2
/
+5
*
When we initialize a disk with a virgin label, create also an 'a'
phk
2003-08-27
1
-0
/
+4
*
Make build of atm, ip6fw and ping6 depend on existing NOATM and
phk
2003-08-27
1
-3
/
+9
*
Adjust to the new sys/ata.h layout
sos
2003-08-24
1
-29
/
+35
*
use arc4random.
ume
2003-08-22
1
-1
/
+1
*
Fix alignment of the trailing \
imp
2003-08-22
1
-1
/
+1
*
Get rid of a __DECONST by strdup'ing the string in question. When
harti
2003-08-20
1
-1
/
+2
*
style.Makefile(5)
obrien
2003-08-18
1
-4
/
+3
*
Restore vendor ID's.
obrien
2003-08-18
5
-9
/
+10
*
At imp's request, force devd to be statically compiled. This avoids the
gordon
2003-08-17
1
-0
/
+2
*
Stage 4 of dynamically linked root support. Add a big knob,
gordon
2003-08-17
1
-1
/
+4
*
Hook up ffsinfo(8).
rwatson
2003-08-14
1
-0
/
+1
*
Commit 1 of 2 to fix ffsinfo(8) for UFS2.
rwatson
2003-08-14
3
-211
/
+226
*
support poll(2).
ume
2003-08-14
1
-1
/
+1
*
Commit 1 of 2 to fix ffsinfo(8) for UFS2.
rwatson
2003-08-14
2
-115
/
+292
*
- Clarify the port range syntax in -redirect_port.
ru
2003-08-13
1
-14
/
+24
*
Added an option to specify an alternate PID file.
ru
2003-08-13
2
-3
/
+23
*
Add a '-M mask' option so that users can have different
trhodes
2003-08-12
2
-5
/
+34
*
Correct a grammatical error.
ceri
2003-08-12
1
-1
/
+1
*
Add a program for configuration of the ATM drivers and the IP over ATM
harti
2003-08-12
10
-0
/
+3017
*
Add the new arguments for the add pvc command to the help information.
harti
2003-08-11
1
-1
/
+3
*
Turn the annoying and long error message off. It was so
mbr
2003-08-09
1
-1
/
+1
*
PR: docs/53688
bms
2003-08-09
1
-8
/
+10
*
Make this WARNS=6 clean by prototyping 'usage'.
johan
2003-08-08
2
-0
/
+3
*
Make this WARNS=6 clean by renaming the variable 'err' to 'error'
johan
2003-08-07
2
-7
/
+7
*
Prefer PATH_MAX to MAXPATHLEN. Both contain the trailing NUL, so
imp
2003-08-07
3
-5
/
+5
*
No need to define optind as an extern. stdlib.h does that for us.
imp
2003-08-07
1
-1
/
+0
*
Prefer PATH_MAX to MAXPATHLEN. PATH_MAX has the trailing NUL.
imp
2003-08-07
1
-1
/
+1
*
MAXPATHLEN includes the trailing NUL, so no need to add 1 here.
imp
2003-08-07
1
-1
/
+1
*
Localize 'ls' output
ache
2003-08-06
2
-4
/
+8
*
Don't reinvent the wheel: Use setmode(3) to interpret
yar
2003-08-05
2
-3
/
+15
*
Exit with a non-zero status upon a block allocation failure.
yar
2003-08-05
1
-3
/
+3
*
Make this WARNS=6 clean by:
johan
2003-08-05
4
-41
/
+41
[next]