summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Disable usage of __DATE__.ed2010-06-101-1/+1
* Brand our Clang binary.ed2010-06-101-1/+2
* Hook clang into the build on i386/amd64/powerpc.rdivacky2010-06-091-1/+6
* Import the build makefiles for clang/LLVM.rdivacky2010-06-09115-0/+1811
* mdoc: spell out theta, the Unicode glyph is hard to read for terminal fontsuqs2010-06-091-8/+2
* mdoc: remove literal tabs where they don't belonguqs2010-06-0814-23/+23
* Fix memory leak on error.fabient2010-06-051-1/+3
* Don't use pointer to 64 bit value (id_t) to point to 32 bit value (uid_t).trasz2010-06-051-5/+5
* Don't forget to free the string in error case.trasz2010-06-031-0/+1
* _posix1e_acl_sort() never returns anything other than 0; change itstrasz2010-06-034-55/+15
* Fix usage of uninitialized variable.trasz2010-06-031-1/+1
* The 'acl_cnt' field is unsigned; no point in checking if it's >= 0.trasz2010-06-031-2/+1
* The 'acl_cnt' field is unsigned; no point in checking if it's >= 0.trasz2010-06-031-1/+1
* mdoc: spell macros correctly, there's no need for the backslash escapeuqs2010-06-023-7/+7
* mdoc cleanupuqs2010-06-022-3/+1
* mdoc: Use mdoc macro for the (R) symboluqs2010-05-271-8/+8
* mdoc: Garbage collect unused/unneeded macrosuqs2010-05-271-3/+0
* Change the current working directory to be inside the jail created bycperciva2010-05-271-1/+8
* Improve the documentation for PT_LWPINFO. Note that some features arekib2010-05-241-3/+58
* Coalesce one more broken line.deischen2010-05-241-2/+1
* Coalesce a couple of broken lines since they can fit within 80deischen2010-05-241-4/+2
* These features will first appear in 8.1, soon to be releaseduqs2010-05-241-1/+1
* Make acl_get_perm_np(3) work with NFSv4 ACLs.trasz2010-05-232-24/+18
* With r208341 in place WARNS can be increased.marius2010-05-201-1/+1
* Update to a config.h created by a file 5.03 configure script. This causesmarius2010-05-201-38/+57
* mdoc: consistently spell our email addresses <foo@FreeBSD.org>uqs2010-05-1923-23/+23
* Retry reads that fail with EINTR. This fixes a problemkientzle2010-05-182-12/+20
* Fix build.delphij2010-05-171-1/+1
* Reorganize slightly in preparation for making lzma and bz2 support conditional.kientzle2010-05-162-4/+10
* - Add versioned symbols to liblzmadelphij2010-05-143-2/+204
* Make branding less intrusive - in acl_set(3), in case ACL brandtrasz2010-05-131-0/+3
* Make it possible to actually use NFSv4 permission bits with acl_set_perm(3)trasz2010-05-131-20/+32
* mdoc: move remaining sections into consistent orderuqs2010-05-131-8/+8
* mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to theuqs2010-05-1315-262/+262
* Use fixed width integer types for parsing the binary hid data.thompsa2010-05-132-6/+9
* Fix return values for usb_find_busses() and usb_find_devices(). We should trythompsa2010-05-131-2/+2
* Fix header file compliancy with libusb 1.0 from sourceforge.thompsa2010-05-134-2/+8
* Support getting signed and unsigned HID data.thompsa2010-05-121-6/+10
* Fix a bug due to a type conversion from 64 to 32 bits. The side effect ofgordon2010-05-121-2/+2
* The previous revision actually removed the bug being hinted at, sobrueffer2010-05-121-3/+2
* mdoc: simplify quotation schemeuqs2010-05-111-3/+2
* mdoc: fix parenthesisuqs2010-05-112-4/+6
* mdoc: use macro for +- that is understood by mdocmluqs2010-05-112-4/+4
* Document FIONREAD, FIONWRITE and FIONSPACE.brueffer2010-05-111-1/+25
* Enable liblzma support in libarchivemm2010-05-101-6/+3
* Add two public headers missing in r207842mm2010-05-101-0/+2
* Import of liblzma, xz, xzdec, lzmainfo from vendor branchmm2010-05-103-0/+231
* strptime(3) confused July with June with the fr_FR locale.edwin2010-05-091-0/+8
* sigprocmask(2): pthread_sigmask(3) must be used in threaded processes.jilles2010-05-071-1/+7
* raise(3): Note that this sends a signal to the current thread, not process.jilles2010-05-071-3/+3
OpenPOWER on IntegriCloud