summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Misc mdoc fixes:joel2014-11-2313-56/+43
* Consider the negation operator (!) to be a word even if it is not followedian2014-11-231-0/+5
* \n at end of panicstr is redundant.glebius2014-11-231-1/+1
* Fix the following -Werror warning from clang 3.5.0, while building thedim2014-11-231-1/+7
* Don't use the synchronization endpoint unless referenced by thehselasky2014-11-231-2/+13
* Merge from projects/sendfile:glebius2014-11-239-49/+214
* Do not include buf.h.glebius2014-11-231-1/+0
* ifdef RACCT ui_racct_foreach and struct uidinfo's ui_racctmjg2014-11-233-9/+8
* buf.h is not needed here, and pollutes when ufsmount.h is includedglebius2014-11-231-2/+0
* Include required files directly instead of pollution via ufs/ufsmount.h.glebius2014-11-233-0/+3
* Fix commentsbapt2014-11-231-2/+4
* filedesc: plug a test for impossible condition in fgetvp_rightsmjg2014-11-231-3/+1
* Fix typobapt2014-11-231-1/+1
* Change man(1) to use mandoc to render manpagesbapt2014-11-231-4/+44
* Fix the following -Werror warnings from clang 3.5.0, while buildingdim2014-11-221-2/+2
* sh: Prepend "$0: " to error messages if there is no command name.jilles2014-11-222-0/+4
* Fix the following -Werror warnings from clang 3.5.0, while buildingdim2014-11-221-2/+8
* Lower warnings to fix build with gccbapt2014-11-221-0/+2
* Lower warning to allow building with gccbapt2014-11-221-0/+2
* Add the demandoc utility from the mandoc projectbapt2014-11-222-0/+11
* Define LIBSQLITE3 and LIBMANDOCbapt2014-11-221-0/+8
* Add the preconv utility from mandoc projectbapt2014-11-222-0/+8
* Rework mandoc Makefile to ease maintainancebapt2014-11-222-5/+22
* Rework makefile in something closer to upstream Makefile to ease maintainancebapt2014-11-221-5/+28
* There never was a PC Card joystick attachment that worked. Kill theimp2014-11-223-70/+1
* Add missing bits svn merge did not catchbapt2014-11-226-0/+1110
* Forgot to update libmandocbapt2014-11-221-6/+5
* Promote SQLite3 as a privatelib as it will also be used by mandocbapt2014-11-2214-47/+68
* Update sqlite3 to 3.8.7.2bapt2014-11-226-4742/+9007
* Add missing dependencies on pthread (sqlite being built with threadsafety on)bapt2014-11-224-8/+8
* Update mandoc to 1.13.1bapt2014-11-22111-5182/+16313
|\
| * Import mandoc 1.13.1bapt2014-11-22120-10593/+14162
| * Really import mdocml version 1.12.3 and not a preliminary tarball.uqs2014-01-313-8/+6
* | Retire old, transition code for managing the FreeBSD 5 -> 6 migration.imp2014-11-222-26/+0
* | The size value should be asserted when it is known.kib2014-11-221-1/+1
* | By the time that vm_reserv_init() runs, vm_phys_segs[] is initialized. Usealc2014-11-221-4/+6
* | Fix the host mode ISOCHRONOUS transfer interval programming in thehselasky2014-11-221-27/+56
* | Implement "automount -c".trasz2014-11-225-5/+83
* | Cross-reference autounmountd(8) from umount(8).trasz2014-11-221-1/+2
* | Cross-reference automount(8) from mount(8).trasz2014-11-221-1/+2
* | Avoid undefined behaviour in gas's rotate_left() macro for n == 0.dim2014-11-221-1/+1
* | sh: Use DQSYNTAX only while expanding, not SQSYNTAX.jilles2014-11-221-1/+1
* | For both iSCSI initiator and target increase socket buffer sizes beforemav2014-11-225-2/+24
* | Fix build with asr driversmh2014-11-221-20/+19
* | Add libm to eliminate "undefined reference to sqrt" on arm 'softfp' builds.ian2014-11-221-2/+2
* | Enforce -lpthread and -lc to always be the 2 last components of the link listbapt2014-11-221-0/+10
* | Fix the following -Werror warnings from clang 3.5.0, while buildingdim2014-11-221-9/+10
* | Fix the following -Werror warning from clang 3.5.0, while buildingdim2014-11-221-1/+2
* | Fix use-after-free introduced in r274843.mav2014-11-221-41/+45
* | Move icl_pdu_get_data() and xpt_done() out of initiator's session lock.mav2014-11-221-14/+27
OpenPOWER on IntegriCloud