summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2003-05-17Make the hardlinks the right way. Found by mho@Hans Insulander
2003-05-16When positional arguments need more memory for storage (more than 8 args),Theo de Raadt
use mmap() instead of malloc(). this makes all the functionality in snprintf() and friends signal race safe. it also makes syslog_r() and the entire family of *warn*() and *err*() signal race safe, which was the real goal. ok pjazen millert
2003-05-16bump major - highest major of old libraries was 12, must be one higher.Magnus Holmberg
ok hin@
2003-05-16Remove false beforedepend stuff.Hans Insulander
2003-05-16typo from deraadt@Jason McIntyre
2003-05-16crashdump/crash-dump -> crash dump;Jason McIntyre
this fits in with the rest of our docs.
2003-05-16typos;Jason McIntyre
diffs passed on to curses people.
2003-05-15The version needs to be set to the highest of the merged libraries,Hans Insulander
which is 12.0
2003-05-15We'll be using symlinks instead of empty libraries, so these filesHans Insulander
are not needed. Sorry for commiting them.
2003-05-15Install symlinks for libkafs, libasn1 and libhdb so that 3rd partyHans Insulander
applications that really insist on finding them won't break. ok millert@
2003-05-15NetBSD PR 15025: libwrap hangs in an infinite loop when a host access linePaul Janzen
is > 2048 characters long. ok millert a long time ago.
2003-05-15Deal with some common filenames.Hans Insulander
2003-05-15New: fmt_scaled() and scan_scaled() convert to and from "human readable"Ian Darwin
or scaled numbers. fmt_scaled, and the format, based on Ken Stailey's code for "df -h"; scan_scaled is new. Significantly commented on and reworked by pjanzen@; other comments from millert@. OK pjanzen@.
2003-05-15Remove my test cruft accidentally commitedHans Insulander
2003-05-14Preparing to move kerberos libraries to src/libHans Insulander
2003-05-14Unbreak 64-bit archs...Thierry Deval
2003-05-14Pointer cleaning. ok ian@, tedu@, krw@Thierry Deval
2003-05-14New libkrb5, with a number of other krb5 related folded into one.Hans Insulander
Not yet activated in the tree, that will be done later. ok mho@
2003-05-14typos;Jason McIntyre
diffs passed on to curses people.
2003-05-14libpcap and tcpdump now understand the new pflog datalink type.Can Erkin Acar
old datalink type is still recognized. ok henning@ dhartmei@ frantzen@
2003-05-14fill ai_canonname field for numeric hostname, by the given hostname.Jun-ichiro itojun Hagino
folows new recommendation in RFC3493. markus ok
2003-05-14sync vis() behaviour when VIS_SAFE to man page: don't do anything if isgraph()Paul Janzen
is true, even if the character isn't 7-bit.
2003-05-14Delete reference to /usr/share/doc/papers/malloc.ascii.gz as we do notKenneth R Westerback
have it. We don't even have the directory /usr/share/doc/papers. ok millert@.
2003-05-14Get rid of libtelnet, it is compiled into the tree programsHans Insulander
(telnetd, telnet and tn3270) that use them instead. This gets rid of a really hairy dependency between telnet and libtelnet. ok millert@
2003-05-13Add support for blocking thread switches during dlopen and otherMarco S Hyman
non-thread-safe dl functions. Only enabled for ELF architectures at this time as needed dlxxx support has not yet been added to the a.out run time loader. 'doesn't break xmms at least' tedu@. Tested by others with no comment
2003-05-12cpu -> CPUJason McIntyre
2003-05-12cpu -> CPUJason McIntyre
2003-05-12cpu -> CPUJason McIntyre
2003-05-12typos;Jason McIntyre
diffs passed on to curses people.
2003-05-12Ideas from NetBSD: document nmemb and include sradixsort in the NAME section.Paul Janzen
Also, stomp a comma splice.
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
anyway). ok deraadt@ weingart@
2003-05-10costant -> constant;Jason McIntyre
from NetBSD (Onno van der Linden).
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
massaging and a man page by me. I used the phk-derived stuff for sha2hl.c instead of Aaron's for consistency with our other hash routines.
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
Programs should not be using these...