| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace the use of warnx() with direct output to stderr using _write(). | scf | 2008-02-28 | 1 | -12/+36 |
* | Add <limits.h> for SHRT_MAX. | jhb | 2008-02-27 | 3 | -0/+3 |
* | File descriptors are an int, but our stdio FILE object uses a short to hold | jhb | 2008-02-27 | 3 | -0/+39 |
* | stdio is currently limited to file descriptors not greater than | wollman | 2008-02-27 | 1 | -1/+19 |
* | Added the "restrict" type-qualifier to the readlink() prototype. | ru | 2008-02-26 | 1 | -2/+2 |
* | Add missing words. | brueffer | 2008-02-25 | 1 | -2/+2 |
* | Let PowerPC world optionally build with -msoft-float. For FPU-less PowerPC | raj | 2008-02-24 | 6 | -0/+12 |
* | Note, as required by our agreement with IEEE/The Open Group, that the message | philip | 2008-02-21 | 7 | -0/+140 |
* | getopt(3) returns -1, not EOF. | kevlo | 2008-02-18 | 3 | -3/+3 |
* | Fix a race condition in arena_ralloc() for shrinking in-place large | jasone | 2008-02-17 | 1 | -25/+41 |
* | Remove support for lazy deallocation. Benchmarks across a wide range of | jasone | 2008-02-17 | 2 | -221/+4 |
* | Allow underscore in domain names while resolving. While having underscore | delphij | 2008-02-16 | 1 | -1/+2 |
* | Change readlink(2)'s return type and type of the last argument | ru | 2008-02-12 | 1 | -4/+4 |
* | After issueing a ntpdate [1] I noticed it's already 2008, reflect that | remko | 2008-02-11 | 1 | -1/+1 |
* | Fix typo (s/existance/existence/) | remko | 2008-02-11 | 1 | -2/+2 |
* | Fix a bug in lazy deallocation that was introduced when | jasone | 2008-02-08 | 1 | -7/+10 |
* | Clean up manipulation of chunk page map elements to remove some tenuous | jasone | 2008-02-08 | 1 | -362/+357 |
* | Add pthread_mutex_isowned_np() so there is no need for an additional | des | 2008-02-06 | 2 | -0/+2 |
* | Track dirty unused pages so that they can be purged if they exceed a | jasone | 2008-02-06 | 2 | -679/+973 |
* | Remove incomplete support of AI_ALL and AI_V4MAPPED. | ume | 2008-02-03 | 1 | -21/+0 |
* | Give sendfile(2) a SF_SYNC flag which makes it wait until all mbufs | phk | 2008-02-03 | 1 | -1/+14 |
* | Update this manual page to describe the extattr_list_file() and the | trhodes | 2008-01-29 | 1 | -6/+13 |
* | Our fts(3) API, as inherited from 4.4BSD, suffers from integer | yar | 2008-01-26 | 6 | -93/+59 |
* | Fix longstanding mb/wc functions segfault if error occurse | ache | 2008-01-23 | 1 | -29/+39 |
* | Better fix for longstanding segfault. Don't touch current locale at all | ache | 2008-01-23 | 1 | -17/+29 |
* | 1) Add (void) cast to _none_init() (while I am here) | ache | 2008-01-23 | 1 | -2/+4 |
* | Xref flopen.3 which references this manual page. | trhodes | 2008-01-22 | 1 | -1/+2 |
* | Introduce new encoding: "ASCII" | ache | 2008-01-21 | 4 | -1/+191 |
* | Add a new union member to access the exponent and sign of a long double | das | 2008-01-18 | 1 | -0/+5 |
* | Add an alternative view of the bits in an 80-bit long double (64+16 | bde | 2008-01-17 | 3 | -3/+24 |
* | Fix some style nits. | remko | 2008-01-16 | 1 | -4/+4 |
* | Remove some now-unused macros. | jhb | 2008-01-15 | 1 | -3/+1 |
* | Put back the openpty(3) and ptsname(3) fixes but don't disable ptsname(3) | jhb | 2008-01-15 | 1 | -46/+31 |
* | Back out last commit, since it accidentally broke pts. | cperciva | 2008-01-15 | 1 | -37/+48 |
* | In getttyent(3), if /etc/ttys doesn't end in a newline, don't | das | 2008-01-15 | 1 | -1/+1 |
* | Fix issues which allow snooping on ptys. [08:01] | cperciva | 2008-01-14 | 2 | -50/+39 |
* | Changing 'r' to a size_t in the previous commit turned quicksort | das | 2008-01-14 | 1 | -4/+5 |
* | Use size_t to avoid overflow when sorting arrays larger than 2 GB. | das | 2008-01-13 | 2 | -2/+3 |
* | Add a feature_present(3) function which checks to see if a named kernel | jhb | 2008-01-10 | 3 | -2/+137 |
* | Add a new file descriptor type for IPC shared memory objects and use it to | jhb | 2008-01-08 | 5 | -335/+161 |
* | Enable both sbrk(2)- and mmap(2)-based memory acquisition methods by | jasone | 2008-01-03 | 2 | -19/+20 |
* | Fix a major chunk-related memory leak in chunk_dealloc_dss_record(). [1] | jasone | 2007-12-31 | 1 | -65/+56 |
* | Fix a bug related to sbrk() calls that could cause address space leaks. | jasone | 2007-12-31 | 1 | -186/+268 |
* | Back out premature commit of previous version. | jasone | 2007-12-28 | 1 | -183/+113 |
* | Maintain two trees instead of one (old_chunks --> old_chunks_{ad,szad}) in | jasone | 2007-12-28 | 1 | -113/+183 |
* | Release chunks_mtx for all paths through chunk_dealloc(). | jasone | 2007-12-28 | 1 | -1/+4 |
* | Add the 'D' and 'M' run time options, and use them to control whether | jasone | 2007-12-27 | 2 | -315/+492 |
* | Fix a typo in regards to the ENOENT error. | jhb | 2007-12-27 | 1 | -1/+1 |
* | Clean up some of the pts(4) vs pty(4) stuff in grantpt(3) and friends: | jhb | 2007-12-21 | 1 | -22/+23 |
* | Reduce lock contention for simple cases. | imp | 2007-12-19 | 1 | -16/+22 |