summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Touch init.c after making it in case mkinit refused to touch it after notbde1994-08-211-0/+1
| | | | | changing it. mkinit's attempted smartness about timestamps is mismatched with the makefile. init.o is compiled _twice_ the first time it is made...
* Got rid of stupid warning message.dg1994-08-181-11/+1
|
* Got rid of extra space between args and (command).dg1994-08-181-1/+1
|
* The last commit was bogus...the putenv doesn't affect the parent process,dg1994-08-121-10/+3
| | | | | | so the BLOCKSIZE doesn't need to be preserved. Also initialized the flags variables, and used 1k instead of 1024 for BLOCKSIZE.
* Implemented the -k flag more properly...don't destroy the user's settingdg1994-08-121-2/+11
| | | | of the BLOCKSIZE environment variable.
* Make `ps' set-uid root so that it can read the same set of argumentswollman1994-08-111-2/+2
| | | | | | | that old `ps'es did. I'm not too thrilled about this, but I'm not enough of an FS person to hack procfs so that /proc/xxx/mem is readable by members of group `kmem'. If this is done, then `ps' can go back to being set-gid kmem.
* Gimme back my `-k' option!wollman1994-08-102-3/+12
| | | | Also document `-t' option in the usage message.
* WHOOPS! Put that back! Sorry, wrong Makefile.inc!jkh1994-08-081-0/+1
| | | | | | | | [slinks away embarassed]. It's NOSHARED again ("Gee, sorry about that honey! I could have *sworn* the safety was on!"). Reviewed by: Submitted by: jkh
* Removed NOSHARED. "It's safe now, honey."jkh1994-08-081-1/+0
| | | | | Reviewed by: Submitted by: jkh
* The handling of err.h and const.h were in a real tangle and didn'tjkh1994-08-071-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.wollman1994-08-061-0/+2
|
* Disable Kerberos for now.wollman1994-08-061-4/+4
|
* Fix makefiles for our macros.wollman1994-08-054-5/+5
|
* Converted 'vmunix' to 'kernel'.dg1994-08-051-4/+4
|
* Submitted by: phkphk1994-07-233-1/+21
| | | | | Got rid of a couple of binary files by uuencoding. 49 more to go. BTW: ed(1) seems to have an exit(2) problem, 5 tests fail.
* Need ${LDFLAGS} one more place.rgrimes1994-05-301-1/+1
|
* Need to sue ${LDFLAGS} when building local binaries so they get builtrgrimes1994-05-291-4/+4
| | | | static if ${NOSHARED}==YES. This makes it easier to bootstrap a system.
* Do not build /bin sharedrgrimes1994-05-281-0/+1
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-273-0/+310
|
* This commit was generated by cvs2svn to compensate for changes in r1556,rgrimes1994-05-26245-0/+75315
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * BSD 4.4 Lite bin Sourcesrgrimes1994-05-26245-0/+75315
|
* Fix gross spelling and typographical errors pointed out by Keith Bostic.jkh1994-04-241-2/+2
|
* Fix gross spelling and typographical errors pointed out by Keith Bostic.jkh1994-04-241-2/+2
|
* use umask 077 for buffer filealm1994-03-2311-26/+255
|
* Take -lgnuregex back out. Linking with it causes 'make install' to fail.rich1994-02-031-2/+0
|
* Fixed range address bug: 1,2, == 2,2 not 2,.alm1994-02-0122-487/+2782
| | | | | Overhauled the name space, reworked some modules and removed the obsolescent Addison-Wesley copyright.
* Document the new, less restrictive, behavior of the matching operator.jtc1993-10-041-14/+15
|
* Allow expressions like "expr 'ABC' : '^.*$' to work as is done in otherjtc1993-10-041-9/+3
| | | | expr implementations.
* Fix grammar to eliminate support for unary minus expressions -- theyjtc1993-09-141-9/+8
| | | | | weren't supported, they aren't standard, and they caused expr to dump core.
* Renamed some files that were giving SUP trouble.alm1993-08-2713-1/+46
|
* Only a single slash (/) is now necessary to repeat a search as per Theo'salm1993-08-271-5/+2
| | | | | | | | | | | request. So the command: /pattern/;/ finds the second line containing "pattern" after the current line. Caveat: The commands `st' and `sr' are now both legal and have very different meanings. This is because ed(1) extends POSIX to include the old Berkeley syntax s[rgp]*. (So should two slashes still be required in the case of the substitute command, as SunOS ed does?)
* 1003.2 requires that lexical comparisons be done in locale specific manner,jtc1993-08-171-34/+29
| | | | | | | so we have to use strcoll() instead of strcmp(). 1003.2 requires that a null string be returned if a string does not match a \( \) subexpression. Replaced fprintf/exit with calls to err and errx as appropriate.
* Nullify pattern after failed regcompalm1993-08-161-1/+2
|
* added (unsiged) cast to avoid int overflowalm1993-08-094-10/+2
| | | | removed REGEX directive
* Remove GNU regex.[ch] and use system's regex library. The library is stillconklin1993-08-021-2/+3
| | | | | GNU regex for now, but will be replaced as soon as an alternative is made availiable.
* Remove -I${.CURDIR}, as we now use system's regex.hconklin1993-08-021-1/+1
|
* Use ./foo.sh, so scripts work if . is not in $PATH.conklin1993-08-021-2/+2
|
* Use system's posix compliant regex library (GNU regex for now).conklin1993-08-021-3/+5
|
* install new manual pageconklin1993-07-211-1/+0
|
* Update to my latest expr (fixes bugs with comparison and matching operators)conklin1993-07-212-42/+138
| | | | Add man page I wrote.
* Libcrypt upgradenate1993-07-201-1/+8
|
* Consolidate mark code - no functional changes or fixes.alm1993-07-022-2/+41
|
* fixed undo within a global command (would corrupt the buffer)alm1993-06-2611-17/+76
| | | | | changed move within a global to behave as in SunOS added a couple error messages
* added POSIX regex to expralm1993-06-192-66/+46
|
*-. This commit was generated by cvs2svn to compensate for changes in r16,alm1993-06-18148-0/+2811
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| | * POSIX ed version 0.6 by Andrew Moore (alm@netcom.com).alm1993-06-182-0/+0
| |
| * POSIX ed version 0.6 by Andrew Moore (alm@netcom.com).alm1993-06-18146-0/+2811
|/
* Initial import, 0.1 + pk 0.2.4-B1rgrimes1993-06-122-0/+614
OpenPOWER on IntegriCloud