aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Manpage for getsid(2).Peter Wemm1997-08-192-2/+80
* Forgot to mention what getpgid(0) does.Peter Wemm1997-08-191-0/+5
* Manpage for getpgid(2), wording taken from NetBSD.Peter Wemm1997-08-192-3/+17
* Syscall stubs for getpgid()/getsid().Peter Wemm1997-08-191-3/+3
* First import of my little "video graphic library".Søren Schmidt1997-08-178-0/+1749
* Copy code from gnu/usr.bin/gdb/gdb/kvm-fbsd.c to deal with 4 MB pages.Tor Egge1997-08-172-0/+26
* Reflect reality of sticky bits and UFS-based filesystems.Steve Price1997-08-171-3/+10
* Describe the QCMD macro and its parameters.Steve Price1997-08-171-5/+9
* Regenerate..Peter Wemm1997-08-161-3/+3
* Fixed file descriptor leak that occurs after certain types of failures.David Greenman1997-08-151-2/+5
* Explicitly point that it_value == 0 disables timer regardles ofAndrey A. Chernov1997-08-141-1/+3
* Describe itimerfix upper limitAndrey A. Chernov1997-08-141-0/+8
* Describe upper limit based on itimerfix restrictionAndrey A. Chernov1997-08-142-4/+17
* Oops, fix logic for previous commitAndrey A. Chernov1997-08-141-5/+5
* Remove wrong machine-dependent phrase about maximum microsecondsAndrey A. Chernov1997-08-141-6/+5
* Break loop if error != EINTR occurse or it can take forever withAndrey A. Chernov1997-08-141-2/+5
* Define NCURSES_VERSION publicly, some applications want itAndrey A. Chernov1997-08-135-37/+80
* Protect the copyright comments from reformatting bySteve Price1997-08-135-3/+28
* Note that default behaviour (restarting signals) is only for signal(3)Andrey A. Chernov1997-08-131-1/+4
* Handle syscalls error return slightly betterAndrey A. Chernov1997-08-131-6/+12
* Back out itimerfix hack since nanosleep1 fixed nowAndrey A. Chernov1997-08-131-58/+19
* Add unsigned char cast to all ctype callsAndrey A. Chernov1997-08-131-27/+27
* Fix longstanding bug with buffer pointer goes beyoud buffer startAndrey A. Chernov1997-08-131-1/+1
* TRACE_VIRTPUT (we don't have it yet) -> TRACE_CHARPUTAndrey A. Chernov1997-08-131-1/+1
* Rearrange itimerfix loop doing it inside SIGALRM handling sectionAndrey A. Chernov1997-08-121-19/+20
* Solve itimerfix() problem completely by using loop in 100000000 secs chunksAndrey A. Chernov1997-08-121-0/+19
* Reflect blocked SIGALRM changesAndrey A. Chernov1997-08-122-3/+3
* Back out my installation of SIGALRM handler even if it is blockedAndrey A. Chernov1997-08-122-38/+58
* Run mkMakefile.sh to regeneratePeter Wemm1997-08-122-124/+3
* Reflect -current implementationsAndrey A. Chernov1997-08-122-20/+24
* 1) Make usleep() terminateable by alarm (or ualarm) as supposedAndrey A. Chernov1997-08-121-4/+8
* Change to reflect -current sleep implementation realityAndrey A. Chernov1997-08-121-28/+13
* Make itimerfix hack better: return the time we can't sleep at onceAndrey A. Chernov1997-08-121-12/+20
* Fix file descriptor leak.Brian Somers1997-08-114-2/+11
* Default size for FD_SETSIZE is 1024 not 256.Steve Price1997-08-111-1/+1
* Implement canonical locking protocolAndrey A. Chernov1997-08-103-60/+81
* Hack^H^H^H^Hworkaround for itimerfix(9) gratuitously limiting theJoerg Wunsch1997-08-101-0/+16
* Import strptime(3) into libc. We've got permission by Kevin Ruddy toJoerg Wunsch1997-08-097-448/+599
* Clean import of strptime(3) onto a vendor branch.Joerg Wunsch1997-08-091-0/+358
* Observe precedence set by Phillippe Charnier in adding anSteve Price1997-08-074-12/+20
* Remove #if(n)def BSD_4_4_LITE cruft and sccsid -> rcsid.Steve Price1997-08-074-8/+12
* Improve weak locking by using flock()Andrey A. Chernov1997-08-051-4/+8
* Update to version 2.2. Only the PacketAlias*()Brian Somers1997-08-039-196/+1071
* Remove collate_range_cmp, was left for temp. backward compatibilityAndrey A. Chernov1997-08-031-10/+1
* Implement dlsym(RTLD_NEXT, symbol).John Polstra1997-08-023-8/+42
* Move tcl packages to libdata/pkgPoul-Henning Kamp1997-08-012-3/+3
* Fix handling of mixed colors+attributes case by merging from ncurses 4.1Andrey A. Chernov1997-07-301-7/+21
* Fix logical background handling by merging it from ncurses 4.1Andrey A. Chernov1997-07-3014-37/+102
* ifdef out ttytype definition, mytinfo not have it and configure confusedAndrey A. Chernov1997-07-301-0/+2
* Improve dependancy behaviour a little more.Mike Smith1997-07-281-3/+4