| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reenable sigsetjmp.S. Preserve the FP state. Rearrange offsets | Bruce Evans | 1994-10-25 | 4 | -14/+50 |
| * | Nuke sigsetjmp.c. sigsetjmp() can't be implemented as a C function | Bruce Evans | 1994-10-25 | 1 | -2/+2 |
| * | cfmakeraw(): set IGNBRK, clear IXOFF, INPCK per Bruce suggestion | Andrey A. Chernov | 1994-10-22 | 1 | -2/+3 |
| * | makeraw(): forget to clear IMAXBEL, set VMIN/VTIME | Andrey A. Chernov | 1994-10-22 | 1 | -2/+3 |
| * | new file does skey_getpass() support | Paul Traina | 1994-10-19 | 1 | -0/+40 |
| * | Include most of the logdaemon v4.4 S/key changes | Paul Traina | 1994-10-19 | 11 | -188/+326 |
| * | Remove CPU_COLORDISP, GIO_COLOR now exists | Andrey A. Chernov | 1994-10-18 | 1 | -1/+0 |
| * | Add new machdep variables | Andrey A. Chernov | 1994-10-17 | 1 | -0/+3 |
| * | sysctl(3) can return an error (setting errno to ENOMEM) when the | Garrett Wollman | 1994-10-13 | 2 | -28/+90 |
| * | Add LDADD+= -ltermcap | Andrey A. Chernov | 1994-10-12 | 1 | -0/+2 |
| * | LDADD: = -> += | Andrey A. Chernov | 1994-10-12 | 2 | -4/+4 |
| * | SHARED_LDADD --> LDADD | Andrey A. Chernov | 1994-10-12 | 1 | -4/+3 |
| * | Fix two problems pointed by Bruce: | Andrey A. Chernov | 1994-10-12 | 2 | -24/+28 |
| * | Implement meta bit in more cosher way after contacting with zmbenhal | Andrey A. Chernov | 1994-10-11 | 3 | -0/+12 |
| * | Change link to symbolic link (term.h) | Andrey A. Chernov | 1994-10-10 | 1 | -2/+2 |
| * | Merge term.h & nterm.h | Andrey A. Chernov | 1994-10-10 | 2 | -4/+4 |
| * | Merge term.h and nterm.h | Andrey A. Chernov | 1994-10-10 | 3 | -5/+19 |
| * | Move copyright link from initscr to newterm (initscr may be not called). | Andrey A. Chernov | 1994-10-09 | 3 | -5/+3 |
| * | Added spare space on the usr stack. Used in ibcs2 emulation. | Søren Schmidt | 1994-10-09 | 1 | -2/+2 |
| * | Generate term.h only once, not each beforeinstall. | Andrey A. Chernov | 1994-10-09 | 3 | -10/+1198 |
| * | Split all binaries from makefile now | Andrey A. Chernov | 1994-10-09 | 1 | -19/+2 |
| * | Preparation to split binary away, move caps to TESTS | Andrey A. Chernov | 1994-10-09 | 8 | -9/+1863 |
| * | Sync with ctype.h (remove EOF handling) | Andrey A. Chernov | 1994-10-09 | 1 | -9/+0 |
| * | Add copyright.c to be always linked in | Andrey A. Chernov | 1994-10-09 | 4 | -4/+32 |
| * | Restore leading tabs | Andrey A. Chernov | 1994-10-09 | 1 | -2/+2 |
| * | Sync with ctype.h (EOF, sign extention fixes) | Andrey A. Chernov | 1994-10-08 | 1 | -0/+17 |
| * | libncurses added | Andrey A. Chernov | 1994-10-07 | 1 | -1/+2 |
| * | Moved from ports with several enhancements | Andrey A. Chernov | 1994-10-07 | 127 | -0/+18028 |
| * | libmytinfo added. | Andrey A. Chernov | 1994-10-06 | 1 | -1/+1 |
| * | Moved from ports + several enhacmenets | Andrey A. Chernov | 1994-10-06 | 42 | -0/+8143 |
| * | Back out ospeed change (why all bugs discovered immediately _after_ commits | Andrey A. Chernov | 1994-10-06 | 1 | -4/+2 |
| * | Oops, back out ospeed fix, I forget that flushing can occurse _after_ | Andrey A. Chernov | 1994-10-06 | 1 | -5/+27 |
| * | Enable PC back, because it is ouside visible | Andrey A. Chernov | 1994-10-06 | 1 | -2/+2 |
| * | ospeed/PC code ifdefed out, our libtermcap use usleep now | Andrey A. Chernov | 1994-10-06 | 1 | -2/+4 |
| * | Change padding mechanism to use usleep, old variant not works | Andrey A. Chernov | 1994-10-06 | 1 | -27/+5 |
| * | Disable direct ioctls to /dev/tty, search only stdin/stdout | Andrey A. Chernov | 1994-10-03 | 1 | -22/+17 |
| * | Little regex code cleaness, idea from jgreco@ns.sol.net | Andrey A. Chernov | 1994-10-02 | 1 | -3/+2 |
| * | Fix bug with 8-bit chars sign extention (ctype not works) | Andrey A. Chernov | 1994-10-02 | 1 | -4/+6 |
| * | Rewritten using POSIX regex | Andrey A. Chernov | 1994-10-02 | 3 | -3/+29 |
| * | Move skey.h back where it belongs | Paul Traina | 1994-09-29 | 2 | -2/+44 |
| * | Install improved skey access code | Paul Traina | 1994-09-29 | 3 | -2/+474 |
| * | Use same configuration file, /etc/host.conf, for both gethost* and | Garrett Wollman | 1994-09-26 | 1 | -7/+9 |
| * | Fixed YP networks map support. | Garrett Wollman | 1994-09-26 | 1 | -7/+24 |
| * | Don't include sys/exec.h. | David Greenman | 1994-09-25 | 1 | -1/+0 |
| * | remove need for -DDEBUG from resolver code (conflict with db/hash) | Paul Traina | 1994-09-25 | 7 | -75/+36 |
| * | get* rework and new bind code | Paul Traina | 1994-09-25 | 15 | -1088/+2783 |
| * | Document getvfsent() and kin. | Garrett Wollman | 1994-09-25 | 2 | -2/+232 |
| * | Fix so that people who don't have LKMs compiled in their kernels don't | Garrett Wollman | 1994-09-25 | 1 | -0/+8 |
| * | Call reduced (8-bit only) startup_setlocale() | Andrey A. Chernov | 1994-09-24 | 1 | -2/+3 |
| * | Make not-so-space-eaten locale version: | Andrey A. Chernov | 1994-09-24 | 12 | -290/+525 |