Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1999-05-02 | grammar; kwesterback@home.com | Aaron Campbell | |
1999-04-30 | Grammar'n'formatting | Paul Janzen | |
1999-04-30 | add support for pipes since sparc uses new pipe code by default now | Artur Grabowski | |
1999-04-29 | don't step on the tail if there is no one, or core dumps; millert - yes | Michael Shalayeff | |
1999-04-26 | s/STDIN_FILENO/STDOUT_FILENO/ to match top distribution code, rohee@essi.fr. | Jason Downs | |
1999-04-25 | Fixed bug involving offsets from yearly "special events" (i.e Easter). | Paul Janzen | |
1999-04-25 | Make ttystat() work correctly with strings that are not NUL-terminated. | Todd C. Miller | |
If ut_line begins with "ftp" copy the pid into a temp buffer before the strol() since ut_line may not be NUL-terminated. | |||
1999-04-20 | 'unsuccessful' has 2 'c's. | Paul Janzen | |
1999-04-20 | Don't call sendmail with "-f root" since sendmail isn't run by a "trusted | Paul Janzen | |
user". Removes the X-Authentication-Warning. From FreeBSD. | |||
1999-04-20 | April 16, 1999 version of the "one true awk"--64-bit fixes and more. | Todd C. Miller | |
1999-04-20 | Xr fingerd(8) | Aaron Campbell | |
1999-04-18 | Add yyfix, from 4.4BSD | Todd C. Miller | |
1999-04-18 | no more mkfifo | Todd C. Miller | |
1999-04-18 | mkfifo has been merged into mknod | Todd C. Miller | |
1999-04-18 | March 5, 1999 version of the "one true awk" | Todd C. Miller | |
1999-04-11 | Introduce net.inet.{ah,esp}.enable sysctl controls that are off by default. | Niklas Hallqvist | |
If you are going to use either of AH or ESP or both, enable these in /etc/sysctl.conf. Also correct the IPSec debugging sysctl code, it is now named net.inet.ip.encdebug. Some corrected function signatures too. | |||
1999-04-09 | The userland parts of a sysctl that can switch on/off IP-in-IP (protocol 4) | Niklas Hallqvist | |
1999-04-02 | all .Nm macros should have an argument in SYNOPSIS; also misc cleanup | Aaron Campbell | |
1999-03-30 | Finish repair of license file (old one still included here; now refer | Ian Darwin | |
to new one), and update my email and the current FTP addresses. | |||
1999-03-27 | add SADB_X_BINDSA to pfkey allowing incoming SAs to refer to an outgoing | Niels Provos | |
SA to be used, use this SA in ip_output if available. allow mobile road warriors for bind SAs with wildcard dst and src addresses. check IPSEC AUTH and ESP level when receiving packets, drop them if protection is insufficient. add stats to show dropped packets because of insufficient IPSEC protection. -- phew. this was all done in canada. dugsong and linh provided the ride and company. | |||
1999-03-24 | Fix PR#788 (tickel@expert.cc.purdue.edu) | Angelos D. Keromytis | |
1999-03-23 | Don't bother calling nl() in init_display, just do the '\r' -> '\n' conversion | Todd C. Miller | |
ourselves in display(). Since we don't use the curses input routines we have to do the conversion by hand. This is cheap because input processing is done on a per-character basis. Closes PR 783. | |||
1999-03-23 | Use cbreak(), not crmode() since crmode is just #define'd to cbreak | Todd C. Miller | |
anyway. Add a call to nl() after the cbreak(). This would fix PR #783 except that ncurses does not set ICRNL/ONLCR in nl() like I think it should. PR #783 will be fixed once that issue is resolved so consider this part one of two... | |||
1999-03-22 | pronoun agreement | Paul Janzen | |
1999-03-22 | back out local change that should not have escaped | Todd C. Miller | |
1999-03-21 | PR 778: Handle 2-digit year values post-Y2K. Improvements to PR 778 | Alex Feldman | |
provided by pjanzen. | |||
1999-03-20 | New improved -h support. In this version ypwhich -m even works on machines | Mats O Jansson | |
that isn't ypserver. Reported by Jeff Schneiter <jschneit@Adobe.COM>. -moj | |||
1999-03-19 | remove -h feature until the code works on clients | Theo de Raadt | |
1999-03-18 | typo; nash@mcs.net | Aaron Campbell | |
1999-03-17 | Add -W option so -type W gets a chance to work. | Marc Espie | |
1999-03-17 | Document known problem and work-around, until I manage to get it fixed. | Marc Espie | |
1999-03-16 | ncurses-4.2-990316 | Todd C. Miller | |
1999-03-15 | ncurses-4.2-990314 | Todd C. Miller | |
1999-03-15 | Palm organizer file magic numbers (ksulliva@sludge.psc.edu, NetBSD) | Angelos D. Keromytis | |
1999-03-15 | print subnets containing 0 octets correctly; peter | Theo de Raadt | |
1999-03-15 | re-indent; nash@mcs.net | Theo de Raadt | |