summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix a SIGSEGV problem in directory entry renaming.hrs2012-01-251-0/+2
* Minor indenting divot...imp2012-01-251-1/+1
* Some minor additions to the list of supported devices...imp2012-01-251-2/+6
* Experimental support for booting CHRP-type PowerPC systems from hard disks.nwhitehorn2012-01-254-2/+5
* Clean up reinstall option and remove duplicate codeemaste2012-01-251-23/+12
* If a mount -u is done to either NFS client that switches itrmacklem2012-01-252-0/+34
* - Fix documentation to note that /etc/hast.conf is the default configurationpjd2012-01-241-4/+6
* Merge illumos revisions 13572, 13573, 13574:mm2012-01-248-24/+52
* In addition to r230511, allow 8 channel AC3 formats.mav2012-01-241-0/+4
* sockstat: Also show sockets not associated with a file descriptor.jilles2012-01-242-69/+75
* Enable High Bit Rate (HBR) Encoded Packet Type (EPT), if supportedmav2012-01-241-0/+15
* Replace random ARIN direct assignment legacy IPs with proper RFC 5735bz2012-01-241-4/+4
* Just define __FreeBSD__ to 1 instead of doing what the compiler does.netchild2012-01-241-1/+5
* Remove unused variable.glebius2012-01-241-3/+0
* HDMI and DisplayPort support can coexist in HDA CODEC.mav2012-01-241-8/+8
* Plug a possible ifa_ref leak in case of premature return from in6_purgeaddr().bz2012-01-241-2/+2
* Add some basic regression tests for mdconfig(8).trasz2012-01-243-0/+568
* We are in FreeBSD 10 now: define __FreeBSD__ to 10.netchild2012-01-241-1/+1
* Remove the stale XXX rt_newaddrmsg comment.pluknet2012-01-241-4/+0
* Try resolving jail path with realpath(3).mm2012-01-241-2/+8
* Remove unnecessary line break.bz2012-01-241-2/+1
* Fix up some style(9) indenting and reorganise some of the hal methods.adrian2012-01-241-19/+25
* Add a missing HAL method macro. I'm using this as part of some personaladrian2012-01-241-1/+2
* Apparently, both nfs clients do not use cache_enter_time()kib2012-01-231-29/+23
* Realtek CODECs declare support for 32bit samples on S/PDIF input/outputmav2012-01-231-3/+45
* Provide a findhook method for ng_socket(4). The node stores aglebius2012-01-231-2/+101
* Convert panic()s to KASSERT()s. This is an optimisation forglebius2012-01-231-7/+3
* Part of r230482 didn't actually work. Revert it for now. This means PRnwhitehorn2012-01-231-2/+0
* Do a test in a better way. Editing files after testing them is never wise.nwhitehorn2012-01-231-1/+1
* Per popular demand, if installing from a graphics terminal, run thenwhitehorn2012-01-231-1/+12
* In ng_socket(4) expose less kernel internals to userland. This commitglebius2012-01-233-25/+18
* Convert locks that protect name hash, ID hash and typelist fromglebius2012-01-231-60/+61
* Mechanically add a config for all missing drivers.netchild2012-01-23238-0/+5236
* Fix two nits in previous commit pointed out by pjd@.des2012-01-231-2/+1
* Add C11 macros describing subnormal numbers to float.h.das2012-01-237-0/+108
* Make procstat -l to work with the new version of kern.proc.rlimit.trociny2012-01-221-10/+11
* Change kern.proc.rlimit sysctl to:trociny2012-01-223-22/+51
* Increase snd_hda(4) default maximal buffer size from 16K to 64K andmav2012-01-223-22/+12
* Document the values for hw.snd.default_auto.stefanf2012-01-221-3/+12
* sh: Fix $? in the first command of a 'for'.jilles2012-01-223-1/+21
* Connect VirtIO-related manpages to the build.brueffer2012-01-221-0/+10
* Clarify the implementation-defined behaviour in case of close(2)kib2012-01-221-1/+5
* Fix typo.kib2012-01-221-1/+1
* - Replace "wtmp" with "utx.log" because last(1) no longer reads wtmp.hrs2012-01-222-5/+6
* Free memory that won't be used in child.pjd2012-01-221-3/+7
* The sys/uio.h header is needed only for readv(2), preadv(2), writev(2) andpjd2012-01-222-4/+4
* TDF_* flags should be used with td_flags field and TDP_* flags should be usedpjd2012-01-222-2/+3
* Use provided name when allocating ksid domain. It isn't really used on FreeBSD,pjd2012-01-221-3/+3
* Fix several glitches in IPv6-related knobs:hrs2012-01-222-6/+28
* Make #error messages string-literals and remove punctuation.bz2012-01-223-3/+3
OpenPOWER on IntegriCloud