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