Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-25 | typo fixes; S@mSmith.net | Theo de Raadt | |
2002-05-24 | examples subsection; s@msmith.net | Theo de Raadt | |
2002-05-16 | Xref netstart(8) instead of rc(8) now, PR #2657 | Miod Vallat | |
2002-05-09 | Remove setuid bit; non-root uses will have rsh(1) invoked on their behalf. | Todd C. Miller | |
This does mean that we cannot set IPTOS_THROUGHPUT. If this is a problem we may be able to add an option to rsh(1). | |||
2002-05-06 | Kill/adjust r(login|exec)d? references now that those are no longer in | Todd C. Miller | |
the tree. | |||
2002-05-06 | rlogin: Lived with Joy | Theo de Raadt | |
2002-05-04 | Clean up the logic in install_url(): | Kenneth R Westerback | |
a) Eliminate extraneous cat invocations that are piped to grep by simply calling grep with the file name. b) Eliminate the only use of isnumeric() by using a ksh'ism left exposed in sh: '+([0-9])'. Eliminate isnumeric(). c) Test for a http/ftp list index of '0' and treat as an out of range error rather than an IP address. d) Reorganize to make smaller and more clear. Add documentation to sh(1) for ksh patterns that are available. ok millert@, miod@ | |||
2002-04-29 | Typo; Brian Poole | Todd C. Miller | |
2002-04-29 | wierd -> weird | Peter Valchev | |
2002-04-22 | Do not hardcode mvme88k-specific compilation flags here, especially since | Miod Vallat | |
the new flags happen to be no different from those set in <sys.mk> | |||
2002-04-17 | getopt idiot | Theo de Raadt | |
2002-04-06 | Fix a typo and sync usage() with man page; Brian Poole | Todd C. Miller | |
2002-03-24 | Kill unneeded longs; fixes some minor 64 bit issues. deraadt@ OK | Todd C. Miller | |
2002-03-19 | Fix unitialized variable in non-setgid case; Gregory Steuck | Todd C. Miller | |
2002-03-14 | Fix 'cat -se'; the '$' was not being printed for blank lines. | Todd C. Miller | |
Based on a patch from Denis Afonin. | |||
2002-03-14 | kill more registers. | Mike Pechkin | |
millert@ ok | |||
2002-03-12 | o Remove local prototypes for group_from_gid() and user_from_uid() | Todd C. Miller | |
since they are prototyped in grp.h and pwd.h. o Increase size of 'buf' to 21 since we store the string representation of a u_quad_t in it (max 20 chars + the NUL). o Minor KNF wrt pointers in boolean context. From Denis Afonin | |||
2002-03-01 | this is needed too | Marc Espie | |
2002-03-01 | Kill hand-made memory allocation code, that is definitely buggy. | Marc Espie | |
Replace with simple wrapper around malloc, at least this works, and it's easier to debug anyways. | |||
2002-02-27 | Fix three off-by-one errors. ok espie@, millert@, miod@ | Daniel Hartmeier | |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2002-02-18 | change -pr to -PRp (ok mpech@, millert@) | Mark Grimes | |
Closes PR2258 | |||
2002-02-17 | Mention deprecated '-' flag (same as -s) since it is listed in the | Todd C. Miller | |
SYNOPSIS. | |||
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-17 | A couple temporary workarounds for vax toolchain bugs. | Hugh Graham | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-02-16 | Add '#' to the list of escaped characters during vi/emacs filename completion. | Todd C. Miller | |
From Matt Bing. | |||
2002-02-14 | Avoid overflow in usage percent calculation. ok deraadt@ | Thomas Nordin | |
2002-02-14 | spelling | Theo de Raadt | |
2002-02-11 | Initial patch. | Mike Pechkin | |
When you give command examples in a manual page prefix them with $ command or # command deraadt@ ok | |||
2002-02-10 | remove pre-ansi, SCCS workaround cruft; ok deraadt@ | Christian Weisgerber | |
2002-02-01 | avoid SEGV on out-of-range argument reference ("echo $020129163642"). | Jun-ichiro itojun Hagino | |
2002-01-30 | right, just check more for nulls; from Dan Harnett <danh@wzrd.com> | Michael Shalayeff | |
2002-01-30 | always check for kvm_openfiles failure; pointed out by juan@coredump.com.ar ↵ | Michael Shalayeff | |
in pr/2362 | |||
2002-01-25 | Put space back at the end of the line, it's required there. | Aaron Campbell | |
2002-01-25 | Stat source path at the top of do_move() and return an error if | Todd C. Miller | |
this fails. Previously, "mv nonexistent file_with_no_write_perms" would prompt whether or not to overwrite the file w/o write perms even though 'nonexistent' would fail to lstat() later on. | |||
2002-01-24 | as early as v3 it seems to be | Michael Shalayeff | |
2002-01-24 | fix the history refs | Michael Shalayeff | |
2002-01-24 | this both were in v4, before v6 | Michael Shalayeff | |
2002-01-24 | restore a little bit of historical material | Michael Shalayeff | |
2002-01-20 | Swap TEST_BLOCK_LEN and TEST_BLOCK_COUNT in benchmark printf. | Camiel Dobbelaar | |
ok millert@ | |||
2002-01-16 | missed some registers, kill'em! | Mike Pechkin | |
millert@ ok | |||
2002-01-16 | A better way to escape the punctuation chars in the examples. | Marco S Hyman | |
Fix other examples. Thanks to wiz@danbala.ifoer.tuwien.ac.at | |||
2002-01-16 | Use the volatile specifier to fix warnings about variables being | Todd C. Miller | |
clobbered by longjmp / vfork instead of the gcc "(void)&foo;" hack. | |||
2002-01-15 | sometimes trailing spaces are required for proper formating | Marco S Hyman | |
2002-01-02 | Grammar. deraadt@ ok | Thomas Nordin | |
2001-12-21 | Initial patch for a new mdoc issue. | Mike Pechkin | |
Powered by @mantoya: o) kill extra line in the end of file; o) kill extra space in the end of line; o) replace blank lines with .Pp; millert@ ok | |||
2001-12-19 | When writing tar and ustar archives, zero out the header before we | Todd C. Miller | |
do anything else to it. This lets us restore the strlcpy() calls and remove a buch of memset()s that were zeroing out individual fields of the header. | |||
2001-12-19 | More strlcpy() backout. Various tar programs require ustar header | Todd C. Miller | |
elements to be zero padded too. | |||
2001-12-19 | Back out a strncpy -> strlcpy conversion. When writing old style | Todd C. Miller | |
tar files we need to zero-pad the file name or many tars will get a directory checksum error trying to unpack the archive. This does not affect ustar archives (pax's default) though whether or not padding matters there still needs to be determined. |