| Commit message (Expand) | Author | Age | Files | Lines |
* | Use DEVMETHOD_END, as suggested by hselasky@. | rakuco | 2012-12-26 | 1 | -1/+1 |
* | Use the correct USB interface macros instead of USB_IF_CSI. | rakuco | 2012-12-26 | 1 | -1/+3 |
* | In case of the deletion of a user those whole database has to be regenerated, | bapt | 2012-12-26 | 1 | -1/+5 |
* | Fix creating a user and adding it to a group | bapt | 2012-12-26 | 1 | -7/+8 |
* | Fixup r244240: mp_ncpus will be 1 also in the !SMP and smp_disabled=1 | attilio | 2012-12-26 | 1 | -8/+1 |
* | Add vendor IDs for Broadcom USB dongles (BCM20702). | glebius | 2012-12-26 | 2 | -1/+7 |
* | Always initialize pattern_buf pointers to NULL, otherwise AMD64 machine | davidxu | 2012-12-26 | 1 | -4/+2 |
* | Fix libproc test case to work with clang premature optimization | pluknet | 2012-12-26 | 1 | -1/+1 |
* | Attempt to clarify that for ZFS, all file systems under | rmacklem | 2012-12-25 | 1 | -1/+3 |
* | Attempt to clarify that for ZFS, all file systems under | rmacklem | 2012-12-25 | 1 | -2/+5 |
* | Use correct size in snprintf. | antoine | 2012-12-25 | 1 | -2/+1 |
* | Garbage collect carp_cksum(). | glebius | 2012-12-25 | 1 | -10/+4 |
* | sh: Prefer strsignal() to accessing sys_siglist directly. | jilles | 2012-12-25 | 1 | -8/+13 |
* | Change net.inet.carp.demotion sysctl to add the supplied value | glebius | 2012-12-25 | 2 | -12/+28 |
* | Fix sysctl_handle_int() usage. Either arg1 or arg2 should be supplied, | glebius | 2012-12-25 | 2 | -2/+2 |
* | - Update manual pages accordingly to r244384 and r244385. | zont | 2012-12-25 | 2 | -9/+25 |
* | The SIOCSIFFLAGS ioctl handler runs if_up()/if_down() that notify | glebius | 2012-12-25 | 2 | -3/+17 |
* | Add more debugging to help with diagnosis of program-flow when needed. | dteske | 2012-12-25 | 67 | -21/+181 |
* | Remove unnecessary duplicate initialization of the dialog(1) API (automatically | dteske | 2012-12-25 | 42 | -42/+0 |
* | Fix the __glibcxx_min and __glibcxx_max macros for a signed wchar_t. | andrew | 2012-12-25 | 1 | -2/+3 |
* | various connections to last commit | luigi | 2012-12-25 | 2 | -10/+21 |
* | Minor style(9) changes: | glebius | 2012-12-24 | 1 | -1/+3 |
* | Fix more regression issue after r244503. | hselasky | 2012-12-24 | 3 | -4/+12 |
* | small cleanup of the code, and add support for running multiple | luigi | 2012-12-23 | 1 | -21/+144 |
* | Do not force a writer to the devfs file to drain the buffer writes. | kib | 2012-12-23 | 3 | -2/+15 |
* | enable building picobsd with CC instead of CLANG | luigi | 2012-12-23 | 1 | -0/+3 |
* | Pull in r170096 from upstream clang trunk: | andrew | 2012-12-23 | 4 | -1/+33 |
* | Remove extraneous space and new-line. | matthew | 2012-12-23 | 1 | -2/+2 |
* | Fix the Makefile so it can build gssd.c after r244604. | rmacklem | 2012-12-23 | 1 | -2/+2 |
* | zfs: solaris doesn't have KM_ZERO, kmem_zalloc should be used instead | avg | 2012-12-23 | 2 | -3/+3 |
* | Add parentheses to IP_FW_ARG_TABLEARG() definition. | melifaro | 2012-12-23 | 1 | -1/+1 |
* | Use unified IP_FW_ARG_TABLEARG() macro for most tablearg checks. | melifaro | 2012-12-23 | 4 | -25/+17 |
* | Correct a series of errors in the hand-rolled locking for drace_debug.c: | rstone | 2012-12-23 | 1 | -44/+54 |
* | UPDATING: add a note about the clang+zfs+i386 stack overflow issue | avg | 2012-12-23 | 1 | -0/+5 |
* | Upgrade our copy of llvm/clang to 3.2 release. | dim | 2012-12-23 | 27 | -291/+247 |
* | lock.9: fix incorrect descriptions of LK_SHARED and LK_DOWNGRADE behavior | avg | 2012-12-23 | 1 | -2/+5 |
* | Third time's the charm. pkg -N output needs to go to stderr. | matthew | 2012-12-23 | 1 | -4/+2 |
* | Fix regression issue after r244503. | hselasky | 2012-12-23 | 1 | -5/+8 |
* | Document the new gssd daemon options added by r244604. | rmacklem | 2012-12-22 | 1 | -1/+27 |
* | It was reported via email that some sshds create kerberos | rmacklem | 2012-12-22 | 1 | -11/+295 |
* | MFV r244559: | mm | 2012-12-22 | 16 | -473/+854 |
* | Fix a bug in ld --gc-sections: it strips out .note sections, while it | dim | 2012-12-22 | 1 | -0/+1 |
* | Pull in r170353 from upstream llvm trunk: | dim | 2012-12-22 | 1 | -1/+1 |
* | Switch from 'pkg -n' to 'pkg -N' as the test for pkgn activation | matthew | 2012-12-22 | 1 | -2/+2 |
* | Mangle label names containing spaces, non-printable characters '%' or | jh | 2012-12-22 | 2 | -0/+29 |
* | Reject spaces and double quotation marks in device names. devctl(4) | jh | 2012-12-22 | 2 | -1/+12 |
* | Fixup r240424: On entering KDB backends, the hijacked thread to run | attilio | 2012-12-22 | 5 | -13/+17 |
* | cxgbe(4): Add support for the T440-LP-CR card. This is the 4x10G low | np | 2012-12-22 | 1 | -0/+1 |
* | Add the missing '$' from the LIBNETBSD variable | andrew | 2012-12-22 | 1 | -1/+1 |
* | Make struct fstate aligned to the same as an int as its pointer is cast to | andrew | 2012-12-22 | 1 | -1/+1 |