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
*
sh: Use C99 flexible array instead of accessing array beyond bounds.
jilles
2012-11-03
1
-3
/
+2
*
Add a couple of examples.
joel
2012-11-02
1
-1
/
+65
*
More -Wmissing-variable-declarations fixes.
ed
2012-10-20
1
-0
/
+5
*
More -Wmissing-variable-declarations fixes.
ed
2012-10-19
6
-17
/
+8
*
Fix warnings found by -Wmising-variable-declarations.
ed
2012-10-19
15
-87
/
+90
*
mdoc: don't nest displays. The markup here isn't adding anything anyway.
joel
2012-10-14
1
-2
/
+2
*
Fix bin/ build with a 64-bit ino_t.
mdf
2012-09-27
3
-9
/
+14
*
- Bump date.
zont
2012-09-18
1
-1
/
+1
*
- Add 'dsiz' and 'ssiz' keywords to show data and stack size respectively.
zont
2012-09-18
2
-0
/
+6
*
Revert 240527:
eadler
2012-09-16
1
-1
/
+0
*
sh: Prefer internal nextopt() to libc getopt().
jilles
2012-09-15
5
-83
/
+37
*
Free memory before exiting in order to
eadler
2012-09-14
1
-0
/
+1
*
sh: Reduce code duplication: use setinputfile instead of open/setinputfd
jilles
2012-09-14
1
-8
/
+1
*
Minor mdoc fix.
joel
2012-09-11
1
-1
/
+2
*
sh: Remove XXX comment about removing nextopt().
jilles
2012-09-08
1
-4
/
+0
*
Use "e.g.", not "i.e.", to introduce an example.
kevlo
2012-09-07
1
-1
/
+1
*
Explicitly mention that "cp -p" copies ACLs.
trasz
2012-09-04
1
-2
/
+2
*
Fix an error in setfacl(1) that manifested like this:
trasz
2012-09-04
1
-3
/
+4
*
In getfacl(1) manual page, mention where to read about the ACL syntax.
trasz
2012-09-04
1
-0
/
+4
*
Make "setfacl -bd" an alias for "setfacl -k". Previously it would crash
trasz
2012-09-04
1
-0
/
+11
*
Make setfacl(1) behave properly in situations like "setfacl -kd".
trasz
2012-09-04
1
-0
/
+15
*
Fix compact form of "synchronize" permission in setfacl(1) manual page - it
trasz
2012-09-03
1
-2
/
+2
*
Rework all non-contributed files that use `struct timezone'.
ed
2012-09-01
3
-7
/
+7
*
Add a -h flag similar to the -h flag for ln to force mv(1) to treat a
jhb
2012-08-31
2
-6
/
+36
*
Avoid passing uninitialized stack to addelem() if called with an empty arg.
emaste
2012-08-29
1
-2
/
+2
*
sh: Fix EINTR race condition in "wait" and "set -T" using sigsuspend().
jilles
2012-07-29
3
-4
/
+49
*
sh: Do not ask for stopped/continued processes if we do not need them
jilles
2012-07-28
1
-6
/
+5
*
sh: Inline waitproc() into its only caller.
jilles
2012-07-28
1
-22
/
+9
*
sh: Track continued jobs (even if not continued by bg or fg).
jilles
2012-07-28
1
-3
/
+8
*
Use proper error message when fstat(2) fails on stdout.
jh
2012-07-20
1
-1
/
+1
*
style(9).
jh
2012-07-20
1
-16
/
+19
*
stty: Mark usage() __dead2.
jilles
2012-07-15
1
-1
/
+1
*
ps: Fix memory leak when showing start/lstart for swapped-out process.
jilles
2012-07-15
1
-4
/
+6
*
sh: Reset pendingsigs before checking pending traps, not after.
jilles
2012-07-15
1
-1
/
+1
*
sh: Remove unused variable in_dowait.
jilles
2012-07-15
2
-4
/
+0
*
sh: Expand assignment-like words specially for export/readonly/local.
jilles
2012-07-15
4
-4
/
+79
*
Merge libedit adjustment from NetBSD.
pfg
2012-07-11
1
-1
/
+1
*
Polish previous revision: if the fts_* routines have lstat()'ed the
delphij
2012-06-20
1
-2
/
+8
*
Fix potential symlink race condition in "rm -P" by adding a check
kevlo
2012-06-20
1
-2
/
+9
*
None of these programs actually use auth.conf.
des
2012-06-11
1
-6
/
+0
*
Work better with how make/bmake works:
marcel
2012-05-24
2
-9
/
+9
*
Add 'cow' keyword to show per-process cow count.
kib
2012-05-23
2
-1
/
+4
*
Mention the upper hard limit for -n option. Patch slightly modified
wblock
2012-05-23
1
-3
/
+6
*
Remove redundant declaration of yyparse
kevlo
2012-05-22
1
-1
/
+0
*
Add build opton MK_LS_COLORS to control whether ls(1) supports colors
marcel
2012-05-19
1
-1
/
+4
*
Add build option MK_ED_CRYPTO to control whether ed(1) is to have the
marcel
2012-05-19
1
-3
/
+3
*
Remove unused header (libutil.h)
marcel
2012-05-17
1
-1
/
+0
*
sh: Remove an unused header.
jilles
2012-05-15
1
-1
/
+0
*
Minor mdoc nits.
joel
2012-05-13
3
-4
/
+4
*
I forgot to bump the manpage date.
mdf
2012-05-12
1
-1
/
+1
[next]