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
...
*
Fix wording nit.
gjb
2012-12-28
1
-1
/
+1
*
test(1): Document == alias for =.
jilles
2012-12-27
1
-1
/
+8
*
sh: Prefer strsignal() to accessing sys_siglist directly.
jilles
2012-12-25
1
-8
/
+13
*
Fix socket calls on error post-r243965.
kevlo
2012-12-21
1
-1
/
+1
*
sh: Detect and flag write errors on stdout in builtins.
jilles
2012-12-12
3
-0
/
+22
*
Use kern.max_pid sysctl to obtain maximum PID number instead of using local
pjd
2012-12-12
1
-3
/
+17
*
Handle large negative block counts correctly.
grog
2012-12-12
1
-1
/
+1
*
Update man pages and clarify a number of options.
grog
2012-11-16
2
-35
/
+65
*
Fix section number for pstat and swapinfo cross references.
pluknet
2012-11-15
1
-3
/
+3
*
Follow the behavior as specified in POSIX:
eadler
2012-11-15
1
-1
/
+1
*
Add , (comma) option to print sizes grouped and separated by thousands
grog
2012-11-15
2
-16
/
+57
*
sh: Remove an unused variable.
jilles
2012-11-14
2
-2
/
+0
*
sh: Forward-declare struct alias instead of giving up type safety via void *
jilles
2012-11-11
2
-4
/
+5
*
Undo over-aggressive conversion of spaces to tabs. ie: those within
peter
2012-11-09
2
-6
/
+6
*
Replace spaces with tabs where appropriate.
grog
2012-11-08
6
-36
/
+36
*
sh: Fix two issues when an alias is redefined:
jilles
2012-11-08
1
-0
/
+11
*
Add y flag and environment variable LS_SAMESORT to specify the same
grog
2012-11-08
6
-21
/
+110
*
Sort option parsing as far as practical.
grog
2012-11-07
1
-41
/
+42
*
sh: Change cmdtype in tblentry from short to signed char.
jilles
2012-11-05
1
-1
/
+1
*
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
[prev]
[next]