| Commit message (Expand) | Author | Age | Files | Lines |
| * | Recognize the (incorrect) error code a MediaHawk server sends in reply to | Dag-Erling Smørgrav | 2002-10-30 | 1 | -0/+1 |
| * | Clarify my feelings towards fetch / libfetch. | Dag-Erling Smørgrav | 2002-10-30 | 1 | -1/+0 |
| * | Recommit the non-broken parts of 1.34 and 1.37. | Dag-Erling Smørgrav | 2002-10-30 | 1 | -6/+11 |
| * | Don't forget to set the error flag when _fetch_read() returns -1. | Dag-Erling Smørgrav | 2002-10-30 | 1 | -2/+6 |
| * | Implement DCE 1.1 compliant UUID functions. Immediate use of these | Marcel Moolenaar | 2002-10-30 | 12 | -0/+669 |
| * | Reinstate revs 1.35-36 and 1.38. Revisions 1.34 and 1.37 were specifically | Warner Losh | 2002-10-30 | 1 | -12/+38 |
| * | While an interface can be depreciated, we prefer deprecated. | Robert Watson | 2002-10-29 | 1 | -1/+1 |
| * | Getting closer to getting things right: | Poul-Henning Kamp | 2002-10-29 | 2 | -4/+3 |
| * | Cosmetics. | Ruslan Ermilov | 2002-10-29 | 1 | -1/+1 |
| * | bsd.doc.mk changes: | Ruslan Ermilov | 2002-10-29 | 6 | -6/+0 |
| * | Don't call warn(3). | Poul-Henning Kamp | 2002-10-29 | 1 | -5/+1 |
| * | Don't forget to '\n'-terminate new entries. This unbreaks chpass -a. | Dag-Erling Smørgrav | 2002-10-29 | 1 | -1/+2 |
| * | Fix `pkg_add -r' by backing out revs 1.34-1.38. | David E. O'Brien | 2002-10-29 | 1 | -52/+19 |
| * | Since make release is toast anyway, add wood to the pyre: | Poul-Henning Kamp | 2002-10-29 | 5 | -742/+312 |
| * | Remove unnecessary inclusion of <rune.h> to make it obvious that this file | Tim J. Robbins | 2002-10-29 | 1 | -1/+0 |
| * | Fix various minor issues. | Poul-Henning Kamp | 2002-10-29 | 1 | -3/+5 |
| * | the 'd' partition hasn't been magic for years, so allocate it in natural | Poul-Henning Kamp | 2002-10-29 | 1 | -1/+1 |
| * | Add the write_spar64_disk.c to make life easier for testers. | Poul-Henning Kamp | 2002-10-29 | 1 | -0/+94 |
| * | Scoop out examples illustrating the label text format and refer to | Chris Costello | 2002-10-28 | 1 | -51/+5 |
| * | libfetch is now WARNS5 clean in the non-SSL case. | Dag-Erling Smørgrav | 2002-10-28 | 1 | -1/+1 |
| * | Cross-reference putc(3). | Tim J. Robbins | 2002-10-28 | 1 | -0/+1 |
| * | Allow the admin to specify a different NAS identifier than the hostname. | Dag-Erling Smørgrav | 2002-10-28 | 2 | -11/+20 |
| * | Fix an off-by-one error (> where >= should have been used) which caused | Dag-Erling Smørgrav | 2002-10-28 | 1 | -6/+5 |
| * | Handle boundary cases more correctly; mblen(s, 0) and mbtowc(NULL, s, 0) | Tim J. Robbins | 2002-10-28 | 2 | -8/+6 |
| * | Up WARNS to 3 if not building with crypto. | Bill Fenner | 2002-10-28 | 1 | -1/+3 |
| * | Create a small library function, check_utility_compat(3), to determine | Garrett Wollman | 2002-10-28 | 3 | -2/+166 |
| * | Update limits and configuration parameters for 1003.1/TC1/D6. | Garrett Wollman | 2002-10-27 | 1 | -1/+23 |
| * | Do not include <sys/syslimits.h> directly; it is not intended for general | Garrett Wollman | 2002-10-27 | 3 | -3/+5 |
| * | Slight amendment to rev 1.34: instead of considering any short read an | Dag-Erling Smørgrav | 2002-10-27 | 1 | -6/+8 |
| * | Introduce _fetch_writev(), which is the conn_t version of writev(2). In | Dag-Erling Smørgrav | 2002-10-27 | 2 | -7/+38 |
| * | Eliminate two cases of undefined behaviour: total in _fetch_write() was | Dag-Erling Smørgrav | 2002-10-27 | 2 | -0/+2 |
| * | Back out the previous commit, and fix the bug rather than try to hide its | Dag-Erling Smørgrav | 2002-10-27 | 1 | -10/+18 |
| * | Style sweep. | Tim J. Robbins | 2002-10-27 | 5 | -40/+32 |
| * | Add back ia64 support that was removed in the last few revisions. | Peter Wemm | 2002-10-27 | 4 | -1/+31 |
| * | query ip6.arpa then ip6.int for IPv6 reverse lookup. follows RFC3152. | Hajimu UMEMOTO | 2002-10-26 | 1 | -1/+7 |
| * | Add & hookup manpage for pthread_attr_get_np(3). | Alexey Zelkin | 2002-10-26 | 2 | -0/+96 |
| * | Hook uthread_attr_get_np.c to build | Alexey Zelkin | 2002-10-26 | 1 | -0/+1 |
| * | Add pthread_attr_get_np() function. This is FreeBSD non-portable POSIX threads | Alexey Zelkin | 2002-10-26 | 1 | -0/+50 |
| * | Be more agresive on arguments' checking. | Alexey Zelkin | 2002-10-26 | 1 | -1/+4 |
| * | - scopeid is u_int32_t | Hajimu UMEMOTO | 2002-10-25 | 1 | -14/+21 |
| * | - kill strcpy | Hajimu UMEMOTO | 2002-10-25 | 1 | -67/+56 |
| * | Use an internal buffer for the result when the first argument is NULL. | Tim J. Robbins | 2002-10-25 | 1 | -0/+4 |
| * | The ORIENTLOCK macro is no longer needed since all functions use | Tim J. Robbins | 2002-10-25 | 1 | -7/+0 |
| * | The FTP connection caching needs a better interface -- connections are | Nate Lawson | 2002-10-25 | 1 | -0/+4 |
| * | #ifdef out assignToPartition on non x86 arches to unbreak the world | Andrew Gallatin | 2002-10-24 | 1 | -0/+2 |
| * | Restored sigaction's name in its prototype. | Bruce Evans | 2002-10-24 | 1 | -1/+1 |
| * | * Modernize aio(4), providing instructions for static and dynamic kernel | Sheldon Hearn | 2002-10-24 | 7 | -147/+8 |
| * | Add cross-references to the aio(4) manual page. | Dag-Erling Smørgrav | 2002-10-24 | 6 | -0/+6 |
| * | Replace wcsstr() with an implementation based on strstr(), which is far | Tim J. Robbins | 2002-10-24 | 1 | -38/+32 |
| * | Restore Berkeley SCCS id. | Tim J. Robbins | 2002-10-24 | 1 | -1/+5 |