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
/
bin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed the broken code which claimed to lose the set[ug]id bits in
bde
2001-06-11
3
-27
/
+4
*
Use new locale names
ache
2001-06-10
7
-15
/
+15
*
Simplify, with the power of new mdoc(7).
ru
2001-06-09
1
-9
/
+3
*
Add -j to the usage string.
dd
2001-06-09
1
-1
/
+1
*
Correct a typo.
dd
2001-06-08
1
-1
/
+1
*
Add parens to get the cast that was meant in previous commit.
nectar
2001-06-05
1
-2
/
+2
*
Wrong. The size of size_t is *not* the same as the size of an integer.
mjacob
2001-06-05
1
-2
/
+4
*
Correct a spelling nit (a -> an).
dd
2001-06-04
1
-1
/
+1
*
Added the -l option to df, so to be compatable with other unicies.
pirzyk
2001-06-04
2
-4
/
+59
*
Mention the kern.ps_showallprocs sysctl.
dd
2001-06-02
1
-0
/
+4
*
Remove vestiges of MFS.
ru
2001-06-01
1
-2
/
+2
*
Fix how /bin/sh handles 'for' and 'case' statements when it is called to do
gad
2001-06-01
1
-0
/
+16
*
Fixed the bug from the previous revision.
ru
2001-05-31
1
-1
/
+1
*
Fixed two bugs, first not allowing '.' as a valid login name character
pirzyk
2001-05-30
2
-3
/
+7
*
Use PATH_MAX in preference in MAXPATHLEN.
imp
2001-05-30
1
-1
/
+2
*
Use PATH_MAX instead of MAXPATHLEN.
imp
2001-05-30
1
-3
/
+4
*
PATH_MAX in preference to MAXPATHLEN.
imp
2001-05-30
1
-1
/
+2
*
Use PATH_MAX rather than MAXPATHLEN.
imp
2001-05-30
1
-1
/
+1
*
Minor comment fix
imp
2001-05-30
1
-1
/
+1
*
Use PATH_MAX in preference to MAXPATHLEN.
imp
2001-05-29
1
-3
/
+4
*
Use PATH_MAX rather than MAXPATHLEN. Also fix a possible off by one
imp
2001-05-29
3
-16
/
+11
*
Use PATH_MAX in preference to MAXPATHLEN.
imp
2001-05-29
1
-1
/
+2
*
Change noop option -h to do the real work. Now mode of symbolic link
ru
2001-05-28
2
-20
/
+22
*
Follow symbolic links named as command line arguments if run without -R.
ru
2001-05-28
2
-4
/
+6
*
Fix warnings to compile with WARNS=2 on i386 and alpha
kris
2001-05-26
2
-27
/
+43
*
Make it clear that -P is the default.
ru
2001-05-25
3
-0
/
+3
*
Spelling police: insure -> ensure
dd
2001-05-24
1
-1
/
+1
*
Silence WARNS=2 and BDECFLAGS on alpha and i386
kris
2001-05-20
2
-2
/
+3
*
Silence WARNS=2 and BDECFLAGS except for stupid mode_t warnings.
kris
2001-05-20
1
-0
/
+1
*
Silence WARNS=2 and BDECFLAGS on alpha and i386
kris
2001-05-20
2
-0
/
+4
*
Silence WARNS=2 and BDECFLAGS on alpha and i386
kris
2001-05-20
2
-15
/
+19
*
Silence WARNS=2 and BDECFLAGS on alpha and i386
kris
2001-05-20
2
-2
/
+4
*
Silence WARNS=2 and BDECFLAGS on alpha and i386
kris
2001-05-20
5
-2
/
+7
*
Silence WARNS=2 and BDECFLAGS on alpha and i386
kris
2001-05-20
2
-0
/
+3
*
Silence WARNS=2 and BDECFLAGS on i386 and alpha.
kris
2001-05-20
2
-1
/
+4
*
Silence WARNS=2 and BDECFLAGS on alpha and i386, except for mode_t
kris
2001-05-20
1
-7
/
+8
*
Silence WARNS=2 and BDECFLAGS on i386 and alpha
kris
2001-05-20
4
-6
/
+12
*
Silence WARNS=2 and BDECFLAGS on the i386 and alpha
kris
2001-05-20
2
-1
/
+4
*
Silence warnings on alpha. Unfortunately we can't add WARNS to this
kris
2001-05-20
1
-1
/
+2
*
Make this pass WARNS=2 and BDECFLAGS
kris
2001-05-20
4
-3
/
+10
*
BDECFLAGS cleanup (modulo long long issues). Add WARNS. Tested on alpha.
kris
2001-05-20
2
-14
/
+17
*
Make this compile with WARNS=2
kris
2001-05-20
2
-0
/
+3
*
Removed -I${.CURDIR}/.../sys from CFLAGS.
ru
2001-05-18
2
-3
/
+1
*
BDECFLAGS cleanup
kris
2001-05-18
7
-23
/
+32
*
Fix an off-by-hour bug when crossing Daylight Saving Time boundary.
ru
2001-05-17
1
-0
/
+3
*
Migrate from using MAXPATHLEN to MAX_PATH. Use strlcpy to copy the
imp
2001-05-16
3
-5
/
+6
*
Fix operation of df on unmounted filesystems, and add the ability to run df
kris
2001-05-09
1
-4
/
+38
*
mdoc(7) police: fix markup, rename and reorder some sections.
ru
2001-05-08
2
-78
/
+104
*
mdoc(7) police: sort xrefs.
ru
2001-05-08
1
-2
/
+2
*
GC some dead code relating to running df on unmounted block devices,
kris
2001-05-08
2
-37
/
+1
[next]