]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.bin
fix the kernel files to match our standard "option<space><tab>" format
[FreeBSD/FreeBSD.git] / usr.bin /
2012-09-16 zont- Make truss thread-aware.
2012-09-16 peterj- Add myself as a new src committer.
2012-09-16 kibHandle AT_TIMEKEEP in procstat(1) -x [1]. Remove the...
2012-09-15 jillessh: Prefer internal nextopt() to libc getopt().
2012-09-14 eadlerCorrect double "the the"
2012-09-14 eadlerBump date missed in r202756
2012-09-14 desUse libmd if and only if OpenSSL is not available.
2012-09-12 edSwitch batch to an SLIST.
2012-09-12 obrienAdd MK_KDUMP.
2012-09-12 zont- Fix detaching under some circumstances.
2012-09-11 delphijWARNS is now default to 6.
2012-09-11 joelMinor mdoc fix.
2012-09-11 dimEnsure mkcsmapper and mkesdb compile with clang, if...
2012-09-11 zont- Remove unused variables.
2012-09-11 jhale- Add myself to calendar.freebsd
2012-09-10 joelmdocify the chat(8) manual page.
2012-09-10 desNote that -quit terminates successfully.
2012-09-09 desDocument -quit, four and a half years after it was...
2012-09-09 joelRemove clause 3 and 4 from the NetBSD Foundation copyri...
2012-09-09 joelRemove trailing whitespace.
2012-09-08 glebiusMerge the projects/pf/head branch, that was worked...
2012-09-04 marcelMerge ATF 0.16 from vendor/atf/dist.
2012-09-04 trocinyFree memory allocated by procstat_getfiles(), which...
2012-09-02 zont- Style(9) cleanup.
2012-09-01 edRework all non-contributed files that use `struct timez...
2012-09-01 traszImprove description for "rctl -l".
2012-08-30 zont- Remove unused variables.
2012-08-23 dimSprinkle a bit of style.Makefile(5) across various...
2012-08-23 zont- Put arguments for print_syscall_ret() function in...
2012-08-21 dimWhen WITH_CLANG_EXTRAS is enabled, avoid needlessly...
2012-08-21 dimSupport the WITH_SHARED_TOOLCHAIN setting that was...
2012-08-21 zont- Use pid_t type instead of just int.
2012-08-21 zont- Add myself to the calendar.
2012-08-20 dimUpgrade our copy of llvm/clang to trunk r162107. With...
2012-08-18 kevloCleanup use of 'host' when running 'rpcinfo -p'.
2012-08-16 jkimMerge ACPICA 20120816.
2012-08-15 gonzoMerging of projects/armv6, part 3
2012-08-08 andrewImport compiler-rt r160957.
2012-08-05 dimIn usr.bin/make/var.c, function ParseModifier(), initia...
2012-08-01 bdrewery- Add myself to calendar.freebsd
2012-07-31 jillesfind: Remove unnecessary and inconsistent initialization.
2012-07-30 brianMention when -d, -p and -r first hit FreeBSD.
2012-07-30 brianAdd d, p and r switches for recording script sessions...
2012-07-28 mmUpdate libarchive to 3.0.4
2012-07-26 pluknetDocument -g option in the usage string.
2012-07-25 jillesfind: Implement real -ignore_readdir_race.
2012-07-24 trocinyAlign the header with output.
2012-07-24 impUpdate to latest git version of dtc to get new dtsv2...
2012-07-22 hrsFix a bug which prevents "nfsstat -W" for server statis...
2012-07-18 desAdd -g (gigabyte) flag to complement -k (kilobyte)...
2012-07-18 obrienSort per the comment.
2012-07-17 pfgDtrace: improve handling of library paths.
2012-07-16 pgj- Add support for displaying process stack memory regions.
2012-07-16 tuexenAllow netstat to be build if INET is not defined in...
2012-07-14 pfgMerge illumos commit 13455:7205f7794835
2012-07-12 jkimMerge OpenSSL 1.0.1c.
2012-07-11 jkimMerge ACPICA 20120711.
2012-07-07 eadlerFix spelling
2012-07-07 kientzleUnbreak building WITH_ICONV=yes and new yacc.
2012-07-04 gabor- Change --nthreads parameter to --parallel for GNU...
2012-07-03 trocinyFix style.
2012-07-03 zeisingAdd myself to commiters-[doc,ports].dot and calendar...
2012-07-02 jhbFix two layout bugs in the previous change:
2012-07-02 kibIssue proper diagnostic on the short writes, also consi...
2012-07-01 pfgImport the dtrace llquantize test files from the vendor...
2012-06-30 kibOnce in a month, when the moon is full, killall mistake...
2012-06-30 kibkillall(1) does not use libkvm.
2012-06-30 kibOnly initialize array of mibs once.
2012-06-30 kibInitialize procs closer to the place were it is used.
2012-06-27 thompsaUpdate the usage with the new jail option.
2012-06-27 jhbAdd a new line to top that provides a brief summary...
2012-06-27 jhbClarify that the cached file data pages included in...
2012-06-27 gabor- Switch to BSD sort as default sort. GNU sort will...
2012-06-27 gabor- Disable threaded sort by default
2012-06-27 delphijAdd a -I flag which requests confirmation before action...
2012-06-26 delphijMFV: less v449.
2012-06-22 jkimMerge ACPICA 20120620.
2012-06-21 delphijMFV: Update zlib to 1.2.7.
2012-06-20 delphijCurrently the code uses gzFile * for a zlib file descri...
2012-06-20 obrienCorrect typo in version.
2012-06-19 np- Updated TOE support in the kernel.
2012-06-13 jillesfind(1): Move description of -d option to -depth primary.
2012-06-11 desNone of these programs actually use auth.conf.
2012-06-11 kevloFix typo
2012-06-11 kevlo- Consistenly mention columns and fields
2012-06-10 issyl0Add more description and clarification about the -depth...
2012-06-10 jillestouch: Add the -d option from POSIX.1-2008.
2012-06-08 gabor- Remove the UNUSED_ARG macro and use __unused in argum...
2012-06-08 dimIn usr.bin/sort, use another method of silencing warnin...
2012-06-08 ashishAdd myself to the calendar.
2012-06-05 eadlerFix style nit: don't use leading zero for dates in .Dd
2012-06-04 jhbAllow the -p argument to kdump to accept either a PID...
2012-06-03 joelMinor mdoc improvements.
2012-06-02 eadlerDocument the limitations of the -delete primary
2012-06-01 jaseAdd myself as a new committer.
2012-05-31 obrienUpdate date for r236338 & r236346.
2012-05-31 jhbDon't trace or dump page fault records in the default...
2012-05-31 obrienAdd "-V '${VAR}'" variable expansion from Portable...
2012-05-30 obrienDeprecate the FreeBSD make's ":U" (to-upper case) and...
2012-05-30 eadlerFix likely race condition if wait_child() is interrupte...
next