| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Allow the admin to specify a different NAS identifier than the hostname. | des | 2002-10-28 | 2 | -11/+20 |
* | Fix an off-by-one error (> where >= should have been used) which caused | des | 2002-10-28 | 1 | -6/+5 |
* | Handle boundary cases more correctly; mblen(s, 0) and mbtowc(NULL, s, 0) | tjr | 2002-10-28 | 2 | -8/+6 |
* | Up WARNS to 3 if not building with crypto. | fenner | 2002-10-28 | 1 | -1/+3 |
* | Create a small library function, check_utility_compat(3), to determine | wollman | 2002-10-28 | 3 | -2/+166 |
* | Update limits and configuration parameters for 1003.1/TC1/D6. | wollman | 2002-10-27 | 1 | -1/+23 |
* | Do not include <sys/syslimits.h> directly; it is not intended for general | wollman | 2002-10-27 | 3 | -3/+5 |
* | Slight amendment to rev 1.34: instead of considering any short read an | des | 2002-10-27 | 1 | -6/+8 |
* | Introduce _fetch_writev(), which is the conn_t version of writev(2). In | des | 2002-10-27 | 2 | -7/+38 |
* | Eliminate two cases of undefined behaviour: total in _fetch_write() was | des | 2002-10-27 | 2 | -0/+2 |
* | Back out the previous commit, and fix the bug rather than try to hide its | des | 2002-10-27 | 1 | -10/+18 |
* | Style sweep. | tjr | 2002-10-27 | 5 | -40/+32 |
* | Add back ia64 support that was removed in the last few revisions. | peter | 2002-10-27 | 4 | -1/+31 |
* | query ip6.arpa then ip6.int for IPv6 reverse lookup. follows RFC3152. | ume | 2002-10-26 | 1 | -1/+7 |
* | Add & hookup manpage for pthread_attr_get_np(3). | phantom | 2002-10-26 | 2 | -0/+96 |
* | Hook uthread_attr_get_np.c to build | phantom | 2002-10-26 | 1 | -0/+1 |
* | Add pthread_attr_get_np() function. This is FreeBSD non-portable POSIX threads | phantom | 2002-10-26 | 1 | -0/+50 |
* | Be more agresive on arguments' checking. | phantom | 2002-10-26 | 1 | -1/+4 |
* | - scopeid is u_int32_t | ume | 2002-10-25 | 1 | -14/+21 |
* | - kill strcpy | ume | 2002-10-25 | 1 | -67/+56 |
* | Use an internal buffer for the result when the first argument is NULL. | tjr | 2002-10-25 | 1 | -0/+4 |
* | The ORIENTLOCK macro is no longer needed since all functions use | tjr | 2002-10-25 | 1 | -7/+0 |
* | The FTP connection caching needs a better interface -- connections are | njl | 2002-10-25 | 1 | -0/+4 |
* | #ifdef out assignToPartition on non x86 arches to unbreak the world | gallatin | 2002-10-24 | 1 | -0/+2 |
* | Restored sigaction's name in its prototype. | bde | 2002-10-24 | 1 | -1/+1 |
* | * Modernize aio(4), providing instructions for static and dynamic kernel | sheldonh | 2002-10-24 | 7 | -147/+8 |
* | Add cross-references to the aio(4) manual page. | des | 2002-10-24 | 6 | -0/+6 |
* | Replace wcsstr() with an implementation based on strstr(), which is far | tjr | 2002-10-24 | 1 | -38/+32 |
* | Restore Berkeley SCCS id. | tjr | 2002-10-24 | 1 | -1/+5 |
* | Remove the Standards section again until we get these functions sorted | tjr | 2002-10-24 | 1 | -8/+0 |
* | Place mac_prepare() with the other mac_prepare*() functions. | chris | 2002-10-24 | 1 | -10/+10 |
* | mac_free() no longer accepts a void * parameter; only mac_t's are supposed | chris | 2002-10-24 | 1 | -9/+20 |
* | Remove superfluous empty "FILES" section. | chris | 2002-10-23 | 1 | -1/+0 |
* | Remove hard sentence breaks. | chris | 2002-10-23 | 1 | -11/+19 |
* | More lobotomy: | phk | 2002-10-23 | 8 | -111/+6 |
* | Remove another 10 mindless #ifdefs. | phk | 2002-10-23 | 1 | -59/+45 |
* | Rely on sysctl kern.disks to be there, and get rid of one of the far too | phk | 2002-10-23 | 1 | -69/+36 |
* | Remove unnecessary ioctls tickling kernel side to realize that we fiddled | phk | 2002-10-23 | 7 | -55/+3 |
* | Untangle #ifdefs in the write-end of things by giving each arch its | phk | 2002-10-23 | 11 | -322/+968 |
* | Separate the struct disklabel filling stuff from the rest of Write_FreeBSD(). | phk | 2002-10-23 | 1 | -42/+41 |
* | Remove duplicate declaration. | markm | 2002-10-23 | 1 | -1/+0 |
* | Make the first argument of getbsize a size_t* instead of an int*, as this is ... | markm | 2002-10-23 | 2 | -3/+4 |
* | - The GEOM system does not work on pc98. | nyan | 2002-10-23 | 1 | -0/+4 |
* | Fix the NetBSD RCS id's on these files; somehow they were initially | tjr | 2002-10-23 | 2 | -2/+2 |
* | Reimplement more efficiently, using a single forward scan (like strrchr(3)) | tjr | 2002-10-23 | 1 | -22/+12 |
* | Reimplement, handling the case where c == L'\0' correctly and fixing | tjr | 2002-10-23 | 1 | -21/+7 |
* | Add the new extra argument also in the alpha case. | phk | 2002-10-23 | 1 | -1/+1 |
* | query ip6.arpa then ip6.int for IPv6 reverse lookup. follows RFC3152. | ume | 2002-10-23 | 1 | -51/+77 |
* | Add a Standards section, claiming conformance to IEEE Std. 1003.1-2001. | tjr | 2002-10-23 | 1 | -1/+17 |
* | Translate to English. | des | 2002-10-23 | 1 | -13/+18 |