summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* In the past gunzip(1) write()'s after each inflate return. This isdelphij2010-09-231-0/+2
* Add the following Linux BlueZ compatibility macros: htobs(), htobl(),emax2010-09-221-0/+4
* And now the 2nd part of the patch: Also fix the year.edwin2010-09-221-1/+1
* Fix location of the Battle of the Plains of Abrahamedwin2010-09-221-1/+1
* - Expand scope of tun/tap softc locks to cover more softc fields andjhb2010-09-222-145/+97
* Move test for zero bufp or size before rseq and wseq calculation. Thisemaste2010-09-221-1/+3
* Correct sort order.emaste2010-09-221-1/+1
* Switch to sigprocmask(2) API also in the main process and secondary process.pjd2010-09-224-61/+44
* Assert that descriptor numbers are sane.pjd2010-09-221-0/+4
* Fix possible deadlock where worker process sends an event to the main processpjd2010-09-222-8/+26
* Fix descriptor leaks: when child exits, we have to close control and eventpjd2010-09-223-9/+17
* Eliminate the --disable-ipv6 string which while technically correct indougb2010-09-221-1/+1
* If we are unable to receive control message is most likely because the mainpjd2010-09-221-1/+2
* Sort includes.pjd2010-09-221-1/+1
* Add myself as a ports committersunpoet2010-09-222-0/+3
* Fix build breakage introduced in r212972.yongari2010-09-221-2/+0
* Copy td_rqindex during fork instead of zero'ing it to match the comments.jhb2010-09-221-1/+1
* For sparc64 relocations that directly put bits of the symbol value intokib2010-09-221-18/+22
* Quick fix for unmotivated C2 state usage during boot, introduced at r212541.mav2010-09-221-1/+1
* kdb_backtrace: use stack_print_ddb instead of stack_printavg2010-09-223-8/+4
* acpi_attach: do not explicitly install default handlers for defaultavg2010-09-221-23/+0
* If kernel built with DEVICE_POLLING, keep one CPU always in active statemav2010-09-221-1/+6
* Decrease poll interval from 1000 to 100us. This significantly reducesmav2010-09-221-3/+3
* Make the labels match the device name that's mounted, not just theimp2010-09-221-2/+4
* Enforce that 'pmap_kenter()' is only used to establish cacheable mappings.neel2010-09-223-8/+6
* Add new device ids.sanpei2010-09-213-0/+8
* When building world with clang, for gnu/lib/libobjc, sys/boot/i386/boot2dim2010-09-213-9/+3
* Minor grammar fixes.brueffer2010-09-211-2/+2
* Workaround LLVM bug #4434:rpaulo2010-09-211-3/+7
* Comment nit, set TDF_NEEDRESCHED after the comment describing why it isjhb2010-09-211-1/+1
* Remove unnecessary controller reinitialization.yongari2010-09-211-3/+16
* Remove unnecessary controller reinitialization.yongari2010-09-211-1/+9
* If new callout scheduled to another CPU and we are using global timer,mav2010-09-211-3/+7
* Make sure to clear IFF_DRV_RUNNING to reinitialize controller.yongari2010-09-211-0/+2
* Remove unnecessary controller reinitialization.yongari2010-09-211-1/+9
* Remember last kern.eventtimer.periodic value, explicitly set by user.mav2010-09-211-2/+5
* Modify devfs_fqpn() for future use in devfs path reference countingjh2010-09-212-14/+23
* Fix exec_imgact_shell()'s handling of two error cases: (1) Previously, ifalc2010-09-213-17/+23
* kdb_backtrace: stack(9)-based code to print backtrace without any backendavg2010-09-211-0/+11
* Bring in OpenSSL checkin 19821:rpaulo2010-09-212-6/+13
* Add a notice to the man page that batteries should be installed.ed2010-09-211-0/+1
* Until hardclock() and respectively tc_windup() called first time, systemmav2010-09-211-0/+1
* n32 fixes for nlge.jchandra2010-09-212-4/+4
* Fix the path to the sys dir when cross compiling after r209510.thompsa2010-09-211-1/+1
* If we are at cancellation point, always work as deferred mode despitedavidxu2010-09-211-34/+32
* zfs_map_page/zfs_unmap_page: do not use sched_pin() and SFB_CPUPRIVATEavg2010-09-211-3/+1
* zfs_vnops: use zfs_map_page/zfs_unmap_page helper functions in another placeavg2010-09-211-5/+2
* tools/umastat: more cleanupsavg2010-09-211-3/+5
* Support new variable NANO_LABEL. When set to a non-null string,imp2010-09-201-16/+37
* Add a geli resize subcommand to resize encrypted filesystems priorbrian2010-09-203-5/+336
OpenPOWER on IntegriCloud