Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes for gcc 4.x. | roberto | 2005-08-25 | 1 | -15/+11 |
| | | | | | PR: bin/84995 Submitted by: Divacky Roman <xdivac02@stud.fit.vutbr.cz> | ||||
* | Expand *n't contractions. | ru | 2005-02-13 | 1 | -1/+1 |
| | |||||
* | Sort sections. | ru | 2005-01-18 | 1 | -2/+2 |
| | |||||
* | Remove local malloc prototypes, which are incorrect and conflict with | kan | 2004-07-28 | 4 | -7/+0 |
| | | | | both GCC builtin and system declared ones. | ||||
* | Deal with double whitespace. | ru | 2004-07-03 | 1 | -31/+31 |
| | |||||
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -111/+230 |
| | |||||
* | Add FBSDID. Use %ld to printf(3) a long (even if the number is small). | charnier | 2004-04-04 | 1 | -3/+6 |
| | |||||
* | Fix a `cast to pointer from integer of different size' warning. | marcel | 2003-09-17 | 1 | -1/+1 |
| | | | | | | | usage() has been made a (non-void) function so that it can be used in a pointer expression (see macro `next'). Widen the implied integer return type of usage() so that we can cast to a pointer without warnings. | ||||
* | Remove the only varargs.h consumer in the tree. Use stdarg.h instead. | kan | 2003-04-15 | 1 | -7/+4 |
| | |||||
* | The ... utility | charnier | 2003-03-24 | 1 | -2/+3 |
| | |||||
* | Use POSIX macros for wait(2)-style status information instead of the | mike | 2002-06-03 | 1 | -3/+2 |
| | | | | | deprecated 4.2/4.3BSD wait union. Fix some nearby pid_t/int confusion. | ||||
* | Use `The .Nm utility' | charnier | 2002-04-20 | 1 | -6/+9 |
| | |||||
* | Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3. | markm | 2002-02-08 | 1 | -1/+0 |
| | |||||
* | Fixed bitrot in DPADD in rev.1.8. | bde | 2001-12-29 | 1 | -1/+1 |
| | |||||
* | Temporarily "protect" this against the coming WARNS=2 default as it | markm | 2001-12-11 | 1 | -0/+1 |
| | | | | | is "hard to fix" (meaning I will come back to fix it if nobody gets there first). | ||||
* | use openpty() instead of rolling a custom function (which didn't support | billf | 2001-09-28 | 2 | -30/+18 |
| | | | | the full range of ptys anyways) | ||||
* | mdoc(7) police: | ru | 2001-08-07 | 1 | -4/+4 |
| | | | | | | | Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block. | ||||
* | Removed garbage "CFLAGS+= -I.". This finishes backing out rev.1.4. | bde | 2001-07-30 | 1 | -3/+0 |
| | |||||
* | Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The | sheldonh | 2001-07-26 | 2 | -2/+4 |
| | | | | | | | definitions are more readable, and it's possible that they're more portable to pathalogical platforms. Submitted by: David Hill <david@phobia.ms> | ||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -27/+27 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | Fix the rcsid's. | obrien | 2001-05-17 | 84 | -84/+168 |
| | |||||
* | Include a missing header, and change a mktemp(3), mkdir(2) sequence to | eric | 2001-03-29 | 2 | -2/+2 |
| | | | | | | mkdtemp(3). Approved by: murray | ||||
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -1/+0 |
| | |||||
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -1/+1 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-19 | 1 | -2/+3 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -20/+20 |
| | |||||
* | string.h has been repo copied to mystring.h | obrien | 2000-10-30 | 2 | -72/+0 |
| | |||||
* | While I'm here and got caught by it, add FreeBSD IDs so the next guy | obrien | 2000-10-26 | 84 | -6/+84 |
| | | | | won't have trouble committing his bits. | ||||
* | Having a local `string.h' is just asking for trouble. As is having a | obrien | 2000-10-26 | 13 | -24/+46 |
| | | | | | `struct string'. Rename the struct and effectively rename the header to `mystring.h' | ||||
* | Use the pathnames from pathnames.h rather than hardcoding them here. | obrien | 2000-10-26 | 2 | -2/+5 |
| | | | | Add RCSIDs. | ||||
* | Include sys/types.h | brian | 2000-10-16 | 1 | -0/+3 |
| | |||||
* | #include <errno.h> where needed. Kill extern int errno;. | imp | 2000-04-14 | 3 | -4/+9 |
| | | | | Minor warnings in tip corrected. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde | ||||
* | Fix the style of my previous commit. | joerg | 1999-03-03 | 1 | -1/+1 |
| | | | | Submitted by: The Style Police[tm] | ||||
* | Increase the vector that's used to look for free pty's. We go through | joerg | 1999-03-03 | 1 | -1/+1 |
| | | | | | /dev/ttypv right now, but window(1) was only looking up to ttypf, causing an `Out of pseudo-terminals' when i just tried on freefall. | ||||
* | Make window(1) actually work again. It has been broken for quite some | joerg | 1999-03-02 | 2 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | time now. For whatever reason, the kernel seems to have generated SIGIOs previously without an initial fcntl(...,F_SETOWN), but does no longer. This caused window(1) to wait indefinitely for input. Also, undo rev 1.3 of wwspawn.c, it was not well-thought, and apparently not even tested at all. The blindly (even in a nonsensical place like the comment on top of the function) applied replacement of vfork() by fork() totally ignored that window(1) *does* abuse the feature of vfork() where a modification of the parent's address space is possible (in this case, to notify the parent of an erred exec*). Also, with vfork(), it is guaranteed that the parent is only woken up after the exec*() happened, where the replacement by fork() made the parent to almost always become runnable again before the child, in which case the parent simply told `subprocess died'. Unfortunately, working around _this_ seems to be a lot more of redesign work compared to little gained value, so i think relying on the specifics of vfork() is the simpler way. Submitted by: Philipp Mergenthaler <un1i@rz.uni-karlsruhe.de> | ||||
* | One vfork() changed to fork(); one execl() changed to execv(). The | des | 1998-10-13 | 2 | -4/+8 |
| | | | | | latter isn't actually called as far as I can see since FreeBSD uses termcap and not terminfo. | ||||
* | Use <signal.h> instead of <sys/signal.h>. | dfr | 1998-08-05 | 5 | -5/+5 |
| | |||||
* | Define '\t' as a printable character, so it can be displayed on the | joerg | 1998-04-20 | 1 | -1/+1 |
| | | | | | screen. isprint(3) doesn't do this, but isprt() apparently expected this to be the case. | ||||
* | Change a (defaulted) int arg to a long so that a cast from a pointer | jb | 1998-02-20 | 2 | -3/+5 |
| | | | | | doesn't throw anything away. I don't want to re-code the app, just port it! | ||||
* | Add #include <string.h> to get prototypes. Note that this program | jb | 1998-02-20 | 3 | -3/+6 |
| | | | | also has a local "string.h" which is included too. | ||||
* | Add #include <string.h> to get prototypes. | jb | 1998-02-20 | 2 | -0/+2 |
| | |||||
* | Add #include <stdlib.h> to get prototypes. | jb | 1998-02-20 | 3 | -0/+3 |
| | |||||
* | Wait for job to finish and exit if exec fails. | imp | 1998-01-07 | 1 | -1/+2 |
| | | | | Obtained from: OpenBSD (Theo de Raadt) | ||||
* | Make window(1) honor the LC_CTYPE setting. | joerg | 1997-11-05 | 2 | -4/+31 |
| | | | | | | While i was at it, don't export \E[OA style cursor key strings into the TERMCAP variable since window's emulation doesn't support it. Instead, convert to \E[[A etc. | ||||
* | Cosmetic in usage string. | charnier | 1997-08-26 | 1 | -1/+1 |
| | |||||
* | Correct some man page cross references and file location references. | mpp | 1996-04-07 | 1 | -6/+6 |
| | |||||
* | Correct some manual page cross reference errors. E.g. su is a section | mpp | 1996-02-02 | 1 | -1/+1 |
| | | | | | one man page, not section eight. This is the first round of such changes and only fixes man pages in manual section one. |