| Commit message (Expand) | Author | Age | Files | Lines |
* | Standardize the various prison_foo_ip[46] functions and prison_if to | jamie | 2009-02-05 | 1 | -2/+2 |
* | Fix the functions to match prototypes. The K&R definitions differ | imp | 2009-02-03 | 3 | -3/+3 |
* | - ANSIfy function definitions | danger | 2009-02-03 | 33 | -110/+41 |
* | Provide a type for the argument. | rdivacky | 2009-02-02 | 1 | -1/+1 |
* | src/usr.bin/usbhidaction/usbhidaction.c | alfred | 2009-02-02 | 6 | -7/+166 |
* | Permit ` as a pad character in the filename table. | kientzle | 2009-02-01 | 1 | -4/+3 |
* | - Remove superfluous comment | gabor | 2009-01-30 | 1 | -2/+0 |
* | Update the description of KERN_PROC. | trhodes | 2009-01-28 | 1 | -5/+3 |
* | Better wording for clearing EOF indicator. | trhodes | 2009-01-28 | 1 | -0/+4 |
* | Remove another comment about clearing EOF indicator. | trhodes | 2009-01-28 | 1 | -4/+1 |
* | Update the manpage to reflect r145172. | das | 2009-01-28 | 1 | -2/+1 |
* | Remove comment about clearerr() being the only method of clearing | trhodes | 2009-01-28 | 1 | -3/+1 |
* | - Add support for nehalem/corei7 cpus. This supports all of the core | jeff | 2009-01-27 | 1 | -1/+23 |
* | - Fix grammar. [1] | delphij | 2009-01-26 | 1 | -3/+3 |
* | Fix ARCHIVE_EXTRACT_SPARSE handling in libarchive. | kientzle | 2009-01-26 | 3 | -22/+305 |
* | Rewrite of MI strlen(3) in a way that can better utilize modern hardware by | delphij | 2009-01-25 | 1 | -15/+78 |
* | Add support for multibyte thousands_sep encodings, e.g., U+066C. | das | 2009-01-22 | 3 | -173/+225 |
* | Merge-from-Googlecode r419 | kientzle | 2009-01-21 | 4 | -18/+81 |
* | - Add support for multibyte decimal_point encodings, e.g., U+066B. | das | 2009-01-19 | 2 | -23/+49 |
* | Add support for multibyte decimal_point encodings, e.g., U+066B. | das | 2009-01-19 | 2 | -23/+35 |
* | When f[w]printf() is called on an unbuffered file like stdout, it | das | 2009-01-17 | 2 | -14/+23 |
* | Simplify printf's inlined output buffering routines. On amd64, this | das | 2009-01-17 | 1 | -18/+18 |
* | Change dstp to be const and remove bogus cast. | rdivacky | 2009-01-15 | 1 | -2/+3 |
* | Introduce a local variable and use it instead of passed in parameter | rdivacky | 2009-01-15 | 5 | -6/+16 |
* | Reduce code duplication by moving functions that are identical in both | das | 2009-01-15 | 3 | -427/+216 |
* | Convert the insidious macros that handle printf()'s buffering into | das | 2009-01-15 | 3 | -86/+204 |
* | Merge OpenBSM alpha 5 from OpenBSM vendor branch to head, both | rwatson | 2009-01-14 | 1 | -0/+8 |
* | MFp4: //depot/projects/usb@156092 | thompsa | 2009-01-13 | 1 | -0/+2 |
* | Document that ffsll(3) and flsll(3) functions first appeared in | kib | 2009-01-13 | 1 | -1/+1 |
* | Use __gnu89_inline so that these files will compile with newer versions | das | 2009-01-13 | 5 | -5/+5 |
* | "The first part is just to give more info, the latter part fixes | kientzle | 2009-01-13 | 1 | -2/+5 |
* | - add missing include | danger | 2009-01-12 | 1 | -2/+3 |
* | o Language improvements from OpenBSD; | delphij | 2009-01-12 | 1 | -17/+17 |
* | o ANSIfy. | delphij | 2009-01-12 | 1 | -29/+12 |
* | Sort MLINKS. | ru | 2009-01-09 | 1 | -21/+32 |
* | Remove reference to no longer existing document. | phk | 2009-01-09 | 1 | -5/+0 |
* | Set the error indicator on an attempt to write to a read-only stream. | das | 2009-01-08 | 1 | -0/+1 |
* | Fix the types of INFINITY and NAN, which were broken in r131851. They | das | 2009-01-08 | 1 | -2/+2 |
* | Document the special loopback address behaviour of jails. | bz | 2009-01-06 | 1 | -1/+7 |
* | - forgot to bump a date | danger | 2009-01-06 | 1 | -1/+1 |
* | catch up wtih r175955 by ume: | danger | 2009-01-06 | 1 | -53/+2 |
* | put a prefix on dhcp options to avoid clobbering, even by mistake, | luigi | 2009-01-05 | 1 | -1/+1 |
* | Note that the protocol argument can be set to 0. | trhodes | 2009-01-05 | 1 | -1/+6 |
* | Add a README. | jkoshy | 2009-01-05 | 1 | -0/+12 |
* | Sync with usb4bsd: | alfred | 2009-01-04 | 1 | -14/+28 |
* | Don't make the MIME magic any longer. | obrien | 2009-01-02 | 1 | -5/+2 |
* | Don't try to read the next Gzip header after we reach the | kientzle | 2009-01-01 | 1 | -2/+3 |
* | Merge OpenBSM alpha 4 from OpenBSM vendor branch to head, both | rwatson | 2008-12-31 | 3 | -1/+30 |
* | Include param.h instead of types.h when using user.h. Otherwise there is | rwatson | 2008-12-27 | 2 | -2/+2 |
* | Document that kldunloadf can return EINVAL. | trhodes | 2008-12-25 | 1 | -1/+5 |