]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.bin
Update libucl to git version 8d3b186
[FreeBSD/FreeBSD.git] / usr.bin /
2015-03-02 Baptiste DaroussinUpdate libucl to git version 8d3b186
2015-03-02 Baptiste DaroussinUpdate mandoc to cvs snaphot from 20150302
2015-03-01 Jilles Tjoelkersh: Fix compiler warnings related to duplicate or missi...
2015-02-28 Warner LoshMerge latest (commit c8c1b3a77934768c7f7a4a9c10140c8bec...
2015-02-25 Hans Petter SelaskyUpdate to upstream version 2.10
2015-02-25 Xin LIExplicitly crypt_set_format("des") and bail out if we
2015-02-25 Marcel MoolenaarFix "netstat -hdw 1" output.
2015-02-25 Kenneth D. MerryFix several problems found by Coverity.
2015-02-23 Kenneth D. MerrySignificant upgrades to sa(4) and mt(1).
2015-02-22 Marcel MoolenaarAdd the -c option for specifying the capacity of the...
2015-02-22 Marcel MoolenaarDon't require a scheme if no partitions are given....
2015-02-22 Marcel MoolenaarIn scheme_write(), don't overwrite the end parameter...
2015-02-22 Marcel MoolenaarRemove extraneous parenthesis in assignment.
2015-02-22 Marcel MoolenaarDocument that netstat(1) supports libxo(3).
2015-02-21 Marcel MoolenaarConvert netstat to use libxo.
2015-02-19 Gleb SmirnoffBurn bridges to FreeBSD 7.x IGMP stats.
2015-02-18 Jung-uk KimMerge ACPICA 20141107 and 20150204.
2015-02-17 Pedro F. Giffuniministat(1): replace malloc + memset with calloc.
2015-02-17 Pedro F. Giffunidu(1): replace malloc + memset with calloc.
2015-02-17 Ed MasteUpdate elftoolchain to upstream revision 3163
2015-02-17 Jilles Tjoelkercompress,gzip,xz: Preserve timestamps with nanosecond...
2015-02-16 Sergey Kandaurovkdump: sendfile(2) "flags" argument needs casting on...
2015-02-15 Jilles Tjoelkertouch: Fix some subtle bugs related to NULL times fallback:
2015-02-15 Ed Mastetimeout: handle zombie grandchildren
2015-02-14 John BaldwinInclude OBJT_PHYS VM objects in ELF core dumps. In...
2015-02-13 Baptiste DaroussinRevert r278642
2015-02-13 Baptiste DaroussinPartially revert 278642
2015-02-12 Baptiste DaroussinUse PRECIOUSPROG instead of custom code to handle schg
2015-02-12 Colin PercivalStep 1 of eliminating the "games" distribution: Move...
2015-02-12 Glen BarberReduce number of lines to set ORGANIZATION_NAME in
2015-02-11 Glen BarberEnsure ORGANIZATION_NAME is quoted when ORGANIZATION
2015-02-11 Marcel MoolenaarClose the file list before opening the container that...
2015-02-10 Michael GmelinAdd xo_finish() to w.c in case it's invoked as uptime
2015-02-09 Rui PauloMerge xz 5.2.0.
2015-02-07 Alexander MotinFix couple issues in ctlstat header printing.
2015-02-06 John BaldwinChange ktrdump to use the more standard -M/-N flags...
2015-02-05 Edward Tomasz Napi... Make it possible to set (via iscsi.conf(5)) and query...
2015-02-04 Enji CooperClean up more usb related files when MK_USB == no when...
2015-02-04 Enji CooperAdd MK_FILE to control whether or not to build file...
2015-02-04 Enji CooperAdd the following options to enable/disable several...
2015-02-03 Pedro F. GiffuniMFV r266995:
2015-02-03 Pedro F. GiffuniMFV r266993:
2015-01-31 Dimitry AndricImport libcxxrt master 1cb607e89f6135bbc10f3d3b6fba1f98...
2015-01-31 Pedro F. GiffuniMFV r277981:
2015-01-30 Enji CooperCreate MANLINKS for lzgrep, etc when MK_LZMA_SUPPORT...
2015-01-29 Pedro F. GiffuniMFV r277870
2015-01-29 Pedro F. GiffuniMFV r277866
2015-01-28 Xin LIMFV r255258:
2015-01-27 Pedro F. Giffunised: fix pasto from previous r277802.
2015-01-27 Pedro F. GiffuniFix resource leak and dereference after NULL.
2015-01-27 Pedro F. GiffuniMFV r277782:
2015-01-25 Dag-Erling SmørgravAllow tracing dlfunc() / dlsym() events.
2015-01-25 Enji CooperAdd MK_TALK knob for building the talk and talkd
2015-01-25 Enji CooperAdd MK_ISCSI knob for building the iscsi initiator...
2015-01-25 Enji CooperFix building rcorder with -DDEBUG by using libutil...
2015-01-25 Enji CooperAdd MK_EE knob to control installing edit, ee, etc
2015-01-24 Enji CooperMFhead @ r277659
2015-01-24 Pedro F. GiffuniMFV r277658:
2015-01-24 Pedro F. GiffuniMFV: r277654
2015-01-24 Jilles Tjoelkercp,mv,touch: Set timestamps with nanosecond precision.
2015-01-23 Jilles TjoelkerAdd futimens and utimensat system calls.
2015-01-23 Pedro F. GiffuniMFV r277607:
2015-01-23 Will AndrewsUse clock_gettime to measure the time that we spent...
2015-01-23 Will AndrewsUse CLOCK_UPTIME to get the uptime instead of CLOCK_MON...
2015-01-23 Will AndrewsMake "vmstat -i" respect the -c <count> and -i <interva...
2015-01-23 Enji CooperMFhead @ r277555
2015-01-21 Xin LIFix xz handling for files larger than 32K.
2015-01-20 Glen BarberMerge the following revisions from ^/projects/release...
2015-01-20 Enji CooperGarbage collect a prove test wrapper
2015-01-20 Xin LIMFV r277432:
2015-01-19 Enji CooperMFhead @ r277403
2015-01-18 Dimitry AndricUpgrade our copy of clang and llvm to 3.5.1 release...
2015-01-16 Will AndrewsAdd a ${CP} alias for copying files in the build.
2015-01-16 Jung-uk KimMerge OpenSSL 1.0.1l.
2015-01-15 Dimitry AndricImport libc++ trunk r224926. This fixes a number of...
2015-01-14 Justin HibbitsMake use of the new Altivec ptrace support, to save...
2015-01-13 Glen BarberReintegrate head revisions r273096-r277147
2015-01-13 Pedro F. GiffuniReplace __inline GNUism with the standard inline.
2015-01-12 Dag-Erling SmørgravMFV (r277045): merge upstream version of the local...
2015-01-10 Dimitry AndricAdd the llvm-symbolizer tool, which enables the sanitiz...
2015-01-10 Dimitry AndricRemove a few redundant DPADD/LDADD pairs in llvm utilities.
2015-01-10 Dimitry AndricRegenerate the manpages for the additional llvm/clang...
2015-01-10 Jeremie Le HenAdd a regression test for PR 192108.
2015-01-10 Baptiste DaroussinInstall the liblzma pkg-config file
2015-01-09 Ed Mastemkimg: Add MBR EFI partition type
2015-01-09 Jung-uk KimMFV: r276862
2015-01-08 Jung-uk KimMerge OpenSSL 1.0.1k.
2015-01-08 Dimitry AndricUpdate compiler-rt to trunk r224034. This brings a...
2015-01-08 John BaldwinDocument CPU_WHICH_DOMAIN and bump Dd for cpuset.1.
2015-01-08 Pedro F. GiffuniPartial revert of r276832:
2015-01-08 Pedro F. Giffunised: Address warnings with clang and gcc48.
2015-01-08 John BaldwinCreate a cpuset mask for each NUMA domain that is avail...
2015-01-07 Xin LIMFV r276761: tcpdump 4.6.2.
2015-01-07 Dimitry AndricAdd the AArch64 llvm backend to the build to allow...
2015-01-07 Ed Mastear: Avoid null pointer deref while reading corrupt...
2015-01-06 Baptiste DaroussinUse the new process reaper functionality
2015-01-06 Xin LIMFV r276759: libpcap 1.6.2.
2015-01-06 Dmitry Chaginkdump: eliminate new clang warnings.
2015-01-05 Dag-Erling Smørgravmfv (r276698): support for remote control over local...
2015-01-04 Joel Dahlmdoc: use An macro.
next