summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Observe precedence set by Philippe Charnier when adding ansteve1997-08-071-3/+8
| | | | rcsid.
* Observe precedence set by Phillippe Charnier in adding ansteve1997-08-075-15/+28
| | | | rcsid.
* Changes include: sccsid -> rcsid, bcopy -> memcpy, don't use thesteve1997-08-0725-540/+606
| | | | | | register keyword, and -Wall cleaning. Obtained from: similar changes in NetBSD
* Remove remaining Lite1 stuff from the man page and uphold thesteve1997-08-072-10/+9
| | | | | | | precedence in changing sccsid to rcsid as set by Phillippe Charnier in his previous 100 or so commits. pointed out by: Bruce Evans <bde@zeta.org.au>
* sccsid -> rcsid and fix some minor nits.steve1997-08-078-21/+46
|
* Add Bruce's _NEW_VFSCONF flag to make this compile cleanly andsteve1997-08-072-6/+9
| | | | sccsid -> rcsid.
* #include <err.h> for err(3) call and replace extern reference to errnosteve1997-08-071-8/+6
| | | | with #include <errno.h>.
* Remove #if(n)def BSD_4_4_LITE cruft and change sccsid to rcsid.steve1997-08-071-46/+5
|
* Remove #if(n)def BSD_4_4_LITE cruft and sccsid -> rcsid.steve1997-08-077-35/+21
|
* Add [-DWMY] flags for date adjustment.brian1997-08-045-8/+430
| | | | Discussed with: freebsd-hackers
* Fix "lstart". (Displays "19" rather than time)peter1997-08-031-2/+2
| | | | | PR: 4206 Submitted by: Tetsuya Furukawa <tetsuya@secom-sis.co.jp>
* Kill #ifndef NEWVM etc. It affected a lot of other things besidespeter1997-08-034-130/+7
| | | | | | | VM structure (eg: credentials etc) and it's highly unlikely we'll ever get to see the "tainted" BSD<=4.3 VM code in public use. Although it indicated the way some things used to be done, it obfuscates things too much.
* devname.c moved to libc before Lite1 and isn't in ps in Lite2.bde1997-07-131-82/+0
|
* Bury this properly.bde1997-07-011-13/+0
|
* This commit was generated by cvs2svn to compensate for changes in r27159,bde1997-07-011-0/+13
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import this unwanted file from Lite-original so that it doesn'tbde1997-07-011-0/+13
| | | | | | | | | | get imported with Lite2 (there was only one missing file in src/bin, other than tags files and obj links).
* | Remove lines inside #ifdef 0/#endif.charnier1997-06-301-34/+1
| |
* | NOSHARED takes a yes/YES no/NO value, not "true, false, hey mon!".pst1997-06-291-1/+1
| | | | | | | | | | | | NOPIC is used to not generate a shared library, not NOSHARED. Make NOSHARED advisory where appropriate. Remove bogus NOSHARED (kbdio).
* | Document the use of `ls -lo' to see flags.charnier1997-06-241-0/+4
| | | | | | | | Obtained from: OpenBSD.
* | Back out previous fix - this bug's got diplomatic immunity as a registeredjkh1997-06-191-3/+1
| | | | | | | | political issue.
* | >Number: 3780jkh1997-06-191-1/+3
| | | | | | | | | | | | | | | | >Category: bin >Synopsis: WEXITSTATUS() may return nagative value, which causes sh to generate bad $? PR: 3780 Submitted by: sanewo@ba2.so-net.or.jp
* | Try again to explain the existence of lchown() and the absence ofjdp1997-06-191-12/+7
| | | | | | | | lchmod() and lutimes().
* | Update some text to reflect the fact that symbolic links now havejdp1997-06-141-4/+4
| | | | | | | | owner and group attributes.
* | Now [^abc] means the same as [!abc] like bash and *csh already doesache1997-06-061-4/+4
| |
* | Typo in usage string. Looks like the man page now.charnier1997-06-061-2/+2
| |
* | Err(3) was locally defined (for portability reasons). Use #ifdef 0/#endifcharnier1997-06-061-1/+5
| | | | | | | | to hide this so libc is kept instead.
* | Correct usage string. Man page don't reflect reality for now.charnier1997-06-061-7/+8
| |
* | Cosmetic change in usage string.charnier1997-06-064-18/+19
| |
* | Do not use __progname.charnier1997-06-061-16/+12
| |
* | Revert part of previous patch: Don't use __progname.charnier1997-06-041-4/+2
| |
* | Revert part of previous patch: Don't use __progname.charnier1997-06-041-4/+2
| |
* | Add xref to lchown(2) and symlink(2).charnier1997-06-031-3/+10
| | | | | | | | Obtained from: {Net|Open}BSD
* | Signal # NSIG (32) is invalid.charnier1997-06-031-2/+2
| | | | | | | | Obtained from: {Net|Open}BSD
* | /etc/netstart -> /etc/rc.networkcharnier1997-06-032-4/+6
| | | | | | | | Use __progname in usage string. Change usage string to match the man page.
* | /etc/netstart -> /etc/rc.networkcharnier1997-06-032-4/+25
| | | | | | | | Add usage() and use __progname. Change usage string to match man page.
* | Add X-reference to ch(4).max1997-06-021-0/+1
| |
* | Typo fix.charnier1997-06-021-2/+3
| |
* | Typo (the the -> the).charnier1997-06-021-2/+2
| |
* | Off by 1 adjustment. Properly NUL terminate after strncpy.charnier1997-06-023-7/+11
| | | | | | | | Obtained from: {Net|Open}BSD
* | Off by 1 adjustment.charnier1997-06-021-2/+2
| |
* | Remove unused variables. Suppress -Wall warnings. Check for potential buffercharnier1997-06-021-5/+13
| | | | | | | | | | overflow. Display available command in usage string. Obtained from: {Net|Open}BSD
* | Submitted by: Whistle Communications (archie Cobbs)julian1997-06-022-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These changes add the ability to specify that a UFS file/directory cannot be unlinked. This is basically a scaled back version of the IMMUTABLE flag. The reason is to allow an administrator to create a directory hierarchy that a group of users can arbitrarily add/delete files from, but that the hierarchy itself is safe from removal by them. If the NOUNLINK definition is set to 0 then this results in no change to what happens normally. (and results in identical binary (in the kernel)). It can be proven that if this bit is never set by the admin, no new behaviour is introduced.. Several "good idea" comments from reviewers plus one grumble about creeping featurism. This code is in production in 2.2 based systems
* | Make sh(1) less aware of the bit fields returned by wait bysteve1997-05-241-33/+42
| | | | | | | | | | | | | | using the WIF* macros in sys/wait.h. PR: bin/3668 Submitted by: dholland@eecs.harvard.edu
* | Remove y.tab.h from the beforedepend target. Also add asteve1997-05-211-2/+3
| | | | | | | | | | | | rule that shows the dependency of arith_lex.[co] on y.tab.h. Suggested by: Bruce Evans <bde@zeta.org.au>
* | Add explicit y.tab.h rule so that 'make depend clean all' doessteve1997-05-191-2/+4
| | | | | | | | not fail with an "don't know how to make y.tab.h" error.
* | Use the __unused attribute where warranted.steve1997-05-1911-47/+47
| |
* | Miscellaneous sorting and addition of rules for object files thatsteve1997-05-191-11/+25
| | | | | | | | | | | | depend on generated headers. Reviewed by: Bruce Evans <bde@zeta.org.au>
* | Ensure string termination after strncpy().joerg1997-05-091-2/+3
| | | | | | | | | | PR: 2997 Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
* | Revise the section that explains how to protect parts of an $ENV scriptsteve1997-05-071-20/+12
| | | | | | | | | | | | from being executed in non-interactive mode. Suggested and Reviewed by: Brian Somers <brian@freebsd.org>
* | Don't source $ENV unless this is an interactive shell.steve1997-05-051-2/+2
| |
OpenPOWER on IntegriCloud