summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change net.inet.carp.demotion sysctl to add the supplied valueglebius2012-12-252-12/+28
* Fix sysctl_handle_int() usage. Either arg1 or arg2 should be supplied,glebius2012-12-252-2/+2
* - Update manual pages accordingly to r244384 and r244385.zont2012-12-252-9/+25
* The SIOCSIFFLAGS ioctl handler runs if_up()/if_down() that notifyglebius2012-12-252-3/+17
* Add more debugging to help with diagnosis of program-flow when needed.dteske2012-12-2567-21/+181
* Remove unnecessary duplicate initialization of the dialog(1) API (automaticallydteske2012-12-2542-42/+0
* Fix the __glibcxx_min and __glibcxx_max macros for a signed wchar_t.andrew2012-12-251-2/+3
* various connections to last commitluigi2012-12-252-10/+21
* Minor style(9) changes:glebius2012-12-241-1/+3
* Fix more regression issue after r244503.hselasky2012-12-243-4/+12
* small cleanup of the code, and add support for running multipleluigi2012-12-231-21/+144
* Do not force a writer to the devfs file to drain the buffer writes.kib2012-12-233-2/+15
* enable building picobsd with CC instead of CLANGluigi2012-12-231-0/+3
* Pull in r170096 from upstream clang trunk:andrew2012-12-234-1/+33
* Remove extraneous space and new-line.matthew2012-12-231-2/+2
* Fix the Makefile so it can build gssd.c after r244604.rmacklem2012-12-231-2/+2
* zfs: solaris doesn't have KM_ZERO, kmem_zalloc should be used insteadavg2012-12-232-3/+3
* Add parentheses to IP_FW_ARG_TABLEARG() definition.melifaro2012-12-231-1/+1
* Use unified IP_FW_ARG_TABLEARG() macro for most tablearg checks.melifaro2012-12-234-25/+17
* Correct a series of errors in the hand-rolled locking for drace_debug.c:rstone2012-12-231-44/+54
* UPDATING: add a note about the clang+zfs+i386 stack overflow issueavg2012-12-231-0/+5
* Upgrade our copy of llvm/clang to 3.2 release.dim2012-12-2327-291/+247
* lock.9: fix incorrect descriptions of LK_SHARED and LK_DOWNGRADE behavioravg2012-12-231-2/+5
* Third time's the charm. pkg -N output needs to go to stderr.matthew2012-12-231-4/+2
* Fix regression issue after r244503.hselasky2012-12-231-5/+8
* Document the new gssd daemon options added by r244604.rmacklem2012-12-221-1/+27
* It was reported via email that some sshds create kerberosrmacklem2012-12-221-11/+295
* MFV r244559:mm2012-12-2216-473/+854
* Fix a bug in ld --gc-sections: it strips out .note sections, while itdim2012-12-221-0/+1
* Pull in r170353 from upstream llvm trunk:dim2012-12-221-1/+1
* Switch from 'pkg -n' to 'pkg -N' as the test for pkgn activationmatthew2012-12-221-2/+2
* Mangle label names containing spaces, non-printable characters '%' orjh2012-12-222-0/+29
* Reject spaces and double quotation marks in device names. devctl(4)jh2012-12-222-1/+12
* Fixup r240424: On entering KDB backends, the hijacked thread to runattilio2012-12-225-13/+17
* cxgbe(4): Add support for the T440-LP-CR card. This is the 4x10G lownp2012-12-221-0/+1
* Add the missing '$' from the LIBNETBSD variableandrew2012-12-221-1/+1
* Make struct fstate aligned to the same as an int as its pointer is cast toandrew2012-12-221-1/+1
* if_start() is being used here as a way of kick-starting the new queueadrian2012-12-221-0/+5
* Remove a use of if_start() - instead, use if_transmit() to dispatch theadrian2012-12-221-2/+1
* The manpage states that bus_dmamap_create(9) returns ENOMEM if it can'tcognet2012-12-221-3/+11
* The VM_MEMATTR_ constants are enumerated, not a bitset. Compare accordingly.cognet2012-12-222-8/+8
* - Reduce buffer size from LINE_MAX to PATH_MAX, there is no point to storedelphij2012-12-211-8/+4
* Reduce stack usage in the USB audio driver by moving some large stackhselasky2012-12-211-292/+282
* Split dialog(1)-based validators for hostname/netmask into two, providingdteske2012-12-212-18/+74
* Remove unused include.dteske2012-12-211-1/+0
*-. Add NetBSD's mtree to the tree and install it as nmtree as the first stepbrooks2012-12-2118-0/+5202
|\ \
| | * Tag 2012-12-21 import of NetBSD's mtreebrooks2012-12-2114-0/+4833
| | * Vendor import of NetBSD's mtree at 2012-12-21brooks2012-12-2114-0/+4833
| * Tag 2012-12-21 import of NetBSD's mknodbrooks2012-12-212-0/+342
| * Vendor import of pack_dev.* from NetBSD's mknod at 2012-12-21brooks2012-12-212-0/+342
OpenPOWER on IntegriCloud