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
*
Update authors and history.
trasz
2010-05-13
1
-1
/
+6
*
sh: Fix pathname expansion with quoted slashes like *\/.
jilles
2010-05-11
1
-9
/
+15
*
sh(1): Fix "reserved word" vs "keyword" inconsistency.
jilles
2010-05-09
1
-9
/
+9
*
sh: Have only one copy of _PATH_STDPATH in the binary.
jilles
2010-05-08
1
-3
/
+2
*
sh: Apply locale vars on builtins, recognize LC_MESSAGES as a locale var.
jilles
2010-05-05
3
-7
/
+74
*
sh: Use stalloc for arith variable names.
jilles
2010-04-25
3
-24
/
+10
*
symlink(7): Add lpathconf(2) and *at system calls.
jilles
2010-04-25
1
-2
/
+27
*
symlink(7): The ownership of symlinks is used by the system,
jilles
2010-04-25
1
-3
/
+3
*
ln: Allow a trailing slash when creating a link to a directory.
jilles
2010-04-21
1
-14
/
+13
*
ln: Refuse deleting a directory entry by hardlinking it to itself.
jilles
2010-04-17
1
-2
/
+59
*
sh: On startup of the shell, use PWD from the environment if it is valid.
jilles
2010-04-17
3
-10
/
+24
*
mdoc: order prologue macros consistently by Dd/Dt/Os
uqs
2010-04-14
1
-1
/
+1
*
Update the list of the process flags for P_WKILLED.
kib
2010-04-13
1
-1
/
+2
*
sh: Partially revert r206146, allowing double-quotes in arithmetic.
jilles
2010-04-11
2
-1
/
+5
*
sh: Automatically enable -o emacs in interactive shells with terminals.
jilles
2010-04-05
2
-3
/
+7
*
sh: Document the expansion changes in the man page.
jilles
2010-04-04
1
-2
/
+20
*
sh: Do tilde expansion in substitutions.
jilles
2010-04-03
1
-3
/
+3
*
sh: Allow quoting pattern match characters in ${v%pat} and ${v#pat}.
jilles
2010-04-03
1
-1
/
+3
*
sh: Remove special handling for ' and " in arithmetic.
jilles
2010-04-03
2
-6
/
+1
*
sh: Fix various things about expansions:
jilles
2010-04-03
1
-73
/
+208
*
sh: Treat unexpected newlines in substitutions as a syntax error.
jilles
2010-04-03
1
-0
/
+4
*
Merge OpenBSD revisions 1.4 through 1.9, mostly style cleanups.
delphij
2010-03-30
1
-8
/
+9
*
Remove unused files.
delphij
2010-03-30
3
-617
/
+0
*
Change all our own code to use st_*tim instead of st_*timespec.
ed
2010-03-28
4
-41
/
+41
*
o) Add a keyword to displaying elapsed time in integer seconds, "etimes".
jmallett
2010-03-17
4
-2
/
+25
*
sh: Do not abort on a redirection error on a compound command.
jilles
2010-03-14
1
-4
/
+42
*
sh: Do not abort on a redirection error if there is no command word.
jilles
2010-03-13
1
-1
/
+7
*
sh: Fix longjmp clobber warnings in parser.c.
jilles
2010-03-13
1
-166
/
+162
*
Switch to our preferred license text.
joel
2010-03-07
8
-64
/
+64
*
sh: Make sure to popredir() even if a function caused an error.
jilles
2010-03-06
1
-1
/
+3
*
sh: Make sure to popredir() even if a special builtin caused an error.
jilles
2010-03-06
1
-2
/
+3
*
sh: Improve the command builtin:
jilles
2010-03-06
4
-43
/
+90
*
Update the list of the process flags. Note that the lists of pending
kib
2010-03-05
1
-3
/
+15
*
ed(1): make WARNS=6 clean
uqs
2010-03-04
2
-7
/
+1
*
The NetBSD Foundation has granted permission to remove clause 3 and 4 from
joel
2010-03-02
2
-14
/
+0
*
Do not restrict the allowed signals that can be specified by number
kib
2010-02-25
1
-1
/
+1
*
Fix expansion of \W in prompt strings when the working directory is "/".
jh
2010-02-24
1
-1
/
+1
*
Bump WARNS where possible.
uqs
2010-02-15
1
-1
/
+1
*
- Implement -q option for pgrep(1).
pjd
2010-02-12
2
-5
/
+20
*
Initialize the execfile argument to NULL instead of _PATH_DEVNULL. This allow...
brucec
2010-02-08
2
-2
/
+4
*
Make sure that FTS_COMFOLLOW is not set when the -P option is in effect.
jh
2010-02-08
1
-2
/
+6
*
Tell the compiler these structures are aligned to a byte boundary.
imp
2010-02-07
3
-7
/
+5
*
sh: Do not stat() $MAIL/$MAILPATH in non-interactive shells.
jilles
2010-02-06
2
-1
/
+8
*
Arm doesn't seem to need such kit gloves. Bump the warnings to 3 here
imp
2010-02-04
1
-2
/
+0
*
Fixes for ls(1) long format (-l) output:
jh
2010-01-24
3
-21
/
+50
*
Print full path in the error message. It's possible that fts(3)
jh
2010-01-24
1
-1
/
+1
*
Remove stale references to utmp(5) and its corresponding filenames.
ed
2010-01-21
1
-2
/
+2
*
Raise WARNS for various tools where possible.
ed
2010-01-17
1
-1
/
+0
*
Implement an "-x" option to cp(1), for compatibility with Linux and
gavin
2010-01-17
3
-7
/
+12
*
Port everything in bin/ from utmp to utmpx.
ed
2010-01-13
3
-12
/
+3
[next]