summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
1998-05-15cleanup warnings.Artur Grabowski
1998-05-15check mallocsArtur Grabowski
1998-05-13less "-d" descriptions swapped; mouse@Rodents.Montreal.QC.CATheo de Raadt
1998-05-13generate int errorcodes instead of long to match the new libcom_errArtur Grabowski
This should solve the problems with having kerberos servers on alphas.
1998-05-13oopsTheo de Raadt
1998-05-13try other h_addr_list addresses when connecting, and handle EINTRTheo de Raadt
1998-05-13handle EINTRTheo de Raadt
1998-05-13fix .Sh ENVIRONMENTTheo de Raadt
1998-05-13make signal handlers save/restore errnoTheo de Raadt
1998-05-13catch more commands that require a shellTheo de Raadt
1998-05-12emulate umask inside make, so that the value gets propogated; also ensureTheo de Raadt
that "exit" gets passed to the shell and make does not attempt to execve() it. Other commands will probably come later..
1998-05-11Build nm ok for cross-envsNiklas Hallqvist
1998-05-11work on files linked with -Z tooNiklas Hallqvist
1998-05-11if { if ... else } elseTheo de Raadt
1998-05-11Support building for cross purposesNiklas Hallqvist
1998-05-11fix scrolling and 'z' command; matt debergalis <deberg@mit.edu>Todd C. Miller
1998-05-11set max field width of %s correctlyTheo de Raadt
1998-05-07fix err() useTheo de Raadt
1998-05-04Never remove a mail spool, as we may not have proper prics, just truncate. ↵Todd C. Miller
Also block signals in a few critical areas
1998-05-02allow relative values via +/- prefixesTodd C. Miller
1998-05-02fix yet another malloc problem.Michael Shalayeff
malloc(2) states quite clear that "malloc() allocates uninitialized space" just one malloc'ed memory is cleared by this fix. do a 'sort -u /dev/null' w/ /etc/malloc.conf -> J> to reproduce.
1998-05-02use stdlib.h for malloc(); uninitialized structure member defaults to NULL nowMichael Shalayeff
1998-04-30From NetBSD: Lennart AugustssonNiels Provos
environment variable for default audioctl device
1998-04-30From NetBSD: Lennart Augustsson:Niels Provos
environment variable for default mixer device
1998-04-30make y command 8 bit clean; Elmar.Bartel@informatik.tu-muenchen.deTheo de Raadt
1998-04-28NetBSD-based -Wall cleanupPaul Janzen
1998-04-28use Xr more oftenTheo de Raadt
1998-04-27Historically, talk pays no attention to hostnames, so if you've typedPaul Janzen
'talk aaa@b' and are waiting for a response, and user aaa@c tries to talk to you, you'll be transparently connected. Now, talk will print the hostname of the remote party if it's not the same host that you asked for.
1998-04-27s/cat/cal/Michael Shalayeff
1998-04-27Correctly operate on hardlink when source and destination are not on theTheo de Raadt
same device; freebsd
1998-04-26fix some warningsTodd C. Miller
1998-04-26$OpenBSD$Niels Provos
1998-04-26We don't do .Nm ""Todd C. Miller
1998-04-26add audioctl + mixerctlNiels Provos
1998-04-26mixerctl from NetBSD, mostly by Lennart Augustsson <augustss@cs.chalmers.se>Niels Provos
1998-04-26audioctl from NetBSD, mostly by Lennart Augustsson <augustss@cs.chalmers.se>Niels Provos
1998-04-26fix free before last use; charnierTheo de Raadt
1998-04-26recommended fix from tri@iki.fi...Theo de Raadt
1998-04-26indentTheo de Raadt
1998-04-26catch "rwho foo" as illegal; ru@ucb.crimea.uaTheo de Raadt
1998-04-25We no longer need head.c from ucbMailTodd C. Miller
1998-04-25getopt(3) returns -1 on end of args, not EOF.Todd C. Miller
1998-04-25fmt(1) rewrite by Gareth McCaughan.Todd C. Miller
1998-04-25-M is for corejanjaap
1998-04-25remove const, so it works on !ansi compilerMichael Shalayeff
1998-04-25-WallTodd C. Miller
1998-04-25be more verbose on errors.Michael Shalayeff
one typo in fchown error msg
1998-04-25fix relative tags in vi; Frank Mayhar <frank@exit.com>Todd C. Miller
1998-04-25Add "dev" command to switch to a new device. Handy for cd changersTodd C. Miller
that show up as multiple luns.
1998-04-25fix some minor nits:Todd C. Miller
o no need to flush stderr as it is not buffered o use putc to print a newline, not fprintf o set histchars to be null when we set noglob (and undo of course).