aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Bump libcam shared library version forgotten in r259397.Nathan Whitehorn2013-12-151-1/+1
* getopt_long.3: wording quibblesEitan Adler2013-12-131-2/+2
* Replace Sun RPC license with a 3-clause BSD license. This license changeHiroki Sato2013-12-098-211/+211
* Do not force to run atexit handlers, which text comes from a dsoKonstantin Belousov2013-12-061-5/+10
* mdoc: remove EOL whitespace.Joel Dahl2013-12-061-2/+2
* lldb: Threaded inferior support for FreeBSDEd Maste2013-12-031-1/+2
* Various updates and tweaks to the wait(2) manpage.John Baldwin2013-12-031-132/+174
* Update LLDB to upstream r196259 snapshotEd Maste2013-12-032-0/+4
* Fix comparisons in assertions.Pawel Jakub Dawidek2013-12-031-4/+4
* Both libcasper and libcapsicum libraries have to be installed in /lib/,Pawel Jakub Dawidek2013-12-022-0/+2
* Forgot to 'svn add' lib/libcasper/ directory.Pawel Jakub Dawidek2013-12-024-0/+576
* Please welcome casperd daemon. It (and its services) will be responsible forPawel Jakub Dawidek2013-12-0218-0/+2471
* chmod(2): Document S_ISVTX following SUSv3/SUSv4.Jilles Tjoelker2013-12-011-10/+16
* waitid(2): Do not tell userland programmers to include <sys/signal.h>.Jilles Tjoelker2013-12-011-1/+1
* Move my simple logging API to a separate library. It is now already usedPawel Jakub Dawidek2013-12-014-1/+1006
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-303-5/+5
* Make process descriptors standard part of the kernel. rwhod(8) alreadyPawel Jakub Dawidek2013-11-301-6/+0
* Note that libstand is 32-bit on amd64 and powerpc64Ed Maste2013-11-291-0/+4
* Fix some misinformation in netgraph manual pages.Gleb Smirnoff2013-11-281-2/+2
* Fix double free().Pawel Jakub Dawidek2013-11-251-3/+1
* Move the iconv wrapper source from libc_nonshared to libc/iconv so thatPeter Wemm2013-11-2517-331/+350
* There is no file under SISSL after license replacement in r258581.Hiroki Sato2013-11-251-335/+0
* Replace Sun Industry Standards Source License for Sun RPC code with aHiroki Sato2013-11-252-89/+48
* Add HPET device emulation to bhyve.Neel Natu2013-11-252-0/+15
* Replace Sun RPC license in TI-RPC library with a 3-clause BSD license,Hiroki Sato2013-11-2551-1333/+1305
* pmc(3) does not document a dependency on <sys/types.h> but <pmc.h>Ryan Stone2013-11-251-0/+1
* Add ICONV_{GET,SET}_ILSEQ_INVALID iconvctl. GNU iconv returns EILSEQHiroki Sato2013-11-254-1/+43
* Get rid of the CONCAT macro.Andreas Tobler2013-11-232-19/+19
* If check_deferred_signal() execution needs binding of PLT symbol,Konstantin Belousov2013-11-232-2/+10
* Add an ioctl to assert and deassert an ioapic pin atomically. This will be usedNeel Natu2013-11-232-0/+12
* Replace the WEAK_ALIAS() alias with the WEAK_REFERENCE() alias. Use it andAndreas Tobler2013-11-219-34/+22
* Introduce a WEAK_REFERENCE() alias and use it. Get rid of the CNAME and theAndreas Tobler2013-11-219-39/+23
* Catch up with OpenPAM Nummularia.Sergey Kandaurov2013-11-211-1/+1
* Fix build with GCCBryan Drewery2013-11-191-1/+2
* Support SNI in libfetchBryan Drewery2013-11-191-0/+9
* Bug fixes in iconv(3) UTF-7 support.Tijl Coosemans2013-11-181-8/+9
* MFV: Import atf-0.18.Julio Merino2013-11-173-3/+4
* Fix the build of some ATF tests.Julio Merino2013-11-173-8/+8
* Attempt to move the POSIX iconv* symbols out of runtime linker space.Peter Wemm2013-11-1720-42/+670
* Add missing include files for the printf_l and scanf_l man pages.Eitan Adler2013-11-172-0/+2
* Move the ioapic device model from userspace into vmm.ko. This is needed forNeel Natu2013-11-122-0/+24
* Bring in libnv library for managing name/value pairs. The following typesPawel Jakub Dawidek2013-11-1214-0/+5162
* Update LLDB to upstream r194122 snapshotEd Maste2013-11-128-6/+17
* Just disable recoding support in libsmb if built WITHOUT_ICONV.Gleb Smirnoff2013-11-121-0/+6
* Fix typo.Edward Tomasz Napierala2013-11-121-1/+1
* Fix description to actually make sense.Edward Tomasz Napierala2013-11-121-4/+3
* Mention acl_get_brand_np(3).Edward Tomasz Napierala2013-11-121-1/+6
* Indicate that expand_number is case-insensitive.Eitan Adler2013-11-121-1/+2
* Consistently add the relocation offset only when the ELF type is notMark Johnston2013-11-111-7/+16
* Fix typo: site_t -> size_tEitan Adler2013-11-101-1/+1