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
*
Bring in `-h' compatability option and its alias `-n' to match NetBSD and GNU
sobomax
2001-04-26
2
-14
/
+53
*
Whitespace cleanup pass; reduce diffs with OpenBSD. No functional changes.
kris
2001-04-26
10
-80
/
+82
*
Reduce diffs with OpenBSD:
kris
2001-04-26
17
-466
/
+468
*
Use mkstemp() for secure tempfile creation instead of tempnam()
kris
2001-04-26
4
-17
/
+39
*
o Separate acl_t into internal and external representations as
jedgar
2001-04-24
5
-98
/
+168
*
mdoc(7) police: normalize .Nd.
ru
2001-04-18
2
-2
/
+2
*
-Wnon-const-format sweep: make format strings const char *'s, add
kris
2001-04-17
11
-36
/
+37
*
Convert getfacl to the ACL editing library functions. getfacl should
jedgar
2001-04-13
1
-23
/
+71
*
Correct some markup
brian
2001-04-12
1
-2
/
+4
*
Introduce -osid and -otsid
brian
2001-04-11
2
-0
/
+8
*
Correct the following defines to match the POSIX.1e spec:
jedgar
2001-04-11
1
-9
/
+9
*
``|'' should be more binding than ``!'' so that this isn't broken:
brian
2001-04-09
1
-2
/
+13
*
Remove tsess for now.
brian
2001-04-07
1
-2
/
+0
*
Update documentation in line with what the code does
brian
2001-04-07
1
-9
/
+1
*
The sess column went away last December with v1.26 of keyword.c
brian
2001-04-07
1
-1
/
+1
*
setfacl and getfacl no longer need to link against libposix1e, since it
tmm
2001-04-04
2
-4
/
+0
*
A much better (more correct) fix for handling ``!'' characters
brian
2001-04-04
1
-23
/
+40
*
Handle ``!'' characters when they appear as second and subsequent
brian
2001-04-04
1
-0
/
+3
*
Drop support for -DRELEASE_BUILD_FIXIT and -DCRUNCHED_BINARY in
ru
2001-04-03
1
-1
/
+1
*
Remove a comment which seemed to confuse makewhatis:
ben
2001-03-29
1
-1
/
+0
*
MAN[1-9] -> MAN.
ru
2001-03-27
5
-6
/
+4
*
Fix error reporting of delayed send errors.
fenner
2001-03-26
1
-1
/
+1
*
mdoc(7) police: fix markup and some spelling.
ru
2001-03-23
2
-66
/
+99
*
Silence minor cc warning
ache
2001-03-21
1
-1
/
+1
*
Use nl_langinfo instead of %Ef
ache
2001-03-21
1
-6
/
+16
*
Use nl_langinfo instead of %Ef
ache
2001-03-21
1
-6
/
+7
*
Remove extra CFLAGS
jedgar
2001-03-20
1
-2
/
+1
*
Remove extra CFLAGS and redundant SRCS
jedgar
2001-03-20
1
-2
/
+1
*
Remove 'NOSHARED=yes' (../Makefile.inc already sets this)
jedgar
2001-03-19
2
-3
/
+0
*
o Missed in addition of setfacl.h in setfacl(1)
rwatson
2001-03-19
1
-0
/
+76
*
o Missed in prior commit: getfacl(1) Makefile
rwatson
2001-03-19
1
-0
/
+9
*
o Enable getfacl(1) and setfacl(1)
rwatson
2001-03-19
1
-0
/
+2
*
o POSIX.2c Userland tool support for POSIX.1e ACLs -- getfacl retrieves ACLs
rwatson
2001-03-19
10
-0
/
+1284
*
DIS -> ISO
ache
2001-03-17
5
-7
/
+7
*
Make it clear that the -v option doesn't actually set the date.
dd
2001-03-16
1
-2
/
+3
*
Revert this file back to how it was in the STABLE branch, this means:
asmodai
2001-03-05
1
-1
/
+1
*
Switch from using rand() or random() to a stronger, more appropriate PRNG
kris
2001-03-05
1
-8
/
+1
*
implement OCRNL, ONOCR, and ONLRET
assar
2001-03-04
3
-0
/
+19
*
Small optimization: set use_ampm only when needed
ache
2001-03-03
3
-4
/
+6
*
Use AM/PM time only when available in locale
ache
2001-03-02
3
-4
/
+9
*
POSIX wrote:
ru
2001-03-02
3
-30
/
+11
*
The 'X' permission symbol is specified by POSIX.2, so don't say that it
ben
2001-03-01
1
-4
/
+2
*
Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.
ru
2001-02-28
2
-2
/
+2
*
Fix style bug I introduced with rev 1.13 (rcsid after includes).
obrien
2001-02-28
1
-5
/
+7
*
Add rcsid.
obrien
2001-02-27
1
-0
/
+6
*
Move the realpath(1) birth day from FreeBSD 5.0 to FreeBSD 4.3.
ru
2001-02-22
2
-2
/
+2
*
Do not coredump if no options are supplied. (ps -o,)
jlemon
2001-02-14
1
-1
/
+1
*
mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.
ru
2001-02-13
5
-6
/
+6
*
Catch up to new priority interface.
jake
2001-02-12
3
-17
/
+18
*
Use decimal point from locale
ache
2001-02-11
1
-1
/
+5
[next]