Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-06-05 | buf oflow; and use inet_aton() | Theo de Raadt | |
1999-06-05 | use inet_aton() | Theo de Raadt | |
1999-06-05 | capitalize the acronym ID | Aaron Campbell | |
1999-06-05 | - remove trailing white space | Aaron Campbell | |
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/ | |||
1999-06-03 | add support for including the subject of a message being replied to | Marco S Hyman | |
in the reply; OK'd by deraadt@ | |||
1999-06-01 | s/line/record/; phil@athenaeum.jellybaby.net | Aaron Campbell | |
1999-06-01 | whoops | Aaron Campbell | |
1999-06-01 | add GROUP field to example; phil@athenaeum.jellybaby.net | Aaron Campbell | |
1999-06-01 | Fix some mips -> __mips__ stuff. | Per Fogelstrom | |
1999-05-31 | Update dependencies. | Angelos D. Keromytis | |
1999-05-31 | Add -Wall | Angelos D. Keromytis | |
1999-05-30 | correct mkstemp() failure checking | Theo de Raadt | |
1999-05-29 | compare was broken for files > 8gig | Todd C. Miller | |
1999-05-29 | MLINKS, not MLINK | Aaron Campbell | |
1999-05-27 | Single manpage for command-line tool. | Angelos D. Keromytis | |
1999-05-26 | Slight tweaks to account for the new cpp driver. | Marc Espie | |
1999-05-26 | New egcs cpp driver does always define gnu C. | Marc Espie | |
1999-05-26 | arguments to -perm option are `[-]mode', not `[-mode]'; from NetBSD | Aaron Campbell | |
1999-05-24 | set the close-on-exec flag for newly opened files | David Leonard | |
Reason: vi uses flock to help you notice when you are already editing a file. But, when using :shell or :! the fdesc for the locked file is inherited by the subprocess. This means that if you (say) do a :!xterm& and then quit vi, the fdesc is kept open by the xterm and the lock is never released. future vi's on that file will then complain. I sent this off to bostic.com a long time ago but have as yet heard nothing. | |||
1999-05-24 | show '(not a tty)' instead of '(null)' when wall is run with stderr not a ↵ | David Leonard | |
tty. (e.g. when run from cron) | |||
1999-05-24 | Dynamically allocate memory for structures whose sizes are based on the | Todd C. Miller | |
number of keys given. Closes PR #825. | |||
1999-05-24 | Use flags instead of argv[0], to avoid /usr/bin pollution. | Angelos D. Keromytis | |
1999-05-24 | Unified tool for keynote utils (one binary, 4 utils based on argv[0]) | Angelos D. Keromytis | |
1999-05-24 | Unified tool for KeyNote utils. | Angelos D. Keromytis | |
1999-05-23 | Add the 4 KeyNote utilities to the Makefile. | Angelos D. Keromytis | |
1999-05-23 | Utility for evaluating KeyNote security policies. | Angelos D. Keromytis | |
All 4 utilities added (keynote-verify, keynote-sign, keynote-sigver, keynote-keygen) will be converted to use a single command (keynote), a-la ssleay. | |||
1999-05-23 | Tool for generating crypto keys (using libcrypto), for use with KeyNote. | Angelos D. Keromytis | |
1999-05-23 | Tool for verifying the signature on KeyNote assertions. | Angelos D. Keromytis | |
1999-05-23 | keynote-sign utility (for signing KeyNote assertions) | Angelos D. Keromytis | |
1999-05-23 | make private version of getopt() return -1, not EOF | 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-22 | Update for new vmswap code. | Tobias Weingartner | |
1999-05-22 | Merge for new vmswap code largely from netbsd. | Tobias Weingartner | |
1999-05-21 | One lorder to bind them all, | Marc Espie | |
in the land of OpenBSD, where the cute daemon rules. | |||
1999-05-20 | Add -p flag, prompt for a string with echo off. | Alex Feldman | |
1999-05-19 | Use fprintf/exit in place of errx for usage display. | Alex Feldman | |
1999-05-16 | More special targets documentation. | Marc Espie | |
More odd behavior (filed as `bugs' in some cases...) | |||
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-14 | correct error msg so it considers the terminating null byte | Aaron Campbell | |
1999-05-13 | vmstat -i: Increase width of interrupt count column. | Alex Feldman | |
1999-05-13 | create /var/msgs/bounds if it does not exist and reset it to its default | Aaron Campbell | |
state so the (improved) man page does not lie; emory@hellyeah.com | |||
1999-05-12 | builtin -> built-in | Aaron Campbell | |
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-12 | efault -> default; steve@tightrope.demon.co.uk | Aaron Campbell | |
1999-05-10 | Fixes endianess problems with old a.out tools. This makes building | Marc Espie | |
some cross toolchains possible. This also changes some utilities's behavior slightly: - nm, strip, size now handle any a.out format they know about. - ranlib complains if it detects mixed archives (several object formats for different boxes). In the presence of mixed objects, you still have file, ranlib or ld to prevent you from getting too confused... | |||
1999-05-08 | ncurses-4.2-990424 | Todd C. Miller | |
1999-05-07 | repair TIOCFLUSH use; alaric@MIT.EDU | Theo de Raadt | |
1999-05-04 | Better comment explaining last change: | Todd C. Miller | |
We don't want to end a word on ':' or '!' if there is a better match later on in the string. By "better" I mean one that is followed by whitespace. This allows the user to have targets like: fie::fi:fo: fum where "fie::fi:fo" is the target. In real life this is used for perl5 library man pages where "::" separates an object from its class. Ie: "File::Spec::Unix". This behaviour is also consistent with other versions of make. | |||
1999-05-04 | Allow embedded ":" or "!" in target names | Todd C. Miller | |