aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Introduce __isnanf() as an alias for isnanf(), and make the isnan()David Schultz2010-06-123-2/+10
* Do the branding right this time.Ed Schouten2010-06-121-1/+2
* Detect bit endianness through machine/endian.h. This fixes xz on big-endianXin LI2010-06-111-0/+7
* sctp_recvmsg returns the number of bytes received, not sent.Rebecca Cran2010-06-111-1/+1
* mdoc: stop abusing -column lists and use .Bl -tag insteadUlrich Spörlein2010-06-111-19/+21
* mdoc nitpicking: the title argument shall be uppercaseUlrich Spörlein2010-06-118-8/+8
* Disable usage of __DATE__.Ed Schouten2010-06-101-1/+1
* Brand our Clang binary.Ed Schouten2010-06-101-1/+2
* Hook clang into the build on i386/amd64/powerpc.Roman Divacky2010-06-091-1/+6
* Import the build makefiles for clang/LLVM.Roman Divacky2010-06-09115-0/+1811
* mdoc: spell out theta, the Unicode glyph is hard to read for terminal fontsUlrich Spörlein2010-06-091-8/+2
* mdoc: remove literal tabs where they don't belongUlrich Spörlein2010-06-0814-23/+23
* Fix memory leak on error.Fabien Thomas2010-06-051-1/+3
* Don't use pointer to 64 bit value (id_t) to point to 32 bit value (uid_t).Edward Tomasz Napierala2010-06-051-5/+5
* Don't forget to free the string in error case.Edward Tomasz Napierala2010-06-031-0/+1
* _posix1e_acl_sort() never returns anything other than 0; change itsEdward Tomasz Napierala2010-06-034-55/+15
* Fix usage of uninitialized variable.Edward Tomasz Napierala2010-06-031-1/+1
* The 'acl_cnt' field is unsigned; no point in checking if it's >= 0.Edward Tomasz Napierala2010-06-031-2/+1
* The 'acl_cnt' field is unsigned; no point in checking if it's >= 0.Edward Tomasz Napierala2010-06-031-1/+1
* mdoc: spell macros correctly, there's no need for the backslash escapeUlrich Spörlein2010-06-023-7/+7
* mdoc cleanupUlrich Spörlein2010-06-022-3/+1
* mdoc: Use mdoc macro for the (R) symbolUlrich Spörlein2010-05-271-8/+8
* mdoc: Garbage collect unused/unneeded macrosUlrich Spörlein2010-05-271-3/+0
* Change the current working directory to be inside the jail created byColin Percival2010-05-271-1/+8
* Improve the documentation for PT_LWPINFO. Note that some features areKonstantin Belousov2010-05-241-3/+58
* Coalesce one more broken line.Daniel Eischen2010-05-241-2/+1
* Coalesce a couple of broken lines since they can fit within 80Daniel Eischen2010-05-241-4/+2
* These features will first appear in 8.1, soon to be releasedUlrich Spörlein2010-05-241-1/+1
* Make acl_get_perm_np(3) work with NFSv4 ACLs.Edward Tomasz Napierala2010-05-232-24/+18
* With r208341 in place WARNS can be increased.Marius Strobl2010-05-201-1/+1
* Update to a config.h created by a file 5.03 configure script. This causesMarius Strobl2010-05-201-38/+57
* mdoc: consistently spell our email addresses <foo@FreeBSD.org>Ulrich Spörlein2010-05-1923-23/+23
* Retry reads that fail with EINTR. This fixes a problemTim Kientzle2010-05-182-12/+20
* Fix build.Xin LI2010-05-171-1/+1
* Reorganize slightly in preparation for making lzma and bz2 support conditional.Tim Kientzle2010-05-162-4/+10
* - Add versioned symbols to liblzmaXin LI2010-05-143-2/+204
* Make branding less intrusive - in acl_set(3), in case ACL brandEdward Tomasz Napierala2010-05-131-0/+3
* Make it possible to actually use NFSv4 permission bits with acl_set_perm(3)Edward Tomasz Napierala2010-05-131-20/+32
* mdoc: move remaining sections into consistent orderUlrich Spörlein2010-05-131-8/+8
* mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to theUlrich Spörlein2010-05-1315-262/+262
* Use fixed width integer types for parsing the binary hid data.Andrew Thompson2010-05-132-6/+9
* Fix return values for usb_find_busses() and usb_find_devices(). We should tryAndrew Thompson2010-05-131-2/+2
* Fix header file compliancy with libusb 1.0 from sourceforge.Andrew Thompson2010-05-134-2/+8
* Support getting signed and unsigned HID data.Andrew Thompson2010-05-121-6/+10
* Fix a bug due to a type conversion from 64 to 32 bits. The side effect ofGordon Tetlow2010-05-121-2/+2
* The previous revision actually removed the bug being hinted at, soChristian Brueffer2010-05-121-3/+2
* mdoc: simplify quotation schemeUlrich Spörlein2010-05-111-3/+2
* mdoc: fix parenthesisUlrich Spörlein2010-05-112-4/+6
* mdoc: use macro for +- that is understood by mdocmlUlrich Spörlein2010-05-112-4/+4
* Document FIONREAD, FIONWRITE and FIONSPACE.Christian Brueffer2010-05-111-1/+25