summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Tweak column headers a tad for when running in SMP mode.peter1997-04-191-2/+2
|
* Enable GLOBAL tags support.jkh1997-04-181-1/+3
|
* fix up this man pagejmg1997-04-181-20/+47
| | | | | | one typo was: Submitted by: Josh Gilliam PR#3319
* Add globaljkh1997-04-151-2/+2
|
* This commit was generated by cvs2svn to compensate for changes in r24959,jkh1997-04-1531-0/+5260
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Shigio Yamaguchi's global tags package. The infrastructure supportjkh1997-04-1531-0/+5260
| | | | | | for this is already in place, so "make tags" (or "make tags HTML=yes") should work after your next make world. Submitted by: Shigio Yamaguchi <shigio@wafu.netgate.net>
* Renamed undelete() to undelete_messages() to avoid conflict with newbde1997-04-143-3/+3
| | | | | | undelete() syscall. Submitted by: partly by roberto
* Make the $@ macro behave as described in the man page.joerg1997-04-131-0/+10
| | | | | | This patch has been submitted by Andreas Burmester (i think) on the German Usenet long ago. Andreas told me that our m4 has quite more subtle bugs, so we might consider using NGU m4 instead.
* Use isdialuptty() rather than hard-coded heuristic.davidn1997-04-131-1/+1
|
* Add support for GLOBAL style tags.jkh1997-04-131-0/+2
|
* Upgrade to the 1997/02/19 version.jmz1997-04-1341-665/+1100
|
* Oops. Broke golden rule #1: test everything before commit. :-]peter1997-04-121-5/+3
|
* Respect NOTCL, don't link with libtcl for the scripting support ifpeter1997-04-121-1/+5
| | | | we're not building it.
* Make tclsh conditional on the src/contrib/tcl directory existing, andpeter1997-04-121-2/+7
| | | | | allow it to be disabled via NOTCL in /etc/make.conf (similar to other stuff in src/Makefile, eg: NOGAMES)
* Add -3 option to usage() statement.obrien1997-04-111-1/+1
|
* Add ``%{'' and ``%}'' to one of the examples so that you can actuallyobrien1997-04-111-0/+2
| | | | cut-n-paste the example and have it actually lex and compile.
* Fixed bogus existence check related to searching for a nearby obj directory.bde1997-04-101-2/+2
| | | | Now the search is as incomplete as elsewhere instead of broken.
* Fix 8bit chars handlingache1997-04-081-2/+11
|
* Support for -c, byte count.alex1997-04-062-8/+49
|
* move top.1 -> top.local.1, and generate top.1 so that the man pagepeter1997-04-051-0/+3
| | | | is remotely useful
* This commit was generated by cvs2svn to compensate for changes in r24628,jmallett1997-04-041-2/+5
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import OpenBSD m4 as of today.jmallett1997-04-041-2/+5
| |
* | Fixed missing ${COPY} in install rule.bde1997-04-041-1/+1
| |
* | Remove the etc-magic target since we no longer install thempp1997-04-041-5/+1
| | | | | | | | /etc/magic symlink.
* | The magic file now lives in /usr/share/misc.mpp1997-04-041-5/+7
| | | | | | | | | | | | Closes PR# 3187. Submitted by: Ollivier Robert <roberto@keltia.freenix.fr>
* | minor stylistic change (NULL to '\0')jmg1997-04-021-1/+1
| | | | | | | | | | | | Submitted-by: Philippe Charnier <charnier@xp11.frmug.org> Closes PR#2999
* | add comment about the brokeness of some termcap entires that require ajmg1997-04-022-1/+9
| | | | | | | | | | | | | | `%' to be just that... make tput just warn about an unknown type modifier instead of breaking... this allows you to `tput init' on a tek4107...
* | make it so that chat doesn't fail when it can't get terminal params..jmg1997-04-021-2/+3
| | | | | | | | | | | | | | this allows it to work on non-tty input... also don't warn when this happens as it could get noisy... Silence is Acceptance
* | Grammar fix.mpp1997-04-011-1/+1
| |
* | Submitted by: Sergei Chechetkin <csl@whale.sunbay.crimea.ua>davidn1997-04-011-2/+1
| | | | | | | | Fix incorrect bracket nesting. Closes PR#3144.
* | Fixed DPADD.bde1997-04-011-2/+2
| |
* | Remove the syslog stuff, and allow various return valuesbrian1997-03-312-2/+6
| | | | | | | | | | | | | | | | | | in uu_lock(). Add uu_lockerr() for turning the results of uu_lock into something printable. Remove bogus section in man page about race conditions allowing both processes to get the lock. Include libutil.h and use uu_lock() correctly where it should. Suggested by: ache@freebsd.org
* | Add a note in BUGS section that shar(1) cannot handle fileswosch1997-03-311-0/+3
| | | | | | | | without a newline ('\n') as last character.
* | Small formatting change to interval() to align columns so that:scrappy1997-03-311-3/+3
| | | | | | | | | | | | | | | | | | | | toronto up 5+18:58, 0 users, load 0.00, 0.00, 0.00 zeus up 109+13:53, 0 users, load 0.55, 0.28, 0.15 looks like: toronto up 5+18:58, 0 users, load 0.00, 0.00, 0.00 zeus up 109+13:53, 0 users, load 0.55, 0.28, 0.15
* | Use srandomdev() nowache1997-03-301-5/+10
| | | | | | | | Fix error with begin variable calculation
* | Move uucplock into libutil and create a manual page.brian1997-03-301-4/+2
| |
* | Fix broken built-in ELF file handling, caused by missing prototypesjdp1997-03-292-3/+7
| | | | | | | | and use of off_t. Correct the types of Elf64_Addr and Elf64_Off.
* | Fix for PR #3141: check for NULL before strdup()ing pw->pw_class.wpaul1997-03-292-3/+5
| | | | | | | | | | | | | | | | | | (I'm not sure why this happens, though I suspect it may be because the server is configured with only passwd maps instead of both passwd and master.passwd maps. This is allowed, but I think in this case pw_class is left NULL, hence the problem.) Also applied similar patch to chpass/pw_yp.c just for paranoia's sake.
* | The text describing exit values >1 was formatted incorrectly.mpp1997-03-291-2/+2
| | | | | | | | Obtained from: NetBSD-bugs PR# 3406
* | Removed `#define KERNEL'. This was a hack-around for nfs.h being brokenbde1997-03-291-4/+0
| | | | | | | | | | | | | | | | in the Lite2 merge to not export some nfs constants. It started causing warnings when I added a kernel-only #define for DIRBLKSIZ. Removed `#define NFS'. This was an old, bad interface for telling <sys/mount.h> to export nfs stuff.
* | compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-29118-145/+145
| | | | | | | | posix standard on the topic.
* | Fix for logic in no-password accounts.davidn1997-03-271-1/+1
| |
* | Fix "-fstype local" that was broken by another bugfix in the Lite2 merge.peter1997-03-271-5/+5
| | | | | | | | Submitted by: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>, PR#3076
* | Add ASCII collate mainly for fallback for EUC-type localesache1997-03-252-1/+15
| |
* | Add fake codesets 3 & 4ache1997-03-251-15/+23
| | | | | | | | Submitted by: junker@jazz.snu.ac.kr
* | Be tolerant to old uuencode programs which encode the ASCII NULwosch1997-03-251-1/+1
| | | | | | | | | | | | character as character 32 (space) instead character 64 (`). See also 'The UNIX-HATERS Handbook', page 82-83.
* | Don't bypass password prompt for root logins on insecure tty ifdavidn1997-03-251-3/+5
| | | | | | | | the root password is empty.
* | strdup() value of term to correctly preserve contents.davidn1997-03-241-11/+9
| | | | | | | | | | Rearrange validation logic so that it works correctly when compiled with kerberos support. Closes PR#3056.
* | Initialize RNG only onceache1997-03-241-2/+7
| | | | | | | | Use srandomdev() now
* | Remove libcurses, it is pure termcap applicationache1997-03-241-2/+2
| |
OpenPOWER on IntegriCloud