summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Temporarily comment out issetugid() call until everyone installs libtermcap,ache1997-08-251-2/+2
| | | | major number bumping will follows then
* Fix saving/restoring tty modes, allow initscr be called twice,ache1997-08-255-29/+66
| | | | from ncurses 4.1
* Make the MD* header files C++-aware. Also, string arguments are supposedjoerg1997-08-255-10/+20
| | | | | | | to be of type `const char *'. PR: 3291 Submitted by: dima@tejblum.dnttm.rssi.ru (Dmitrij Tejblum)
* Bump minor number due to issetugid()ache1997-08-241-1/+1
|
* Add winnstr family and fake resizeterm from ncurses 4.1 for compatibilityache1997-08-245-6/+73
| | | | | with recent applications. Bump minor number.
* Cosmetic: distinguish in diag message between rebuilding and updatingjoerg1997-08-241-1/+2
| | | | | | | the database. PR: 3397 Submitted by: taob@risc.org (Brian Tao)
* Get rid of integer overflow warning.steve1997-08-232-2/+2
| | | | | PR: misc/3575 Submitted by: Bruce Evans <bde@zeta.org.au>
* Remove extra definition of vwprintw.steve1997-08-231-1/+1
| | | | | PR: bin/3623 Submitted by: Stephen J. Roznowski <sjr1@flash.net>
* Reference the correct version of BSD at the bottom of thesteve1997-08-231-1/+1
| | | | | | manpage. PR: docs/3735
* Activate libvglsos1997-08-221-1/+1
|
* Replace uids comparison by issetugid() callache1997-08-221-2/+2
|
* Fixed off by 1 error.bde1997-08-211-2/+3
|
* Split beforeinstall target so that headers can be installed withoutbde1997-08-211-4/+6
| | | | installing data files.
* Manpage for getsid(2).peter1997-08-192-2/+80
|
* Forgot to mention what getpgid(0) does.peter1997-08-191-0/+5
|
* Manpage for getpgid(2), wording taken from NetBSD.peter1997-08-192-3/+17
|
* Syscall stubs for getpgid()/getsid().peter1997-08-191-3/+3
|
* First import of my little "video graphic library".sos1997-08-178-0/+1749
| | | | | | See the manpage vgl.3 for more info. A little example will follow shortly.
* Copy code from gnu/usr.bin/gdb/gdb/kvm-fbsd.c to deal with 4 MB pages.tegge1997-08-172-0/+26
|
* Reflect reality of sticky bits and UFS-based filesystems.steve1997-08-171-3/+10
| | | | | PR: docs/4198 Submitted by: Ada T. Lim <ada@not-enough.bandwidth.org>
* Describe the QCMD macro and its parameters.steve1997-08-171-5/+9
| | | | PR: docs/4261
* Regenerate..peter1997-08-161-3/+3
|
* Fixed file descriptor leak that occurs after certain types of failures.dg1997-08-151-2/+5
| | | | | PR: 3516 Submitted by: Matthew Flatt <mflatt@cs.rice.edu>
* Explicitly point that it_value == 0 disables timer regardles ofache1997-08-141-1/+3
| | | | | it_interval value. It is backward-compatible with previous usage and SunOS-compatible now.
* Describe itimerfix upper limitache1997-08-141-0/+8
|
* Describe upper limit based on itimerfix restrictionache1997-08-142-4/+17
|
* Oops, fix logic for previous commitache1997-08-141-5/+5
|
* Remove wrong machine-dependent phrase about maximum microsecondsache1997-08-141-6/+5
| | | | limit. Small cleanup.
* Break loop if error != EINTR occurse or it can take forever withache1997-08-141-2/+5
| | | | time_remaining unchanged
* Define NCURSES_VERSION publicly, some applications want itache1997-08-135-37/+80
| | | | | Fix unctrl() Merging from 4.1 used for this fixes.
* Protect the copyright comments from reformatting bysteve1997-08-135-3/+28
| | | | | | | indent and make this compile -Wall clean like the Makefile suggests that it should. :) Pointed out by: Bruce Evans <bde@zeta.org.au>
* Note that default behaviour (restarting signals) is only for signal(3)ache1997-08-131-1/+4
|
* Handle syscalls error return slightly betterache1997-08-131-6/+12
|
* Back out itimerfix hack since nanosleep1 fixed nowache1997-08-131-58/+19
| | | | Handle syscalls error return slightly better
* Add unsigned char cast to all ctype callsache1997-08-131-27/+27
|
* Fix longstanding bug with buffer pointer goes beyoud buffer startache1997-08-131-1/+1
| | | | Cause initscr (ncurses) fail in some cases
* TRACE_VIRTPUT (we don't have it yet) -> TRACE_CHARPUTache1997-08-131-1/+1
|
* Rearrange itimerfix loop doing it inside SIGALRM handling sectionache1997-08-121-19/+20
|
* Solve itimerfix() problem completely by using loop in 100000000 secs chunksache1997-08-121-0/+19
|
* Reflect blocked SIGALRM changesache1997-08-122-3/+3
|
* Back out my installation of SIGALRM handler even if it is blockedache1997-08-122-38/+58
| | | | | | | and return to previous Peter's variant. POSIX says that this place is implementation defined and old variant allows application block SIGALRM and sleep and not be killed by external SIGALRMs. BTW, GNU sleep f.e. sleeps forever in blocked SIGALRM :-)
* Run mkMakefile.sh to regeneratepeter1997-08-122-124/+3
|
* Reflect -current implementationsache1997-08-122-20/+24
|
* 1) Make usleep() terminateable by alarm (or ualarm) as supposedache1997-08-121-4/+8
| | | | | historically 2) Fix end of time loop condition: && -> ||
* Change to reflect -current sleep implementation realityache1997-08-121-28/+13
|
* Make itimerfix hack better: return the time we can't sleep at onceache1997-08-121-12/+20
|
* Fix file descriptor leak.brian1997-08-114-2/+11
| | | | | Submitted by: Charles Mott <cmott@srv.net> Identified by: Gordon Burditt
* Default size for FD_SETSIZE is 1024 not 256.steve1997-08-111-1/+1
| | | | | PR: bin/4177 Submitted by: Wolfgang Helbig <helbig@MX-BA.Stuttgart.De>
* Implement canonical locking protocolache1997-08-103-62/+83
| | | | Suggested by: joerg
* Hack^H^H^H^Hworkaround for itimerfix(9) gratuitously limiting thejoerg1997-08-101-0/+16
| | | | | | | | | acceptable range for tv_sec to the magic number 100000000 (which at least ought to be declared in a header file, and explained in the non-existing man page, as well as in the existing man pages for nanosleep(2) & Co.). PR: bin/4259
OpenPOWER on IntegriCloud