| Age | Commit message (Expand) | Author |
| 2003-03-05 | Remove the HAS_* ifdefs which select [v]s{,n}printf. Always choose the | groo |
| 2003-03-05 | fix for potential buffer overflow in snprintf() (from OpenBSD) | christos |
| 2003-03-04 | Don't acquire __environ_lock around exec*() calls; nothing requires | nathanw |
| 2003-03-04 | Avoid memory leak. Pointed out by Patrick Latifi <patrickl at secureops dot com> | christos |
| 2003-03-04 | Fix lib/20558: | thorpej |
| 2003-03-04 | no point to compare wint_t and EOF. | yamt |
| 2003-03-04 | iswctype: return 0 if charclass is 0. | yamt |
| 2003-03-04 | wctob returns EOF, not WEOF. | yamt |
| 2003-03-04 | add manual pages for iswctype(), towctrans(), wctype() and wctrans(). | tshiozak |
| 2003-03-04 | add #include <string.h> for memset(). | tshiozak |
| 2003-03-04 | fix a latent bug; host structure was mistaken for file structure. | tshiozak |
| 2003-03-03 | Describe use of -ve window sizes | dsl |
| 2003-03-03 | use UINT32_C and PRIu32 macros instead of 0x...U and %u. | tshiozak |
| 2003-03-03 | - add btowc.3 / wctob.3. | tshiozak |
| 2003-03-03 | - add wctob() function. (I forgot it at the last commit.) | tshiozak |
| 2003-03-03 | Grammar improvements and some minor mdoc fixes. | wiz |
| 2003-03-03 | Drop trailing space, mark up NULL with .Dv, break | wiz |
| 2003-03-03 | make sure rune.c to be compiled under WARNS=2. | tshiozak |
| 2003-03-02 | bump minor to 96 for some I18N functions addition. | tshiozak |
| 2003-03-02 | add some ISO C 1995 I18N functions and types: | tshiozak |
| 2003-03-02 | Add missing .Pp | jmmv |
| 2003-03-02 | Fix realloc usage. | enami |
| 2003-03-02 | s/indentifier/identifier/ | enami |
| 2003-03-02 | Grammar fix in return values section. | jmmv |
| 2003-03-02 | Cosmetic changes in sample code. | enami |
| 2003-03-01 | Add #include <stdlib.h> for exit definition. | matt |
| 2003-03-01 | Add _Exit(), for C99 and POSIX-2001. | bjh21 |
| 2003-03-01 | Don't use FP instructions when building for m68010. Fixes broken sun2 build. | scw |
| 2003-03-01 | Add workaround for building with ${MACHINE}==sparc64, ${MACHINE_ARCH}==sparc; | lukem |
| 2003-03-01 | Add p_svuid and p_svgid to kinfo_proc2. Populate them in the kernel | atatat |
| 2003-03-01 | Document net.inet.tcp.init_win_local. | thorpej |
| 2003-03-01 | Rewrite atexit(3), and add support for __cxa_atexit()/__cxa_finalize(), | thorpej |
| 2003-02-28 | Disable userlevel nanosleep() until I find the timer/alarm bug that it | nathanw |
| 2003-02-28 | If pthreads hasn't started yet when calling sigsuspend, use the systemcall | lha |
| 2003-02-27 | .fn -> .Fn | jmmv |
| 2003-02-27 | Document hw.physpages and hw.userpages. | thorpej |
| 2003-02-27 | Add hooks to read the application-assigned name of a thread. | nathanw |
| 2003-02-26 | In pthread_create(), rearrange name-setting code so that name is set | nathanw |
| 2003-02-26 | Use _kvm_freeprocs() rather than free() so that kvm_close() won't | enami |
| 2003-02-26 | Cosmetic changes. | enami |
| 2003-02-26 | Add support for naming a thread, using an API compatible with Tru64 Unix: | thorpej |
| 2003-02-26 | keep track if we have the file opened as readonly or readwrite, so that | christos |
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz |
| 2003-02-22 | In pthread_exit(), clear pt_canceled in addition to setting | nathanw |
| 2003-02-21 | Fix some assembly botches. | matt |
| 2003-02-17 | Fix resize of windows with subwins. | dsl |
| 2003-02-17 | Fix a tyop in a comment. | simonb |
| 2003-02-16 | Use strlcpy, not strcpy, in one more place. From deraadt. | wiz |
| 2003-02-16 | After "sys/event.h" was fixed "sys/types.h" doesn't need to be included | tron |
| 2003-02-16 | Reorganise the getting of grouplists for a user so that Hesiod (and | elric |