Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-13 | Use pid_t where appropriate. From Bruno Rohee (thanks). | Chad Loder | |
2005-01-23 | "caught" should be volatile sig_atomic_t; lukem@netbsd.org | Todd C. Miller | |
Also mark tperror handler as unsafe; dump needs a signal safety overhaul. | |||
2005-01-23 | Avoid signal race condition. If a slave gets SIGUSR2 between the | Todd C. Miller | |
"setjmp" and the "ready = 1" statements, the slave will pause forever and the whole dump hangs. Fix by hannken@netbsd.org Closes PR 4070; also tested by henning@ and marc@ | |||
2004-11-04 | very basic de-lints | Theo de Raadt | |
2003-08-25 | rename struct dinode to ufs1_dinode. clears the namespace and makes | Ted Unangst | |
way for some future work. no function changes yet. help testing otto@ and markus@ | |||
2003-07-29 | spaces | Theo de Raadt | |
2003-07-28 | rcsid should say openbsd. make 'em const while here. | Ted Unangst | |
2003-07-15 | .Ql Fl -> .Sq Fl where literal makes no sense; | Jason McIntyre | |
2003-07-07 | I never committed the fix for PR 3296, "Dump prints negative numbers for time" | Todd C. Miller | |
Here it is... | |||
2003-06-26 | ansi and protos | Theo de Raadt | |
2003-06-04 | fix some more UCB term 3 | Theo de Raadt | |
2003-06-03 | - section reorder | Jason McIntyre | |
- some mdoc fixes | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-14 | Minor format string correctness. | Chad Loder | |
OK deraadt, ian darwin | |||
2003-04-25 | string cleanup | Theo de Raadt | |
2003-04-09 | document that rewind/eject features of tape devices depend on name of | Jason McIntyre | |
tape device; reference st(4) for an explanation. diff from Olivier Cherrier; ok millert@ | |||
2003-04-08 | missing .Fl macro for -a option; | Jason McIntyre | |
2003-03-13 | lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu | Theo de Raadt | |
2003-02-01 | typos; | Jason McIntyre | |
chat(8): removed reference to uucico(8) ok deraadt@ | |||
2002-05-22 | remove crud | Theo de Raadt | |
2002-03-14 | fix a few overflows by using off_t, not 32bit longs; some parts are from ↵ | Michael Shalayeff | |
lucq.org; millert@ ok | |||
2002-02-22 | typo; jslag@prop.walkerart.org | Theo de Raadt | |
2002-02-21 | Fix signal handlers to take an int arg even though it is not used. | Todd C. Miller | |
This allows us to use real prototypes for rmtconnaborted and alarmcatch without causing a warning. | |||
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
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-11 | Initial patch. | Mike Pechkin | |
When you give command examples in a manual page prefix them with $ command or # command deraadt@ ok | |||
2001-12-13 | o) start new sentence on a new line; | Mike Pechkin | |
o) wrap long lines; o) fix bogus .Xr usage; o) we don't like blank lines; o) always close .Bl tags; o) OpenBSD -> .Ox; o) don't like .Pp before .Ss; millert@ ok; | |||
2001-11-05 | kill more registers; | Mike Pechkin | |
millert@ ok | |||
2001-10-04 | Mention that dump uses the TAPE variable. | Hakan Olsson | |
2001-06-13 | more va_start/end fixes, ok deraadt@ | Markus Friedl | |
2001-04-10 | Disable optimization on sparc; ok deraadt@ | Christian Weisgerber | |
If tape.c is compiled with -O or higher, dump runs on _some_ systems will _sometimes_ become stuck. All five dump processes (tty, master, slaves) will just sleep. This has been observed on some sun4c and sun4m systems. | |||
2001-01-19 | mark signal races i cannot fix at the moment | Theo de Raadt | |
2000-10-09 | do not coredump if can't get raw device name, e.g. /tmp on mfs; millert@ ok | Michael Shalayeff | |
2000-03-24 | Correct the HISTORY section to note that this command appeared in Version 5 | Aaron Campbell | |
of AT&T UNIX, not Version 6. Verified by strings(1)'ing a .dsk file (PDP-11 executable) containing the v5 sources, obtainable at gatekeeper.dec.com in the directory /pub/DEC/sim/software. Idea from NetBSD PR/4790. | |||
2000-03-18 | Remove hard sentence breaks, and some other cleanup along the way. | Aaron Campbell | |
2000-03-05 | Finish standardizing options list introduction. | Aaron Campbell | |
2000-01-22 | remove extra externs not needed because of unistd.h (rest of tree will be ↵ | Theo de Raadt | |
done later.. contact me if you want to help) | |||
2000-01-04 | Fix format string typo when printing estimated number of blocks; | Todd C. Miller | |
naddy@unix-ag.uni-kl.de | |||
1999-12-24 | Use correct printf formatting (dwmalone@maths.tcd.ie) | Angelos D. Keromytis | |
1999-10-17 | Use the AT&T UNIX macros. | Aaron Campbell | |
1999-07-04 | trash some old leftover macros and replace them with -mdoc macros | Aaron Campbell | |
1999-06-04 | start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@ | Aaron Campbell | |
1999-05-26 | Xr st(4); from NetBSD | Aaron Campbell | |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1999-02-28 | if we kill, do not kill again | Theo de Raadt | |
1999-02-21 | some -Wall | Todd C. Miller | |
1999-02-20 | quit() wants the \n | Theo de Raadt | |
1999-01-04 | use TCP_NODELAY; giannici@neomedia.it | Theo de Raadt | |
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell | |