| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | sh: Fix $? in the first command of a 'for'. | jilles | 2012-01-22 | 3 | -1/+21 |
* | Connect VirtIO-related manpages to the build. | brueffer | 2012-01-22 | 1 | -0/+10 |
* | Clarify the implementation-defined behaviour in case of close(2) | kib | 2012-01-22 | 1 | -1/+5 |
* | Fix typo. | kib | 2012-01-22 | 1 | -1/+1 |
* | - Replace "wtmp" with "utx.log" because last(1) no longer reads wtmp. | hrs | 2012-01-22 | 2 | -5/+6 |
* | Free memory that won't be used in child. | pjd | 2012-01-22 | 1 | -3/+7 |
* | The sys/uio.h header is needed only for readv(2), preadv(2), writev(2) and | pjd | 2012-01-22 | 2 | -4/+4 |
* | TDF_* flags should be used with td_flags field and TDP_* flags should be used | pjd | 2012-01-22 | 2 | -2/+3 |
* | Use provided name when allocating ksid domain. It isn't really used on FreeBSD, | pjd | 2012-01-22 | 1 | -3/+3 |
* | Fix several glitches in IPv6-related knobs: | hrs | 2012-01-22 | 2 | -6/+28 |
* | Make #error messages string-literals and remove punctuation. | bz | 2012-01-22 | 3 | -3/+3 |