Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-19 | Make 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-19 | Explicitly state that priority values outside the range -20 to 20 are | Todd C. Miller | |
truncated to the appropriate limit. | |||
2003-05-19 | Add 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-19 | Missing licence | Miod Vallat | |
2003-05-18 | - typos | Jason McIntyre | |
- new sentence, new line - clean up .Xrs | |||
2003-05-17 | Use unique variable names in Makefile.*.inc. | Magnus Holmberg | |
2003-05-17 | Generated files. Removes dependency on asn1_compile, etc. | Magnus Holmberg | |
2003-05-17 | Directory for pre-generated files. | Magnus Holmberg | |
2003-05-17 | Added regen target to pregenerate files to get rid of dependency on | Magnus Holmberg | |
up-to-date asn1_compile and compile_et. on hin@ | |||
2003-05-17 | Better English. | Paul Janzen | |
2003-05-17 | Document behaviour when size = 1. ok millert@ | Paul Janzen | |
2003-05-17 | Support for 'make includes'; ok hin@, millert@ | Magnus Holmberg | |
2003-05-17 | Make the hardlinks the right way. Found by mho@ | Hans Insulander | |
2003-05-16 | When 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-16 | bump major - highest major of old libraries was 12, must be one higher. | Magnus Holmberg | |
ok hin@ | |||
2003-05-16 | Remove false beforedepend stuff. | Hans Insulander | |
2003-05-16 | typo from deraadt@ | Jason McIntyre | |
2003-05-16 | crashdump/crash-dump -> crash dump; | Jason McIntyre | |
this fits in with the rest of our docs. | |||
2003-05-16 | typos; | Jason McIntyre | |
diffs passed on to curses people. | |||
2003-05-15 | The version needs to be set to the highest of the merged libraries, | Hans Insulander | |
which is 12.0 | |||
2003-05-15 | We'll be using symlinks instead of empty libraries, so these files | Hans Insulander | |
are not needed. Sorry for commiting them. | |||
2003-05-15 | Install symlinks for libkafs, libasn1 and libhdb so that 3rd party | Hans Insulander | |
applications that really insist on finding them won't break. ok millert@ | |||
2003-05-15 | NetBSD PR 15025: libwrap hangs in an infinite loop when a host access line | Paul Janzen | |
is > 2048 characters long. ok millert a long time ago. | |||
2003-05-15 | Deal with some common filenames. | Hans Insulander | |
2003-05-15 | New: 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-15 | Remove my test cruft accidentally commited | Hans Insulander | |
2003-05-14 | Preparing to move kerberos libraries to src/lib | Hans Insulander | |
2003-05-14 | Unbreak 64-bit archs... | Thierry Deval | |
2003-05-14 | Pointer cleaning. ok ian@, tedu@, krw@ | Thierry Deval | |
2003-05-14 | New 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-14 | typos; | Jason McIntyre | |
diffs passed on to curses people. | |||
2003-05-14 | libpcap and tcpdump now understand the new pflog datalink type. | Can Erkin Acar | |
old datalink type is still recognized. ok henning@ dhartmei@ frantzen@ | |||
2003-05-14 | fill ai_canonname field for numeric hostname, by the given hostname. | Jun-ichiro itojun Hagino | |
folows new recommendation in RFC3493. markus ok | |||
2003-05-14 | sync 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-14 | Delete reference to /usr/share/doc/papers/malloc.ascii.gz as we do not | Kenneth R Westerback | |
have it. We don't even have the directory /usr/share/doc/papers. ok millert@. | |||
2003-05-14 | Get rid of libtelnet, it is compiled into the tree programs | Hans 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-13 | Add support for blocking thread switches during dlopen and other | Marco 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-12 | cpu -> CPU | Jason McIntyre | |
2003-05-12 | cpu -> CPU | Jason McIntyre | |
2003-05-12 | cpu -> CPU | Jason McIntyre | |
2003-05-12 | typos; | Jason McIntyre | |
diffs passed on to curses people. | |||
2003-05-12 | Ideas from NetBSD: document nmemb and include sradixsort in the NAME section. | Paul Janzen | |
Also, stomp a comma splice. | |||
2003-05-12 | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | Markus Friedl | |
2003-05-11 | import 0.9.7b (without idea and rc5) | Markus Friedl | |
2003-05-11 | Document \s | Paul Janzen | |
2003-05-11 | merge with heimdal | Hans Insulander | |
2003-05-10 | typo; | Jason McIntyre | |
2003-05-10 | Do not let userland access the swapon system call anymore (nothing uses it | Miod Vallat | |
anyway). ok deraadt@ weingart@ | |||
2003-05-10 | costant -> constant; | Jason McIntyre | |
from NetBSD (Onno van der Linden). | |||
2003-05-10 | typos; | Jason McIntyre | |