aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Properly indent a default: label and avoid crashing when runningBjoern A. Zeeb2017-02-281-2/+2
* Remove SVR4 (System V Release 4) binary compatibility support.Gleb Smirnoff2017-02-281-1/+1
* librss: simplify some NULL checks.Pedro F. Giffuni2017-02-271-2/+2
* Remove unneeded variable initialization from r314319.Mariusz Zaborski2017-02-261-2/+0
* Don't try to open devices in the gettc() function which will alwaysMariusz Zaborski2017-02-261-11/+28
* Don't convert ENOENT to nothing for individual lookup, just for theWarner Losh2017-02-251-4/+6
* Fix up r314189Enji Cooper2017-02-241-1/+1
* Fix some minor style nits: put parentheses around return valuesEnji Cooper2017-02-241-10/+10
* Fix up NULL/'\0' uses and fix 2 derefs after NULLEnji Cooper2017-02-241-18/+19
* Add sem_clockwait_np()Eric van Gyzen2017-02-236-25/+93
* Remove an assembler flag, which is redundant since r309124. The upstreamJung-uk Kim2017-02-231-6/+0
* Surround any unmangled C++ names in libcxxrt's version map with 'externDimitry Andric2017-02-221-12/+16
* Add __int128-related symbols to libcxxrt's version map. Put these intoDimitry Andric2017-02-211-2/+19
* Make several improvements and corrections in the kenv(2) man pageEric van Gyzen2017-02-211-58/+54
* Upgrade to OpenPAM Radula.Dag-Erling Smørgrav2017-02-203-41/+0
|\
| * Vendor import of OpenPAM Radula.vendor/openpam/RADULADag-Erling Smørgrav2017-02-1928-137/+184
| * Merge upstream r825: fix line continuation in whitespaceDag-Erling Smørgrav2014-10-181-8/+24
* | Add a file descriptor in struct url for netrcBaptiste Daroussin2017-02-203-9/+23
* | Publish fp[get][set]sticky() for ARMv6.Michal Meloun2017-02-171-0/+5
* | Publish __aeabi_uidiv and __aeabi_idiv as compatible symbols from libc.Michal Meloun2017-02-173-1/+60
* | Add documentations related to new APIs of r313761Mahdi Mokhtari2017-02-171-8/+38
* | Fix building of r313761 on platforms thatMahdi Mokhtari2017-02-172-5/+18
* | Remove unnecessary #includes from the kqueue(2) man page.Ed Schouten2017-02-161-6/+7
* | prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2017-02-153-50/+50
* | Add casinl() cacosl() catanl() casinhl() cacoshl() catanhl() APIs to msunMahdi Mokhtari2017-02-153-1/+423
* | Fix indentation in nss_configure().Mark Johnston2017-02-141-13/+13
* | Register nss_atexit() before parsing nsswitch.conf for the first time.Mark Johnston2017-02-141-2/+2
* | Capsicum support for bhyve(8).Bartek Rutkowski2017-02-142-1/+46
* | Handle clang 4.x+ with the compile-time exception added in r312213Enji Cooper2017-02-141-1/+2
* | MFV r313676: libpcap 1.8.1Xin LI2017-02-133-30/+38
* | Consistently handle negative or wrapping offsets in the mmap(2) syscalls.Konstantin Belousov2017-02-121-3/+35
* | Manipulate OBJDIR with :H when referencing dso directoryEnji Cooper2017-02-111-1/+1
* | ufs: Use UFS_MAXNAMLEN constantConrad Meyer2017-02-091-1/+1
* | Merge content from ^/projects/netbsd-tests-upstream-01-2017 into ^/headEnji Cooper2017-02-082-3/+3
|\ \
| * \ MFhead@r313404Enji Cooper2017-02-071-1/+1
| |\ \
| * | | Remove placeholder compat header for stdio.hEnji Cooper2017-02-071-35/+0
| * | | MFhead@r313380Enji Cooper2017-02-073-25/+24
| |\ \ \
| * \ \ \ MFhead@r313360Enji Cooper2017-02-073-15/+40
| |\ \ \ \
| * \ \ \ \ MFhead@r313243Enji Cooper2017-02-04159-888/+953
| |\ \ \ \ \
| * | | | | | Remove util.h (libutil.h) pollution from stdio.h compat headerEnji Cooper2017-01-161-2/+0
| * | | | | | Clarify #includes for hexdump vs sbuf_hexdumpEnji Cooper2017-01-161-2/+3
| * | | | | | MFhead@r312305Enji Cooper2017-01-161-1/+20
| |\ \ \ \ \ \
* | | | | | | | Clean up trailing and leading whitespace for variables to make itEnji Cooper2017-02-081-5/+5
* | | | | | | | Create link from hexdump(3) to sbuf_hexdump(9) as the manpage describesEnji Cooper2017-02-081-0/+1
* | | | | | | | Clarify #includes for hexdump(3) vs sbuf_hexdump(9)Enji Cooper2017-02-081-2/+3
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Improve libnetbsd compatibility with NetBSDEnji Cooper2017-02-078-3/+199
|\| | | | | | | |_|_|_|/ / |/| | | | |
| * | | | | libnetbsd: add pthread.h compat headerEnji Cooper2017-01-161-0/+36
| * | | | | libnetbsd: add sys/event.h compat headerEnji Cooper2017-01-151-0/+42
| * | | | | libnetbsd: add sys/types.h header which pollutes itself with sys/param.h toEnji Cooper2017-01-151-0/+37
| * | | | | libnetbsd: add sys/wait.h compat headerEnji Cooper2017-01-151-0/+37