| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add note about other systems. | imp | 2007-12-19 | 1 | -0/+3 |
* | Move all the xprintf-related symbols to FBSDprivate_1.0. | das | 2007-12-18 | 1 | -9/+13 |
* | Since nan() is supposed to work the same as strtod("nan(...)", NULL), | das | 2007-12-18 | 4 | -12/+0 |
* | Use fixed point integer math instead of floating point math when | jasone | 2007-12-18 | 1 | -42/+47 |
* | Catch up with vfprintf.c,v 1.77. | das | 2007-12-18 | 1 | -0/+1 |
* | Moved logging out of the nss_method_lookup() in order not to | bushman | 2007-12-17 | 1 | -9/+13 |
* | Refactor features a bit in order to make it possible to disable lazy | jasone | 2007-12-17 | 1 | -52/+127 |
* | Implement and document nan(), nanf(), and nanl(). This commit | das | 2007-12-16 | 1 | -4/+23 |
* | Export gdtoa's __ULto{x,Q}_D2A routine in a private namespace so | das | 2007-12-16 | 5 | -0/+17 |
* | Arrange so that the NaN returned by strtod("nan", NULL) is the same as | das | 2007-12-16 | 5 | -27/+27 |
* | Increment the version namespace for 8.0-current. New symbols and | deischen | 2007-12-14 | 1 | -0/+5 |
* | Update posix_openpt(3) to handle 512 ptys. This was missed in the earlier | jhb | 2007-12-13 | 1 | -2/+2 |
* | Remove license clause 3 to agree with the now-standard BSD license. | wes | 2007-12-12 | 3 | -14/+0 |
* | Implementing 'fallback' nsswitch source. 'fallback' source is used | bushman | 2007-12-12 | 3 | -116/+220 |
* | Remove 3rd clause of license | phantom | 2007-12-12 | 1 | -4/+0 |
* | Fix typo in the comment | ache | 2007-12-11 | 1 | -1/+1 |
* | Remove some test instrumentation. (The Symbol.map changes broke it anyway.) | das | 2007-12-09 | 2 | -8/+0 |
* | Fix handling of subnormals on i386/ia64/amd64. | das | 2007-12-09 | 1 | -2/+0 |
* | Make the warning a bit less 'broad' then it used to be. The access | remko | 2007-12-08 | 1 | -1/+10 |
* | Merge BIND 9.4.2 into main chunk. | ume | 2007-12-03 | 2 | -18/+25 |
* | This commit was generated by cvs2svn to compensate for changes in r174223, | ume | 2007-12-03 | 1 | -2/+2 |
|\ |
|