]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.bin
MFV r301526:
[FreeBSD/FreeBSD.git] / usr.bin /
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 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 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-12 Konstantin BelousovRemove unused prototypes.
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
2016-07-30 Pedro F. Giffuniindent(1): Yet more style issues.
2016-07-29 Pedro F. Giffuniindent(1): Attempt to preserve some consistent style.
2016-07-29 Eric van GyzenFix markup for -j in cpuset(1) synopsis
2016-07-29 Kurt LidlMake resizewin.1 manpage use .Fx macro
2016-07-29 Pedro F. Giffuniindent(1): Use NULL instead of zero for pointers.
2016-07-29 Pedro F. Giffuniindent(1): Support "f" and "F" floating constant suffixes.
2016-07-29 Pedro F. GiffuniRevert r303487: Wrong commit log.
2016-07-29 Pedro F. Giffuniindent(1): Removed whitespace shouldn't be considered...
2016-07-29 Pedro F. Giffuniindent(1): fix struct termination detection.
2016-07-29 Pedro F. Giffuniindent(1): fix struct termination detection.
2016-07-29 Pedro F. Giffuniindent(1): Fix breakage caused by single comment follow...
2016-07-29 Pedro F. Giffuniindent(1): Avoid potential use-after-free.
2016-07-29 Pedro F. Giffuniindent(1): Avoid out of bound access of array codebuf.
2016-07-28 Pedro F. Giffuniindent: avoid calling write(2) with a negative second...
2016-07-28 Ed SchoutenPull a copy of the input string before calling basename...
2016-07-28 Ed SchoutenCall basename() in a portable way.
2016-07-28 Ed SchoutenDon't call basename() and dirname() in an unportable...
2016-07-27 Enji CooperTestcase 7.8 no longer needs to be marked TODO
2016-07-25 Xin LIFix bspatch heap overflow vulnerability.
2016-07-25 Xin LIChange bsdiff to use divsufsort suffix sort library...
2016-07-24 Gleb SmirnoffFix failures of scripted conversion.
2016-07-24 Baptiste DaroussinRemove reference cpp(1) which is not used anymore
2016-07-24 Gleb SmirnoffThe date format for ru_RU.UTF-8 locale has changed...
2016-07-23 Baptiste DaroussinUpdate mandoc to 1.13.4 release
2016-07-21 Pedro F. Giffunised(1): Appease older GCC.
2016-07-21 Conrad MeyerMirror r303120 to gcore
2016-07-20 Conrad MeyerAdd extended segment support to gcore
2016-07-20 Andrey A. ChernovContinuation lines with comments badly affects gprof...
2016-07-20 Andriy GaponMFV r303083: 7164 zdb should be able to open the root...
2016-07-20 Andriy GaponMFV r303082: 6391 Override default SPA config location...
2016-07-20 Pedro F. GiffuniMFV r298167, r300962, r303048:
2016-07-20 Bryan DreweryOnly build makewhatis(1)/apropos(1) with MAN_UTILS.
2016-07-19 Pedro F. Giffunised(1): Assorted cleanups and simplifications.
2016-07-18 John BaldwinInclude process IDs in core dumps.
2016-07-17 Pedro F. Giffunised(1): Fix off by one introduced in r299211.
2016-07-17 Michael TuexenDon't duplicate code for SCTP, just use the ones used...
2016-07-15 Michael TuexenEnsure that the -a, -W, -L options for SCTP behave...
2016-07-15 Pedro F. Giffunimail(1): Minor declaration updates.
2016-07-15 Pedro F. Giffunimail(1): Avoid closing negative file descriptors.
2016-07-15 Michael TuexenWhen calling netstat -Laptcp the local address values...
2016-07-15 Michael TuexenFix a bug which results in a core dump when running...
2016-07-15 Pedro F. Giffunimail(1): Update more prototypes.
2016-07-14 John BaldwinInclude command line arguments in core dump process...
next