| Commit message (Expand) | Author | Age | Files | Lines |
* | o Cylinder numbers are 10 bits in the MBR; | sobomax | 2011-01-24 | 1 | -19/+19 |
* | Add a simple tool to print the contents of a v4k EEPROM dump. | adrian | 2011-01-24 | 7 | -1/+480 |
* | The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilities | mckusick | 2011-01-24 | 13 | -23/+25 |
* | Honor $PAGER instead of always calling more. | gordon | 2011-01-24 | 1 | -4/+9 |
* | Apply TX interrupt moderation to all RTL810xE PCIe Fast Ethernet | yongari | 2011-01-24 | 1 | -14/+2 |
* | Add stream scheduling support. | tuexen | 2011-01-23 | 15 | -178/+1199 |
* | Disable ATAPI DMA unconditionally on Apple Kauai ATA controllers, like it | nwhitehorn | 2011-01-23 | 1 | -5/+6 |
* | This script parses output of userland tools. In the case of a faulted | jpaetzel | 2011-01-23 | 1 | -1/+5 |
* | For `make tinderbox` there is no need to print the extra commands. | bz | 2011-01-23 | 1 | -2/+2 |
* | init(8): Document that login(1) is now responsible for recording logouts. | jilles | 2011-01-23 | 1 | -5/+5 |
* | Enable the 11n PHY by default whether or not 11n is configured. | adrian | 2011-01-23 | 1 | -4/+10 |
* | Update the AR9280v2 inivals to match what is in Linux ath9k. | adrian | 2011-01-23 | 1 | -152/+140 |
* | init: Only run /etc/rc.shutdown if /etc/rc was run. | jilles | 2011-01-23 | 1 | -10/+35 |
* | Use string literal format strings to quiet clang warnings. | emaste | 2011-01-23 | 1 | -2/+2 |
* | An sbuf configured with SBUF_AUTOEXTEND will call malloc with M_WAITOK when a | lstewart | 2011-01-23 | 1 | -4/+21 |
* | Fix typo. | kib | 2011-01-23 | 1 | -1/+1 |
* | Touch up the sample memory usage numbers a bit, to avoid wrapping | keramida | 2011-01-23 | 1 | -3/+6 |
* | libkvm: fix process runtime calculation on crashdumps | uqs | 2011-01-23 | 2 | -13/+29 |
* | libkvm code janitoring | uqs | 2011-01-23 | 20 | -309/+215 |
* | Style(9) fix. | dchagin | 2011-01-23 | 1 | -1/+1 |
* | Remove unnecessary checking of variable. | tuexen | 2011-01-23 | 1 | -12/+2 |
* | Add a new tool which takes a text hexdump of the current EEPROM contents. | adrian | 2011-01-22 | 3 | -1/+157 |
* | Patch the athstats code/Makefile to cross-compile correctly. | adrian | 2011-01-22 | 2 | -13/+13 |
* | Add missing logs. | pjd | 2011-01-22 | 1 | -4/+5 |
* | Make `make tinderbox` work with MAKEOBJDIRPREFIX set (or in possibly other | bz | 2011-01-22 | 1 | -1/+1 |
* | In `make targets` print the make variable TARGETS as we expect it rather | bz | 2011-01-22 | 1 | -1/+1 |
* | Properly document what the top-level `make tinderbox` does. | bz | 2011-01-22 | 2 | -2/+8 |
* | Add nv_assert() which allows to assert that the given name exists. | pjd | 2011-01-22 | 2 | -5/+26 |
* | Use more consistent function name with the others (pjdlogv_prefix_set() | pjd | 2011-01-22 | 2 | -3/+3 |
* | Use int16 for error. | pjd | 2011-01-22 | 1 | -1/+1 |
* | - On primary worker reload, update hr_exec field. | pjd | 2011-01-22 | 1 | -2/+5 |
* | Revert the ndis part of r212122, windrv_stub.c already adds a MODULE_VERSION | thompsa | 2011-01-22 | 1 | -1/+0 |
* | s/utime/modtime/g -- utime shadows utime(3). | marcel | 2011-01-22 | 1 | -12/+12 |
* | Option USB_HOST_ALIGN declared twice. | dchagin | 2011-01-22 | 1 | -1/+0 |
* | Add my copyright. | kib | 2011-01-22 | 1 | -0/+1 |
* | Fix typos. | jh | 2011-01-22 | 1 | -4/+4 |
* | Allow USB_HOST_ALIGN to be configured at compile time. This patch is | hselasky | 2011-01-22 | 2 | -0/+6 |
* | Fix '.Xr' ordering in SEE ALSO section. | gjb | 2011-01-22 | 1 | -1/+1 |
* | Warn user when value entered is greated than the amount supported | sobomax | 2011-01-22 | 1 | -20/+31 |
* | Fix r217688. We need to call init_param1() before we use msgbufsize, | marcel | 2011-01-22 | 1 | -1/+3 |
* | Fix backtraces by defining ksym_start & ksym_end if DDB is | marcel | 2011-01-22 | 1 | -0/+8 |
* | Don't bother to run the flowcontrol code if there | jfv | 2011-01-22 | 1 | -1/+5 |
* | Missing case for 82598DA type adapter, thanks Andrew. | jfv | 2011-01-22 | 1 | -0/+3 |
* | Leftover bogus TX UNLOCK removed. Thanks to | jfv | 2011-01-21 | 1 | -1/+0 |
* | getgroups(2): Remove mention of <sys/param.h> and refer to sysconf(3). | jilles | 2011-01-21 | 1 | -3/+9 |
* | - Move special inode constants to ext2_dinode.h and rename them to match | jhb | 2011-01-21 | 2 | -17/+27 |
* | Restore support for the 'async' and 'sync' mount options lost when | jhb | 2011-01-21 | 1 | -3/+3 |
* | Update to upstrea version 2.5.6. | fanf | 2011-01-21 | 1 | -16/+25 |
* | Add kern.msgbufsize default setting to /boot/defaults/loader.conf. | pluknet | 2011-01-21 | 1 | -1/+1 |
* | Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize. | pluknet | 2011-01-21 | 31 | -82/+69 |