]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.sbin
Better variables naming in expand_name() to be more consistent with coredump().
[FreeBSD/FreeBSD.git] / usr.sbin /
2012-12-17 rmacklemFix the gssd daemon so that it uses syslog() to report
2012-12-16 eadlerMinor wording improvments to some manual pages
2012-12-15 trocinyChange `iostat -Ix` to display total duration of transa...
2012-12-13 alfredChange progress indicator for downloading patches.
2012-12-12 delphijAdd -R, an option to restart all enabled "local" services.
2012-12-09 gjbAdd missed BETA* to list.
2012-12-09 gjbGet 'uname -r' earlier, so it can be used to determine...
2012-12-08 eadlerA number of places in the source tree still reference...
2012-12-07 erwinUpdate to 9.8.4-P1.
2012-12-05 baptremove redundant yyparse declarations
2012-12-05 hrs- Move definition of V_deembed_scopeid to scope6_var.h.
2012-12-05 eadlerSimplify string duplication: use strdup instead of...
2012-12-05 eadlerAvoid overflowing the file buffer
2012-12-05 eadlerUse strdup instead of malloc + strcpy
2012-12-05 eadlerAvoid overflow of file buffer
2012-12-05 eadlerRemove useless check for NULL prior to free.
2012-12-05 eadlerRemove pointless check for the existence of /usr/bin...
2012-12-05 eadlerAdd ability to mergemaster to permit the user to type
2012-12-05 baptif PACKAGESITE url scheme is not 'file://', always...
2012-12-04 joelRemove snapshots.jp.freebsd.org. It stopped working...
2012-12-03 joel- Remove snapshots.se.freebsd.org [1]
2012-12-03 dimUpgrade our copy of llvm/clang to r168974, from upstrea...
2012-12-02 alfredDocument maxthreads and minthreads arguments
2012-12-01 rwatsonMerge a number of changes required to hook up OpenBSM...
2012-12-01 rwatsonMerge OpenBSM 1.2-alpha2 from vendor branch to FreeBSD...
2012-11-28 alfredDon't allow minthreads > maxthreads.
2012-11-28 alfredFix typo.
2012-11-27 alfredAutoconfigure nfsd threads based on ncpu.
2012-11-27 dteskeAllow setting of NULL titles with f_dialog_[back]title().
2012-11-27 dteskeChange self-initialization to occur when loaded versus...
2012-11-27 dteskeComments.
2012-11-26 eadlerProvide an option to users to shoot themselves in the...
2012-11-26 eadlerUse modern license instead of being consistent with...
2012-11-25 dteskeSplit IP address validation routines and improve error...
2012-11-24 dteskeWhitespace.
2012-11-24 dteskeAdd IPv6 address-validation routine.
2012-11-23 hrs- Use sin6_scope_id instead of sin6_addr.s6_addr[2].
2012-11-20 jkimMerge ACPICA 20121114.
2012-11-20 baptIn NIS mode first chmod(2) the temporary file and...
2012-11-20 baptCorrectly set the password file mode after renaming...
2012-11-20 eadlerRemove unneeded includes.
2012-11-18 joelMinor mdoc fix.
2012-11-18 eadlerStandardize EXIT STATUS instructions in man pages when...
2012-11-18 hrs- Increase the number of retry for NET_RT_DUMP from...
2012-11-18 hrsOverhaul of route6d(8):
2012-11-18 hrsUse sin6_scope_id instead of KAME-specific embedded...
2012-11-17 hrsFill sin6_scope_id in sockaddr_in6 before passing it...
2012-11-16 sjgMerge bmake-20121111
2012-11-16 dteskeReplicate a feature from sysinstall documented in
2012-11-15 eadlerThis wasn't supposed to be in there - I committed the...
2012-11-15 eadlerAdd support for a -q flag. While here make the custom...
2012-11-15 eadlerBe declarative about if an error has occured.
2012-11-15 eadlerFix error code if file isn't readable.
2012-11-15 eadlerCheck the range of the gid
2012-11-15 eadlerAdd a missing check for fread
2012-11-07 issyl0Document all of the options that wpa_supplicant accepts.
2012-11-03 delphijReplace log(3) with flsll(3) for watchdogd(8) and drop...
2012-11-03 sjgIf no contents keyword is specified, the default for...
2012-10-30 baptTeach pw(8) about how to use pw/gr API to reduce code...
2012-10-29 kientzleClarify a warning message.
2012-10-27 dteskeFix bug introduced by r241902 (MANIFEST uses TAB delimi...
2012-10-26 eadlerWhile 'make universe' passed this didn't work with...
2012-10-26 dteskeResurrect and integrate stable/9/usr.sbin/sysinstall...
2012-10-26 eadlerThis utility builds without NO_WCAST_ALIGN
2012-10-26 dteskeRemove unnecessary quotation to clean things up.
2012-10-26 dteskeDon't mask fwe(4) lp(4) or plip(4) devices from ifconfi...
2012-10-26 dteskeResurrect and integrate stable/9/sysinstall/help/tcp.hlp
2012-10-26 dteskeTighten-up displays that use a NULL prompt (e.g., netwo...
2012-10-26 dteskeFix copy/paste error.
2012-10-26 dteskeSwitch from using a msgbox to display help files to...
2012-10-25 sobomaxSecond attempt to add @every_second keyword support...
2012-10-25 dteskeWhen Xdialog(1) is passed a NULL argument to its `...
2012-10-25 edLet lpr build with -Wmissing-variable-declarations.
2012-10-25 jimharrisFor PCI Express capability, if max link width is greate...
2012-10-24 eadlerPRIV_START and PRIV_END were reversed.
2012-10-24 eadlerAvoid changing IFS in a global context as this can...
2012-10-24 kensmithAdd the release package directory for 9.1-RELEASE.
2012-10-22 dimImport libc++ trunk r165949. Among other improvements...
2012-10-22 dteskeOptimize syntax to use builtins and reduce unnecessary...
2012-10-22 dteskeResurrect usage.hlp and securelevel.hlp from sysinstall...
2012-10-22 eadlerCheck the return error of set[ug]id. While this can...
2012-10-22 eadlerFix typo in error when unable to create TCP socket
2012-10-22 eadlerCheck the return error of set[e][ug]id. While this...
2012-10-22 eadlerremove duplicate semicolons where possible.
2012-10-22 eadlerWarn users when using pkg tools if it looks like they
2012-10-22 eadlerFix conditional expression: previously a bit vector...
2012-10-21 nwhitehornUpdate dialog to 20120706: includes minor useability...
2012-10-20 edMove uniq() prototype into extern.h.
2012-10-20 edMore -Wmissing-variable-declarations fixes.
2012-10-20 edRemove redundant code.
2012-10-19 impIndent ecaps the same way we indent caps.
2012-10-19 uqsMerge mandoc from vendor into contrib and provide the...
2012-10-19 edMore -Wmissing-variable-declarations fixes.
2012-10-19 edAdd missing const keywords.
2012-10-19 brooksReplace our version of the pwcache(3) API with NetBSD...
2012-10-18 dteskeMore-accurately replicate the help system from sysinsta...
2012-10-18 dteskeFix a bug where blank lines were not being counted...
2012-10-18 emaxmake sure that socket's send and receive buffers are...
2012-10-18 attilioDisconnect non-MPSAFE SMBFS from the build in preparati...
2012-10-18 dteskeFix typo.
next