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
*
Add a "-q" quiet flag to kenv so that warnings can be suppressed.
rwatson
2005-09-13
2
-9
/
+20
*
Elaborate on the behaviour of set -e.
stefanf
2005-09-10
1
-2
/
+7
*
Pass the EV_TESTED flag to evalloop() and evalfor(). This fixes unwanted
stefanf
2005-09-10
1
-8
/
+8
*
Pass the EV_TESTED flag to the left operand of NSEMI nodes. This fixes
stefanf
2005-09-10
1
-1
/
+1
*
Exit the shell if a pipeline that is not preceded by ! fails and set -e is
stefanf
2005-09-10
1
-3
/
+7
*
Split the export synopsis into two lines as -p cannot be mixed with variable
stefanf
2005-09-09
1
-2
/
+3
*
- Provide a reasonable error message for `export -p var'.
stefanf
2005-09-09
1
-1
/
+3
*
Fix the error message if the mask that is passed to umask -S contains
stefanf
2005-09-09
1
-1
/
+1
*
Mention that uuidgen(1) generates DCE version 1 UUIDs only
rse
2005-09-07
1
-2
/
+3
*
fix typos: decribed -> described, preceeded -> preceded
rse
2005-09-06
1
-3
/
+3
*
Various small code cleanups resulting from a code reviewing
rse
2005-09-06
3
-12
/
+4
*
fix typo: ommitted -> omitted
rse
2005-09-06
1
-1
/
+1
*
Print pointers with %p rather than casting them to long.
stefanf
2005-09-05
2
-5
/
+5
*
Attempt to complete the userspace integration of POSIX.1e extended ACLs.
csjp
2005-09-05
4
-2
/
+104
*
Document that `in word ...' is optional in the for command.
stefanf
2005-09-03
1
-2
/
+7
*
Return 1 from the unalias builtin if _any_ removal fails, not just the last
stefanf
2005-09-02
1
-1
/
+1
*
Remove extra getenv() declaration.
stefanf
2005-09-02
1
-1
/
+0
*
Document that unalias can be used to remove several alias names.
stefanf
2005-09-02
1
-5
/
+3
*
Improved descriptions of block size handling.
garys
2005-08-31
1
-37
/
+48
*
Wrap a line due to a new sentence.
jcamou
2005-08-29
1
-1
/
+2
*
o Discuss the ways to escape an alias.
jcamou
2005-08-29
1
-4
/
+16
*
Document umask's -S option.
stefanf
2005-08-17
1
-3
/
+8
*
Remove a hack for an ancient gdb.
stefanf
2005-08-15
1
-13
/
+4
*
Recent cleanups made it possible to bump WARNS to 3.
stefanf
2005-08-14
1
-1
/
+1
*
Put the comparison with PEOF into a new macro is_eof(). Don't use it if the
stefanf
2005-08-13
2
-6
/
+8
*
Declare echocmd() and testcmd().
stefanf
2005-08-13
1
-0
/
+2
*
Use assignment rather than comparison.
stefanf
2005-08-13
1
-2
/
+2
*
- Provide all initialisers for a struct event.
stefanf
2005-08-13
1
-5
/
+6
*
First declare the functions to pacify -Wmissing-prototypes.
stefanf
2005-08-13
1
-0
/
+4
*
Include missing headers.
stefanf
2005-08-13
2
-0
/
+2
*
Use prototypes in the MKINIT lines collected by mkinit.
stefanf
2005-08-13
3
-3
/
+3
*
Use prototypes in the generated builtins.{c,h} files.
stefanf
2005-08-13
1
-3
/
+3
*
cvs -d stefanf@ncvs.FreeBSD.org:/home/ncvs
stefanf
2005-08-13
3
-5
/
+9
*
El_parse's third parameter is now const-qualified, add a cast.
stefanf
2005-08-11
1
-1
/
+1
*
Fix a comment.
stefanf
2005-08-07
1
-1
/
+1
*
Don't install examples of NO_EXAMPLES
phk
2005-08-03
1
-0
/
+2
*
Spell "protections" correctly.
keramida
2005-07-28
1
-1
/
+1
*
Spell "background" correctly.
keramida
2005-07-28
1
-5
/
+5
*
Fix a bug when shell expansion is done against dangling symlinks, by
delphij
2005-07-07
1
-1
/
+1
*
Sort sections.
ru
2005-06-14
2
-13
/
+13
*
Sorted sections and fixed prompt (PS[12]) strings.
ru
2005-06-14
1
-11
/
+11
*
Put the description of the -c option in the right place, as
ru
2005-06-14
1
-7
/
+9
*
Remove kludges intended to support src trees with partial obj trees.
des
2005-06-10
1
-6
/
+2
*
Remove the EXAMPLES section that describes how to sort by size using
dd
2005-06-03
1
-15
/
+0
*
Improve wording: A sort is "in" a particular order, not "by" a
dd
2005-06-03
1
-2
/
+2
*
Add the -S option to sort files by size. NetBSD and OpenBSD already
dd
2005-06-03
5
-12
/
+43
*
The new name for the DIAGNOSTICS section is EXIT STATUS.
tjr
2005-05-31
1
-1
/
+1
*
Move information about exit status into a DIAGNOSTICS section.
tjr
2005-05-29
1
-1
/
+1
*
Fix: printed output flags (onocr) and (onlret) same as oxtabs
ache
2005-05-26
1
-2
/
+2
*
Correct a few places where we called warn() when warnx() should have
mux
2005-05-19
1
-4
/
+4
[next]