]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.sbin/bsdinstall
[net80211] [wlanwds] allow logging to stderr as well as syslog.
[FreeBSD/FreeBSD.git] / usr.sbin / bsdinstall /
2017-04-17 emasteUpdate ELF Tool Chain to upstream r3520
2017-04-15 baptImport zstandard 1.1.4 in base
2017-04-14 cembsdinstall(8): Sprinkle a snprintf to fixed size buffer
2017-03-28 mmMFV r316083,316094:
2017-03-25 dchaginUpdate to tcsh 6.20.00
2017-03-24 mmMFV r315875:
2017-03-23 delphijMFV r315791: ntp 4.2.8p10.
2017-03-20 mmMFV r315633, 315635:
2017-03-17 robakRevert changes introduced in r314036 on demand by jhb...
2017-03-10 gonzoMerge from vendor branch importing dtc 1.4.3
2017-03-08 impCopy needed include files from EDK2. This is a minimal...
2017-03-07 manuUpdate our device tree files to a Linux 4.10
2017-03-07 rgrimesConvert absolute links to relative links.
2017-03-06 desUpgrade to OpenSSH 7.4p1.
2017-03-03 jkimMerge ACPICA 20170303.
2017-03-02 mmMFV r314565,314567,314570:
2017-03-02 desUpgrade to OpenSSH 7.3p1.
2017-02-23 dimMerge ^/head r313896 through r314128.
2017-02-21 robakEnable bsdinstall hardening options by default.
2017-02-20 desUpgrade to OpenPAM Radula.
2017-02-19 baptImport mandoc 1.4.1rc2
2017-02-17 dimMerge ^/head r313644 through r313895.
2017-02-16 robakAdd 0-8 as shortcuts for jumping to menu items in the...
2017-02-13 delphijMFV r313676: libpcap 1.8.1
2017-02-11 dimMerge ^/head r313301 through r313643.
2017-02-08 gargabsdinstall: Make sure chroot filesystems are umounted...
2017-02-08 ngieMFhead@r313433
2017-02-08 rpokalaFix indentation (only line in file w/ 8-space indent...
2017-02-07 ngieImprove libnetbsd compatibility with NetBSD
2017-02-04 ngieMerge in changes from ^/vendor/NetBSD/tests/dist@r313245
2017-02-04 ngieMFhead@r313243
2017-02-02 jkimMFV: r313101
2017-02-02 mmMFV r313071:
2017-02-01 glebiusUpdate tcpdump to 4.9.0.
2017-01-29 dimMerge ^/head r312894 through r312967.
2017-01-28 nyanRemove pc98 support completely.
2017-01-21 baptImport mandoc cvs snapshot 20170121 (pre 1.14)
2017-01-16 ngieMerge ^/vendor/NetBSD/tests/dist@r312294
2017-01-14 dimMerge compiler-rt release_40 branch r292009.
2017-01-14 dimMerge llvm, clang, lld and lldb release_40 branch r2920...
2017-01-14 ngieCopy ^/vendor/NetBSD/tests/dist/lib/libc/hash/t_hmac...
2017-01-14 ngieCopy ^/vendor/NetBSD/tests/dist to contrib/netbsd-tests
2017-01-14 ngieMerge content currently under test from ^/vendor/NetBSD...
2017-01-13 ngieUpgrade NetBSD tests to 01.11.2017_23.20 snapshot
2017-01-10 mmMFV r311899:
2017-01-09 dimMerge compiler-rt trunk r291476.
2017-01-09 dimMerge llvm, clang, lld and lldb trunk r291476.
2017-01-08 dimMerge compiler-rt r291274.
2017-01-08 dimMerge libc++ r291274, and update the library Makefile.
2017-01-06 dimMerge llvm, clang, lld and lldb trunk r291274, and...
2017-01-05 jkimMerge ACPICA 20161222.
2017-01-04 dimMerge llvm, clang, lld and lldb trunk r291012, and...
2017-01-04 delphijRestructure libz, place vendor files in contrib/zlib...
2017-01-02 dimUpdate lldb to trunk r290819 and resolve conflicts.
2017-01-02 dimUpdate lld to trunk r290819 and resolve conflicts.
2017-01-02 dimUpdate clang to trunk r290819 and resolve conflicts.
2017-01-02 dimUpdate llvm to trunk r290819 and resolve conflicts.
2016-12-30 mmMFV r310796, r310797:
2016-12-30 cognetMerge CK as of commit 255a47553aa5e8d0bb5f8eec63acac7f4...
2016-12-27 mmMFV r310622:
2016-12-19 sjgMerge bmake-20161212
2016-12-17 mmMFV r310115,310184:
2016-12-16 dimMerge ^/head r309817 through r310168.
2016-12-13 dteskeRevert r309918 -- modern POSIX has deprecated -<#>...
2016-12-13 dteskeIt's completely pointless to replace newlines with...
2016-12-13 dteskeThe flags of a WLAN need to be quoted (they contain...
2016-12-13 dteskeSimplify single-line if statements
2016-12-13 dteskeSimplify loop by moving predicate to clause
2016-12-13 dteskeWordsmithing
2016-12-13 dteskeWhy test $? when you can test the command
2016-12-13 dteskeRestore previous comment
2016-12-13 dteskeBoth simplify bringup of interface after changes and...
2016-12-13 dteskeCalculate proper size of menu list dialog
2016-12-13 dteskeThere's an API function for catching errors and display...
2016-12-13 dteskeThere's an API function for displaying pauses
2016-12-13 dteskeThere's an API function for displaying yes/no dialogs
2016-12-13 dteskeThere's an API function for displaying errors
2016-12-13 dteskeComment
2016-12-13 dteskeWhitespace alignment
2016-12-13 dteskeRelying on dialog auto-sizing (width/height/rows =...
2016-12-13 dteskeRemove unnecessary quotes
2016-12-13 dteskeAdd missing quotes
2016-12-13 dteskeIn awk, if you're going to append a newline to your...
2016-12-13 dteskeThis statement has too many backslashes
2016-12-13 dteskeNeither printf (and as is commonly known) nor print...
2016-12-13 dteskeWhitespace and alignment
2016-12-13 dteskeYou don't need parentheses for awk's printf
2016-12-13 dteskeContinued resolution of conveluted statement
2016-12-13 dteskeThese two error messages have always been backwards...
2016-12-13 dteskeWhy use $? when you can use the command itself
2016-12-13 dteskeIf the first ping succeeded, why on Earth should we...
2016-12-13 dteskeStart deconstructing a conveluted hunk of code
2016-12-13 dteskeRemove completely unnecesary parentheses
2016-12-13 dteskeWhy repeat yourself when you can send stderr to the...
2016-12-13 dteskeProperly quote variable
2016-12-13 dteskeUse more generic f_yesno() from provided API
2016-12-13 dteskeThe output of dialog needs to be sanitized
2016-12-13 dteskeWhitespace alignment
2016-12-13 dteskeSort the domains
2016-12-13 dteskeThe --no-items and --stdout options are non-standard...
next