summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Loose -> Lose so this sentence makes sense.imp2013-12-111-1/+1
* calendar(1): use strlcpy instead of strncpyeadler2013-12-111-1/+1
* USB method structures for USB controllers and USB pipes should behselasky2013-12-1117-102/+102
* Fix typo when initializing the vlapic version register ('<<' instead of '<').neel2013-12-111-1/+1
* Fix one race and one fence post error. When the TX buffer wasimp2013-12-111-14/+23
* Correct the check for errors from proc_rwmem().markj2013-12-112-2/+2
* Migrate tools/regression/bin/ tests to the new layout.jmmv2013-12-11431-66/+564
* Make bsd.progs.mk work in directories with SCRIPTS but no PROGS.jmmv2013-12-111-3/+19
* Add tap.test.mk.jmmv2013-12-112-0/+65
* Fix x2apic support in bhyve.neel2013-12-108-51/+70
* The opt_*.h headers must be included before any system header, exceptkib2013-12-101-2/+1
* Correct license statements to reflect the fact that these files were alljhb2013-12-103-5/+14
* Fix detection of EOF in kern_physio(). If bio_length was clipped bykib2013-12-101-1/+0
* Return the correct IEEE 1275 code for "nextprop".nwhitehorn2013-12-101-3/+5
* Only assert the length of the passed bio in the mdstart_vnode() whenkib2013-12-101-2/+2
* Do not DELAY() for P-state transition unless we want to see the result.mav2013-12-101-3/+2
* Check remote protocol version only for the first connection (when ittrociny2013-12-101-6/+6
* Send wakeup to threads waiting on empty queue before releasing thetrociny2013-12-102-16/+7
* In remote_send_thread, if sending a request fails don't take thetrociny2013-12-101-11/+2
* Fix compiler warnings.trociny2013-12-102-4/+4
* Add some macros to make the code more readable (no functional chages).trociny2013-12-101-6/+9
* For memsync replication, hio_countdown is used not only as antrociny2013-12-101-111/+47
* Fix typo in fortune (go -> to)gavin2013-12-101-1/+1
* Minor mdoc fixes.joel2013-12-101-4/+0
* Properly refuse handoff requests on already connected sessions. Previouslytrasz2013-12-101-0/+12
* Fix handling for empty auth-groups. Without it, ctld child processtrasz2013-12-101-0/+8
* Fix missing new line after:pjd2013-12-101-0/+1
* Disable error message about failed attempt to attach fbd when drm2 built withray2013-12-105-2/+6
* Break build with error in case when both syscons and newcons are enabled.ray2013-12-102-0/+8
* Change the type of addr argument in dump() function to be ableae2013-12-101-4/+8
* Remove unused macro ADVANCE() and replace ROUNDUP() macro with ALIGN().ae2013-12-101-8/+3
* Ansify function definitions.ae2013-12-101-34/+13
* Don't even try to read vdev labels from devices smaller then SPA_MINDEVSIZEmav2013-12-102-4/+17
* Add missing includes.jmallett2013-12-102-0/+3
* mtest(8): use correct macro in mdoceadler2013-12-101-2/+2
* calendar(1): Add support for #include with absolute pathseadler2013-12-101-2/+5
* Print out the full PCIe link negotiation during dmesg.adrian2013-12-101-2/+18
* Fix a regression introduced by SVN r257842; resulting in mountroot promptdteske2013-12-091-1/+1
* Unstaticize t4_list and t4_uld_list. This works around a clangnp2013-12-091-2/+2
* Fix a regression introduced by SVN r257842. Result was that afterdteske2013-12-091-1/+1
* sed(1): Use /i instead of /Ieadler2013-12-091-1/+1
* Move constants for indices in the local APIC's local vector table fromjhb2013-12-096-49/+42
* Bump the g2b firmware to 18.x.adrian2013-12-091-1/+1
* - Refresh /etc/localtime after each update using tzsetup -r.jhb2013-12-095-4/+310
* Add regression test for recently added 'i' flag in r259132.eadler2013-12-092-0/+5
* Per the resolution of POSIX bug 0000779 (note 0002050) add support for using 'i'eadler2013-12-092-3/+4
* Don't panic when we get ZPOOL_STATUS_NON_NATIVE_ASHIFTdelphij2013-12-091-0/+6
* o Compat options have to be defined before sys/ioccom.h included, so moveray2013-12-092-1/+3
* Respect SC_NO_CUTPASTE option. It disable mouse cursor and cut/paste supportray2013-12-095-4/+32
* Bring the RPi I2C driver in line with ti_i2c. Make it treat any slaveloos2013-12-091-1/+1
OpenPOWER on IntegriCloud