summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2003-05-14sync vis() behaviour when VIS_SAFE to man page: don't do anything if isgraph()Paul Janzen
2003-05-14Delete reference to /usr/share/doc/papers/malloc.ascii.gz as we do notKenneth R Westerback
2003-05-14Get rid of libtelnet, it is compiled into the tree programsHans Insulander
2003-05-13Add support for blocking thread switches during dlopen and otherMarco S Hyman
2003-05-12cpu -> CPUJason McIntyre
2003-05-12cpu -> CPUJason McIntyre
2003-05-12cpu -> CPUJason McIntyre
2003-05-12typos;Jason McIntyre
2003-05-12Ideas from NetBSD: document nmemb and include sradixsort in the NAME section.Paul Janzen
2003-05-12merge 0.9.7b with local changes; crank majors for libssl/libcryptoMarkus Friedl
2003-05-11import 0.9.7b (without idea and rc5)Markus Friedl
2003-05-11Document \sPaul Janzen
2003-05-11merge with heimdalHans Insulander
2003-05-10typo;Jason McIntyre
2003-05-10Do not let userland access the swapon system call anymore (nothing uses itMiod Vallat
2003-05-10costant -> constant;Jason McIntyre
2003-05-10typos;Jason McIntyre
2003-05-10typos;Jason McIntyre
2003-05-10Somehow the setr[ug]id() addition didn't get committed here.Todd C. Miller
2003-05-09Pass ndigit+1 as size arg to strlcpy() since ndigit doesn't include the NULTodd C. Miller
2003-05-09assembler versions of insque and remque for m68k, also from 4.4BSDTodd C. Miller
2003-05-09insque and remque are VAX instructions, no need for C functions; From 4.4BSDTodd C. Miller
2003-05-09Include string.h for memset() proto; noticed by lebel@Todd C. Miller
2003-05-09Oops, forgot to add remque.c hereTodd C. Miller
2003-05-08crank major number to correspond to libc major changeTodd C. Miller
2003-05-08Major number crank due to setr[ug]id() moving into libcompat.Todd C. Miller
2003-05-08Add sha2 routines based on code by Aaron D. Gifford with minorTodd C. Miller
2003-05-08Clear the digest local var w/ memset() in the End function.Todd C. Miller
2003-05-08Move setrgid(3) and setruid(3) from libc -> libcompat.Todd C. Miller
2003-05-08move insque(3) and remque(3) from libcompat -> libc; they are now POSIXTodd C. Miller
2003-05-08move lsearch(3) and insque(3) from libcompat -> libc; they are now POSIXTodd C. Miller
2003-05-08{e,f,g}cvt() are no longer missing.Todd C. Miller
2003-05-08ERROR -> ERRORS in .Sh, as per mdoc template.Jason McIntyre
2003-05-08RETURN VALUE -> RETURN VALUES in .Sh, as per mdoc template.Jason McIntyre
2003-05-07typos;Jason McIntyre
2003-05-06updated URL from Leandro Costa;Jason McIntyre
2003-05-06updated URL for USB specification from Leandro CostaJason McIntyre
2003-05-05Add support for command line args in rshprog, e.g. "ssh -C".Todd C. Miller
2003-05-05add properties of single precision IEE754Jason Wright
2003-05-03typo in STANDARDS (this man page is getnameinfo, not getaddrinfo);Jason McIntyre
2003-05-03typos;Jason McIntyre
2003-05-03typos;Jason McIntyre
2003-05-03- make it -Wall cleanAnil Madhavapeddy
2003-05-03these files all had >9 arguments to .Nd, causing the name description to beJason McIntyre
2003-05-02Add Doug Gwyn's portable alloca() for platforms w/o an assemblerTodd C. Miller
2003-05-01don't cast pointer to integer, use intptr_t stuff off inttypes.h insteadPeter Valchev
2003-05-01Enable compiler warning options but NOT -WerrorMarco S Hyman
2003-05-01is -Wall clean by making rcsid constAnil Madhavapeddy
2003-05-01-Wall cleanup, make rcsid variables constAnil Madhavapeddy
2003-05-01add missing enumeration case to select to kill gcc warningAnil Madhavapeddy