summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add <time.h> for ctime(), which we accidentally picked up throughdes2010-11-221-0/+1
* Remove obsoleted private symbol.mm2010-11-191-1/+0
* Correct description of the return values ofhselasky2010-11-181-5/+10
* Remove unused autofs userland bits.jhb2010-11-174-859/+0
* Don't use -fno-exceptions or -fno-rtti for .c files, when buildingdim2010-11-141-2/+2
* Similar to sys/net/vnet.h, define the linker set name for sys/sys/pcpu.hdim2010-11-142-5/+6
* Always set errno to a sane value when pututxline(3) fails.ed2010-11-141-0/+3
* Remove libc_r threading library. It has been disconnected from the buildemaste2010-11-13167-23451/+0
* Fix LibUSB v1.0 compliancy.hselasky2010-11-132-4/+11
* Fix bug in jn(3) and jnf(3) that led to -inf resultsuqs2010-11-132-2/+12
* Sync with OpenBSD, primarily better signal and terminal handling.delphij2010-11-132-124/+130
* Update xz to release 5.0.0mm2010-11-121-3/+4
* Revert to libgcc for sparc64.ed2010-11-121-3/+5
* This commit implements the SO_USER_COOKIE socket option, which letsluigi2010-11-121-0/+18
* Make sure to specify the alignment of minbrk and curbrk. They were correctlydim2010-11-112-0/+2
* Remove some unneeded spaces from the __sym_compat() macro, since newerdim2010-11-111-1/+1
* amd64: introduce minidump version 2avg2010-11-111-14/+94
* Set symbol visibility to hidden.ed2010-11-111-1/+1
* Replace libgcc.a by libcompiler_rt.a.ed2010-11-111-0/+2
* Import libcompiler_rt into HEAD and add Makefiles.ed2010-11-113-0/+184
|\
| * Import compiler-rt r117047.ed2010-10-21210-0/+11184
* If the Zip reader doesn't see a PK signature blockkientzle2010-11-073-3/+93
* Add minidump support for MIPSgonzo2010-11-074-11/+318
* Fix manpage markup.uqs2010-11-063-4/+2
* Clarify the naming: Methods that free an object shouldkientzle2010-11-0513-77/+114
* Add a new libc function: cfmakesane(3).ed2010-11-024-6/+37
* Use sysctl kern.sched.cpusetsize to retrieve size of kernel cpuset.davidxu2010-11-021-8/+5
* Prep for the 9.6-ESV-R2 updatedougb2010-10-312-5/+22
* When the make target is 'install', don't descend into the clangrpaulo2010-10-301-3/+5
* Regenerate our lib/libpcap/config.h for libpcap 1.1.1.dim2010-10-291-26/+56
* add pcap-common.c.rpaulo2010-10-291-1/+1
* Update for libpcap-1.1.1.rpaulo2010-10-291-1/+1
* - Note that non-superusers are not allowed to set the SF_ARCHIVEDjh2010-10-291-3/+7
* Add sysctl kern.sched.cpusetsize to export the size of kernel cpuset,davidxu2010-10-291-0/+9
* Return previous sigaction correctly.davidxu2010-10-291-1/+4
* Remove local variable 'first', instead check signal number in memory,davidxu2010-10-291-4/+1
* Find a jail's type as part of jailparam_init rather than waiting untiljamie2010-10-271-10/+4
* Check small set and reject it, this is how kernel did. Always use thedavidxu2010-10-271-37/+32
* - Revert r214409.davidxu2010-10-271-5/+6
* Remove locking and unlock in pthread_mutex_destroy, becausedavidxu2010-10-271-25/+2
* Fix typo.davidxu2010-10-251-1/+1
* Get cpuset in pthread_attr_get_np() and free it in pthread_attr_destroy().davidxu2010-10-252-10/+31
* Fix PIC_RETURN when abicalls are not defined.jchandra2010-10-241-1/+1
* Move variable declarations into the conditional block where they areemaste2010-10-241-1/+1
* Revert to r214147, errno is not clobbered as originallybcr2010-10-221-2/+0
* Document strtonum()s behavior of setting errno to 0 when no error is found.bcr2010-10-211-0/+2
* Sync with OpenBSD rev. 1.13:bcr2010-10-211-2/+1
* Fix error handling logic of pututxline(3).ed2010-10-211-12/+21
* mdoc: make pages render with mandocuqs2010-10-213-4/+3
* Remove code duplication by introducing static gctl_param_add() function whichpjd2010-10-211-22/+14
OpenPOWER on IntegriCloud