| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Fix brokenness introduced by my last commit. | adrian | 2011-07-20 | 1 | -0/+2 |
* | Remove explicit MAXCPU usage from sys/pcpu.h avoiding a namespace | attilio | 2011-07-19 | 2 | -4/+2 |
* | This sets the BSS channel for each VAP for the given interface. | adrian | 2011-07-19 | 1 | -0/+15 |
* | This patch enables listing DFS related flags when 'ifconfig -v wlanX | adrian | 2011-07-19 | 1 | -3/+14 |
* | Remove pc_name member of struct pcpu. | attilio | 2011-07-19 | 2 | -6/+0 |
* | Bump MAXCPU for amd64, ia64 and XLP mips appropriately. | attilio | 2011-07-19 | 6 | -3/+6 |
* | On 64 bit architectures size_t is 8 bytes, thus it should use an 8 bytes | attilio | 2011-07-19 | 4 | -6/+14 |
* | Add the possibility to specify from kernel configs MAXCPU value. | attilio | 2011-07-19 | 9 | -0/+19 |
* | Rework the dynamic per-CPU stats code a bit. Always set 'statics->ncpus' | jhb | 2011-07-18 | 3 | -8/+18 |
* | Tweak the interactive description of CPU vs WCPU. | jhb | 2011-07-18 | 1 | -2/+2 |
* | Constantly print the command name and if set include the thread | bz | 2011-07-18 | 1 | -8/+20 |
* | Fix building of 32-bit compat libraries on amd64 with clang, and using | dim | 2011-07-18 | 1 | -4/+0 |
* | Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN. | bz | 2011-07-18 | 9 | -26/+31 |
* | sintrcnt/sintrnames is the address of the size, not the actual size. | pluknet | 2011-07-18 | 1 | -2/+2 |
* | Disable gvmat64.S, the assembler version of longest_match for now. | delphij | 2011-07-18 | 1 | -10/+10 |
* | - Export each thread's individual resource usage in in struct kinfo_proc's | jhb | 2011-07-18 | 4 | -8/+55 |
* | - Remove the eintrcnt/eintrnames usage and introduce the concept of | attilio | 2011-07-18 | 19 | -72/+70 |
* | Enable NEW_PCIB by default on ia64. | jhb | 2011-07-18 | 1 | -0/+2 |
* | Implement bus_adjust_resource() for the ia64 nexus driver. | jhb | 2011-07-18 | 1 | -17/+34 |
* | Provide ability to audit cap_rights_t arguments. | jonathan | 2011-07-18 | 4 | -0/+44 |
* | Only the USB root HUB thread is allowed to attach and detach drivers | hselasky | 2011-07-18 | 5 | -5/+0 |
* | If compiling RESCUE always ignore feature_present(3) calls so that | bz | 2011-07-18 | 3 | -0/+7 |
* | ZFS tries to allocate blocks evenly across all devices. This means when | mm | 2011-07-18 | 8 | -28/+132 |
* | The named.reload script is no longer useful in the age of rc.d | dougb | 2011-07-18 | 4 | -120/+0 |
* | Resurrect the ZFS "aclmode" property | mm | 2011-07-18 | 10 | -179/+159 |
* | cddl/contrib/opensolaris/cmd/zpool/zpool_main.c: | gibbs | 2011-07-18 | 3 | -2/+154 |
* | Correct reporting of missing leaf vdevs so that the GUID required to | gibbs | 2011-07-18 | 2 | -8/+18 |
* | cddl/contrib/opensolaris/lib/libzfs/common/libzfs.h: | gibbs | 2011-07-18 | 3 | -5/+34 |
* | Define two new sysctl node flags: CTLFLAG_CAPRD and CTLFLAG_CAPRW, which | rwatson | 2011-07-17 | 6 | -35/+73 |
* | Fix accidential commit part: | mm | 2011-07-17 | 1 | -1/+1 |