summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Don't cast inode number or file size down to long or unsigned.gleb2012-05-182-4/+4
* Import work done under project/nand (@235533) into head.gber2012-05-177-0/+1371
* HID Report ID is unsigned value, so clear the rest of bits from possiblemav2012-05-161-1/+1
* Switch sparc64 to using libcompiler_rt; since r230021 we have a workaroundmarius2012-05-151-1/+1
* Merge from vendor branch: update libpcap to 1.2.1.delphij2012-05-142-4/+39
* mdoc: avoid unterminated quoted strings.joel2012-05-131-5/+5
* Minor mdoc nits.joel2012-05-131-1/+1
* Minor mdoc nits.joel2012-05-122-4/+4
* Remove tab from kernel configuration option. This is consistent with the restjoel2012-05-121-1/+1
* General mdoc(7) and typo fixes.gjb2012-05-121-1/+2
* mdoc: end list context with El.joel2012-05-121-0/+1
* The linker isn't consistent in the ordering of dynamic sysctls, so don'tjamie2012-05-111-13/+25
* General mdoc(7) and typo fixes.gjb2012-05-1128-55/+56
* According to SUSv4, realpath(3) must fail ifkib2012-05-112-12/+29
* Fix copy/paste error in lib/libc/locale/toupper.c.dim2012-05-101-1/+1
* Create a common function lookup() to search a chan, this eliminatesdavidxu2012-05-101-5/+9
* Remove reference to non-existent FreeBSD Security Architectureeadler2012-05-091-3/+1
* Plug a leak.kib2012-05-081-2/+5
* General mdoc(7) and typo fixes.gjb2012-05-0813-17/+20
* Add missing LibUSB 1.0 API function: libusb_get_string_descriptor().hselasky2012-05-074-1/+28
* Fix mis-merged line, move SC_LOOKUP() call todavidxu2012-05-051-1/+1
* Make sure a few new internal clang headers get installed, I missed thesedim2012-05-051-1/+7
* Remove debug output.tuexen2012-05-041-1/+0
*-. Upgrade our copy of llvm/clang to r155985, from upstream's release_31dim2012-05-039-33/+19
|\ \
| | * Vendor import of clang release_31 branch r155985:dim2012-05-03108-3394/+2861
| * | Vendor import of llvm release_31 branch r155985:dim2012-05-03122-8479/+3307
* | | MFp4:davidxu2012-05-033-1/+10
* | | Don't reuse credentials if redirected to a different host.des2012-04-301-1/+3
* | | Since the socket is non-blocking, it is necessary to use select(2) evendes2012-04-301-17/+13
* | | Remove incorrect __restrict qualifier on several pointersdumbbell2012-04-302-9/+9
* | | fix a further typo in the pdfork(2) man page.rwatson2012-04-301-1/+1
* | | The returned file descriptor from pdfork(2) is via fdp, not pidp.rwatson2012-04-301-2/+2
* | | Fix a bug in *wscanf's handling of non-wide %s, %c, and %[das2012-04-301-44/+9
* | | pread(2) might fail with EBUSY, so document iteadler2012-04-291-0/+2
* | | Allow users of gprof to get per run output files (using the pid)eadler2012-04-292-1/+12
* | | Previously, vfscanf()'s wide character processing functions weredas2012-04-293-150/+83
* | | Fix small documentation mistakes.jlh2012-04-282-2/+2
* | | Import stdbuf(1) and the shared library it relies on.jlh2012-04-285-0/+234
* | | Fix several memory and lock leaks on the out of memory condition.kib2012-04-282-2/+22
* | | Remove the RFC 1319 MD2 Message-Digest Algorithm routines from libmd.obrien2012-04-285-309/+6
* | | Move sctp_sendv and sctp_recvv to FBSD_1.3 as suggested bytuexen2012-04-261-2/+5
* | | Export symbols for sctp_sendv() and sctp_recvv().tuexen2012-04-261-0/+2
* | | Use the .Bx macro instead of BSDeadler2012-04-261-1/+3
* | | A new jail(8) with a configuration file, ultimately to replace the workjamie2012-04-261-39/+1
|\ \ \
| * | | Remove a section that went to jail(8), and fix a small grammar error.jamie2010-10-201-39/+1
| * | | Import section 2 man files so I can update jail(2).jamie2010-10-20192-0/+34710
| |\ \ \
| * | | | A new jail(8) with a configuration file, to replace the work currently donejamie2010-10-194207-758191/+0
* | | | | Document the standardization status of err* and warn*eadler2012-04-261-1/+11
* | | | | Correct r228114 and use the same implementation for tilde.h as for history.hobrien2012-04-262-2/+33
* | | | | Fix typo.hselasky2012-04-251-1/+1
OpenPOWER on IntegriCloud