aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary duplicate initialization of the dialog(1) API (automaticallyDevin Teske2012-12-2542-42/+0
* Fix the __glibcxx_min and __glibcxx_max macros for a signed wchar_t.Andrew Turner2012-12-251-2/+3
* various connections to last commitLuigi Rizzo2012-12-252-10/+21
* Minor style(9) changes:Gleb Smirnoff2012-12-241-1/+3
* Fix more regression issue after r244503.Hans Petter Selasky2012-12-243-4/+12
* small cleanup of the code, and add support for running multipleLuigi Rizzo2012-12-231-21/+144
* Do not force a writer to the devfs file to drain the buffer writes.Konstantin Belousov2012-12-233-2/+15
* enable building picobsd with CC instead of CLANGLuigi Rizzo2012-12-231-0/+3
* Pull in r170096 from upstream clang trunk:Andrew Turner2012-12-234-1/+33
* Remove extraneous space and new-line.Matthew Seaman2012-12-231-2/+2
* Fix the Makefile so it can build gssd.c after r244604.Rick Macklem2012-12-231-2/+2
* zfs: solaris doesn't have KM_ZERO, kmem_zalloc should be used insteadAndriy Gapon2012-12-232-3/+3
* Add parentheses to IP_FW_ARG_TABLEARG() definition.Alexander V. Chernikov2012-12-231-1/+1
* Use unified IP_FW_ARG_TABLEARG() macro for most tablearg checks.Alexander V. Chernikov2012-12-234-25/+17
* Correct a series of errors in the hand-rolled locking for drace_debug.c:Ryan Stone2012-12-231-44/+54
* UPDATING: add a note about the clang+zfs+i386 stack overflow issueAndriy Gapon2012-12-231-0/+5
*-. Upgrade our copy of llvm/clang to 3.2 release.Dimitry Andric2012-12-2327-291/+247
|\ \
| | * Vendor import of llvm tags/RELEASE_32/final r170710 (effectively, 3.2vendor/llvm/llvm-release_32-r170710Dimitry Andric2012-12-2224-355/+565
| * | Vendor import of clang tags/RELEASE_32/final r170710 (effectively, 3.2vendor/clang/clang-release_32-r170710Dimitry Andric2012-12-229-62/+107
* | | lock.9: fix incorrect descriptions of LK_SHARED and LK_DOWNGRADE behaviorAndriy Gapon2012-12-231-2/+5
* | | Third time's the charm. pkg -N output needs to go to stderr.Matthew Seaman2012-12-231-4/+2
* | | Fix regression issue after r244503.Hans Petter Selasky2012-12-231-5/+8
* | | Document the new gssd daemon options added by r244604.Rick Macklem2012-12-221-1/+27
* | | It was reported via email that some sshds create kerberosRick Macklem2012-12-221-11/+295
* | | MFV r244559:Martin Matuska2012-12-2216-473/+854
|\ \ \
| * | | Update vendor/xz from v5.0 branch to 5.0.4vendor/xz/5.0.4Martin Matuska2012-12-2116-473/+854
* | | | Fix a bug in ld --gc-sections: it strips out .note sections, while itDimitry Andric2012-12-221-0/+1
* | | | Pull in r170353 from upstream llvm trunk:Dimitry Andric2012-12-221-1/+1
* | | | Switch from 'pkg -n' to 'pkg -N' as the test for pkgn activationMatthew Seaman2012-12-221-2/+2
* | | | Mangle label names containing spaces, non-printable characters '%' orJaakko Heinonen2012-12-222-0/+29
* | | | Reject spaces and double quotation marks in device names. devctl(4)Jaakko Heinonen2012-12-222-1/+12
* | | | Fixup r240424: On entering KDB backends, the hijacked thread to runAttilio Rao2012-12-225-13/+17
* | | | cxgbe(4): Add support for the T440-LP-CR card. This is the 4x10G lowNavdeep Parhar2012-12-221-0/+1
* | | | Add the missing '$' from the LIBNETBSD variableAndrew Turner2012-12-221-1/+1
* | | | Make struct fstate aligned to the same as an int as its pointer is cast toAndrew Turner2012-12-221-1/+1
* | | | if_start() is being used here as a way of kick-starting the new queueAdrian Chadd2012-12-221-0/+5
* | | | Remove a use of if_start() - instead, use if_transmit() to dispatch theAdrian Chadd2012-12-221-2/+1
* | | | The manpage states that bus_dmamap_create(9) returns ENOMEM if it can'tOlivier Houchard2012-12-221-3/+11
* | | | The VM_MEMATTR_ constants are enumerated, not a bitset. Compare accordingly.Olivier Houchard2012-12-222-8/+8
* | | | - Reduce buffer size from LINE_MAX to PATH_MAX, there is no point to storeXin LI2012-12-211-8/+4
* | | | Reduce stack usage in the USB audio driver by moving some large stackHans Petter Selasky2012-12-211-292/+282
* | | | Split dialog(1)-based validators for hostname/netmask into two, providingDevin Teske2012-12-212-18/+74
* | | | Remove unused include.Devin Teske2012-12-211-1/+0
| | | |
| \ \ \
*-. \ \ \ Add NetBSD's mtree to the tree and install it as nmtree as the first stepBrooks Davis2012-12-2118-0/+5202
|\ \ \ \ \
| | * | | | Vendor import of NetBSD's mtree at 2012-12-21vendor/NetBSD/mtree/20122112Brooks Davis2012-12-2114-0/+4833
| | / / /
| * / / / Vendor import of pack_dev.* from NetBSD's mknod at 2012-12-21vendor/NetBSD/mknod/20122112vendor/NetBSD/mknodBrooks Davis2012-12-212-0/+342
| / / /
* | | | Change axiom for initialization. Including script can disable (default)Devin Teske2012-12-211-1/+4
* | | | Add libnetbsd, a thin compatibility layer intended to allow a limitedBrooks Davis2012-12-2111-0/+589
* | | | Remove erroneous use of "local" (not in a function).Devin Teske2012-12-211-1/+0
* | | | New f_show_info() function for dialog(1) --infobox using printf(1) syntax.Devin Teske2012-12-212-4/+23