Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-02-01 | mi ptrace | David Leonard | |
1999-02-01 | malloc 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-01 | remove PASSTHRU | David Leonard | |
1999-01-31 | missed this in last update | Todd C. Miller | |
1999-01-31 | ncurses-4.2-990130 | Todd C. Miller | |
1999-01-29 | tzcode1999a from ftp://elsie.nci.nih.gov/pub - merge with libc_r stuff | David Leonard | |
1999-01-29 | tzcode1999a from ftp://elsie.nci.nih.gov/pub | David Leonard | |
1999-01-28 | namespaces: unix --> __unix__ | Marc Espie | |
1999-01-28 | Preliminary version for PIC support. Builds and runs standard and profiled | Dale 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-28 | update for binutils 2.9.1, whenever it might show up... The changes | Dale 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-24 | ncurses-4.2-990123 | Todd C. Miller | |
1999-01-24 | updates from ncurses-4.2-990123 | Todd C. Miller | |
1999-01-24 | ACS_BLCORNER and ACS_BRCORNER should be ACS_LLCORNER and ACS_LRCORNER ↵ | Todd C. Miller | |
respectively; bvdpoel@kootenay.com | |||
1999-01-23 | make _nc_read_file_entry() look in terminfo.db too. Makes the -A and -B ↵ | Todd C. Miller | |
flags of infocmp more useful. | |||
1999-01-22 | typo | Artur Grabowski | |
1999-01-22 | ENTRY -> SYSENTRY for sparc libc_r (per d@) | Marco S Hyman | |
1999-01-22 | mention that rmdir(.) returns EBUSY as per XPG4.2 | Todd C. Miller | |
1999-01-22 | Move call to _nc_read_bsd_terminfo_entry() to _nc_read_entry() so reading | Todd 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-22 | updates changes from latest ncurses | Todd C. Miller | |
1999-01-22 | cosmetic man page changes from latest ncurses | Todd C. Miller | |
1999-01-21 | mention html docs | Todd C. Miller | |
1999-01-20 | hide pipe, sigsuspend, sigprocmask; remove -g | David Leonard | |
1999-01-20 | make /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-20 | use LIBCSRCDIR | David Leonard | |
1999-01-19 | enable libc_r | David Leonard | |
1999-01-19 | performance metrics are now elsewhere | David Leonard | |
1999-01-19 | thread support | David Leonard | |
1999-01-18 | use the doc dir | Todd C. Miller | |
1999-01-18 | ncurses docs in html | Todd C. Miller | |
1999-01-18 | ncurses-4.2-990116 | Todd C. Miller | |
1999-01-18 | stubs | David Leonard | |
1999-01-18 | document | David Leonard | |
1999-01-18 | move private spinlock protos out | David Leonard | |
1999-01-18 | typo; nice | David Leonard | |
1999-01-18 | add section numbers to Xr | David Leonard | |
1999-01-18 | sync with previous changes | David Leonard | |
1999-01-17 | show cancellation and exiting flags | David Leonard | |
1999-01-17 | pthread_cancel() and cancellation points | David Leonard | |
1999-01-17 | pthread_getschedparam() and pthread_setschedparam() stubs | David Leonard | |
1999-01-17 | mi+md jmp_buf; save i386s fs and gs for WINE (csapuntz@stanford.edu) | David Leonard | |
1999-01-17 | pthread_atfork() | David Leonard | |
1999-01-17 | say something when a test locks up | David Leonard | |
1999-01-17 | update | David Leonard | |
1999-01-17 | give msync a cancellation point | David Leonard | |
1999-01-17 | some performance metrics | David Leonard | |
1999-01-11 | mention fcntl.h; jfw@jfwhome.funhouse.com | Theo de Raadt | |
1999-01-11 | RFNOWAIT is now supported | Niklas Hallqvist | |
1999-01-10 | clean up timer calculations; dont use PTHREAD_NOFLOAT; keep freebsd ident | David Leonard | |
1999-01-10 | no need to cast any more | David Leonard | |
1999-01-10 | export symbol to kernel thread for gdb; ident; fix lock initialisation | David Leonard | |