Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-06-03 | Add md[245] routines in libc/md, remove md5 from libc/crypt. Add $OpenBSD$ | Niklas Hallqvist | |
1996-06-02 | Some format strings were not handled entirely right, fixed. | Thorsten Lockert | |
Remove unused argument to internal _tparm | |||
1996-06-02 | Fix minor problem in translation of termcap capabilities into terminfo | Thorsten Lockert | |
1996-06-02 | Build libform, libmenu and libpanel | Thorsten Lockert | |
1996-06-02 | Remove garbage from import | Thorsten Lockert | |
1996-06-02 | SYSV-style form library; from ncurses | Thorsten Lockert | |
1996-06-02 | SYSV-style menu library; from ncurses | Thorsten Lockert | |
1996-06-02 | SYSV-style panels library; from ncurses | Thorsten Lockert | |
1996-06-02 | setupterm() should return 1 for success, not OK | Thorsten Lockert | |
1996-06-02 | Add file that got accidentally removed with curses upgrade; also bump | Thorsten Lockert | |
major version number on shared library | |||
1996-06-02 | Install ncurses as -lcurses and <curses.h> | Thorsten Lockert | |
Install BSD curses library as -locurses and <ocurses.h> | |||
1996-05-31 | Build new terminfo emulation library | Thorsten Lockert | |
1996-05-31 | Do not install links to libtermlib* on install | Thorsten Lockert | |
1996-05-31 | Terminfo emulation library; currently understands only about reading from | Thorsten Lockert | |
termcap database using cgetent(3) | |||
1996-05-30 | Fixes for ecoff updates | Per Fogelstrom | |
1996-05-30 | add md5crypt() | Theo de Raadt | |
1996-05-29 | enable ELF/a.out/ECOFF in machine/exec.h | Theo de Raadt | |
1996-05-28 | All platforms get elf_nlist(). Hidden __elf_is_okay__() function is | etheisen | |
now present for ELF platforms. This function is not ABI compliant and it's use should be restricted. exec_sup.h now determines the target OMF for various platforms. | |||
1996-05-27 | whoops | Theo de Raadt | |
1996-05-27 | amiga uses new libkvm | Theo de Raadt | |
1996-05-26 | signal mask repair, netbsd pr#2442 | Theo de Raadt | |
1996-05-26 | sync 0521 | Theo de Raadt | |
1996-05-25 | Minor cleanup | Per Fogelstrom | |
1996-05-24 | sync to ecoff changes | Theo de Raadt | |
1996-05-24 | darn good reason not use a primarily big-endian cpu in little-endian mode: | Theo de Raadt | |
the ARM port runs little-endian, but it's fp is still big-endian! | |||
1996-05-22 | sync to ragge | Theo de Raadt | |
1996-05-22 | need string.h | Theo de Raadt | |
1996-05-22 | sync to mark | Theo de Raadt | |
1996-05-22 | svr4-style gencat | Theo de Raadt | |
1996-05-22 | libutil | Theo de Raadt | |
1996-05-22 | machine/asm.h is sufficient | Theo de Raadt | |
1996-05-22 | repair return values, more checking | Theo de Raadt | |
1996-05-19 | Changes for mips. | Per Fogelstrom | |
1996-05-19 | New version of crt0 scrt0 gcrt0 to support ELF shared libs. | Per Fogelstrom | |
It is very likely that this code will be replaced later. :-) | |||
1996-05-18 | poll() as a system call | Theo de Raadt | |
1996-05-17 | Addition of elf support. | Per Fogelstrom | |
1996-05-16 | Changes to support elf shared librarys | Per Fogelstrom | |
1996-05-10 | sync with netbsd | Theo de Raadt | |
1996-05-10 | torek fix to close old descriptor silently | Theo de Raadt | |
1996-05-10 | sun3 uses new libkvm | Theo de Raadt | |
1996-05-08 | install rfork man page | Theo de Raadt | |
1996-05-07 | db release 1.85 | Theo de Raadt | |
1996-05-07 | correct bpf types | Theo de Raadt | |
1996-05-06 | hard-code the include installation path (mostly for speed) | Theo de Raadt | |
1996-05-06 | fix typos; netbsd pr#2376; from beal@umiacs.UMD.EDU | Theo de Raadt | |
1996-05-05 | sync with 0430 | Theo de Raadt | |
1996-05-04 | use "unsigned int" instead of "u_int" so that _POSIX_SOURCE works. | Theo de Raadt | |
netbsd pr#2164; from seebs@taniemarie.solon.com | |||
1996-05-04 | mention sysctl(2) and setrlimit(2); netbsd pr#2152; from ↵ | Theo de Raadt | |
davide@PIPER.NECTAR.CS.CMU.EDU | |||
1996-05-04 | clear xports after allocating it; netbsd pr#2194; from ragge@my28.sm.luth.se | Theo de Raadt | |
1996-05-04 | document largest possible value; netbsd pr#2338; from ↵ | Theo de Raadt | |
banshee@gabriella.resort.com |