| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2003-03-03 | - add wctob() function. (I forgot it at the last commit.) | tshiozak | |
| - fix btowc(); I quite misunderstood about it. | |||
| 2003-03-02 | add some ISO C 1995 I18N functions and types: | tshiozak | |
| btowc, wctrans, towctrans, wcscoll, wcsxfrm, wctype_t and wctrans_t. | |||
| 2003-03-01 | Add _Exit(), for C99 and POSIX-2001. | bjh21 | |
| Proposed on tech-userlevel to a resounding silence in April last year. | |||
| 2003-02-27 | As with _REENTRANT, don't provide simple non-locking macro versions of | kleink | |
| several functions when _PTHREADS is defined (usually via cc -pthread). | |||
| 2003-02-15 | add POSIX sigtimedwait(), sigwaitinfo(), sigwait() - wait for queued signals | jdolecek | |
| note these are for non-threaded programs only - libpthread will provide it's own thread-aware wrapper | |||
| 2003-02-05 | Sprinkle some restrict. | kleink | |
| 2003-01-28 | unknown, not unkown. Noted by mjl. | wiz | |
| 2003-01-27 | The last change I made was a little aggressive in changing the paths of | elric | |
| the includes and broke cross builds from non-NetBSD arches. In this I revert the problem section. (pointed out by uwe.) | |||
| 2003-01-26 | Prepend krb5/ to include paths that live in /usr/include/krb5/ so that | elric | |
| we can deprecate the requirement of -I/usr/include/krb5 when building kerberos apps. | |||
| 2003-01-24 | Bump daddr_t to 64 bits. Replace it with int32_t in all places where | fvdl | |
| it was used on-disk, so that on-disk formats remain the same. Remove ufs_daddr_t and ufs_lbn_t for the time being. | |||
| 2003-01-21 | Sprinkle some restrict. | kleink | |
| 2003-01-21 | Need <sys/cdefs.h>. | kleink | |
| 2003-01-20 | add support for p1003.1b semaphores. From FreeBSD | christos | |
| 2003-01-19 | Add some threadlib stubs that are used by X: | thorpej | |
| * thr_create() (stub in libc aborts) * thr_exit() (stub in libc calls exit()) * thr_yield() (stub in libc does nothing) Also make the libc thr_self() stub not abort. XXX Should we add thrattr_*() stubs for setting the detach-state? | |||
| 2003-01-19 | * Wrap decls in __BEGIN_DECLS/__END_DECLS. | thorpej | |
| * Add a thr_enabled() which returns the value of libc's __isthreaded variable, indicating whether or not threads are actually enabled. | |||
| 2003-01-19 | Add mutexattr_init(), mutexattr_destroy(), and mutexattr_settype() (recursive | thorpej | |
| mutexes are used by the X libraries). | |||
| 2003-01-19 | Expose libc's thread stubs, which get magically turned into real pthread | thorpej | |
| calls when the pthread library is linked in. Simplifies making other libraries (such as X's) thread-safe. | |||
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej | |
| 2003-01-18 | oops, erased word accidentally. | christos | |
| 2003-01-18 | avoid TMP_MAX redefinition | christos | |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej | |
| 2003-01-15 | Add sighold(3), sigignore(3), sigrelse(3) and sigset(3) to libc. | kleink | |
| Fixes PR lib/19212, now redesignated standards/19212, from David Laight. | |||
| 2003-01-11 | Include "bsd.rpc.mk" before "bsd.prog.mk" to fix the "cleandir" target. | tron | |
| 2003-01-06 | compatibility, not compatiblity. | wiz | |
| 2003-01-06 | transmission, not transmition. | wiz | |
| 2003-01-05 | Use <bsd.rpc.mk> | sommerfeld | |
| 2003-01-01 | Add _PATH_SYSMON. | augustss | |
| 2002-12-20 | Spelling police. "__resitrct" was not spelled cirectly enough. | atatat | |
| 2002-12-12 | this needs <sys/types.h> | lukem | |
| 2002-12-12 | Add getlabelsector() and getlabeloffset() as wrappers around the | scw | |
| KERN_LABELSECTOR and KERN_LABELOFFSET sysctls. | |||
| 2002-11-30 | New auth length defines. We don't play with sockaddr for now. Also make | christos | |
| the list of commands const. | |||
| 2002-11-30 | - Migrate fparseln(3) from libutil to libc, where it should have been in | lukem | |
| the first place... - Bump libutil major (to 7.0) and libc minor (to 12.91). | |||
| 2002-11-29 | add strsuftoll(3) and strsuftollx(3) - parse a string for a number | lukem | |
| with an optional suffix, product (two numbers separated by `x'), and provide range checking | |||
| 2002-11-18 | Update for 1003.1-2001 base and XSI changes. | kleink | |
| 2002-11-11 | Make fts_pathlen and fts_nitems unsigned. | thorpej | |
| 2002-11-08 | Include rpc_com.h. | fvdl | |
| 2002-11-08 | include rpc_com.h, and define SVC{GET,SET}_CONNMAXREC | fvdl | |
| 2002-11-08 | Install rpc_com.h | fvdl | |
| 2002-11-08 | Moved here from libc/rpc. Install this in /usr/include/rpc, just | fvdl | |
| like on Solaris. This wasn't done before, since it only contained internal libc interfaces. These have been moved to rpc_internal.h, and this file now contains some actual exported definitions. | |||
| 2002-10-21 | set version to 0.5nb1 | joda | |
| 2002-10-12 | add prototypes for disklabel_dkcksum() and disklabel_scan(). | elric | |
| 2002-10-06 | implement FNM_LEADING_DIR; matches Linux and other *BSDs; approved thorpej | provos | |
| 2002-10-04 | Assign to TNF. | christos | |
| 2002-09-20 | select() -> poll() | mycroft | |
| 2002-09-20 | select() -> poll() | mycroft | |
| 2002-09-20 | Add snprintb(3) | christos | |
| 2002-09-18 | minor makefile delint | lukem | |
| 2002-09-12 | update to newer versions | joda | |
| 2002-08-26 | remove unused/unsupported AI_xx. notified by PR 18072 | itojun | |
| 2002-08-15 | Cosmetic changes. | enami | |
