Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-12-01 | no need for strtok_r; binkert@vssad.hlo.dec.com | Theo de Raadt | |
1999-09-23 | Typo fixes. | Alex Feldman | |
1999-08-20 | the default expiration date for new databases (Jan 1 04:59:59 2000) was not | Artur Grabowski | |
optimal. The final (and safe) solution will come with kth-krb 0.10 | |||
1999-07-09 | - remove all trailing whitespace | Aaron 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-07 | The 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-07-04 | repairs | Aaron Campbell | |
1999-07-04 | new -mdoc man pages; kwesterback@home.com | Aaron Campbell | |
1999-06-22 | We use new db.. From: kwesterback@home.com | Artur Grabowski | |
1999-05-24 | modify CFLAGS, not COPTS; wd@ics.nara-wu.ac.jp | Todd C. Miller | |
1999-05-23 | getopt(3) returns -1, not EOF | Aaron Campbell | |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1999-05-16 | Cleanup 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-12 | grammar police: do not hyphenate compound words that act as adjectives if the | Aaron Campbell | |
first word ends in -ly i.e., fully-qualified, newly-created, globally-visible, etc. are wrong | |||
1999-05-07 | typo | Theo de Raadt | |
1999-03-19 | (k_hasafs): Only ENOSYS means failure. Everything else is success. | Artur Grabowski | |
1999-03-09 | Some style issues, make stuff neded before depend be built by beforedepend. | Niklas Hallqvist | |
Also make them prereq in the case of make includes | |||
1999-03-04 | DUH! k_hasafs returns 0 if pioctl fails. | Artur Grabowski | |
1999-03-03 | If ret_size !=0 on return, a seg fault could ensue in some of the clients. | Constantine Sapuntzakis | |
1999-02-28 | Don't break when TheseCells or ThisCell contains empty lines | Artur Grabowski | |
1999-02-27 | man page names are not paths | Theo de Raadt | |
1999-02-15 | use an empty VIOCSETTOK instead of the probe call | Artur Grabowski | |
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell | |
1998-11-28 | install prot.h | Artur Grabowski | |
1998-11-28 | some external programs like to include prot.h, install it | Artur Grabowski | |
1998-10-28 | be nicer to buffers | Artur Grabowski | |
1998-09-23 | detect xfs when it's there | Artur Grabowski | |
1998-09-19 | libkafs requires libkrb, change the library order to reflect this. | Dale S. Rahn | |
1998-09-18 | gc afssysdefs.h, we have xfspioctl instead | Artur Grabowski | |
1998-09-18 | use xfspioctl (nicer, cleaner, better) | Artur Grabowski | |
1998-09-18 | get all the relevant defines from xfs/xfs_pioctl.h instead | Artur Grabowski | |
1998-09-18 | gc com_err.h | Artur Grabowski | |
1998-09-15 | configuration for Arla/AFS has "moved" | Artur Grabowski | |
1998-09-15 | XXX - temporary fix so that libkafs works before XFS is built in all kernels | Artur Grabowski | |
1998-09-08 | new vioctls, fprio stuff, etc. | Artur Grabowski | |
1998-09-07 | Optionally use make SUDO=sudo build to build as non-root | Niklas Hallqvist | |
1998-08-29 | man page repairs; aaron@ug.cs.dal.ca | Theo de Raadt | |
1998-08-16 | realloc misuse | Artur Grabowski | |
1998-08-16 | realloc correctly | Artur Grabowski | |
1998-08-16 | realloc fixes | Artur Grabowski | |
1998-08-12 | explicit braces to avoid ambigious else | Artur Grabowski | |
1998-08-12 | kauth from kth-krb 0.9.9. Fixes the problem with return values from executed ↵ | Artur Grabowski | |
programs. | |||
1998-08-12 | even more strange functions from libroken in kth-krb 0.9.9 | Artur Grabowski | |
1998-08-12 | libkafs from kth-krb 0.9.9 with ability to use AFSDB records | Artur Grabowski | |
1998-08-12 | resolver from libroken in kth-krb 0.9.9 | Artur Grabowski | |
1998-08-12 | kdestroy from kth-krb 0.9.9 + an improved version of getarg | Artur Grabowski | |
1998-08-12 | more special functions from libroken in kth-krb 0.9.9 | Artur Grabowski | |
1998-08-12 | from kth-krb 0.9.9 (nothing new, just reducing the size of my diffs) | Artur Grabowski | |
1998-08-03 | no toehold; emory@hellyeah.com | Theo de Raadt | |
1998-07-13 | use sizeof() instead of MAXHOSTNAMELEN in gethostname | Artur Grabowski | |
1998-07-13 | bigger buffer for gethostname | Artur Grabowski | |