aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix some edge cases with rewinddir():John Baldwin2014-07-115-165/+225
* Sync some (mostly cosmetical) changes from NetBSDPedro F. Giffuni2014-07-1012-39/+80
* Implement Short/Small String Optimization in SBUF(9) and change lengths andPietro Cerutti2014-07-101-1/+1
* Support EAGAIN in fetch_writevBaptiste Daroussin2014-07-101-0/+2
* Implement sysconf(_SC_GETGR_R_SIZE_MAX) and sysconf(_SC_GETPW_R_SIZE_MAX).Konstantin Belousov2014-07-091-3/+9
* In libproc, avoid calling __cxa_demangle(), and thus depending on eitherDimitry Andric2014-07-092-18/+21
* Fix a typo.Mark Johnston2014-07-091-1/+1
* [mdoc] Fix previous change.Sergey Kandaurov2014-07-081-1/+1
* Remove ia64.Marcel Moolenaar2014-07-0786-5360/+10
* Add the DTrace probe definitions for plockstat support.Rui Paulo2014-07-051-0/+46
* minor perf enhancement for UTF-8Pedro F. Giffuni2014-07-041-19/+10
* getopt(3): clarify GNU instead of NetBSD.Pedro F. Giffuni2014-07-041-1/+1
* Note that most errors are possible for all syscalls from utimes(2)Konstantin Belousov2014-07-031-46/+20
* regex(3): Add support for \< and \> word delimitersPedro F. Giffuni2014-06-302-2/+25
* Fix build with WITHOUT_INET6.Hajimu UMEMOTO2014-06-261-0/+2
* - Exclude loopback address rather than loopback interface.Hajimu UMEMOTO2014-06-261-13/+27
* Document EINVAL as per POSIX.Sergey Kandaurov2014-06-262-2/+10
* MFV r267843: update file/libmagic to 5.19.Xin LI2014-06-262-62/+127
* Catch up with many years of changes:Garrett Wollman2014-06-241-13/+50
* Provide APIs to directly get 'lowmem' and 'highmem' size directly.Neel Natu2014-06-242-0/+16
* mdoc: remove superfluous paragraph macros.Joel Dahl2014-06-237-9/+0
* Exclude IPv4 address from doing longest match.Hajimu UMEMOTO2014-06-231-1/+2
* use .Mt to mark up email addresses consistently (part4)Baptiste Daroussin2014-06-2387-111/+105
* use .Mt to mark up email addresses consistently (part3)Baptiste Daroussin2014-06-2381-148/+120
* Merge intermediate OpenBSD v1.25 changes (almost identical to ours)Andrey A. Chernov2014-06-221-18/+12
* getopt(3): recognize option:: as GNU extension for "optional options".Pedro F. Giffuni2014-06-223-8/+22
* Revert r267675:Pedro F. Giffuni2014-06-211-6/+6
* regex: Make use of reallocf().Pedro F. Giffuni2014-06-201-6/+6
* Use SOCK_CLOEXEC.Hajimu UMEMOTO2014-06-191-1/+1
* Add MAP_EXCL flag for mmap(2). It should be combined with MAP_FIXED,Konstantin Belousov2014-06-191-6/+27
* The time come to remove the wrapper, most likely, but tidy up it codeKonstantin Belousov2014-06-191-11/+6
* strptime: add support for %t and %nPedro F. Giffuni2014-06-181-38/+20
* Fix syntax error.Warren Block2014-06-181-1/+1
* Retooling addrconfig() to exclude addresses on loopback interfacesHajimu UMEMOTO2014-06-181-29/+62
* stdtime: style(9) fixes.Pedro F. Giffuni2014-06-183-184/+186
* Update license to strptime(3) implementation.Pedro F. Giffuni2014-06-161-28/+5
* Fix destruction of character devices by passing correct pointer toHans Petter Selasky2014-06-161-1/+1
* Create a mechanism for providing fine-grained build order dependenciesIan Lepore2014-06-151-52/+63
* Attach the CUSE library and kernel module to the default FreeBSDHans Petter Selasky2014-06-131-0/+5
* iconv_open: initialise ci_ilseq_invalid field of _citrus_iconv_sharedTijl Coosemans2014-06-131-2/+3
* Replace malloc+memset with calloc.Tijl Coosemans2014-06-132-5/+2
* Replace malloc+memset with calloc.Tijl Coosemans2014-06-131-4/+2
* Fix path for zlib examples, this have no runtime effect and wasXin LI2014-06-111-0/+2
* Add a zlib pkg-config file (more and more ports requires it)Baptiste Daroussin2014-06-112-0/+18
* Use Mt macro to properly format mailto links (patch from Franco Fichtner <fra...Baptiste Daroussin2014-06-111-12/+12
* In some scenarios, when generating llvm/clang .inc.h files, multipleDimitry Andric2014-06-101-32/+43
* siglongjmp(): Preserve floating point exception flags on i386 and amd64.Jilles Tjoelker2014-06-092-2/+0
* In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.Bryan Drewery2014-06-082-0/+4
* Add ioctl(VM_REINIT) to reinitialize the virtual machine state maintainedNeel Natu2014-06-072-0/+8
* Homogenize libatf-* version numbers with upstream.Julio Merino2014-06-062-2/+2