Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-02-16 | kludge to get rid of dbm_rdonly not being defined | imp | |
1999-02-16 | daemon returns int | Theo de Raadt | |
1999-02-16 | update prototypes now that socket functions take socklen_t as a length parameter | Todd C. Miller | |
1999-02-16 | deal with socklen_t | Todd C. Miller | |
1999-02-16 | deal with socklen_t | Theo de Raadt | |
1999-02-16 | localtime is in /etc | Theo de Raadt | |
1999-02-15 | must include <sys/types.h> before <sys.socket.h> | Todd C. Miller | |
1999-02-15 | sendto(2) takes a socklen_t as well | Todd C. Miller | |
1999-02-15 | socklen_t is used in struct msghdr and struct cmsghdr | Todd C. Miller | |
1999-02-15 | Use and document socklen_t | Todd C. Miller | |
1999-02-15 | o Minor changes from db.1.86 (sleepycat). Does not include the new hash | Todd C. Miller | |
routines since they cannot read a hashed .db file from the old code. Most of these files just have their RCS/SCCS tags standardized. Note that mpool.3 has not been updated to reflect the new mpool interface. o Add a real dbm(3) manpage | |||
1999-02-12 | Mention that MD4 is pretty much broken, and MD5 may follow. A couple | Angelos D. Keromytis | |
more references to the attacks. From FreeBSD. | |||
1999-02-12 | It's always a good idea to test those last minute changes to make sure they ↵ | Todd C. Miller | |
compile... | |||
1999-02-12 | add old dbm-compatible interface from db-1.86 with minor changes by me ↵ | Todd C. Miller | |
(needs a man page) | |||
1999-02-11 | Update to ncurses-4.2-990206: | Todd C. Miller | |
suppress sc/rc capabilities from terminal description if they appear in smcup/rmcup. This affects only scrolling optimization, to fix a problem reported by several people with xterm's alternate screen, though the problem is more general. | |||
1999-02-09 | Fixed brk() and sbrk(). Removal of old mvme88k dir. | Steve Murphree | |
1999-02-07 | implement sparc atomic lock with LDSTUB | David Leonard | |
1999-02-05 | support MSG_BCAST and MSG_MCAST | Theo de Raadt | |
1999-02-04 | Save/restore the fp state setjmp/longjmp does not | Niklas Hallqvist | |
1999-02-04 | tidy | David Leonard | |
1999-02-04 | END -> SYSEND (typo fix) | David Leonard | |
1999-02-04 | correct clnt_control() args; alex@freebsd | Theo de Raadt | |
1999-02-03 | comment out broken float save stuff for the time being | David Leonard | |
1999-02-03 | wrong ret type for write define (millert@) | David Leonard | |
1999-02-02 | arc fixes for libc_r | imp | |
1999-02-02 | typo | David Leonard | |
1999-02-01 | Bracket protos for _nc_read_bsd_terminfo_entry and _nc_read_bsd_terminfo_file | Todd C. Miller | |
with #ifdef __OpenBSD__ to make it obvious they are OpenBSD extensions. Update copyright years in tinfo/read_bsd_terminfo.c. | |||
1999-02-01 | When compiling for ELF use .init and .fini sections instead of special syms. | Per Fogelstrom | |
1999-02-01 | Should be taken care of but make it obvious | Per Fogelstrom | |
1999-02-01 | There must be a better way... | Per Fogelstrom | |
1999-02-01 | add test_sigsuspend test_sigwait | David Leonard | |
1999-02-01 | move tests together | David Leonard | |
1999-02-01 | don't handle signals in the gc thread | David Leonard | |
1999-02-01 | don't compute resource usage. this speeds things up a lot | David Leonard | |
1999-02-01 | sync with tzcode1999a | David Leonard | |
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 | |