aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix #if conditional added in r319008Enji Cooper2017-05-271-2/+2
* kvm_geterr_test: Compile out the portions that require kvm_open2(3) onEnji Cooper2017-05-271-0/+5
* Use the usual FreeBSD spelling for the DHCP user classBaptiste Daroussin2017-05-271-1/+1
* Always issue the pxe requestBaptiste Daroussin2017-05-273-38/+26
* add a comment on vendor index 19 and 20 to avoid confusionBaptiste Daroussin2017-05-271-0/+2
* Pass a "FREEBSD" user-class in PXE dhcp requestBaptiste Daroussin2017-05-272-10/+15
* procstat(1): Add TCP socket send/recv buffer sizeConrad Meyer2017-05-264-8/+63
* libthr: increase WARNS to the default (6)Eric van Gyzen2017-05-261-1/+1
* libthr: fix warnings at WARNS=6Eric van Gyzen2017-05-266-11/+3
* libthr: fix style in previous commitEric van Gyzen2017-05-261-1/+1
* libthr: prevent setcontext() from masking SIGTHREric van Gyzen2017-05-261-1/+1
* fts_open: move bogus initialization further below, before it is used.Pedro F. Giffuni2017-05-263-9/+9
* Improve the decoding of the third argument of the socket() call.Michael Tuexen2017-05-254-0/+69
* [lib] disable libc++experimental on mips platforms for now.Adrian Chadd2017-05-251-1/+1
* Don't end up manpage titles with a full stop.Edward Tomasz Napierala2017-05-245-5/+5
* Update the "first appeared in" version in several manual pages.Glen Barber2017-05-242-4/+4
* Allow cpuset_{get,set}affinity in capabilities modeAllan Jude2017-05-241-1/+7
* directory(3): add trailing comma after e.g., missed in r318699Enji Cooper2017-05-231-1/+1
* libthr: fix warnings from GCC when WARNS=6Eric van Gyzen2017-05-236-20/+35
* Commit the 64-bit inode project.Konstantin Belousov2017-05-2340-119/+3612
* kill(2): add missing section for sysctl(9)Enji Cooper2017-05-231-1/+1
* ptrace(2): clean up trailing whitespaceEnji Cooper2017-05-231-2/+2
* open(2): fix manlint warningsEnji Cooper2017-05-231-11/+11
* rctl_add_rule(2): fix manlint warningsEnji Cooper2017-05-231-4/+4
* cap_enter(2): fix manlint issuesEnji Cooper2017-05-231-4/+4
* _umtx_op(2): fix minor manlint issuesEnji Cooper2017-05-231-23/+23
* xdr(3): add missing comma after xdr_sizeof(3) in SYNOPSISEnji Cooper2017-05-231-1/+1
* fopencookie(3): declare function pointers in SYNOPSIS correctlyEnji Cooper2017-05-231-4/+4
* quick_exit(3): delete trailing whitespace in licensing tortEnji Cooper2017-05-231-3/+3
* acl_to_text(3): start sentences on new linesEnji Cooper2017-05-231-2/+3
* acl_create_entry(3): separate .Nm entries with commas in SYNOPSISEnji Cooper2017-05-231-1/+1
* sctp_send(3): start sentences on new linesEnji Cooper2017-05-231-2/+2
* localeconv(3): start sentences on new linesEnji Cooper2017-05-231-1/+2
* fopen(3): make manlint fixesEnji Cooper2017-05-231-5/+10
* posix1e(3): reference using the section (3) when referencing libbsm with .XrEnji Cooper2017-05-231-1/+1
* __iconv_get_list: separate .Nm entries with commasEnji Cooper2017-05-231-1/+1
* tcsendbreak(3): delete spurious blank line at the end of the man pageEnji Cooper2017-05-231-1/+0
* dirname(3): fix section orderingEnji Cooper2017-05-231-10/+10
* directory(3): delete trailing whitespace and rewrite `E.g.` as `e.g.`Enji Cooper2017-05-231-4/+5
* basename(3): fix section orderingEnji Cooper2017-05-231-11/+11
* err(3): use `NULL`, aka `(void*)0` per POSIX instead of `(FILE *)0`Enji Cooper2017-05-231-4/+4
* Ensure that the mappings table is populated in proc_objname().Mark Johnston2017-05-221-0/+3
* For now, disable building libc++experimental for arm, since there are aDimitry Andric2017-05-221-1/+4
* Revert r318583 (libthr: use default WARNS level of 6)Eric van Gyzen2017-05-221-0/+1
* [libcompiler-rt] add bswapdi2/bswapsi2Adrian Chadd2017-05-211-0/+7
* Add PICFLAG to build libc++experimental.a, so it can be used in allDimitry Andric2017-05-211-0/+1
* Add libc++experimental.a for std::experimental supportDimitry Andric2017-05-212-1/+30
* libthr: Use CLI flags instead of pragmas to disable warningsEric van Gyzen2017-05-203-21/+6
* libthr: use default WARNS level of 6Eric van Gyzen2017-05-201-1/+0
* Remove old spinlock_debug code from libcEric van Gyzen2017-05-205-19/+10