Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-16 | Make make cross-compilable. | Artur Grabowski | |
2001-09-15 | fix a pasto, fix pr 1969 | Michael Shalayeff | |
2001-09-15 | Obvious omissions. | Miod Vallat | |
2001-09-14 | command=xxx overwrites subsystems, too | Markus Friedl | |
2001-09-14 | typo | Markus Friedl | |
2001-09-13 | missing $OpenBSD: | Markus Friedl | |
2001-09-12 | don't forward agent for non third-party copies; ok markus@ | Kevin Steves | |
2001-09-11 | locale ru_SU is obsolete, replace with ru_RU | Heikki Korpela | |
mickey@ ok | |||
2001-09-11 | gcc on sparc64 needs -O0 or it barfs | Jason Wright | |
2001-09-11 | add fgen | Jason Wright | |
2001-09-10 | Now that the makefile does not create symlinks to files for archs | Dale Rahn | |
which do not build, these files are no longer necessary. | |||
2001-09-10 | Do not make symlinks to files for architectures which do not use | Dale Rahn | |
this gprof. This wasy sparc64.c does not need to be created. | |||
2001-09-10 | Don't use this gprof | Jason Wright | |
2001-09-10 | link k5 before k4 (new binutils is more picky than old ld) | Jason Wright | |
2001-09-10 | Don't build old binutils on sparc64. | Artur Grabowski | |
2001-09-10 | remove bogus #include <getopt.h> | Todd C. Miller | |
2001-09-09 | implement some more command line options for cu and use getopt(3) | Todd C. Miller | |
2001-09-09 | fix typo in function prototype | Todd C. Miller | |
2001-09-09 | Add ~v escape to print all variables and their values. | Todd C. Miller | |
In cu, the phone number argument is optional. However, *some* argument must be specified and this is not currently obvious from the man page or usage warning. | |||
2001-09-09 | feed the line after eof, make it behave like other utils we have; rees@ ok | Michael Shalayeff | |
2001-09-09 | Link cu to tip now that UUCP is a port. | Todd C. Miller | |
2001-09-08 | Update to latest version of the One True Awk. See the FIXES file | Todd C. Miller | |
for details. | |||
2001-09-07 | Repair regular expression substitution. | Marc Espie | |
Even though the code can share some common parts, there is an important difference I had missed. | |||
2001-09-07 | Sanity check length of -u argument to avoid truncation later on. | Todd C. Miller | |
2001-09-06 | Initial idea from aaron@: Last char of .Xr group in SEE ALSO section should | Mike Pechkin | |
be a single digit. Powered by mantoya@. millert@ ok. | |||
2001-09-06 | bye bye sleeper | Theo de Raadt | |
2001-09-05 | make sure that va_start() has matching va_end() | Theo de Raadt | |
2001-09-05 | oops | Jakob Schlyter | |
2001-09-05 | grammar; PR#2048 | Jakob Schlyter | |
2001-09-05 | select correctly, and on the right file descriptors too! | Theo de Raadt | |
2001-09-05 | avoid first person in manual pages | Theo de Raadt | |
2001-09-05 | select for a more accurate size; millert ok | Theo de Raadt | |
2001-09-04 | Add a const to shut up -Wall | Todd C. Miller | |
2001-09-04 | Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ↵ | Todd C. Miller | |
POSIX counterparts. | |||
2001-09-04 | Wall's -g flag has been broken since it was added. We fix it by | Todd C. Miller | |
looking up each group specified via -g and stashing the members so we can compare them against users listed in utmp later on. Inspired by a patch from Ruslan Ermilov <ru@FreeBSD.org>. | |||
2001-09-04 | Fix bogus use of snprintf return value. Since we know the max | Todd C. Miller | |
length of a username we can use that as part of the buffer size. | |||
2001-09-04 | update from Denis Afonin <dfa@solo.ee> | Michael Shalayeff | |
2001-09-03 | fatal() for nonexistent -Fssh_config. ok markus@ | Kevin Steves | |
2001-09-03 | don't print zero values on processes line | Camiel Dobbelaar | |
ok millert@ | |||
2001-09-03 | No longer any reason to care if calendar file is a pipe or not. | Paul Janzen | |
2001-09-03 | - Prevent users from hanging or killing 'calendar -a', at the cost of | Paul Janzen | |
one additional fork() per user who has a calendar file. Side effect is that root runs much less code. - Use login caps so we don't, for example, give a user more processes than he's allowed. - tmpfile() rather than mkstemp() means never leaving junk behind. - Don't let 'calendar -a' take more than a day. Reviewed by millert@ | |||
2001-09-03 | build usbhidctl | Peter Valchev | |
2001-09-03 | repair a bug in 1.23, where "telnetport" was incorrectly set. | Jun-ichiro itojun Hagino | |
From: Pekka Savola <pekkas@netcore.fi> | |||
2001-09-02 | KNF + ansi | Jakob Schlyter | |
2001-09-02 | update command summary | Jakob Schlyter | |
2001-09-02 | remove unused variable | Jakob Schlyter | |
2001-09-02 | add very basic proxy support using socks5 client code from niklas@. | Jakob Schlyter | |
ok ericj@. | |||
2001-09-02 | fix SYNPOSIS | Jakob Schlyter | |
2001-09-02 | program to manipulate USB HID devices | Peter Valchev | |
from NetBSD, reviewed by jakob | |||
2001-09-02 | Remove a duplicate line; dfa@solo.ee | Aaron Campbell | |