]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.bin
MFV r302642:
[FreeBSD/FreeBSD.git] / usr.bin /
2016-09-01 Alexander MotinMFV r302642:
2016-08-31 Ed Masteusers: don't build when we don't have a C++ toolchain
2016-08-31 Bryan DreweryDIRDEPS_BUILD: Add some missing dirctories to the build.
2016-08-31 Bryan DreweryDIRDEPS_BUILD: Update dependencies.
2016-08-31 Ed MasteUpdate to ELF Tool Chain r3490
2016-08-30 Pedro F. GiffuniMFV r302423:
2016-08-30 Dimitry AndricSquelch clang 3.9.0 warnings about BASE (which is 32768...
2016-08-29 Enji CooperMFhead @ r305013
2016-08-29 Martin MatuskaRedo MFV r304866:
2016-08-27 Bruce EvansFix build without INET6 and with gcc. A function defin...
2016-08-27 Xin LIUse printable ASCII instead of octal representation.
2016-08-26 Martin MatuskaMFV r304866:
2016-08-25 Ed Mastebspatch: remove output file in the case of error
2016-08-25 Enji CooperMFhead @ r304815
2016-08-25 Enji CooperAdd non-TRUSTEDBSD prefixed knobs for the _PC_ACL*...
2016-08-25 Allan JudeCapsicumize bspatch
2016-08-25 Navdeep ParharMake the iSCSI parameter negotiation more flexible.
2016-08-24 Cy SchubertMFV r304732.
2016-08-23 Enji CooperAdd support for _PC_ACL_NFS4 as TRUSTEDBSD_ACL_NFS4
2016-08-23 Enji CooperAdd `MIN_HOLE_SIZE` pathconf(2) support to getconf
2016-08-23 Enji CooperClean up trailing whitespace
2016-08-23 Ed Mastebspatch: apply style(9)
2016-08-23 Pedro F. Giffuniindent(1): have the memset invocation somewhat more...
2016-08-23 Pedro F. Giffuniindent(1): remove dead assignments.
2016-08-23 Pedro F. Giffuniindent(1): Fix off-by-one in control flow leading dead...
2016-08-23 Pedro F. Giffuniindent(1): add some comments to quiet down Coverity.
2016-08-23 Pedro F. Giffuniindent(1): Fix memory leaks pointed out by clang-analyzer.
2016-08-20 Baptiste DaroussinImport Dragonfly Mail Agent snapshort from 20160806...
2016-08-19 Ed SchoutenImport the new automatically generated system call...
2016-08-18 Andrey A. ChernovFix TAB replaced with spaces in prev. commit.
2016-08-17 Michael TuexenFix the output for scope statistics.
2016-08-17 Michael TuexenUse names for SCTP and UDPLite when reporting the input...
2016-08-16 Enji CooperMFhead @ r304232
2016-08-16 Marcelo AraujoUse nitems() from sys/param.h.
2016-08-16 Marcelo AraujoUse nitems() from sys/param.h.
2016-08-16 Sofian Brabeztty: Use proper definition of exit status code and...
2016-08-16 Mark JohnstonMFV r304057:
2016-08-16 Mark JohnstonMFV r301526:
2016-08-16 Mark JohnstonMFV r301525:
2016-08-16 Mark JohnstonMFV r301524:
2016-08-16 Mark JohnstonMFV r296989:
2016-08-16 Mark JohnstonMFV r304056:
2016-08-16 Rick MacklemFix r304026 so that it builds for gcc.
2016-08-14 Enji CooperMFhead @ r304091
2016-08-14 Martin MatuskaMFV r304060:
2016-08-14 Mark Johnstonnfsstat depends on libdevstat as of r304058.
2016-08-13 Greg LeheyCorrect date ov VJ day (1945-08-15, about 03:00 UTC).
2016-08-13 Enji CooperMFhead @ r304061
2016-08-13 Rick MacklemUpdate the man page to descibe the "-d" option added...
2016-08-13 Rick MacklemUpdate nfsstat.c to use the new kernel nfsstat structur...
2016-08-13 Enji CooperMFhead @ r304038
2016-08-12 Enji CooperCheckpoint initial integration work
2016-08-12 Konstantin BelousovRemove unused prototypes.
2016-08-12 Enji CooperRemove CVS directories accidentally added in r303980
2016-08-12 Enji CooperUpdate ^/vendor/NetBSD/tests/dist to a more recent...
2016-08-11 John BaldwinRemove files unused after pulling system call names...
2016-08-10 Bryan DreweryFix sorting in r303934.
2016-08-10 Bryan DreweryUse proper argument length for rmdir(2) for r303934.
2016-08-10 Bryan DrewerySupport rmdir(2).
2016-08-10 Bryan DrewerySquelch a false-positive Clang static analyzer warning.
2016-08-10 Bryan DreweryFix -b failure not restoring flags on the destination...
2016-08-10 Bryan DreweryFix -S with -l not being atomic.
2016-08-10 Bryan DrewerySupport -v for -l.
2016-08-10 Bryan DreweryFix -S with -b not atomically updating the destination...
2016-08-10 Bryan DreweryTrim out excessive / with -v when target directory...
2016-08-08 Enji CooperRemove vestigal references to __alpha__
2016-08-06 Enji CooperFix building usr.bin/tar/tests with PIE symbol building...
2016-08-05 Baptiste Daroussinsdiff: remove non finish/function code
2016-08-04 Pedro F. Giffuniindent(1): Use bsearch() for looking up type keywords.
2016-08-03 Pedro F. Giffuniindent(1): add new -sac and -U options.
2016-08-03 Pedro F. Giffuniindent(1): accept offsetof(3) as a keyword.
2016-08-02 Baptiste Daroussintruss: fix uninitialized trussinfo->curthread in add_th...
2016-08-02 Dimitry AndricFix a segfault in bsdgrep when parsing the invalid...
2016-08-02 Pedro F. Giffunised(1): Revert r303047 "cleanup" and therefore r303572.
2016-08-01 Pedro F. Giffuniindent: Avoid using values of pointers that refer to...
2016-08-01 Pedro F. Giffuniindent(1): Use a dash in the license headers.
2016-07-31 Pedro F. Giffuniindent(1): Rearrange option parsing code to squelch...
2016-07-31 Pedro F. Giffuniindent(1): replace function call to bzero with memset.
2016-07-31 Pedro F. Giffuniindent(1): Don't newline on cpp lines like #endif unles...
2016-07-31 Pedro F. Giffuniindent(1): Untangle the connection between pr_comment...
2016-07-31 Pedro F. Giffuniindent(1): Fix wrapping of some lines in comments.
2016-07-31 Pedro F. Giffuniindent(1): Simplify pr_comment().
2016-07-31 Baptiste DaroussinRemove another occurence of _WITH_GETLINE
2016-07-31 Pedro F. Giffuniindent(1): Remove dead code relating to unix-style...
2016-07-31 Andrey A. ChernovFix date
2016-07-31 Enji CooperFix regression with /i caused by r303047
2016-07-31 Pedro F. Giffuniindent(1): Bail out if there's no more space on the...
2016-07-31 Pedro F. Giffuniindent(1): Consistently indent declarations.
2016-07-31 Andrey A. ChernovReflect CLDR timedef changes
2016-07-31 Andrey A. ChernovRemove another vestige of scripted conversion
2016-07-31 Andrey A. ChernovRemove vestige of scripted conversion
2016-07-30 Marcelo AraujoUse nitems() from sys/param.h.
2016-07-30 Marcelo AraujoUse nitems() from sys/param.h.
2016-07-30 Marcelo AraujoUse nitems() from sys/param.h.
2016-07-30 Marcelo AraujoUse nitems() from sys/param.h.
2016-07-30 Marcelo AraujoUse nitems() from sys/param.h.
2016-07-30 Marcelo AraujoUse nitems() from sys/param.h.
2016-07-30 Marcelo AraujoUse nitems() from sys/param.h
2016-07-30 Enji CooperExplicitly test for cu_fgets returning NULL or !NULL
2016-07-30 Baptiste DaroussinRemove usage of _WITH_GETLINE from usr.bin
next