| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove extra sentence, a leftover from r202845. | stefanf | 2012-01-25 | 1 | -2/+0 |
* | Clarify and improve the boot menu with some small changes: | pluknet | 2012-01-25 | 1 | -18/+18 |
* | Fix a bug introduced in r230000. We were eliminating all LUNs on a target | ken | 2012-01-25 | 1 | -1/+14 |
* | Revert 229667: After some discussion of this change, it seems it is | ghelmer | 2012-01-25 | 2 | -3/+7 |
* | Order newly added functions alphabetically. | kib | 2012-01-25 | 1 | -12/+12 |
* | Allow PASSTHROUGH (AC3) to have more then 2 channels. | mav | 2012-01-25 | 1 | -1/+2 |
* | Fix comment. | trasz | 2012-01-25 | 1 | -1/+1 |
* | Move mdconfig(8) tests under regression/sbin/, where they belong. | trasz | 2012-01-25 | 3 | -0/+0 |
* | Fix word order in hdaa_subvendor_id() to match PCI (where it comes from), | mav | 2012-01-25 | 2 | -5/+5 |
* | Remove unused variable. | pluknet | 2012-01-25 | 1 | -2/+0 |
* | Add prototypes, ANSIfy functions definitions to reduce WARNS=6 output. | charnier | 2012-01-25 | 5 | -5/+6 |
* | Fix a SIGSEGV problem in directory entry renaming. | hrs | 2012-01-25 | 1 | -0/+2 |
* | Minor indenting divot... | imp | 2012-01-25 | 1 | -1/+1 |
* | Some minor additions to the list of supported devices... | imp | 2012-01-25 | 1 | -2/+6 |
* | Experimental support for booting CHRP-type PowerPC systems from hard disks. | nwhitehorn | 2012-01-25 | 4 | -2/+5 |
* | Clean up reinstall option and remove duplicate code | emaste | 2012-01-25 | 1 | -23/+12 |
* | If a mount -u is done to either NFS client that switches it | rmacklem | 2012-01-25 | 2 | -0/+34 |
* | - Fix documentation to note that /etc/hast.conf is the default configuration | pjd | 2012-01-24 | 1 | -4/+6 |
* | Merge illumos revisions 13572, 13573, 13574: | mm | 2012-01-24 | 8 | -24/+52 |
* | In addition to r230511, allow 8 channel AC3 formats. | mav | 2012-01-24 | 1 | -0/+4 |
* | sockstat: Also show sockets not associated with a file descriptor. | jilles | 2012-01-24 | 2 | -69/+75 |
* | Enable High Bit Rate (HBR) Encoded Packet Type (EPT), if supported | mav | 2012-01-24 | 1 | -0/+15 |
* | Replace random ARIN direct assignment legacy IPs with proper RFC 5735 | bz | 2012-01-24 | 1 | -4/+4 |
* | Just define __FreeBSD__ to 1 instead of doing what the compiler does. | netchild | 2012-01-24 | 1 | -1/+5 |
* | Remove unused variable. | glebius | 2012-01-24 | 1 | -3/+0 |
* | HDMI and DisplayPort support can coexist in HDA CODEC. | mav | 2012-01-24 | 1 | -8/+8 |
* | Plug a possible ifa_ref leak in case of premature return from in6_purgeaddr(). | bz | 2012-01-24 | 1 | -2/+2 |
* | Add some basic regression tests for mdconfig(8). | trasz | 2012-01-24 | 3 | -0/+568 |
* | We are in FreeBSD 10 now: define __FreeBSD__ to 10. | netchild | 2012-01-24 | 1 | -1/+1 |
* | Remove the stale XXX rt_newaddrmsg comment. | pluknet | 2012-01-24 | 1 | -4/+0 |
* | Try resolving jail path with realpath(3). | mm | 2012-01-24 | 1 | -2/+8 |
* | Remove unnecessary line break. | bz | 2012-01-24 | 1 | -2/+1 |
* | Fix up some style(9) indenting and reorganise some of the hal methods. | adrian | 2012-01-24 | 1 | -19/+25 |
* | Add a missing HAL method macro. I'm using this as part of some personal | adrian | 2012-01-24 | 1 | -1/+2 |
* | Apparently, both nfs clients do not use cache_enter_time() | kib | 2012-01-23 | 1 | -29/+23 |
* | Realtek CODECs declare support for 32bit samples on S/PDIF input/output | mav | 2012-01-23 | 1 | -3/+45 |
* | Provide a findhook method for ng_socket(4). The node stores a | glebius | 2012-01-23 | 1 | -2/+101 |
* | Convert panic()s to KASSERT()s. This is an optimisation for | glebius | 2012-01-23 | 1 | -7/+3 |
* | Part of r230482 didn't actually work. Revert it for now. This means PR | nwhitehorn | 2012-01-23 | 1 | -2/+0 |
* | Do a test in a better way. Editing files after testing them is never wise. | nwhitehorn | 2012-01-23 | 1 | -1/+1 |
* | Per popular demand, if installing from a graphics terminal, run the | nwhitehorn | 2012-01-23 | 1 | -1/+12 |
* | In ng_socket(4) expose less kernel internals to userland. This commit | glebius | 2012-01-23 | 3 | -25/+18 |
* | Convert locks that protect name hash, ID hash and typelist from | glebius | 2012-01-23 | 1 | -60/+61 |
* | Mechanically add a config for all missing drivers. | netchild | 2012-01-23 | 238 | -0/+5236 |
* | Fix two nits in previous commit pointed out by pjd@. | des | 2012-01-23 | 1 | -2/+1 |
* | Add C11 macros describing subnormal numbers to float.h. | das | 2012-01-23 | 7 | -0/+108 |
* | Make procstat -l to work with the new version of kern.proc.rlimit. | trociny | 2012-01-22 | 1 | -10/+11 |
* | Change kern.proc.rlimit sysctl to: | trociny | 2012-01-22 | 3 | -22/+51 |
* | Increase snd_hda(4) default maximal buffer size from 16K to 64K and | mav | 2012-01-22 | 3 | -22/+12 |
* | Document the values for hw.snd.default_auto. | stefanf | 2012-01-22 | 1 | -3/+12 |