summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
1999-05-14Removed duplicated references; millertAlex Feldman
1999-05-13dividing by zero is bad++, patch sent to millert@ for forwarding to curses pplAaron Campbell
1999-05-12builtin -> built-inAaron Campbell
1999-05-12grammar police: do not hyphenate compound words that act as adjectives if theAaron Campbell
first word ends in -ly i.e., fully-qualified, newly-created, globally-visible, etc. are wrong
1999-05-12permit NULL result parameter for pthread_create(). Apparently used in Stevens?David Leonard
1999-05-11Install termcap.h too. Some packages assume that if you are usingTodd C. Miller
ncurses, termcap.h exists. Others, like X11's resize, use termcap.h to determine whether or not you are running ncurses.
1999-05-11writev(2) may return EDESTADDRREQ if a write is attempted to a connect(2)'dAaron Campbell
uipc domain socket and the destination set by connect(2) is no longer available; from FreeBSD
1999-05-11note that close(2)'ing any file descriptor which refers to a file holdingAaron Campbell
any advisory locks will cause the file to lose its locks; from FreeBSD, verified by page 373 of APUE
1999-05-10correct some Xr's which referred to the wrong man page sectionsAaron Campbell
1999-05-10make a shared libraryTheo de Raadt
1999-05-09c++ clasess for ncursesTodd C. Miller
1999-05-08ncurses-4.2-990424Todd C. Miller
1999-05-03Add octect sanity checkingyanick
1999-05-01Break up into two loops, one for the copy, another to finish traversalTodd C. Miller
of the src string if len(src) >= size. Speeds up the common case a bit.
1999-05-01It is faster to split this into separate length and copy operationsTodd C. Miller
1999-04-30don't use a2Todd C. Miller
1999-04-30fix register usage (program logic is unchanged)Todd C. Miller
1999-04-28no such errno EOPNOSUPPORT, make it EOPNOTSUPP as it ought to beAaron Campbell
1999-04-28Do not provide gethostby.*_r for now, as configure scripts findNiklas Hallqvist
the functions using nm(1), but then no prototypes exist and things break. d@ will contemplate over the issue and resolve it for real later :-)
1999-04-27use assembler hereMichael Shalayeff
1999-04-26Only proto xgets() if stdio has been includedJason Downs
1999-04-25missing parts from last commitTodd C. Miller
1999-04-25m68k assembler version of strlcpy(3)Todd C. Miller
1999-04-24simplified version that doesn't call strlen and that is simpler to convert ↵Todd C. Miller
to assembler (both for gcc and me)
1999-04-23mac68k uses libkvm nowJason Downs
1999-04-22spellingMarc Espie
1999-04-21sucessful -> successfulAaron Campbell
1999-04-21This is OpenBSD.Alex Feldman
1999-04-21First cut at powerpc support for uthread. Not complete.Dale S. Rahn
1999-04-21Fix the _THREAD_SAFE path through the cerror code for powerpc.Dale S. Rahn
libc_r was never completed for the powerpc arch.
1999-04-20issetuid -> issetugid; deraadt@Aaron Campbell
1999-04-20.Fn -> .Ft in SYNOPSIS for localtime() return typeAaron Campbell
1999-04-18Fixup of formatting in the example source codeWim Vandeputte
1999-04-18Add Xrefs.Marc Espie
1999-04-18o Opening a zero-length hash file should not be an errorTodd C. Miller
o Correct odbm support o Add man links for ndbm and odbm
1999-04-02.Pp macros do not belong immiedately after .Sh section header linesAaron Campbell
1999-03-29initgroups(3) should not spew to stderr; giles@nemeton.com.auTodd C. Miller
Also document the NGROUPS limit.
1999-03-28ncurses-4.2-990327; just man page fixesTodd C. Miller
1999-03-26use stdlib; millertTheo de Raadt
1999-03-24allow make depend to workDavid Leonard
1999-03-24actually make use of the new manual pagesDavid Leonard
1999-03-24revert to -pthreadDavid Leonard
1999-03-23Clarify realloc return valueTodd C. Miller
1999-03-22better, nicer, neater documentationDavid Leonard
1999-03-22minor fixesDavid Leonard
1999-03-22new documentationDavid Leonard
1999-03-18ncurses-4.2-990318Todd C. Miller
1999-03-18typo; nash@mcs.netAaron Campbell
1999-03-17subdir Makefiles should not contain anything elseTheo de Raadt
1999-03-17do not break thingsTheo de Raadt