summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* libthr: change CHECK_AND_INIT_RWLOCK to an inline functionEric van Gyzen2017-05-201-24/+47
* libthr: disable thread-safety warningsEric van Gyzen2017-05-201-0/+1
* libthr: fix warnings at WARNS=6Eric van Gyzen2017-05-198-11/+33
* The current qsort(3) implementation ignores the sizes of partitions, andXin LI2017-05-191-15/+38
* Use size_t.Xin LI2017-05-191-3/+3
* Add tests for some cases in r318298.Konstantin Belousov2017-05-182-0/+103
* Import libxo-0.7.2; add xo_options.7.Phil Shafer2017-05-163-8/+14
* libstand: increase nfs max read size to 16kToomas Soome2017-05-161-1/+1
* loader: add ip layer code into libstandToomas Soome2017-05-154-118/+444
* Add information to open(2) man page about the O_VERIFY flag.Stephen J. Kiernan2017-05-151-0/+10
* getusershell: don't write past end of line buffer reading local shellsEd Maste2017-05-151-3/+3