]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.bin
Fix building of llvm's unwind if gcc has been also built
[FreeBSD/FreeBSD.git] / usr.bin /
2016-10-19 Conrad MeyerCapsicum support for jot(1)
2016-10-19 Pietro CeruttiChase a cornercase in printenv and sync its behaviour...
2016-10-18 Warner LoshAdd a new flag to mkimg (-a num) to specify the active...
2016-10-18 Marcel Moolenaar o Provide a private definition for UUIDs (mkimg_uuid_...
2016-10-17 John BaldwinMove mksubr from kdump into libsysdecode.
2016-10-17 Ed Masteelfdump: correct DT_AUXILIARY / DT_USED / DT_FILTER...
2016-10-16 Marcel MoolenaarSwitch to using the portable partition scheme headers.
2016-10-15 Baptiste DaroussinFix typos in sdiff(1) message and improve display
2016-10-15 Baptiste DaroussinMove cleanup() into the edit.c file which is the only...
2016-10-15 Baptiste DaroussinTurn editit into a static function
2016-10-15 Baptiste DaroussinRemove the common.h include which is actually not used...
2016-10-14 Alexander MotinMFV r307314:
2016-10-14 Alexander MotinMFV r307313:
2016-10-13 Martin MatuskaMFV r307214:
2016-10-11 John BaldwinFix printf format warning.
2016-10-08 Baptiste DaroussinImport tzdata 2016g
2016-10-07 Mariusz ZaborskiRestrict stdin if it's not in use.
2016-10-07 Mariusz ZaborskiRemove the duplicated code using Capsicum helpers.
2016-10-07 Ed MasteImprovements to BSD-licensed DTC.
2016-10-06 Baptiste Daroussinlocaledef: Improve cc_list parsing
2016-10-06 Baptiste Daroussinlocaledef: Fix ctype dump (fixed wide spread errors)
2016-10-06 Conrad Meyerwrite(1): Capsicumify
2016-10-06 Ed Mastelocate: ANSIfy
2016-10-06 Ed Mastelogin: fix capitalization in errx messages
2016-10-04 Jung-uk KimMFV: r306687
2016-10-04 Jung-uk KimMerge ACPICA 20160930.
2016-10-04 Martin MatuskaMFV r306669:
2016-10-03 Ed MasteRetire WITHOUT_ELFCOPY_AS_OBJCOPY option
2016-10-03 Marcel MoolenaarReplace OFF_MAX with INT64_MAX. The former is defined...
2016-10-03 Marcel MoolenaarPrefer <stdint.h> over <sys/types.h>. While here remove...
2016-10-03 Marcel MoolenaarReplace STAILQ with TAILQ. TAILQs are portable enough...
2016-10-01 John BaldwinDon't declare the 'temp' timeval as static.
2016-10-01 John BaldwinUse timercmp() and timersub() in kdump.
2016-10-01 John BaldwinExpose kernel-only errno values if _WANT_KERNEL_ERRNO...
2016-10-01 John BaldwinDecode arguments to truncate and ftruncate.
2016-10-01 John BaldwinHandle 64-bit system call arguments (off_t, id_t).
2016-10-01 Pedro F. Giffunipatch(1): make some macros look boolean.
2016-10-01 Pedro F. Giffunipatch(1): make some macros look boolean.
2016-10-01 Baptiste DaroussinImport libucl 20160812
2016-09-30 Baptiste DaroussinImport dma 20160929
2016-09-30 Ed Masteprimes: trivially capsicumize
2016-09-29 Dag-Erling SmørgravUpgrade to Unbound 1.5.10.
2016-09-29 Alexander MotinMFV r306423: 7402 Create tunable to ignore hole_birth...
2016-09-28 Alexander MotinMFV r306422: 7254 ztest failed assertion in ztest_datas...
2016-09-27 Ed MasteAdd a WITHOUT_DIALOG src.conf(5) knob
2016-09-26 Jung-uk KimMerge OpenSSL 1.0.2j.
2016-09-26 Ruslan BukinIncrease timeout for legacy_test from 300 (default...
2016-09-26 Marcel MoolenaarPortability changes:
2016-09-26 Marcel MoolenaarAvoid depending on the <sys/endian.h> header for le...
2016-09-26 Marcel MoolenaarEliminate the use of EDOOFUS. The error code was used...
2016-09-25 Marcel MoolenaarReplace the use of linker sets with constructors for...
2016-09-24 Marcel MoolenaarUpdate local variable 'block' after calling capacity_re...
2016-09-23 Bryan DreweryDIRDEPS_BUILD: Connect new directories.
2016-09-23 Konstantin BelousovProvide proccontrol(1), an utility to control processes...
2016-09-22 Warner LoshRevert and redo r306083.
2016-09-22 Jung-uk KimMerge OpenSSL 1.0.2i.
2016-09-21 Joseph MingroneAdd myself (jrm) to calendar.freebsd
2016-09-21 Alan SomersUpdate mkimg(1) author's contact info
2016-09-21 Andrew TurnerUpdate the device tree source files to a Linux 4.7-RC.
2016-09-20 Ed Masteelfdump: limit STDIN to no rights rather than closing it
2016-09-20 Ed Mastebspatch: Remove backwards-compatibility sys/capability...
2016-09-19 Conrad MeyerMove sys/capsicum.h includes after types.h or param.h
2016-09-19 Pedro F. Giffunihexdump(1): Simplify by using asprintf(3)
2016-09-19 Conrad Meyerindent(1): Capsicumify
2016-09-19 Conrad Meyertr(1): Capsicumify
2016-09-19 Conrad Meyercmp(1): Capsicumify
2016-09-19 Andrew TurnerImport the Linaro Cortex Strings library into contrib.
2016-09-19 Baptiste DaroussinRevert capsicum support
2016-09-19 Enji CooperFix typo introduced in r305949 with the stable/10 boots...
2016-09-18 Ed Masteelfdump: adjust stdout/stderr capabilities
2016-09-18 Baptiste DaroussinSimplify the fix for bootstrap tools
2016-09-18 Baptiste DaroussinFix building as bootstrap tools on pre-capsicum.h systems
2016-09-18 Baptiste DaroussinBetter error checking
2016-09-18 Baptiste Daroussinstyle(9) fix
2016-09-18 Baptiste DaroussinCapsicum-ize tee(1)
2016-09-18 Baptiste DaroussinCapsicum-ize soelim(1).
2016-09-18 Baptiste DaroussinRemove reference of z(s)diff which was dropped before...
2016-09-16 Warren BlockUpdate history. Patch supplied by Sevan Janiyan <ventu...
2016-09-15 Ed Mastesdiff: improve errx string
2016-09-15 Ed Mastebspatch: use #define for header size instead of magic...
2016-09-15 Ed Mastelogin: clean up errx strings
2016-09-14 Martin MatuskaMFV r305816:
2016-09-14 Ed Mastevtfontcvt: remove superfluous newlines in errx messages
2016-09-14 Pedro F. Giffunilocaledef(1): make better use of calloc(3) arguments.
2016-09-12 Ed Mastebspatch: remove superfluous newlines from errx strings
2016-09-09 Simon J. GerratyUpdate to bmake-20170818
2016-09-08 Gabor Kovesdan- Fix typo
2016-09-07 Alexander MotinMFV r305562: 7259 DS_FIELD_LARGE_BLOCKS is unused
2016-09-07 Alexander MotinMFV r305560: 7278 tuning zfs_arc_max does not impact...
2016-09-06 Ed Mastebspatch: add sanity checks on sizes to avoid integer...
2016-09-06 Wojciech MacekUpdate Annapurna Alpine HAL to a newer version.
2016-09-05 Martin MatuskaMFV r305420:
2016-09-05 Dag-Erling SmørgravAdd a toggle to display the approximate amount of swap...
2016-09-04 Dag-Erling SmørgravUpgrade to Unbound 1.5.9.
2016-09-03 Alexander MotinMFC r305337: 7004 dmu_tx_hold_zap() does dnode_hold...
2016-09-03 Alexander MotinMFV r305336: 7247 zfs receive of deduplicated stream...
2016-09-03 Alexander MotinMFV r305335: 7003 zap_lockdir() should tag hold
2016-09-03 Alexander MotinMFV r304157:
2016-09-03 Alexander MotinMFV r304156: 7235 remove unused func dsl_dataset_set_blkptr
2016-09-03 Alexander MotinMFV r304159: 7277 zdb should be able to print zfs_dbgmsg's
next