Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure we pass the length - 1 to readlink, since it adds its own | imp | 1998-06-09 | 1 | -5/+3 |
| | | | | | NUL at the end of the path. Inspired by: OpenBSD's changes in this area by theo de raadt | ||||
* | Restore include of sys/types.h and sys/param.h. | charnier | 1998-05-13 | 9 | -9/+18 |
| | |||||
* | Correct use of .Nm and other cosmetics. Add rcsid. Remove unused #inc. | charnier | 1998-05-06 | 15 | -115/+85 |
| | |||||
* | .Sh AUTHOR -> .Sh AUTHORS | charnier | 1998-03-19 | 1 | -7/+15 |
| | | | | Use .An/.Aq | ||||
* | Don't assume sigset_t and int are equivalent. | jraynard | 1998-02-28 | 7 | -31/+31 |
| | |||||
* | setpwent now has a void return type, so remove the now bogus cast. | steve | 1998-02-01 | 1 | -3/+3 |
| | |||||
* | Remove simultaneous include of <sys/param.h> and <sys/types.h>. | eivind | 1997-12-10 | 2 | -5/+3 |
| | | | | | Reorder includes to be alphabetical some places since I already was in here. | ||||
* | save errno in sigchld handler | eivind | 1997-10-07 | 1 | -1/+3 |
| | | | | Obtained from: Theo deRaadt <theo@openbsd.org> (OpenBSD rev 1.6) | ||||
* | vsprintf -> vnsprintf paranoia. | eivind | 1997-10-07 | 1 | -2/+2 |
| | | | | Obtained from: Todd Miller <millert@openbsd.org> (OpenBSD rev 1.3) | ||||
* | Don't honor $HOME if >= MAXPATHLEN | eivind | 1997-10-07 | 1 | -2/+3 |
| | | | | Obtained from: Todd Miller <millert@openbsd.org> (OpenBSD csh.c rev 1.3 and 1.4) | ||||
* | More minor nits (mostly using memove instead of memcpy). | steve | 1997-08-08 | 6 | -16/+13 |
| | |||||
* | More $@ -> ${.TARGET} that I missed earlier. | steve | 1997-08-08 | 2 | -8/+8 |
| | |||||
* | Changes include: sccsid -> rcsid, bcopy -> memcpy, don't use the | steve | 1997-08-07 | 25 | -540/+606 |
| | | | | | | register keyword, and -Wall cleaning. Obtained from: similar changes in NetBSD | ||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 38 | -38/+38 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 38 | -38/+38 |
| | | | | | | | | 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. | ||||
* | Sort cross references. | wosch | 1997-01-13 | 1 | -3/+3 |
| | |||||
* | Replace collate_range_cmp call with its code | ache | 1996-10-31 | 1 | -2/+19 |
| | |||||
* | delete doubled words, e.g.: "the the" -> "the" | wosch | 1996-10-05 | 2 | -4/+4 |
| | |||||
* | Close files up to getdtablesize() instead of up to NOFILE. | bde | 1996-09-28 | 1 | -3/+3 |
| | | | | csh was one of the 3 programs in /usr/src that (mis)used NOFILE. | ||||
* | Convert to newly added collate compare function | ache | 1996-08-12 | 1 | -36/+4 |
| | |||||
* | Use collate for alpha character ranges | ache | 1996-08-12 | 1 | -3/+37 |
| | |||||
* | Fix unsetenv of locale variable | ache | 1996-08-11 | 1 | -5/+5 |
| | |||||
* | Fix some minor formatting problems in some examples. | mpp | 1996-07-03 | 1 | -3/+3 |
| | | | | Obtained from: Partially obtained from NetBSD-bugs mailing list | ||||
* | Correct some cross references and some path names. | mpp | 1996-04-06 | 1 | -2/+2 |
| | |||||
* | Add missing reaction on LC_ALL and LC_COLLATE | ache | 1995-10-23 | 3 | -7/+14 |
| | |||||
* | Fix csh to determine event number properly, i.e. stop by ^*-% too. | ache | 1995-08-10 | 1 | -2/+2 |
| | | | | | This fix match with what manpage said and other systems csh's do. Submitted by: Bill Fenner <fenner@parc.xerox.com> | ||||
* | Move first PATH initialization after sensing for interactive, | ache | 1995-07-07 | 1 | -10/+12 |
| | | | | first relative path warning was disabled in old case | ||||
* | Do the same check for interactive shell (PATH warning) | ache | 1995-07-07 | 1 | -2/+3 |
| | | | | like in csh.c | ||||
* | Produce importpath warning only for true interactive shells, | ache | 1995-07-07 | 1 | -2/+3 |
| | | | | close PR 598 | ||||
* | Additionly print strerror(errno), when getwd() fails to start | ache | 1995-06-18 | 1 | -2/+2 |
| | | | | | in initial directory. Obtained from: idea from NetBSD | ||||
* | Fix error: | ache | 1995-06-18 | 1 | -5/+12 |
| | | | | | | which /bin/ls .//bin/ls Obtained from: NetBSD | ||||
* | When filec active, TCSANOW was used in any case instead of | ache | 1995-06-18 | 1 | -5/+5 |
| | | | | | sensing TCSADRAIN/TCSAFLUSH Obtained from: NetBSD | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 15 | -61/+61 |
| | | | | Reviewed by: phk | ||||
* | Describe -m option | ache | 1995-05-06 | 1 | -2/+11 |
| | |||||
* | You will find enclosed some changes to make gcc -Wall more happy in | joerg | 1995-03-19 | 2 | -4/+5 |
| | | | | | | | | | /usr/src/bin. Note that some patches are still needed in that directory. I (Joerg) finished most of Philippe's cleanup. /bin/sh will still need *allot* of work, however. Submitted by: charnier@lirmm.fr (Philippe Charnier) | ||||
* | 1000000 usec -> 1 sec 0 usec; fix. | jkh | 1995-02-16 | 1 | -2/+2 |
| | | | | Submitted by: "Philippe Charnier" <charnier@lirmm.fr> | ||||
* | Added $Id$ | dg | 1994-09-24 | 38 | -0/+60 |
| | |||||
* | The handling of err.h and const.h were in a real tangle and didn't | jkh | 1994-08-07 | 1 | -7/+1 |
| | | | | | | | work if you didn't explicitly depend first; this should both simplify things and make it work in all circumstances. Reviewed by: Submitted by: | ||||
* | Fix some dependency bobbles. | wollman | 1994-08-06 | 1 | -0/+2 |
| | |||||
* | Fix makefiles for our macros. | wollman | 1994-08-05 | 1 | -1/+1 |
| | |||||
* | BSD 4.4 Lite bin Sources | rgrimes | 1994-05-26 | 38 | -0/+23935 |