]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.sbin
Import compiler-rt r172839.
[FreeBSD/FreeBSD.git] / usr.sbin /
2013-01-18 Andrew TurnerImport compiler-rt r172839.
2013-01-18 Eitan AdlerAdd option to make pc-sysinstall optional
2013-01-18 Alfred PerlsteinSpelling: exitting -> exiting
2013-01-17 Jung-uk KimMerge ACPICA 20130117.
2013-01-16 Xin LIMFV r245510:
2013-01-16 Eitan AdlerRemove unused variables
2013-01-16 Eitan AdlerAvoid clobbering errno with a call to fprintf
2013-01-14 Devin TeskeDon't use f_show_msg() unless printf(1) syntax is requi...
2013-01-14 Baptiste DaroussinDirectly uses calloc(3) instread of malloc(3) + memset(3)
2013-01-14 Devin TeskeAdd new f_yesno/f_noyes wrapper functions (which take...
2013-01-14 Devin TeskeAdd missing dialog(1) arguments to internationalize...
2013-01-12 Nathan WhitehornNote that cpufreq(4) is not available on all hardware.
2013-01-12 Joel DahlRemove EOL whitespace.
2013-01-11 David ChisnallMerge new version of libcxxrt. This brings in three...
2013-01-09 Brooks DavisAlways install our mtree as /usr/sbin/fmtree and link...
2013-01-09 Hajimu UMEMOTOAdd no_prefer_iface option.
2013-01-07 Devin TeskeUpdate copyright following last commit.
2013-01-07 Devin TeskeAdd nonInteractive support to f_dialog_yesno/noyes().
2013-01-06 Mateusz Guzikpw: free group returned by gr_add
2013-01-06 Devin TeskeUpdate copyrights and dates following last commit.
2013-01-05 Devin TeskeAdd support for scripting (sysinstall style).
2013-01-05 Benjamin KadukGrammar fixes and some wordsmithing
2013-01-03 Hiroki Sato- Print scopeid for link-local scope addresses.
2013-01-03 Rick MacklemFix r244604 so that it builds when MK_KERBEROS_SUPPORT...
2013-01-03 Mark JohnstonMake sure to update the mtime of a logfile after archiv...
2013-01-03 Mark JohnstonHave -n imply -r, since dry-run mode obviously doesn...
2013-01-03 Mark JohnstonFix a typo in an error message.
2013-01-03 Devin TeskeComments.
2013-01-03 Xin LIMFV: one-true-awk 20121220.
2013-01-03 Marius StroblRemove bogus '-' from getopt(3) string hit when porting...
2013-01-02 Xin LIMFV r244973:
2013-01-02 Nathan WhitehornMake sade actually be a symlink to partedit, as per...
2012-12-30 Nathan WhitehornAdd a man page for the new sade(8), which is mostly...
2012-12-30 Nathan WhitehornReplace sade the extracted piece of sysinstall with...
2012-12-30 Nathan WhitehornIf invoked as sade, don't complain about having a files...
2012-12-29 Gregory Neil ShapiroMerge sendmail 8.14.6 to HEAD
2012-12-29 Devin TeskeComments.
2012-12-29 Devin TeskeAdd missing enforcement of height restriction after...
2012-12-29 Devin TeskeAdd support for running without a controlling terminal...
2012-12-28 Devin TeskeAllow debug output to be logged to a file (set $debugFi...
2012-12-28 Devin TeskeWhitespace.
2012-12-28 Devin TeskeFix incorrect function name. s/[[:<:]]dialog_clear...
2012-12-27 Baptiste DaroussinSimplify vnextgrent and vnextpwent reusing pw_scan...
2012-12-27 Baptiste DaroussinFix a regression in "pw group show" introduced r242349:
2012-12-27 Baptiste DaroussinSimplify the code by using the new gr_add function
2012-12-27 Devin TeskeComments and fit to 80-columns.
2012-12-26 Baptiste DaroussinSimplify copying of group members by using memcpy
2012-12-26 Baptiste DaroussinFix off-by-one error in memory allocation: j entries...
2012-12-26 Baptiste DaroussinIn case of the deletion of a user those whole database...
2012-12-26 Baptiste DaroussinFix creating a user and adding it to a group
2012-12-25 Rick MacklemAttempt to clarify that for ZFS, all file systems under
2012-12-25 Rick MacklemAttempt to clarify that for ZFS, all file systems under
2012-12-25 Devin TeskeAdd more debugging to help with diagnosis of program...
2012-12-25 Devin TeskeRemove unnecessary duplicate initialization of the...
2012-12-23 Matthew SeamanRemove extraneous space and new-line.
2012-12-23 Rick MacklemFix the Makefile so it can build gssd.c after r244604.
2012-12-23 Dimitry AndricUpgrade our copy of llvm/clang to 3.2 release.
2012-12-23 Matthew SeamanThird time's the charm. pkg -N output needs to go...
2012-12-22 Rick MacklemDocument the new gssd daemon options added by r244604.
2012-12-22 Rick MacklemIt was reported via email that some sshds create kerberos
2012-12-22 Martin MatuskaMFV r244559:
2012-12-22 Matthew SeamanSwitch from 'pkg -n' to 'pkg -N' as the test for pkgn...
2012-12-22 Andrew TurnerAdd the missing '$' from the LIBNETBSD variable
2012-12-21 Devin TeskeSplit dialog(1)-based validators for hostname/netmask...
2012-12-21 Devin TeskeRemove unused include.
2012-12-21 Brooks DavisAdd NetBSD's mtree to the tree and install it as nmtree...
2012-12-21 Devin TeskeChange axiom for initialization. Including script can...
2012-12-21 Devin TeskeRemove erroneous use of "local" (not in a function).
2012-12-21 Devin TeskeNew f_show_info() function for dialog(1) --infobox...
2012-12-21 Devin TeskeUse f_show_help() where printf(1) syntax is desired.
2012-12-21 Matthew SeamanIn preparation for making 'pkg -n' the one true method...
2012-12-21 Devin TeskeImprove the debugging abilities and clean up debug...
2012-12-21 Devin TeskeAdd much-needed dialog(1) --inputbox function for simpl...
2012-12-21 Kevin LoFix socket calls on error post-r243965.
2012-12-21 Neel NatuDivine the array size by using 'nitems(array)' instead...
2012-12-21 Neel NatuThe MPtable specification allows for an 8-bit "BUS...
2012-12-21 Neel NatuTeach acpidump to dump the DMA Remapping Reporting...
2012-12-20 Mark Johnston- Make sure that errno isn't modified before calling...
2012-12-19 Rick MacklemPost r243965 the nfsd daemon will not start up for...
2012-12-18 Brooks DavisReplace our implementation of the vis(3) and unvis...
2012-12-17 Rick MacklemFix the gssd daemon so that it uses syslog() to report
2012-12-16 Eitan AdlerMinor wording improvments to some manual pages
2012-12-15 Mikolaj GolubChange `iostat -Ix` to display total duration of transa...
2012-12-15 Robert WatsonMerge OpenBSM 1.2-alpha3 from the vendor branch to...
2012-12-15 Martin MatuskaMFV r244245:
2012-12-13 Alfred PerlsteinChange progress indicator for downloading patches.
2012-12-12 Xin LIAdd -R, an option to restart all enabled "local" services.
2012-12-09 Glen BarberAdd missed BETA* to list.
2012-12-09 Glen BarberGet 'uname -r' earlier, so it can be used to determine...
2012-12-08 Eitan AdlerA number of places in the source tree still reference...
2012-12-07 Erwin LansingUpdate to 9.8.4-P1.
2012-12-05 Baptiste Daroussinremove redundant yyparse declarations
2012-12-05 Hiroki Sato- Move definition of V_deembed_scopeid to scope6_var.h.
2012-12-05 Eitan AdlerSimplify string duplication: use strdup instead of...
2012-12-05 Eitan AdlerAvoid overflowing the file buffer
2012-12-05 Eitan AdlerUse strdup instead of malloc + strcpy
2012-12-05 Eitan AdlerAvoid overflow of file buffer
2012-12-05 Eitan AdlerRemove useless check for NULL prior to free.
2012-12-05 Eitan AdlerRemove pointless check for the existence of /usr/bin...
2012-12-05 Eitan AdlerAdd ability to mergemaster to permit the user to type
next