| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix an error that could cause sysctl -a to enter an infinite loop in the | nwhitehorn | 2011-07-30 | 1 | -6/+6 |
* | Mount memsticks read-only by default to prevent them being filled by | nwhitehorn | 2011-07-30 | 3 | -3/+3 |
* | Update to -r224294 to ensure that only one of MNT_SUJ or MNT_SOFTDEP | mckusick | 2011-07-30 | 6 | -37/+36 |
* | Reset the NIC if ANI is enabled or disabled. | adrian | 2011-07-29 | 1 | -1/+15 |
* | Make ums(4) driver more picky, not attaching to "mouses" with absolute | mav | 2011-07-29 | 1 | -8/+40 |
* | In some cases, at least on Marvell 88SE912x controllers, Current Command | mav | 2011-07-29 | 2 | -6/+15 |
* | Add control for ATA disk read-ahead, alike to the previously added write | mav | 2011-07-29 | 1 | -11/+102 |
* | In some cases failed SATA disks may report their presence, but don't | mav | 2011-07-29 | 1 | -8/+19 |
* | Properly initialize an error variable to avoid returning uninitialized | jhb | 2011-07-29 | 1 | -0/+1 |
* | - Send the RELSIM_ADJUST_OPENINGS in response to a MPI_EVENT_QUEUE_FULL using | marius | 2011-07-29 | 3 | -2/+86 |
* | - Staticize functions as appropriate and comment out unused ones. | marius | 2011-07-29 | 8 | -96/+152 |
* | Revert my last change to this file, as BETA1 is not announced yet. | bcr | 2011-07-28 | 1 | -6/+1 |
* | Add a section to the jail chapter that explains why it is not | bcr | 2011-07-28 | 1 | -1/+6 |
* | To inet or not two inet. Unbreak static IPv4 configuration. If you tried | bz | 2011-07-28 | 1 | -1/+1 |
* | Looks like we're ready for 9.0-BETA1 builds. | kensmith | 2011-07-26 | 1 | -1/+1 |
* | Document the tftp.blksize variable added in src/lib/libstand/tftp.c. | rodrigc | 2011-07-25 | 1 | -0/+5 |
* | This a follow up commit from r224216 for powerpc 32-bit. Increase | andreast | 2011-07-25 | 1 | -2/+2 |
* | remove RESTARTABLE_PANICS option | avg | 2011-07-25 | 7 | -42/+0 |
* | Move the MNTK_SUJ flag in mnt_kern_flag to MNT_SUJ in mnt_flag | mckusick | 2011-07-24 | 6 | -26/+29 |
* | This update changes the mnt_flag field in the mount structure from | mckusick | 2011-07-24 | 7 | -43/+44 |
* | Document the potential for jail escape. | gjb | 2011-07-24 | 1 | -1/+8 |
* | Fix various broken links in manual pages. | gjb | 2011-07-23 | 10 | -22/+19 |
* | Do not try to execute FLUSHCACHE on close and print extra messages for | mav | 2011-07-23 | 1 | -2/+4 |
* | Revert the apparently-unecessary module_path twiddling from r223917 | dougb | 2011-07-22 | 1 | -15/+2 |
* | Default debugging error messages to off for journaled soft updates sysctls. | mckusick | 2011-07-22 | 1 | -5/+3 |
* | Fix the following bugs related to the SCTP support of netstat: | tuexen | 2011-07-22 | 1 | -113/+204 |
* | - Use mutex to serialize index/data register pair usage, when | mav | 2011-07-22 | 6 | -13/+94 |
* | Add missing XHCI early takeover code. The XHCI takeover code | hselasky | 2011-07-22 | 1 | -1/+66 |
* | Turn on AUDIT_ARG_RIGHTS() for cap_new(2). | jonathan | 2011-07-22 | 1 | -2/+0 |
* | Implement a basic radar parameter API in the dfs_null module. | adrian | 2011-07-22 | 1 | -3/+71 |
* | Add athradar, an implementation of the radar parameter diagnostic | adrian | 2011-07-22 | 3 | -0/+304 |
* | Declare more capability method rights. | jonathan | 2011-07-21 | 1 | -1/+68 |
* | Allow non-fixed endpoints for a producer address range if the length of | jhb | 2011-07-21 | 1 | -3/+5 |
* | Remove incorrect attribution. | gnn | 2011-07-21 | 1 | -1/+1 |
* | Bring the code more in-line with OpenSolaris source to | delphij | 2011-07-21 | 2 | -2/+21 |
* | A different implementation of r224231 proposed by pjd@, | delphij | 2011-07-21 | 3 | -5/+10 |
* | Fix `diskinfo -t` operation for disks smaller then 8GB or bigger then 2TB. | mav | 2011-07-21 | 1 | -21/+28 |
* | Make both stpcpy and strcpy be assembly language implementations | gnn | 2011-07-21 | 3 | -20/+60 |
* | This links in the ath dfs ioctl into the driver and defines the | adrian | 2011-07-21 | 2 | -0/+34 |
* | Modify the radar API a little to be easier to "change" via run-time | adrian | 2011-07-21 | 2 | -9/+32 |
* | Break out the PLL setup into (mostly) per-chip methods, rather than | adrian | 2011-07-21 | 6 | -54/+77 |
* | This re-enables HT40 channels for use when DFS is enabled. | adrian | 2011-07-21 | 1 | -0/+2 |
* | Add new USB ID to u3g driver. | hselasky | 2011-07-21 | 2 | -0/+2 |
* | Merge from r224217: | marius | 2011-07-20 | 1 | -1/+1 |
* | Add a new field to in-core znode, z_rdev, to represent device nodes. | delphij | 2011-07-20 | 3 | -1/+12 |
* | Note that the "kernel" variable in loader.conf is the name of a directory | jhb | 2011-07-20 | 1 | -2/+5 |
* | Add cap_new(2) and cap_getrights(2) symbols to libc. | jonathan | 2011-07-20 | 3 | -1/+478 |
* | These two are ath_hal regulatory domain updates from the Atheros | adrian | 2011-07-20 | 2 | -28/+76 |
* | Export capability information via sysctls. | jonathan | 2011-07-20 | 2 | -1/+37 |
* | This patch removes a check in ifconfig which disables HT/40 channels | adrian | 2011-07-20 | 1 | -12/+0 |