]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.sbin/bsdconfig
MFV r251519:
[FreeBSD/FreeBSD.git] / usr.sbin / bsdconfig /
2013-06-08 Xin LIMFV r251519:
2013-06-06 Xin LIMFV r251474:
2013-06-05 Jung-uk KimAdd GNU regex from glibc 2.17.
2013-06-05 Simon J. GerratyUpdate to bmake-20130604 to fix file descriptor leak.
2013-06-04 Devin TeskeShift Console->Saver menu items to place the default...
2013-06-04 Devin TeskeLessen verbosity of "Exit" menutag items to appear...
2013-06-04 Devin TeskeUse f_shell_escape() instead of forking to awk. In...
2013-06-04 Devin TeskeUse a case-statement instead of multiple (separate...
2013-06-04 Devin TeskeComments.
2013-06-04 Devin TeskeSimilar to r251236, r251242, and r251244. Introduce...
2013-06-04 Devin TeskeFix a code typo (missing `eval') which lead to improper...
2013-06-04 Devin TeskeFix menu accenting for the package category list. The...
2013-06-04 Devin TeskeWhitespace and comments.
2013-06-04 Devin TeskeImprove debugging for f_dialog_*_constrain() to print...
2013-06-02 Devin TeskeLike r250701, introduce another handy function for...
2013-06-02 Devin TeskeFix a typo. In this case, the typo caused the f_noyes...
2013-06-02 Devin TeskeFix a bug in which the user's choice to Cancel was...
2013-06-02 Devin TeskeFix a bug that would cause a spurious warning to appear...
2013-06-02 Devin TeskeFix a bug in which the user's choice to Cancel was...
2013-06-02 Devin TeskeChange the name of a couple of functions in `usermgmt...
2013-06-02 Devin TeskeFix a copy/paste error within a comment.
2013-06-02 Devin TeskeAdd some additional debugging to the common media library.
2013-06-02 Devin TeskeMake some obvious consolidations in local declaration...
2013-06-02 Devin TeskeStandardize NULL initialization to be consistent.
2013-06-02 Devin TeskeUse f_isset() (introduced by r250317) instead of `f_qui...
2013-06-02 Devin TeskeMake proper use of locals in f_dialog_init().
2013-06-02 Devin TeskeImprovements to whitespace and comments.
2013-06-02 Devin TeskeFix option processing from the library layer to address...
2013-06-02 Devin TeskeStandardize the way functions build their arguments...
2013-06-02 Devin TeskeImprove the dialog(1) API in dialog.subr by adding...
2013-06-02 Devin TeskeSimilar to r251236, improve the portion of dialog(1...
2013-06-01 Devin TeskeImprove portion of the dialog(1) API in dialog.subr...
2013-06-01 Devin TeskeFix a typo introduced by r251190.
2013-06-01 Devin TeskeFix a regression in the packages module introduced...
2013-05-31 Xin LIMFV: Redo the fixup using the submitted version accepte...
2013-05-31 Devin TeskeImprove portion of the dialog(1) API in dialog.subr...
2013-05-30 Xin LIMFV: tcpdump 4.4.0.
2013-05-30 Baptiste DaroussinUpdate byacc to 20130304
2013-05-30 Xin LIMFV: libpcap 1.4.0.
2013-05-21 Jung-uk KimAdd flex 2.5.37 from flex.sourceforge.net to contrib.
2013-05-20 Jung-uk KimMerge ACPICA 20130517.
2013-05-20 Simon J. GerratySync with upstream version (20130520) that includes...
2013-05-19 Mark JohnstonRe-introduce another part of r249367. This commit fixes...
2013-05-17 Dag-Erling SmørgravUpgrade to OpenSSH 6.2p2. Mostly a no-op since I had...
2013-05-16 Devin TeskeFix a typo in a comment.
2013-05-16 Devin TeskeAdd a handy function for truncating variables to a...
2013-05-14 Devin TeskeCentralize standard getopts arguments, both for conveni...
2013-05-13 Xin LIMFV: less v458.
2013-05-12 Mark JohnstonBring back part of r249367 by adding DTrace's temporal...
2013-05-12 Devin TeskeComment.
2013-05-12 Devin TeskeFix i18n violations in the package management module...
2013-05-12 Devin TeskeRemove duplicated string.
2013-05-12 Devin TeskeComments.
2013-05-12 Devin TeskeWhitespace.
2013-05-09 Devin TeskeFix a bug that would cause the category menu to display...
2013-05-08 Jung-uk KimMFV: r250336
2013-05-07 Devin TeskeCommit first portion of package module -- this includes...
2013-05-07 Devin TeskeExplicitly track "script.subr" which wasn't showing...
2013-05-07 Devin TeskeRecursively calculate includes. This solves the problem...
2013-05-07 Devin TeskeRemove unused variables.
2013-05-07 Devin TeskeAlphabetize strings by variable names.
2013-05-07 Devin TeskeRe-organize and add missing installVarDefaults and...
2013-05-07 Devin TeskeAdd f_isset() utility subroutine for checking if a...
2013-05-05 Xin LIMFV: Update zlib to 1.2.8.
2013-04-28 Adrian ChaddCopy the vendor branch ar9300 code from qcamain_open_ha...
2013-04-27 Dimitry AndricMerge libc++ trunk r180598. Contains several minor...
2013-04-27 Dimitry AndricMerge libcxxrt c812a07cd2f95c1403baf0bbe0366e7618d1d6d3:
2013-04-26 Devin TeskeProperly sanitize --menu results (guards against Gtk...
2013-04-26 Devin TeskeComments.
2013-04-24 Martin MatuskaMFV r249857:
2013-04-24 Dag-Erling SmørgravMerge updated "no such identity file" patch.
2013-04-24 Devin TeskeFix copy/paste error.
2013-04-23 Devin TeskeAdd missing include.
2013-04-23 Devin TeskePrevent device.subr from auto-loading in the nameserver...
2013-04-22 Devin TeskePreserve debugFile preference across the exec boundary.
2013-04-22 Devin TeskePartially uncommit r249779. The changes to share/common...
2013-04-22 Devin TeskeFix "-D file" to automagically enable debugging if...
2013-04-22 Devin TeskeClarify to the user the amount of time required to...
2013-04-22 Devin TeskeNew helper functions for common widgets.
2013-04-22 Devin TeskeProper fix for copy/paste error (first attempt r249756).
2013-04-22 Devin TeskeFix a copy/paste error.
2013-04-22 Devin TeskeUpdate comment for accuracy.
2013-04-22 Devin TeskeStyle nit (to be consistent across project).
2013-04-22 Devin TeskeFix two bugs when setting up a plip interface. First...
2013-04-22 Devin TeskeUI improvements. First, implement --default-item whenev...
2013-04-22 Devin TeskeUse new f_getvar for clarity and general code follow...
2013-04-22 Devin TeskeAdd new flags `-d' (sets debug=1) and `-D file' (sets...
2013-04-21 Gregory Neil ShapiroMerge sendmail 8.14.7 to HEAD
2013-04-20 Edwin GroothuisMerge of vendor of 249690, tzdata2013c
2013-04-19 Jung-uk KimMerge ACPICA 20130418.
2013-04-16 Pedro F. GiffuniDTrace: print() should try to resolve function pointers
2013-04-15 Xin LIMFV r249496,249498. The most visible change is that...
2013-04-14 Dag-Erling SmørgravSilence "received disconnect" in the common case.
2013-04-12 Pedro F. GiffuniDtrace: resolve const types from fbt and other fixes.
2013-04-12 Dimitry AndricUpgrade our copy of llvm/clang to trunk r178860, in...
2013-04-11 Pedro F. GiffuniDTrace: option for time-ordered output
2013-04-11 Martin MatuskaMFV r249354:
2013-04-09 Dag-Erling SmørgravRevert local changes and pull in r3828 from upstream.
2013-04-09 Ed SchoutenImport a new version of NetBSD's mtree.
2013-04-06 Martin MatuskaMFV r249186:
next