]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - bin
Sort function prototyes.
[FreeBSD/FreeBSD.git] / bin /
2009-12-05 edLet date(1) use utmpx instead of logwtmp().
2009-12-04 netchildImport the unchanged v4l videodev.h from the vendor...
2009-11-29 jillesFix some cases where file descriptors from redirections...
2009-11-22 jillesFix various things about SIGINT handling:
2009-11-22 jillessh: Ensure the same command input file is on top after...
2009-11-21 jillestrap: do not consider a bad signal name a fatal error.
2009-11-21 stefanfHandle current work directories of arbitrary length...
2009-11-21 jillessh: Some changes to stderr flushing:
2009-11-17 jillesAdd pwait utility, which waits for any process to termi...
2009-11-17 netchildFix small resource leak (memory).
2009-11-16 jkimMerge ACPICA 20091112.
2009-11-14 jillessh: Allow a newline before "in" in a for command, as...
2009-11-11 jillessh: Use sigaction instead of signal/siginterrupt combin...
2009-11-05 jillessh: Fix memory leak when using a variable in arithmetic...
2009-11-03 delphijIncrease width for %CPU, RSS and VSZ columns for now...
2009-11-02 bruefferUse our canonical .Dd format.
2009-10-24 jillessh: Exempt $@ and $* from set -u
2009-10-19 jkimMerge ACPICA 20091013.
2009-10-17 umeCheck error of dlfunc(3).
2009-10-16 jillessh: Show more information about syntax errors in comman...
2009-10-15 ruRemoved redundant WARNS setting.
2009-10-13 jillesls: Make -p not inhibit following symlinks.
2009-10-07 jillesClarify quoting of word in ${v=word} in sh(1).
2009-10-06 jillessh: Send the "xyz: not found" message to redirected...
2009-10-01 jillessh: Disallow mismatched quotes in backticks (`...`).
2009-10-01 desUpgrade to OpenSSH 5.3p1.
2009-09-20 jillesMention that NUL characters are not allowed in sh(1...
2009-09-11 jkimMFV: r196804
2009-09-09 delphijImport x86emu from OpenBSD as of OPENBSD_4_6.
2009-09-07 traszAdd NFSv4 support to setfacl(1).
2009-09-04 traszAdd NFSv4 ACL support to mv(1).
2009-09-04 traszAdd NFSv4 ACL support to getfacl(1).
2009-09-02 traszFix regression introduced in r196712 - the 'name' strin...
2009-09-02 traszAdd NFSv4 ACL support to cp(1) and fix a few memory...
2009-09-02 trasz- Don't include both <sys/types.h> and <sys/param.h>
2009-08-31 traszAdd NFSv4 ACL support to ls(1).
2009-08-31 traszMake the code more readable and fix chmod(1) on symlink...
2009-08-28 jillessh: Fix crash with empty functions (f() { }) introduced...
2009-08-23 jillessh: Fix crash when undefining or redefining a currently...
2009-07-29 delphijUpdate less to v436. This is considered as a bugfix...
2009-07-23 brianAdd the -d switch to the usage message.
2009-07-19 jillesAllow creating hard links to symlinks using ln(1).
2009-07-11 mpUpdate to tcsh 6.17.00.
2009-07-09 traszAdd manual page links to advertise procstat(1) a little...
2009-07-01 traszWith NFSv4 ACLs, it is possible that applying a mode...
2009-06-25 dougbUpdate to the final release version of BIND 9.6.1....
2009-06-25 dougbVendor import of BIND 9.6.1
2009-06-25 jillesFix some weirdnesses in the NetBSD IFS code,
2009-06-25 jillesImprove IFS expansion using code from NetBSD.
2009-06-24 jillesDesignate special builtins as such in command -V and...
2009-06-23 delphijStaticify internal routines.
2009-06-23 jillesQuote -x tracing output so it is unambiguous.
2009-06-23 jillesDo not fork for a subshell if it is the last thing...
2009-06-23 kibUsermode portion of the support for swap allocation...
2009-06-23 jillessh: Improve handling of setjmp/longjmp volatile:
2009-06-20 jillesFix race condition in noclobber option.
2009-06-19 jillesFix some issues with quoted output and shorten it in...
2009-06-17 jillesProperly flush input after an error in backquotes in...
2009-06-14 simonMerge OpenSSL 0.9.8k into head.
2009-06-13 jillesAvoid leaving unnecessary waiting shells in many forms...
2009-06-13 jillesDon't skip forking for an external command if any traps...
2009-06-07 jillesMention the range for the exit status for the exit...
2009-06-07 simonMake "human-readable" (-H/-h) output also "humanize...
2009-06-02 jkimMFV: ACPICA 20090521
2009-06-01 rseuse explicit 'unsigned int' instead of just the implici...
2009-06-01 rsealign coding style with style(9) to avoid misunderstandings
2009-06-01 rsecorrectly test for __GNUC__ macro (non-GCC compilers...
2009-06-01 rsebe more type correct and align local ckmalloc() with...
2009-05-31 jillessh: Make read's timeout (-t) apply to the entire line...
2009-05-31 stefanfFix the eval command in combination with set -e. Befor...
2009-05-31 dougbUpdate BIND to version 9.6.1rc1. This version has bette...
2009-05-31 dougbVendor import of BIND 9.6.1rc1
2009-05-30 jillesrm, find -delete: fix removing symlinks with uchg/uappn...
2009-05-30 jillesPreserve file flags on symlinks in cp -Rp.
2009-05-27 edUpdate ee(1) in the base system to version 1.5.0.
2009-05-26 jillesFix various cases with 3 or 4 parameters in test(1...
2009-05-26 edCopy ee 1.4.2 into the contrib directory.
2009-05-24 jillesFix elapsed (etime) field for swapped out processes...
2009-05-24 jillesFix chflags -h in various cases: do not use link target...
2009-05-22 desUpgrade to OpenSSH 5.2p1.
2009-05-22 traszMake 'struct acl' larger, as required to support NFSv4...
2009-05-18 delphijMerge vendor/file/dist@192348, bringing FILE 5.03 to...
2009-05-18 brianRemove redundant whitespace
2009-05-17 brianWhen finding processes, ignore ourself and our ancestor...
2009-05-17 brianAdd a -d option to ps to display descendant info with...
2009-05-04 obrienMerge vendor/file/dist@191739, bringing FILE 5.00 to...
2009-04-29 impImplement ^T support for rm: now it will report the...
2009-04-19 rwatsonMerge OpenBSM 1.1 from OpenBSM vendor branch to head.
2009-04-19 rwatsonVendor import of OpenBSM 1.1, which incorporates the...
2009-04-13 stefanfParse 'cmd1 && ! cmd2 | cmd3' correctly, the bang shoul...
2009-04-13 traszAdd reference to strmode(3).
2009-04-04 stefanfDon't let trailing empty lines overwrite the result...
2009-03-22 stefanfFix the behaviour of the read built-in when IFS is...
2009-03-22 stefanfImprove the IFS handling of the read built-in.
2009-03-22 stefanf- Apply the r190270 changes to printing of single alias...
2009-03-22 stefanfMake the output of the alias built-in POSIX-compliant...
2009-03-21 rpauloMerge libpcap 1.0.0.
2009-03-21 rpauloMerge tcpdump 4.0.0 from the vendor branch.
2009-03-16 descat(1) compiles fine at WARNS level 6.
2009-03-11 dfrMerge in support for Xen HVM on amd64 architecture.
next