Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sctp_recvmsg returns the number of bytes received, not sent. | brucec | 2010-06-11 | 1 | -1/+1 |
| | | | | | Approved by: rrs (mentor) MFC after: 1 month | ||||
* | mdoc: stop abusing -column lists and use .Bl -tag instead | uqs | 2010-06-11 | 1 | -19/+21 |
| | |||||
* | mdoc nitpicking: the title argument shall be uppercase | uqs | 2010-06-11 | 8 | -8/+8 |
| | |||||
* | Disable usage of __DATE__. | ed | 2010-06-10 | 1 | -1/+1 |
| | | | | | This ensures that the Clang binary doesn't change checksums every time it's built. | ||||
* | Brand our Clang binary. | ed | 2010-06-10 | 1 | -1/+2 |
| | | | | | That way it's easier for the Clang folks to keep track of what we're doing. | ||||
* | Hook clang into the build on i386/amd64/powerpc. | rdivacky | 2010-06-09 | 1 | -1/+6 |
| | | | | Approved by: ed (mentor) | ||||
* | Import the build makefiles for clang/LLVM. | rdivacky | 2010-06-09 | 115 | -0/+1811 |
| | | | | Approved by: ed (mentor) | ||||
* | mdoc: spell out theta, the Unicode glyph is hard to read for terminal fonts | uqs | 2010-06-09 | 1 | -8/+2 |
| | | | | | It is referred to as "theta" later in the document anyway, so stop being fancy. | ||||
* | mdoc: remove literal tabs where they don't belong | uqs | 2010-06-08 | 14 | -23/+23 |
| | |||||
* | Fix memory leak on error. | fabient | 2010-06-05 | 1 | -1/+3 |
| | | | | | Found with: Coverity Prevent(tm) MFC after: 1 month | ||||
* | Don't use pointer to 64 bit value (id_t) to point to 32 bit value (uid_t). | trasz | 2010-06-05 | 1 | -5/+5 |
| | | | | | | Found with: Coverity Prevent CID: 7466, 7467 MFC after: 2 weeks | ||||
* | Don't forget to free the string in error case. | trasz | 2010-06-03 | 1 | -0/+1 |
| | | | | | Found with: Coverity Prevent CID: 6585 | ||||
* | _posix1e_acl_sort() never returns anything other than 0; change its | trasz | 2010-06-03 | 4 | -55/+15 |
| | | | | | | | | return type to void and update callers. This simplifies code and fixes one place where the returned value was not actually checked. Found with: Coverity Prevent CID: 4791 | ||||
* | Fix usage of uninitialized variable. | trasz | 2010-06-03 | 1 | -1/+1 |
| | | | | | | Found with: Coverity Prevent CID: 7517 MFC after: 2 weeks | ||||
* | The 'acl_cnt' field is unsigned; no point in checking if it's >= 0. | trasz | 2010-06-03 | 1 | -2/+1 |
| | | | | | Found with: Coverity Prevent CID: 6192 | ||||
* | The 'acl_cnt' field is unsigned; no point in checking if it's >= 0. | trasz | 2010-06-03 | 1 | -1/+1 |
| | | | | | Found with: Coverity Prevent CID: 6193 | ||||
* | mdoc: spell macros correctly, there's no need for the backslash escape | uqs | 2010-06-02 | 3 | -7/+7 |
| | |||||
* | mdoc cleanup | uqs | 2010-06-02 | 2 | -3/+1 |
| | | | | | | | Garbage collect unused sections, macros and arguments. Fix prologue and remove empty lines. Found by: mdocml | ||||
* | mdoc: Use mdoc macro for the (R) symbol | uqs | 2010-05-27 | 1 | -8/+8 |
| | | | | While here, also drop the unneeded quotes | ||||
* | mdoc: Garbage collect unused/unneeded macros | uqs | 2010-05-27 | 1 | -3/+0 |
| | |||||
* | Change the current working directory to be inside the jail created by | cperciva | 2010-05-27 | 1 | -1/+8 |
| | | | | | | | | | | | | | | the jail(8) command. [10:04] Fix a one-NUL-byte buffer overflow in libopie. [10:05] Correctly sanity-check a buffer length in nfs mount. [10:06] Approved by: so (cperciva) Approved by: re (kensmith) Security: FreeBSD-SA-10:04.jail Security: FreeBSD-SA-10:05.opie Security: FreeBSD-SA-10:06.nfsclient | ||||
* | Improve the documentation for PT_LWPINFO. Note that some features are | kib | 2010-05-24 | 1 | -3/+58 |
| | | | | | | not implemented on MIPS and ARM. MFC after: 1 month | ||||
* | Coalesce one more broken line. | deischen | 2010-05-24 | 1 | -2/+1 |
| | |||||
* | Coalesce a couple of broken lines since they can fit within 80 | deischen | 2010-05-24 | 1 | -4/+2 |
| | | | | characters. Little nit found while looking at a bug report. | ||||
* | These features will first appear in 8.1, soon to be released | uqs | 2010-05-24 | 1 | -1/+1 |
| | | | | MFC after: 3 days | ||||
* | Make acl_get_perm_np(3) work with NFSv4 ACLs. | trasz | 2010-05-23 | 2 | -24/+18 |
| | | | | | Reviewed by: kientzle@ MFC after: 1 week | ||||
* | With r208341 in place WARNS can be increased. | marius | 2010-05-20 | 1 | -1/+1 |
| | |||||
* | Update to a config.h created by a file 5.03 configure script. This causes | marius | 2010-05-20 | 1 | -38/+57 |
| | | | | | | | | | | file.1 to contain the correct version number and SIZEOF_LONG_LONG to be defined as appropriate, which is crucial for 64-bit big-endian ELF files to be handled correctly on big-endian systems. PR: 146387 Reviewed by: delphij MFC after: 3 days | ||||
* | mdoc: consistently spell our email addresses <foo@FreeBSD.org> | uqs | 2010-05-19 | 23 | -23/+23 |
| | | | | Reviewed by: ru | ||||
* | Retry reads that fail with EINTR. This fixes a problem | kientzle | 2010-05-18 | 2 | -12/+20 |
| | | | | with bsdtar failing on SIGINT. | ||||
* | Fix build. | delphij | 2010-05-17 | 1 | -1/+1 |
| | |||||
* | Reorganize slightly in preparation for making lzma and bz2 support conditional. | kientzle | 2010-05-16 | 2 | -4/+10 |
| | |||||
* | - Add versioned symbols to liblzma | delphij | 2010-05-14 | 3 | -2/+204 |
| | | | | | | | - Use default SHLIB_MAJOR. Approved by: mm X-MFC with: lzma library MFC | ||||
* | Make branding less intrusive - in acl_set(3), in case ACL brand | trasz | 2010-05-13 | 1 | -0/+3 |
| | | | | | | is ACL_BRAND_UNKNOWN, do what the programmer says instead of failing. MFC after: 1 week | ||||
* | Make it possible to actually use NFSv4 permission bits with acl_set_perm(3) | trasz | 2010-05-13 | 1 | -20/+32 |
| | | | | | | | and acl_delete_perm(3). It went undetected, because neither setfacl(1) nor Samba use this routines. D'oh. MFC after: 1 week | ||||
* | mdoc: move remaining sections into consistent order | uqs | 2010-05-13 | 1 | -8/+8 |
| | | | | | | | This pertains mostly to FILES, HISTORY, EXIT STATUS and AUTHORS sections. Found by: mdocml lint run Reviewed by: ru | ||||
* | mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the | uqs | 2010-05-13 | 15 | -262/+262 |
| | | | | | | | | | | | bottom of the manpages and order them consistently. GNU groff doesn't care about the ordering, and doesn't even mention CAVEATS and SECURITY CONSIDERATIONS as common sections and where to put them. Found by: mdocml lint run Reviewed by: ru | ||||
* | Use fixed width integer types for parsing the binary hid data. | thompsa | 2010-05-13 | 2 | -6/+9 |
| | | | | | PR: usb/146367 Submitted by: Hans Petter Selasky | ||||
* | Fix return values for usb_find_busses() and usb_find_devices(). We should try | thompsa | 2010-05-13 | 1 | -2/+2 |
| | | | | | | | to return the actual number of busses and devices. Reported by: Mike Tancsa Submitted by: Hans Petter Selaksy | ||||
* | Fix header file compliancy with libusb 1.0 from sourceforge. | thompsa | 2010-05-13 | 4 | -2/+8 |
| | | | | | Reported by: Xiaofan Chen Submitted by: Hans Petter Selasky | ||||
* | Support getting signed and unsigned HID data. | thompsa | 2010-05-12 | 1 | -6/+10 |
| | | | | | Submitted by: Alex Deiter Reviewed by: Hans Petter Selaksy | ||||
* | Fix a bug due to a type conversion from 64 to 32 bits. The side effect of | gordon | 2010-05-12 | 1 | -2/+2 |
| | | | | | | | | | | this type conversion is the high bits which were used to indicate if a special character was a literal or special were dropped. As a result, all special character were treated as special, even if they were supposed to be literals. Reviewed by: gad@ Approved by: mentor (wes@) | ||||
* | The previous revision actually removed the bug being hinted at, so | brueffer | 2010-05-12 | 1 | -3/+2 |
| | | | | | | | | go ahead and remove the hint. PR: 143944 Submitted by: Jeremy Huddleston <jeremyhu@apple.com> MFC after: 1 week | ||||
* | mdoc: simplify quotation scheme | uqs | 2010-05-11 | 1 | -3/+2 |
| | | | | Reviewed by: brueffer | ||||
* | mdoc: fix parenthesis | uqs | 2010-05-11 | 2 | -4/+6 |
| | | | | Reviewed by: brueffer | ||||
* | mdoc: use macro for +- that is understood by mdocml | uqs | 2010-05-11 | 2 | -4/+4 |
| | | | | Reviewed by: brueffer | ||||
* | Document FIONREAD, FIONWRITE and FIONSPACE. | brueffer | 2010-05-11 | 1 | -1/+25 |
| | | | | | | Obtained from: NetBSD Submitted by: emaste MFC after: 1 week | ||||
* | Enable liblzma support in libarchive | mm | 2010-05-10 | 1 | -6/+3 |
| | | | | | | | | Adjust dependencies for programs using libarchive Add xz and linkage against liblzma to rescue system Approved by: kientzle, delphij (mentor) MFC after: 2 weeks | ||||
* | Add two public headers missing in r207842 | mm | 2010-05-10 | 1 | -0/+2 |
| | | | | | | | Adjust CFLAGS for lzmainfo, xz, xzdec Approved by: delphij (mentor) MFC after: 2 weeks | ||||
* | Import of liblzma, xz, xzdec, lzmainfo from vendor branch | mm | 2010-05-10 | 3 | -0/+231 |
| | | | | | | | | Add support for xz and lzma to lesspipe.sh (xzless, lzless) Bump __FreeBSD_version Approved by: delphij (mentor) MFC after: 2 weeks |