summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Disable h_raw/h_read with gccngie2015-10-301-2/+7
* - Re-enable h_raw with clang 3.7.0+ngie2015-10-301-1/+2
* Remove a set but unused variable in __getgroupmembership to fix a gcc 4.9+ wa...ngie2015-10-301-2/+1
* Integrate contrib/netbsd-tests/lib/libc/rpc into the FreeBSD test suitengie2015-10-301-0/+1
* Use memmove(3) to avoid overlapping copy.bdrewery2015-10-291-1/+1
* Fix several memory leaks, and crashes, in iconvlist(3).bdrewery2015-10-291-18/+26
* Add _flags2 per jhb@ suggestion since no room left in _flags.ache2015-10-286-10/+7
* Update libucl to latest git snapshot (20151027)bapt2015-10-271-0/+2
* libedit: Use correct buffer lengths in vi mode v command.jilles2015-10-271-6/+6
* According to POSIX, a write operation shall start at the current size ofache2015-10-251-0/+3
* Fix compiling with gcc [4.2.1] after r287797 when MK_HESOID == no andngie2015-10-252-13/+9
* Since no room left in the _flags, reuse __SALC for O_APPEND.ache2015-10-245-19/+31
* resolver: abuse _res a little lessvangyzen2015-10-231-39/+52
* figpar(3) merged to stable/10 before release/10.2.0dteske2015-10-231-3/+3
* Bump date/copyright after correcting HISTORYdteske2015-10-231-2/+2
* dpv(3) merged to stable/10 before release/10.2.0dteske2015-10-231-1/+1
* Remove more disconnected libgpib items missed in r276214.bdrewery2015-10-225-1467/+0
* Revert lib/libc/gen/dirname.3@r289695ngie2015-10-211-2/+0
* Revert r289694ngie2015-10-211-0/+2
* cpuset.9: Link to/from the new pagecem2015-10-202-4/+6
* Switch pl_child_pid from int to pid_t.jhb2015-10-201-2/+2
* Switch the default OpenMP runtime for clang to libomp (from the LLVMdim2015-10-182-2/+2
* Make libxo depend on libutil because it uses humanize_number after r287111ngie2015-10-183-4/+4
* Document bitset(9)cem2015-10-171-2/+3
* Conditionalize the META_MODE tool handling on MK_META_MODE.bdrewery2015-10-171-0/+2
* Set dev->fd to -1 when calling cam_close_spec_device with a valid dev->fdngie2015-10-171-1/+3
* Use fopen()'s newfangled "e" flag instead of explicit fcntl() calls.des2015-10-161-5/+3
* Fix two bugs in HTTPS tunnelling:des2015-10-161-4/+32
* Add more SUBDIR_PARALLEL.bdrewery2015-10-151-0/+1
* libstdc++ also snook in incorrectly in r267511, despite not being a realbdrewery2015-10-151-1/+0
* Remove unneeded libg++ reference that came in with r267511 based on a removedbdrewery2015-10-151-1/+0
* Fix another ++= parsed as '+=', missed in r289384.bdrewery2015-10-151-1/+1
* Let the SUBDIR_DEPEND*c++ variables actually work rather than being parsedbdrewery2015-10-151-2/+2
* For the Cortex-A8 use the a8 and not the a9 events table.bz2015-10-141-1/+1
* resolver: automatically reload /etc/resolv.confvangyzen2015-10-142-2/+51
* Integrate the tests from lib/libarchive, usr.bin/cpio, and usr.bin/tar in tongie2015-10-124-262/+508
|\
| * Redo MFC @ r289134ngie2015-10-111-4/+7
| * Revert r289133; retry the mergengie2015-10-113-7/+511
| * MFhead @ r289132ngie2015-10-113-511/+7
| * MFhead @ r289100ngie2015-10-107-10/+37
| |\
| * | Integrate the testcases into the FreeBSD test suitengie2015-10-072-27/+278
| * | Forced commit to note that I was playing around with libarchivengie2015-10-061-1/+1
| * | MFhead @ r288954ngie2015-10-066-11/+17
| * | MFhead @ r288943ngie2015-10-0685-243/+668
| |\ \
| * | | ------------------------------------------------------------------------ngie2015-10-0644-100/+17
* | | | Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andngie2015-10-1244-100/+17
* | | | Change the default setting of kern.ipc.shm_allow_removed from 0 to 1.trasz2015-10-101-4/+7
| |_|/ |/| |
* | | If we can't open the file, skip devclose() for the exclusive_file_systemmarcel2015-10-081-1/+1
* | | Move SHLIBDIR?=/lib before <src.opts.mk> so that it works again.peter2015-10-081-2/+2
* | | Use -fpermissive if compiling with GCC.rodrigc2015-10-081-0/+3
OpenPOWER on IntegriCloud