Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-05-15 | cleanup warnings. | Artur Grabowski | |
1998-05-15 | check mallocs | Artur Grabowski | |
1998-05-13 | less "-d" descriptions swapped; mouse@Rodents.Montreal.QC.CA | Theo de Raadt | |
1998-05-13 | generate int errorcodes instead of long to match the new libcom_err | Artur Grabowski | |
This should solve the problems with having kerberos servers on alphas. | |||
1998-05-13 | oops | Theo de Raadt | |
1998-05-13 | try other h_addr_list addresses when connecting, and handle EINTR | Theo de Raadt | |
1998-05-13 | handle EINTR | Theo de Raadt | |
1998-05-13 | fix .Sh ENVIRONMENT | Theo de Raadt | |
1998-05-13 | make signal handlers save/restore errno | Theo de Raadt | |
1998-05-13 | catch more commands that require a shell | Theo de Raadt | |
1998-05-12 | emulate umask inside make, so that the value gets propogated; also ensure | Theo 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-11 | Build nm ok for cross-envs | Niklas Hallqvist | |
1998-05-11 | work on files linked with -Z too | Niklas Hallqvist | |
1998-05-11 | if { if ... else } else | Theo de Raadt | |
1998-05-11 | Support building for cross purposes | Niklas Hallqvist | |
1998-05-11 | fix scrolling and 'z' command; matt debergalis <deberg@mit.edu> | Todd C. Miller | |
1998-05-11 | set max field width of %s correctly | Theo de Raadt | |
1998-05-07 | fix err() use | Theo de Raadt | |
1998-05-04 | Never 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-02 | allow relative values via +/- prefixes | Todd C. Miller | |
1998-05-02 | fix 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-02 | use stdlib.h for malloc(); uninitialized structure member defaults to NULL now | Michael Shalayeff | |
1998-04-30 | From NetBSD: Lennart Augustsson | Niels Provos | |
environment variable for default audioctl device | |||
1998-04-30 | From NetBSD: Lennart Augustsson: | Niels Provos | |
environment variable for default mixer device | |||
1998-04-30 | make y command 8 bit clean; Elmar.Bartel@informatik.tu-muenchen.de | Theo de Raadt | |
1998-04-28 | NetBSD-based -Wall cleanup | Paul Janzen | |
1998-04-28 | use Xr more often | Theo de Raadt | |
1998-04-27 | Historically, talk pays no attention to hostnames, so if you've typed | Paul 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-27 | s/cat/cal/ | Michael Shalayeff | |
1998-04-27 | Correctly operate on hardlink when source and destination are not on the | Theo de Raadt | |
same device; freebsd | |||
1998-04-26 | fix some warnings | Todd C. Miller | |
1998-04-26 | $OpenBSD$ | Niels Provos | |
1998-04-26 | We don't do .Nm "" | Todd C. Miller | |
1998-04-26 | add audioctl + mixerctl | Niels Provos | |
1998-04-26 | mixerctl from NetBSD, mostly by Lennart Augustsson <augustss@cs.chalmers.se> | Niels Provos | |
1998-04-26 | audioctl from NetBSD, mostly by Lennart Augustsson <augustss@cs.chalmers.se> | Niels Provos | |
1998-04-26 | fix free before last use; charnier | Theo de Raadt | |
1998-04-26 | recommended fix from tri@iki.fi... | Theo de Raadt | |
1998-04-26 | indent | Theo de Raadt | |
1998-04-26 | catch "rwho foo" as illegal; ru@ucb.crimea.ua | Theo de Raadt | |
1998-04-25 | We no longer need head.c from ucbMail | Todd C. Miller | |
1998-04-25 | getopt(3) returns -1 on end of args, not EOF. | Todd C. Miller | |
1998-04-25 | fmt(1) rewrite by Gareth McCaughan. | Todd C. Miller | |
1998-04-25 | -M is for core | janjaap | |
1998-04-25 | remove const, so it works on !ansi compiler | Michael Shalayeff | |
1998-04-25 | -Wall | Todd C. Miller | |
1998-04-25 | be more verbose on errors. | Michael Shalayeff | |
one typo in fchown error msg | |||
1998-04-25 | fix relative tags in vi; Frank Mayhar <frank@exit.com> | Todd C. Miller | |
1998-04-25 | Add "dev" command to switch to a new device. Handy for cd changers | Todd C. Miller | |
that show up as multiple luns. | |||
1998-04-25 | fix 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). |