summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Reenable sigsetjmp.S. Preserve the FP state. Rearrange offsetsBruce Evans1994-10-254-14/+50
* Nuke sigsetjmp.c. sigsetjmp() can't be implemented as a C functionBruce Evans1994-10-251-2/+2
* cfmakeraw(): set IGNBRK, clear IXOFF, INPCK per Bruce suggestionAndrey A. Chernov1994-10-221-2/+3
* makeraw(): forget to clear IMAXBEL, set VMIN/VTIMEAndrey A. Chernov1994-10-221-2/+3
* new file does skey_getpass() supportPaul Traina1994-10-191-0/+40
* Include most of the logdaemon v4.4 S/key changesPaul Traina1994-10-1911-188/+326
* Remove CPU_COLORDISP, GIO_COLOR now existsAndrey A. Chernov1994-10-181-1/+0
* Add new machdep variablesAndrey A. Chernov1994-10-171-0/+3
* sysctl(3) can return an error (setting errno to ENOMEM) when theGarrett Wollman1994-10-132-28/+90
* Add LDADD+= -ltermcapAndrey A. Chernov1994-10-121-0/+2
* LDADD: = -> +=Andrey A. Chernov1994-10-122-4/+4
* SHARED_LDADD --> LDADDAndrey A. Chernov1994-10-121-4/+3
* Fix two problems pointed by Bruce:Andrey A. Chernov1994-10-122-24/+28
* Implement meta bit in more cosher way after contacting with zmbenhalAndrey A. Chernov1994-10-113-0/+12
* Change link to symbolic link (term.h)Andrey A. Chernov1994-10-101-2/+2
* Merge term.h & nterm.hAndrey A. Chernov1994-10-102-4/+4
* Merge term.h and nterm.hAndrey A. Chernov1994-10-103-5/+19
* Move copyright link from initscr to newterm (initscr may be not called).Andrey A. Chernov1994-10-093-5/+3
* Added spare space on the usr stack. Used in ibcs2 emulation.Søren Schmidt1994-10-091-2/+2
* Generate term.h only once, not each beforeinstall.Andrey A. Chernov1994-10-093-10/+1198
* Split all binaries from makefile nowAndrey A. Chernov1994-10-091-19/+2
* Preparation to split binary away, move caps to TESTSAndrey A. Chernov1994-10-098-9/+1863
* Sync with ctype.h (remove EOF handling)Andrey A. Chernov1994-10-091-9/+0
* Add copyright.c to be always linked inAndrey A. Chernov1994-10-094-4/+32
* Restore leading tabsAndrey A. Chernov1994-10-091-2/+2
* Sync with ctype.h (EOF, sign extention fixes)Andrey A. Chernov1994-10-081-0/+17
* libncurses addedAndrey A. Chernov1994-10-071-1/+2
* Moved from ports with several enhancementsAndrey A. Chernov1994-10-07127-0/+18028
* libmytinfo added.Andrey A. Chernov1994-10-061-1/+1
* Moved from ports + several enhacmenetsAndrey A. Chernov1994-10-0642-0/+8143
* Back out ospeed change (why all bugs discovered immediately _after_ commitsAndrey A. Chernov1994-10-061-4/+2
* Oops, back out ospeed fix, I forget that flushing can occurse _after_Andrey A. Chernov1994-10-061-5/+27
* Enable PC back, because it is ouside visibleAndrey A. Chernov1994-10-061-2/+2
* ospeed/PC code ifdefed out, our libtermcap use usleep nowAndrey A. Chernov1994-10-061-2/+4
* Change padding mechanism to use usleep, old variant not worksAndrey A. Chernov1994-10-061-27/+5
* Disable direct ioctls to /dev/tty, search only stdin/stdoutAndrey A. Chernov1994-10-031-22/+17
* Little regex code cleaness, idea from jgreco@ns.sol.netAndrey A. Chernov1994-10-021-3/+2
* Fix bug with 8-bit chars sign extention (ctype not works)Andrey A. Chernov1994-10-021-4/+6
* Rewritten using POSIX regexAndrey A. Chernov1994-10-023-3/+29
* Move skey.h back where it belongsPaul Traina1994-09-292-2/+44
* Install improved skey access codePaul Traina1994-09-293-2/+474
* Use same configuration file, /etc/host.conf, for both gethost* andGarrett Wollman1994-09-261-7/+9
* Fixed YP networks map support.Garrett Wollman1994-09-261-7/+24
* Don't include sys/exec.h.David Greenman1994-09-251-1/+0
* remove need for -DDEBUG from resolver code (conflict with db/hash)Paul Traina1994-09-257-75/+36
* get* rework and new bind codePaul Traina1994-09-2515-1088/+2783
* Document getvfsent() and kin.Garrett Wollman1994-09-252-2/+232
* Fix so that people who don't have LKMs compiled in their kernels don'tGarrett Wollman1994-09-251-0/+8
* Call reduced (8-bit only) startup_setlocale()Andrey A. Chernov1994-09-241-2/+3
* Make not-so-space-eaten locale version:Andrey A. Chernov1994-09-2412-290/+525