Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-02-09 | 1 | -2/+2 |
| | |||||
* | Add the new standard EXIT STATUS section where appropriate. | ru | 2005-01-16 | 1 | -33/+33 |
| | | | | Sort standard sections in the (documented) preferred order. | ||||
* | no need to have break; after return; | charnier | 2005-01-16 | 1 | -1/+1 |
| | |||||
* | /*- or .\"- or #- to begin license clauses. | imp | 2005-01-10 | 1 | -1/+1 |
| | |||||
* | NOCRYPT -> NO_CRYPT | ru | 2004-12-21 | 1 | -1/+1 |
| | |||||
* | Join the 21st century: Cryptography is no longer an optional component | cperciva | 2004-08-06 | 1 | -1/+0 |
| | | | | | | | | | | of releases. The -DNOCRYPT build option still exists for anyone who really wants to build non-cryptographic binaries, but the "crypto" release distribution is now part of "base", and anyone installing from a release will get cryptographic binaries. Approved by: re (scottl), markm Discussed on: freebsd-current, in late April 2004 | ||||
* | Document missing multibyte character handling in utilities specified | tjr | 2004-07-03 | 1 | -1/+5 |
| | | | | by POSIX. | ||||
* | Remove clause 3 from the UCB licenses. | markm | 2004-04-06 | 1 | -4/+0 |
| | | | | OK'ed by: imp, core | ||||
* | Don't check for the existance of src/crypto/ for building items that | markm | 2003-07-24 | 1 | -1/+1 |
| | | | | | may contain crypto. The days of ITAR paranoia are over, and the simple macro tests that remain are sufficient. | ||||
* | This code isn't WARNS=6 clean in the standard (crypto) case | ru | 2003-07-20 | 1 | -0/+1 |
| | | | | | due to bugs in OpenSSL headers. I was testing in the wrong environmement: standalone build without crypto/ sources. | ||||
* | Make this code WARNS=6 clean again (after GCC 3.1.1 import). | ru | 2003-07-20 | 2 | -14/+13 |
| | | | | Submitted by: Marius Strobl <marius@alchemy.franken.de> | ||||
* | Unbreak NOCRYPT buildworld. | ru | 2003-06-29 | 1 | -1/+1 |
| | | | | Reviewed by: markm | ||||
* | Get this area compiling with the highest WARNS= that it works with. | markm | 2003-06-13 | 1 | -0/+1 |
| | | | | | | | Obsolete WFORMAT= junk also removed where possible. OK'ed by: obrien Tested on: sparc64, alpha, i386 | ||||
* | Fix for the NO_OPENSSL case. | markm | 2003-06-08 | 1 | -1/+1 |
| | | | | Reported by: Marius Strobl <marius@alchemy.franken.de> | ||||
* | Make ed compile in the NOCRYPT case. | jhay | 2003-06-03 | 1 | -0/+4 |
| | | | | Reviewed by: markm | ||||
* | Modernise. Use libcrypto for DES instead of libcipher. | markm | 2003-06-02 | 3 | -52/+51 |
| | |||||
* | Retire the useless NOSECURE knob. | des | 2003-05-19 | 1 | -1/+1 |
| | | | | Approved by: re (scottl) | ||||
* | Fix a broken reference to locale(5) and point to re_format(7) too for an | keramida | 2003-05-03 | 1 | -2/+3 |
| | | | | explanation of `collating elements'. | ||||
* | Quiet warnings about copyright[]. | obrien | 2003-05-01 | 1 | -0/+2 |
| | |||||
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -1/+1 |
| | | | | especially in troff files. | ||||
* | Replace various spellings with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 1 | -2/+2 |
| | |||||
* | Fix some easy WARNS. | markm | 2002-07-31 | 2 | -8/+8 |
| | |||||
* | mdoc(7) police: a bit of tidying. | ru | 2002-07-04 | 1 | -55/+126 |
| | |||||
* | Consistently use __FBSDID | obrien | 2002-06-30 | 8 | -33/+16 |
| | |||||
* | Add a description of the restrictions that red(1) imposes to users, | keramida | 2002-06-24 | 1 | -7/+24 |
| | | | | | | | | | | and a warning that this "restricted mode" can be bypassed easily by using symlinks, so that users don't depend too much on it. PR: docs/35940 Submitted by: Gary W. Swearingen <swear@blarg.net> Reviewed by: jmallett MFC after: 1 week | ||||
* | Bogusness may have happened using a variable assignment here before, but | jmallett | 2002-06-20 | 1 | -1/+1 |
| | | | | | | | | proper parens mean that fd is always set by open(2) [in any part of C], and so we can accurately check for it returning -1, without feeling like we need to initialise fd to -1 in its declaration. In other words, fix a stylistic/bogus nit. | ||||
* | We have a place for extern declarations of global variables in ed.h, do not | jmallett | 2002-06-20 | 2 | -3/+2 |
| | | | | use main() to do it locally. | ||||
* | Use `The .Nm utility' | charnier | 2002-04-16 | 1 | -11/+18 |
| | |||||
* | o __P has been reoved | imp | 2002-02-02 | 9 | -258/+150 |
| | | | | | | | | | | | | o Old-style K&R declarations have been converted to new C89 style o register has been removed o prototype for main() has been removed (gcc3 makes it an error) o int main(int argc, char *argv[]) is the preferred main definition. o Attempt to not break style(9) conformance for declarations more than they already are. o gc some #ifdef sun ... #endif code Approved by: arch@, new style(9) | ||||
* | -lcipher is an installable library. | ru | 2001-12-06 | 1 | -2/+2 |
| | |||||
* | Default to WARNS=2. Binary builds that cannot handle this must explicitly | obrien | 2001-12-04 | 1 | -1/+0 |
| | | | | | | set WARNS=0. Reviewed by: mike | ||||
* | File positions are off_t nowdays, not long, so: | ache | 2001-09-01 | 1 | -3/+3 |
| | | | | | | | | | | | | | fseek -> fseeko ftell -> ftello NOTE: that fseek/ftell not works for >long offsets per POSIX: [EOVERFLOW] For fseek( ), the resulting file offset would be a value which cannot be represented correctly in an object of type long. [EOVERFLOW] For ftell ( ), the current file offset cannot be represented correctly in an object of type long. | ||||
* | mdoc(7) police: join split punctuation to macro calls. | ru | 2001-08-10 | 1 | -3/+3 |
| | |||||
* | o Correctly define rcsid. | mike | 2001-08-06 | 10 | -182/+158 |
| | | | | | | | | | | | o Add consts where appropriate. o Rename some variables that were shadowing global declarations. o Remove register storage-classes. o Make errmsg a const, so we can just set error messages instead of using sprintf/strcpy. o Set WARNS=2 Reviewed by: bde, des | ||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -7/+7 |
| | |||||
* | 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 |
| |