summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2003-05-19Make sure our return value is withing the range 20 - -20 (aka NZERO - -NZERO).Todd C. Miller
We could use an extra call to getpriority() instead but it's faster to just do the bounds check in userland.
2003-05-19Explicitly state that priority values outside the range -20 to 20 areTodd C. Miller
truncated to the appropriate limit.
2003-05-19Add the generated files as a dependency for the 'all' target.Todd C. Miller
Should prevent bogus bug reports that come in every so often...
2003-05-19Missing licenceMiod Vallat
2003-05-18- typosJason McIntyre
- new sentence, new line - clean up .Xrs
2003-05-17Use unique variable names in Makefile.*.inc.Magnus Holmberg
2003-05-17Generated files. Removes dependency on asn1_compile, etc.Magnus Holmberg
2003-05-17Directory for pre-generated files.Magnus Holmberg
2003-05-17Added regen target to pregenerate files to get rid of dependency onMagnus Holmberg
up-to-date asn1_compile and compile_et. on hin@
2003-05-17Better English.Paul Janzen
2003-05-17Document behaviour when size = 1. ok millert@Paul Janzen
2003-05-17Support for 'make includes'; ok hin@, millert@Magnus Holmberg
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