summaryrefslogtreecommitdiff
path: root/usr.sbin/named
AgeCommit message (Collapse)Author
2000-03-04In Unix land we prefer "whitespace" to "white space" or "white-space". AtAaron Campbell
least, this is the impression I get from looking at a lot of Perl docs.
2000-02-01no need to extern int errno if errno.h is includedTheo de Raadt
1999-12-04avoid overflowTheo de Raadt
1999-07-09- remove all trailing whitespaceAaron Campbell
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
1999-07-07The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.Aaron Campbell
Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one.
1999-06-10Handle PAGER in a manner consistent with the Single Unix Specification:Paul Janzen
that is, use PAGER rather than "more" if it is defined and non-null, not just if it is defined.
1999-06-05remove trailing whitespace, some Nm cleanupAaron Campbell
1999-06-05capitalize the acronym IDAaron Campbell
1999-06-05more .Os cleansingAaron Campbell
1999-05-28more .El madnessAaron Campbell
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
1999-05-15ethernet -> Ethernet, other repairsAaron 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-03-11fix more comma splices that involve misuse of conjunctive adverbsPaul Janzen
1998-12-16more .Nm fixesAaron Campbell
1998-11-23pass length for OpenFile(), bug in previous oflow detection; found by formTheo de Raadt
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).David Leonard
All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO
1998-09-10overzealous cut-and-paste by me a week agoTheo de Raadt
1998-09-06More man page fixes. Spelling, grammar, some typos. Lots of double-wordAaron Campbell
occurrences squashed as well.
1998-09-03buf overlookTheo de Raadt
1998-08-31more paranoiaTheo de Raadt
1998-08-30buckets of scanf overflowsTheo de Raadt
1998-08-16fix realloc memory leaksTodd C. Miller
1998-08-14bootfile, PidFile, NamedXfer should be absolute paths in the chroot'd case; ↵Todd C. Miller
niklas@openbsd.org
1998-07-24Man pages Xrefs.Marc Espie
1998-07-07make 'ndc start' use the values of named_flags, named_user, and named_chroot ↵Todd C. Miller
from /etc/rc.conf; based on a patch from ibo@ragnarok.val-axs.net
1998-06-25Kill SORT_RESPONSE. Die! Die! Die!Jason Downs
1998-06-23Fix snprintf return value usage.Todd C. Miller
1998-06-20Handle case where rc.conf exists but has no named_chroot.Jason Downs
1998-06-15use Bx macro for BSD versionsMichael Shalayeff
1998-06-03snarf named_chroot out of rc.conf instead of using hard-coded chroot dirTodd C. Miller
1998-06-02don't define _PATH_TMPDIR as nothing uses it anymoreTodd C. Miller
1998-05-31fix pathsTodd C. Miller
1998-05-31update pathsTodd C. Miller
1998-05-24add missing #endif, magnus stahre <ms@xy.org>Todd C. Miller
1998-05-23make default location of named.boot and named-xfer /var/namedTodd C. Miller
1998-05-23support for easy chroot'ing to /var/named and install named-xfer in ↵Todd C. Miller
/var/named as a static binary
1998-05-23make 'ndc status' work for non-rootTodd C. Miller
1998-05-22stash argv in pid file like sendmail does so we can restart w/ args. also ↵Todd C. Miller
make ndc work even if ps does not.
1998-05-22bind 4.9.7 + -u, -g, and -t from bind 8.1.2Todd C. Miller
1998-05-22somehow this got lost from the last commitTodd C. Miller
1998-05-22bog.ps is generatedTodd C. Miller
1998-05-22updated bind docsTodd C. Miller
1998-05-22updated bind docsTodd C. Miller
1998-05-22updated bind docsTodd C. Miller
1998-05-22docs for named 4.9.5-4.9.7Todd C. Miller
1998-05-22install doc/bogTodd C. Miller
1998-05-22bind 4.9.6, 4.9.7 comming soon.Todd C. Miller
1998-05-21update to bind 4.9.6 version, will update to 4.9.7 soonTodd C. Miller
1998-04-25main returns int, not voidDavid Leonard