summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
1999-02-01mi ptraceDavid Leonard
1999-02-01malloc can't use write() if it fails very early, so use the unwrapped ↵David Leonard
syscall _thread_sys_write() if we are threaded
1999-02-01remove PASSTHRUDavid Leonard
1999-01-31missed this in last updateTodd C. Miller
1999-01-31ncurses-4.2-990130Todd C. Miller
1999-01-29tzcode1999a from ftp://elsie.nci.nih.gov/pub - merge with libc_r stuffDavid Leonard
1999-01-29tzcode1999a from ftp://elsie.nci.nih.gov/pubDavid Leonard
1999-01-28namespaces: unix --> __unix__Marc Espie
1999-01-28Preliminary version for PIC support. Builds and runs standard and profiledDale S. Rahn
just fine. pic version has been compiled, but without a ld.so has not been tested. Needs binutils 2.9.1 or later to build pic version.
1999-01-28update for binutils 2.9.1, whenever it might show up... The changesDale S. Rahn
are cleanup that would not work correctly with the newer version. works fine with the current (old) version of gas/ld. ALSO: Found a very long outstanding bug on the powerpc port. whenever nroff was run, say during a build, it would complain about memory being freed twice. Found the cause of this was that *roff which is written in C++ was using globals that had constructors/destructors and due to a bug in the crt code, the destructors were getting called when a program exited via falling out of the main loop. calling exit directly would not exersize the bug that ran the destructors twice. THIS BUG IS NOW FIXED.
1999-01-24ncurses-4.2-990123Todd C. Miller
1999-01-24updates from ncurses-4.2-990123Todd C. Miller
1999-01-24ACS_BLCORNER and ACS_BRCORNER should be ACS_LLCORNER and ACS_LRCORNER ↵Todd C. Miller
respectively; bvdpoel@kootenay.com
1999-01-23make _nc_read_file_entry() look in terminfo.db too. Makes the -A and -B ↵Todd C. Miller
flags of infocmp more useful.
1999-01-22typoArtur Grabowski
1999-01-22ENTRY -> SYSENTRY for sparc libc_r (per d@)Marco S Hyman
1999-01-22mention that rmdir(.) returns EBUSY as per XPG4.2Todd C. Miller
1999-01-22Move call to _nc_read_bsd_terminfo_entry() to _nc_read_entry() so readingTodd C. Miller
terminfo.db is transparent. This requires us to be able to tell which of the entries in pathvec held the terminfo entry. To make that work we only pass one pathname to cgetent(3) at a time. This might be a slight performance hit but should not be noticable in normal use.
1999-01-22updates changes from latest ncursesTodd C. Miller
1999-01-22cosmetic man page changes from latest ncursesTodd C. Miller
1999-01-21mention html docsTodd C. Miller
1999-01-20hide pipe, sigsuspend, sigprocmask; remove -gDavid Leonard
1999-01-20make /usr/src/lib/libcurses/doc/ if it does not exist since the mtree gets ↵Todd C. Miller
done *after* make install in libs. should go away after 2.5 is released
1999-01-20use LIBCSRCDIRDavid Leonard
1999-01-19enable libc_rDavid Leonard
1999-01-19performance metrics are now elsewhereDavid Leonard
1999-01-19thread supportDavid Leonard
1999-01-18use the doc dirTodd C. Miller
1999-01-18ncurses docs in htmlTodd C. Miller
1999-01-18ncurses-4.2-990116Todd C. Miller
1999-01-18stubsDavid Leonard
1999-01-18documentDavid Leonard
1999-01-18move private spinlock protos outDavid Leonard
1999-01-18typo; niceDavid Leonard
1999-01-18add section numbers to XrDavid Leonard
1999-01-18sync with previous changesDavid Leonard
1999-01-17show cancellation and exiting flagsDavid Leonard
1999-01-17pthread_cancel() and cancellation pointsDavid Leonard
1999-01-17pthread_getschedparam() and pthread_setschedparam() stubsDavid Leonard
1999-01-17mi+md jmp_buf; save i386s fs and gs for WINE (csapuntz@stanford.edu)David Leonard
1999-01-17pthread_atfork()David Leonard
1999-01-17say something when a test locks upDavid Leonard
1999-01-17updateDavid Leonard
1999-01-17give msync a cancellation pointDavid Leonard
1999-01-17some performance metricsDavid Leonard
1999-01-11mention fcntl.h; jfw@jfwhome.funhouse.comTheo de Raadt
1999-01-11RFNOWAIT is now supportedNiklas Hallqvist
1999-01-10clean up timer calculations; dont use PTHREAD_NOFLOAT; keep freebsd identDavid Leonard
1999-01-10no need to cast any moreDavid Leonard
1999-01-10export symbol to kernel thread for gdb; ident; fix lock initialisationDavid Leonard