| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't bother obtaining the ident if we are not going to print it. | pjd | 2009-09-03 | 1 | -4/+1 |
* | - Bump PKG_INSTALL_VERSION to 20090902 after dougb's changes. | flz | 2009-09-02 | 1 | -3/+3 |
* | Add support for INDEX-9 [1] | dougb | 2009-08-31 | 1 | -3/+3 |
* | MFV of r195794 | edwin | 2009-08-27 | 1 | -2/+2 |
* | - Use the headers from ACPI-CA to define various constants and structures | jhb | 2009-08-25 | 4 | -740/+523 |
* | Document that ppp handles pipe(2) descriptors specially in -direct mode. | brian | 2009-08-25 | 1 | -1/+14 |
* | When ``ppp -direct'' is invoked by a program that uses pipe(2) to | brian | 2009-08-24 | 4 | -126/+305 |
* | When realloc()ing device memory for transfer to another ppp process, | brian | 2009-08-24 | 3 | -11/+13 |
* | Unhardcode 0x100 inside kbdcontrol. | ed | 2009-08-24 | 1 | -71/+73 |
* | Oops. Needed to adjust a little bit more of the line for packages-8-stable | kensmith | 2009-08-24 | 1 | -1/+1 |
* | - Add AS lookup functionality to traceroute6(8) as well. | ume | 2009-08-23 | 3 | -3/+42 |
* | Enable _DIRENT_HAVE_D_TYPE so wpa_cli scans directories properly | sam | 2009-08-23 | 1 | -0/+2 |
* | Make head 9.0-CURRENT in preparation for lifting code freeze. | kensmith | 2009-08-22 | 1 | -1/+3 |
* | Add support for backing up the old kernel when installing a new kernel | simon | 2009-08-19 | 1 | -1/+161 |
* | Update the mptutil man page for FreeBSD 8.0 | scottl | 2009-08-17 | 1 | -3/+6 |
* | Update the man page for manual section 8 | scottl | 2009-08-17 | 1 | -1/+1 |
* | Update the man page for FreeBSD 8.0 | scottl | 2009-08-17 | 1 | -14/+6 |
* | Move mfiutil.1 to mfiutil.8 for consistency. Remove superfulous README. | scottl | 2009-08-17 | 3 | -104/+1 |
* | Prevent sysinstall from needlessly waiting for confirmation when using an USB | rink | 2009-08-16 | 1 | -1/+2 |
* | iostat: add a bit of space between tty in/out columns | keramida | 2009-08-15 | 1 | -6/+6 |
* | - Avoid overflowing the swap size counters in human-readable mode | stas | 2009-08-15 | 1 | -2/+3 |
* | Remove bogus char cast. | remko | 2009-08-14 | 1 | -1/+1 |
* | Make sysinstall recognize /dev/ada* disk devices. The description string | cperciva | 2009-08-14 | 1 | -0/+1 |
* | Add mptutil, a basic utility for managing MPT SCSI/SATA/SAS controllers. | scottl | 2009-08-14 | 12 | -0/+4429 |
* | Fix is 32bit bug missed in testing. | scottl | 2009-08-14 | 1 | -7/+8 |
* | ntroduce mfiutil, a basic utility for managing LSI SAS-RAID & Dell PERC5/6 | scottl | 2009-08-13 | 14 | -0/+5259 |
* | Fix references to the kernel distributions to use the correct names | jhb | 2009-08-12 | 2 | -3/+3 |
* | Do not truncate IPv6 addresses when printing them in the | bz | 2009-08-12 | 1 | -1/+1 |
* | Apply the ntp-related part of r195626 to the correct part of the tree -- | cperciva | 2009-08-12 | 1 | -2/+0 |
* | Handle kernels that don't have IPv6 by not sending an "ip6.addr" | jamie | 2009-07-31 | 1 | -8/+32 |
* | Style tweak. | rwatson | 2009-07-30 | 1 | -2/+1 |
* | Parse the System Resource Affinity Table ('SRAT') used to describe affinity | jhb | 2009-07-29 | 2 | -8/+148 |
* | Some jail parameters (in particular, "ip4" and "ip6" for IP address | jamie | 2009-07-25 | 2 | -28/+43 |
* | Change the name displayed in sysinstall(8) from 'Wizard Mode' | trasz | 2009-07-25 | 3 | -4/+4 |
* | It is believed the last of the base system that could have an issue with | kensmith | 2009-07-22 | 1 | -10/+10 |
* | Remove the "dedicated disk mode" partitioning option from sysinstall, in | cperciva | 2009-07-22 | 1 | -16/+2 |
* | Don't get stuck in an infinite loop comparing (short++ <= maxshort) | brian | 2009-07-19 | 1 | -3/+2 |
* | Bump the version of all non-symbol-versioned shared libraries in | kensmith | 2009-07-19 | 1 | -1/+1 |
* | add mesh support | sam | 2009-07-17 | 2 | -17/+9 |
* | Correct the name of the Mongolian Documentation package. | kensmith | 2009-07-16 | 1 | -1/+1 |
* | fix Jouni's email address | sam | 2009-07-12 | 7 | -7/+7 |
* | Give a more expected behavior to -[hns] options, defaulting to all | jamie | 2009-07-08 | 2 | -11/+18 |
* | Fix a typo in the examples. | jamie | 2009-07-08 | 1 | -2/+2 |
* | Add support for using a livefs from a USB disk. | cperciva | 2009-07-08 | 4 | -3/+33 |
* | Refactor code from installFixitCDROM into a new function, fixit_livefs_common. | cperciva | 2009-07-08 | 1 | -49/+70 |
* | Add a missing phrase. | brian | 2009-07-05 | 1 | -1/+1 |
* | Disable r194497 for now. It doesn't work well with ports-mgmt/tinderbox. | brian | 2009-07-05 | 1 | -0/+2 |
* | Add a new options (-s) that, when specified, skips the question about | attilio | 2009-07-04 | 2 | -24/+33 |
* | - Properly order headers, local variables and prototypes. [1] | stas | 2009-07-01 | 1 | -18/+11 |
* | - Fix the bug in write(2) called with incorrect parameters resulting in writes | stas | 2009-07-01 | 2 | -52/+64 |