aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | libnetbsd: more portability fixes with stdio.h and util.hEnji Cooper2017-01-152-1/+38
| * | | | Fix copy-pasted copyrightEnji Cooper2017-01-151-24/+21
| * | | | libnetbsd: add compat header for glob.hEnji Cooper2017-01-151-0/+42
| * | | | Add -DSKIP_LEFTASSOC to CFLAGS so leftassoc is skipped, like on NetBSDEnji Cooper2017-01-151-1/+2
| * | | | MFhead@r312217Enji Cooper2017-01-152-5/+19
| |\ \ \ \
| * | | | | Remove CFLAGS for sha2_testEnji Cooper2017-01-141-2/+0
| * | | | | libnetbsd: improve sha2.h compat with FreeBSDEnji Cooper2017-01-141-0/+1
| * | | | | Diff reduce with upstream using lib/libnetbsd's updated copy of sha1.hEnji Cooper2017-01-141-0/+1
| * | | | | libnetbsd: improve sha1.h compat with FreeBSDEnji Cooper2017-01-141-0/+3
| * | | | | Add stdio.h #include for fparselnEnji Cooper2017-01-141-2/+3
* | | | | | Expect :int_within_limits to fail when ptrdiff_t/*intmax_t differ in base typeEnji Cooper2017-02-071-0/+5
* | | | | | Wrap strcmp/wcscmp calls with ATF_CHECK_MSG and drop atf_tc_fail useEnji Cooper2017-02-071-10/+7
* | | | | | Fix :hexadecimal_floating_point on i386Enji Cooper2017-02-071-11/+8
* | | | | | hcreate(3): fix the ERRORS section and bump .DdEnji Cooper2017-02-071-4/+4
| |_|_|_|/ |/| | | |
* | | | | loader: Replace EFI part devices.Toomas Soome2017-02-061-0/+1
* | | | | Merge projects/ipsec into head/.Andrey V. Elsukov2017-02-062-15/+39
| |_|_|/ |/| | |
* | | | Fix grammar in getpeereid(3)Eric van Gyzen2017-02-041-3/+3
* | | | Clean up documentation of AF_UNIX control messages.Jilles Tjoelker2017-02-031-51/+4
* | | | Fix the comment showing the meaning of the first argument to sigprocmask.Andrew Turner2017-02-031-1/+1
* | | | MFV r313071:Martin Matuska2017-02-022-2/+3
* | | | Expose symbols in lib/libclang_rt/profile to fix --coverageEnji Cooper2017-01-311-0/+3
* | | | MFV 312999:Pedro F. Giffuni2017-01-309-43/+53