summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Back out ctype fix, unneded with new ctypeache1994-10-091-2/+2
|
* Skip 'cua' 3 chars like 'tty' 3 charsache1994-10-021-2/+3
|
* On second thought...back out previous commit.dg1994-10-024-9/+5
|
* Include rtprio.hdg1994-10-024-5/+9
|
* libcompat removedache1994-10-021-3/+3
|
* First level of changes for bringing in eBones (kerberos).csgr1994-09-291-5/+13
| | | | | | | | - Get rid of inverse logic (NOKERBEROS and NOEBONES) in src/makefile, and replace with MAKE_KERBEROS and MAKE_EBONES. (Far fewer contortions, and both default to off.) IF YOU WANT KERBEROS, YOU HAVE TO EXPLICITLY DEFINE ONE OF THESE. - Make Makefiles kerberos-aware.
* Actually implement this correctly.wollman1994-09-261-5/+2
|
* Added $Id$dg1994-09-24259-1/+382
|
* Remove bogus cast that was introduced in the previous commit.bde1994-09-211-1/+1
|
* Remove redundant declarations that were added in the previous commit.bde1994-09-212-6/+1
|
* Make ls ctype-awareache1994-09-211-1/+1
|
* fix ln to accept -f again. Thanks Bruce. Seems that Joe Grosch isn'tphk1994-09-201-1/+1
| | | | | quite as safe as I thought. I will have to look much closer on his patches. Damn.
* Applied patch to make -Wall and -Dlint shut up.phk1994-09-201-2/+4
| | | | | Reviewed by: phk Submitted by: Josef Grosch <joeg@gagme.wwa.com>
* The former patch to sync.c was short-lived. Bruce pointed out thatphk1994-09-201-2/+3
| | | | "Now it is has 2 portability bugs, which is a lot for 5 lines of working code"
* /home/phk/jgphk1994-09-201-2/+2
|
* Applied patch to make -Wall and -Dlint shut up.phk1994-09-205-11/+17
| | | | | Reviewed by: phk Submitted by: Josef Grosch <joeg@gagme.wwa.com>
* Add support for '-k' option to print file allocation space in 'K' instead ofpst1994-09-192-2/+11
| | | | | | | system blocks. This is semi-original code, not the same way this crufty option was handled in FreeBSD 1.x.
* Added domainname.wollman1994-09-181-3/+5
|
* A new domainname(1) command based on hostname(1), this time with a correctwollman1994-09-183-0/+146
| | | | manual page.
* With '!' being made into a keyword (yech!), case cases didn't work properly.sef1994-09-141-11/+13
| | | | | | | | | | This should fix it (passed my test cases). Originally discovered with perl's Configure (well, in FreeBSD, I don't know how the NetBSD folks discovered it). Reviewed by: sef Submitted by: jtc@cygnus.com Obtained from: NetBSD
* Make get_int() think that "" (null) has the integer value 0.csgr1994-09-111-0/+5
| | | | | | (Which is the same behaviour as in 1.x) The install blows up without this. Reviewed by: rgrimes
* - handle signs on integers properly,csgr1994-09-114-2/+28
| | | | | | | | | | - make sure error messages for bad integers are moderately sensible - handle test ! "abc" -o "abc" (This should evaluate to true) (and similar cases) ie: and/or operator test added to POSIX special case processing. - more test cases added. Based on: Work done on 1.x's test(1) by Andrew Moore and Adam David.
* [ From Dave Tweten ]jkh1994-09-081-2/+4
| | | | | | | | | | | | | | | | | POSIX.2 looks pretty unequivocal to me, and it agrees with you. Under the explanation of the "-p" option, it says, "Each dir operand that names an existing directory shall be ignored without error." Under the explanation of exit status zero, it says, "All the specified directories were created successfully, or the-p option was specified and all the specified directories now exist." Seems to me POSIX requires exactly the behavior you want. [ And I've made the change, which is also now compatible with 1.x - jkh ] Reviewed by: jkh Submitted by: jkh/tweten
* Explicitly include <sys/types.h> before including <regex.h>. This isbde1994-09-051-0/+1
| | | | | apparently required by POSIX. It will be required in practice when the bogus inclusion of <sys/types.h> is removed from <stdio.h>.
* Added rtprio option/field.dg1994-09-012-0/+4
| | | | Submitted by: Henrik Vestergaard Draboel
* Add dependencies on libraries to DPADD. Someday this should be donebde1994-08-281-0/+1
| | | | | | automagically. -lfoo has to be right to work, but ${LIBFO0} is too easy to forget or misspell; nothing checks it and it should be different for shared libraries.
* Reviewed by:ats1994-08-281-2/+2
| | | | | | | | Submitted by: Added the FTS_NOCHDIR flag to the fts-open call. This is needed, so that the fts don't change the current directory for rm and subsequent calls to rmdir with relative pathnames don't fail. Pulled over the bugfix in 1.1.5.
* Reviewed by:ats1994-08-281-1/+1
| | | | | Submitted by: Oops, overlooked another typo in this man page.
* Reviewed by:ats1994-08-281-2/+2
| | | | | Submitted by: Correct two typos in the format string usages.
* 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
|
OpenPOWER on IntegriCloud