Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Back out previous commit: it doesn't help anything since write_file(), | dd | 2001-06-28 | 1 | -2/+2 |
| | | | | | | | | which is also called from handle_hup(), uses stdio(3). Furthermore, this means that calling exit(3) (via quit()) there is required to flush the buffer write_file() was working on. Submitted by: bde | ||||
* | Don't call exit(3) from a signal handler. | dd | 2001-06-24 | 1 | -2/+2 |
| | | | | Obtained from: OpenBSD | ||||
* | Correct a spelling nit (a -> an). | dd | 2001-06-04 | 1 | -1/+1 |
| | |||||
* | Use PATH_MAX rather than MAXPATHLEN. Also fix a possible off by one | imp | 2001-05-29 | 3 | -16/+11 |
| | | | | | | | error caused by the -1 being on the wrong side of the comparison. This would not cause an overflow, as near as I can tell, because we truncate later anyway. We'd just fail to get a diagnostic for 1024 and 1025 byte file names. | ||||
* | Remove a comment which seemed to confuse makewhatis: | ben | 2001-03-29 | 1 | -1/+0 |
| | | | | | | | | ben@freefall:~$ whatis ed ed(1), -(1) - ed, red text editor PR: 25164 Submitted by: Rich Morin <rdm@cfcl.com> | ||||
* | Switch from using rand() or random() to a stronger, more appropriate PRNG | kris | 2001-03-05 | 1 | -8/+1 |
| | | | | | | (random() or arc4random()) Reviewed by: bde | ||||
* | Eliminate mdocNG warnings caused by misplaced or extraneous macro calls. | ru | 2001-02-28 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -3/+4 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-18 | 1 | -1/+1 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-15 | 1 | -14/+11 |
| | |||||
* | Constify | kris | 2000-11-27 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -3/+3 |
| | |||||
* | Properly declare the multiple-columns list. | ru | 2000-11-06 | 1 | -1/+1 |
| | |||||
* | Finish conversion from man(7) to mdoc(7). | ru | 2000-11-06 | 1 | -9/+13 |
| | |||||
* | Include sys/types.h | brian | 2000-10-16 | 2 | -0/+4 |
| | |||||
* | Locale support was added by ache long ago. | sheldonh | 2000-07-17 | 1 | -4/+2 |
| | |||||
* | Supply only one author name per instance of %A, as per mdoc.samples(7). | sheldonh | 2000-05-10 | 1 | -1/+2 |
| | | | | | PR: 18465 Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> | ||||
* | Fixes a potential buffer overflow with 'ed [MAXPATHLEN + 1 characters]'. | joe | 2000-04-30 | 1 | -3/+5 |
| | | | | | Submitted by: Mike Heffner <spock@techfour.net> Submitted on: audit@freebsd.org | ||||
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -4/+8 |
| | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. | ||||
* | Change DISTRIBUTION name to match reality. | markm | 2000-02-29 | 1 | -1/+1 |
| | |||||
* | Add `.Nm red' to NAME section. | phantom | 2000-01-10 | 1 | -1/+2 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-27 | 17 | -17/+17 |
| | |||||
* | Various spelling/formatting changes. | kris | 1999-05-08 | 3 | -6/+6 |
| | | | | Submitted by: Philippe Charnier <charnier@xp11.frmug.org> | ||||
* | Silence some warnings when building on the alpha. | dfr | 1998-08-07 | 3 | -6/+6 |
| | |||||
* | Fix use of -man macro, correct description of the behaviour of the `+n' | jkoshy | 1998-07-21 | 1 | -8/+3 |
| | | | | | | command to match whats there in the source. PR: 7328 | ||||
* | Convert to mdoc. | charnier | 1998-05-13 | 1 | -544/+441 |
| | |||||
* | Fixed existence test for secure sources (don't test for secure objects). | bde | 1998-03-06 | 1 | -4/+4 |
| | | | | Fixed some formatting. | ||||
* | Ensure stdout is line buffered. | helbig | 1997-12-31 | 2 | -3/+7 |
| | | | | Change "pat" -> "re" in man page. | ||||
* | Remove simultaneous include of <sys/param.h> and <sys/types.h>. | eivind | 1997-12-10 | 1 | -2/+1 |
| | | | | | Reorder includes to be alphabetical some places since I already was in here. | ||||
* | Un-clobber mktemp->mkstemp patch. | eivind | 1997-10-09 | 1 | -3/+2 |
| | |||||
* | make signal handlers errno safe | eivind | 1997-10-08 | 1 | -3/+8 |
| | | | | Obtained from: OpenBSD (file rev 1.11) - Theo de Raadt <deraadt@openbsd.org> | ||||
* | mktemp -> mkstemp | eivind | 1997-10-08 | 1 | -2/+3 |
| | | | | Obtained from: OpenBSD (file rev 1.4 by Theo de Raadt <deraadt@openbsd.org>) | ||||
* | fix misspelling | jmg | 1997-08-30 | 1 | -2/+2 |
| | | | | | | Submitted-by: Josh Gilliam Closes PR:4427 | ||||
* | sccsid -> rcsid and fix some minor nits. | steve | 1997-08-07 | 8 | -21/+46 |
| | |||||
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-28 | 1 | -2/+2 |
| | | | | posix standard on the topic. | ||||
* | Use mkstemp rather than mktemp to prevent races. | imp | 1997-03-24 | 1 | -4/+8 |
| | | | | Obtained from: OpenBSD | ||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 17 | -17/+17 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 17 | -17/+17 |
| | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. | ||||
* | -Wall cleaning. | steve | 1996-12-14 | 8 | -17/+22 |
| | |||||
* | delete doubled words, e.g.: "the the" -> "the" | wosch | 1996-10-05 | 1 | -2/+2 |
| | |||||
* | add forgotten $Id$ | wosch | 1996-09-22 | 3 | -0/+6 |
| | |||||
* | [HISTORY] command appeared in Version 1 AT&T UNIX | wosch | 1996-08-29 | 1 | -1/+6 |
| | | | | Obtained from: A Quarter Century of UNIX, Peter H. Salus, page 41 | ||||
* | Localize it | ache | 1996-08-11 | 2 | -12/+14 |
| | | | | 8bit cleanup | ||||
* | Bring in my changes for removing the pestilent obj links (unless you | jkh | 1996-06-24 | 1 | -2/+2 |
| | | | | | really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current. | ||||
* | Output line count to stdout. Complies to POSIX.2. | tg | 1996-05-23 | 1 | -3/+3 |
| | | | | Reviewed by: joerg | ||||
* | This commit was generated by cvs2svn to compensate for changes in r13122, | peter | 1995-12-30 | 2 | -0/+0 |
| | | | | which included commits to RCS files with non-trunk default branches. | ||||
* | Wrong library was picked by ed | ache | 1995-10-22 | 1 | -3/+3 |
| | |||||
* | Correctly build the secure ed(1) only if secure/ exists. | markm | 1995-10-03 | 1 | -2/+2 |
| | | | | Pointed out by: bde | ||||
* | Use the same make technique as passwd and xntpd for the secure ed(1). This | markm | 1995-10-01 | 1 | -2/+9 |
| | | | | | will allow the secure/bin/ed directory to be cleaned out and the bin/Makefile to be cleaned up. | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 5 | -26/+26 |
| | | | | Reviewed by: phk |