aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* yacc rules change.Poul-Henning Kamp1996-05-303-3/+3
| | | | Notes: svn path=/head/; revision=16022
* yacc rule changes.Poul-Henning Kamp1996-05-304-6/+6
| | | | Notes: svn path=/head/; revision=16021
* yacc changes.Poul-Henning Kamp1996-05-302-4/+4
| | | | Notes: svn path=/head/; revision=16020
* yacc rules change.Poul-Henning Kamp1996-05-302-2/+2
| | | | Notes: svn path=/head/; revision=16017
* Allow multiple process names to kill (i.e. 'killall ftpd inetd httpd')Sujal Patel1996-05-302-43/+48
| | | | | | | | Submitted by: smpatel, wosch Reviewed by: wosch Notes: svn path=/head/; revision=16016
* Remove obsolete SOCKSv4 supportPaul Traina1996-05-302-12/+1
| | | | Notes: svn path=/head/; revision=15996
* 1. Remove SOCKS support (unneded with SOCKS v5 port)Paul Traina1996-05-303-61/+20
| | | | | | | 2. Update quarantine port support to use new kernel mechanism. Notes: svn path=/head/; revision=15995
* Drop privileges if not using standard namelist or kernel file.Paul Traina1996-05-301-0/+7
| | | | | | | Submitted by: smpatel (Sujal Patel) Notes: svn path=/head/; revision=15993
* Setgid kmem not required.Paul Traina1996-05-301-3/+1
| | | | | | | Submitted by: smpatel (Sujal Patel) Notes: svn path=/head/; revision=15991
* Drop privileges if we're not reading standard kernel file or namelist.Paul Traina1996-05-301-1/+9
| | | | | | | Submitted by: smpatel (Sujal Patel) Notes: svn path=/head/; revision=15990
* Make it more explicit in the main help window that the magic to leaveJoerg Wunsch1996-05-277-22/+22
| | | | | | | | | | `ee' is ``ESC-Enter''. This supposedly fixes the biggest complaint about it. ;) (I hope ``ESC-Enter'' ain't too anglicistic in the French text...) Notes: svn path=/head/; revision=15940
* Fix a bug in the mbufs display, seen when there was a large numberJohn Polstra1996-05-271-3/+2
| | | | | | | | | | of mbufs in use. If the number reached, e.g., 4 digits, then later decreased to 3 digits, the last digit of the 4-digit number was not erased. This caused the display to show a wildly high number of mbufs in use. Notes: svn path=/head/; revision=15938
* Changed printf for reporting transfer stats from using %.2g to %.2f toMarc G. Fournier1996-05-261-2/+6
| | | | | | | | | | get rid of "scientific notation" reporting (PR#bin/329) Added a switch so that if bytes/sec > 1Meg/sec, report in Meg/sec instead of Kbytes/sec Notes: svn path=/head/; revision=15913
* The rs(1) command dumps core with the -s option (SIGSEGV)Joerg Wunsch1996-05-261-4/+5
| | | | | | | | | (Fix a rangecheck condition.) Closes PR # bin/1244: rs(1) dumps core with -s Notes: svn path=/head/; revision=15909
* Fix the -l flag. For some reason I can't fathom, I left in some codeBill Paul1996-05-251-8/+5
| | | | | | | | | that would cause it to fail if anyone but the superuser tried to use it. Also fix a couple of harmless typos since I'm in the area. Notes: svn path=/head/; revision=15901
* New option -append: teach makewhatis to only add records, insteadWolfram Schneider1996-05-222-1/+56
| | | | | | | | | | | of clobbering the entire database. sort options in alphabetic order. install manpage makewhatis.local.8 Notes: svn path=/head/; revision=15857
* remove NLSDIR=${DESTDIR}/usr/share/nls, already defined in bsd.own.mkWolfram Schneider1996-05-221-6/+8
| | | | | | | | unlink gencat(?) target before install, so gencat don't fail if target is readonly and you are not root Notes: svn path=/head/; revision=15853
* Correct usage message.Garrett Wollman1996-05-201-1/+1
| | | | | | | Submitted by: Faried Nawaz <fn@pain.csrv.uidaho.edu> Notes: svn path=/head/; revision=15827
* Small patch from James Clark, fixes underscore handling in the SGMLJohn Fieber1996-05-201-1/+2
| | | | | | | declaration parsing. Notes: svn path=/head/; revision=15825
* Convert f2c.1 to mdoc format.Mike Pritchard1996-05-151-297/+230
| | | | | | | Submitted by: Steven G. Kargl <kargl@troutmask.apl.washington.edu> Notes: svn path=/head/; revision=15785
* Fix a few HTML 2.0 violations.John Fieber1996-05-151-5/+10
| | | | Notes: svn path=/head/; revision=15780
* Bugfix: nested *?+ in regexp at /usr/bin/makewhatis line 286Wolfram Schneider1996-05-121-0/+35
| | | | | | | | | | | | | | | Submitted by: invalid opcode <coredump@nervosa.com> makewhatis.local - start makewhatis(1) only for file systems physically mounted on the system Running makewhatis from /etc/weekly for rw nfs-mounted /usr may kill your NFS server -- all clients start makewhatis at the same time! So use this wrapper instead calling makewhatis directly. Pointed out by: Bruce Notes: svn path=/head/; revision=15755
* Describe calendar format & arguments betterAndrey A. Chernov1996-05-121-18/+40
| | | | Notes: svn path=/head/; revision=15749
* Includes cleanupAndrey A. Chernov1996-05-112-4/+6
| | | | | | | Submitted by: bde Notes: svn path=/head/; revision=15737
* Describe russian calendarAndrey A. Chernov1996-05-101-0/+3
| | | | Notes: svn path=/head/; revision=15727
* Add russian data handlingAndrey A. Chernov1996-05-101-1/+1
| | | | Notes: svn path=/head/; revision=15725
* Russian calendarAndrey A. Chernov1996-05-1012-1/+272
| | | | Notes: svn path=/head/; revision=15724
* Localize even more.Andrey A. Chernov1996-05-103-15/+22
| | | | | | | | FIx Orthodox Easter calculation Better debug output Notes: svn path=/head/; revision=15723
* Fix typing errorAndrey A. Chernov1996-05-101-1/+1
| | | | Notes: svn path=/head/; revision=15721
* Allow to configure national Easter names.Andrey A. Chernov1996-05-106-51/+93
| | | | | | | Speedup my national months/days handling code. Notes: svn path=/head/; revision=15720
* Localize itAndrey A. Chernov1996-05-1022-41/+275
| | | | | | | | Handle Orthodox Eastern -Wall cleanup Notes: svn path=/head/; revision=15714
* ``mv'' -> ``mv -f''Wolfram Schneider1996-05-071-3/+3
| | | | | | | | ``rm'' -> ``rm -f'' so mv/rm may not ask for confirmation if you are not root Notes: svn path=/head/; revision=15679
* In use_yp(), call _yp_check() to make ultra, super-duper sure that NISBill Paul1996-05-071-2/+3
| | | | | | | | | | is available before trying to go hunting for a domain name. This fixes the following problem: you have +::::::::: in /etc/master.passwd but NIS isn't running (no ypbind, no domain name set) -- passwd and chpass will still try to change an NIS password instead of the local one. Notes: svn path=/head/; revision=15670
* Correct an editing bogon I introduced earlier.Jordan K. Hubbard1996-05-041-3/+4
| | | | Notes: svn path=/head/; revision=15625
* Look conditionally in obj/ for mktoasc.Jordan K. Hubbard1996-05-031-3/+8
| | | | Notes: svn path=/head/; revision=15567
* NBPG -> PAGE_SIZEPoul-Henning Kamp1996-05-022-26/+26
| | | | Notes: svn path=/head/; revision=15531
* Correct a typo.Joerg Wunsch1996-04-301-1/+1
| | | | | | | Submitted by: mbarkah@hemi.com (Ade Barkah) Notes: svn path=/head/; revision=15463
* Implement keyinfo(1) as a setuid Perl script, so /etc/skeykeys canJoerg Wunsch1996-04-264-16/+46
| | | | | | | | | | be made mode 0600. Pointed out by: kieber@sax.de (Ulf Kieber) Reviewed by: pst Notes: svn path=/head/; revision=15401
* Oops, restore missing piece of previous commit.Andrey A. Chernov1996-04-251-1/+1
| | | | Notes: svn path=/head/; revision=15385
* Treat ^end<EOF> as valid terminator (like ^end\n), some encoders (f.e. Eudora)Andrey A. Chernov1996-04-251-1/+1
| | | | | | | produce such things. Notes: svn path=/head/; revision=15381
* Add support for SOCKS if enabled.Paul Traina1996-04-232-4/+11
| | | | | | | Remove a useless bind() call (why did that ever get in there?) Notes: svn path=/head/; revision=15359
* Add support for socksPaul Traina1996-04-234-1/+23
| | | | Notes: svn path=/head/; revision=15358
* Fix a segfault which occurs when it gets an empty input line.Sujal Patel1996-04-221-1/+8
| | | | | | | | | | Closes PR bin/1153 Reviewed by: smpatel Submitted by: Matthew C. Mead (mmead@Glock.COM) Notes: svn path=/head/; revision=15344
* Update an offset field for i386 a.out core files, so that the programJohn Polstra1996-04-181-1/+1
| | | | | | | | | | name comes out right again. Note: Don't bring this change directly into the -stable branch. The appropriate offset for -stable is different. Notes: svn path=/head/; revision=15297
* Fix a typo in the syntax for indirect offsets.John Polstra1996-04-181-2/+2
| | | | Notes: svn path=/head/; revision=15296
* Document that ipx is a valid protocol for the -f option.John Hay1996-04-131-5/+8
| | | | | | | Comment out ns and iso. They are not supported anymore. Notes: svn path=/head/; revision=15258
* Changed all per-file errors to warnings. Exit with a nonzero status ofBruce Evans1996-04-131-55/+48
| | | | | | | | | | if there was a per-file error. My test case of `wc /proc/curproc/*' works reasonably now (much like `size /proc/curproc/*'. Reviewed by: wosch Notes: svn path=/head/; revision=15233
* Print some warnings if root invokes chpass and sets theMike Pritchard1996-04-111-0/+19
| | | | | | | | | | | | | | | | | | | | shell to one of the following: - a non-existent file - a non-regular file - a file without any execute bits set The shell is still set to whatever they entered even if the above conditions exist (hey, it is the super user doing this after all :-), but this might give the admin. some warning that they are about to screw themselves and give them a chance to fix it before it is too late. Inspired by: some new FreeBSD user on USENET who set his root shell to a shell that doesn't exist and now can't gain access to root (don't worry, I sent him some mail on how to recover from this). Notes: svn path=/head/; revision=15181
* Do not exit if a file is not readable. This is a short hackWolfram Schneider1996-04-101-2/+4
| | | | | | | until someone rewrite wc(1). Notes: svn path=/head/; revision=15179
* Correctly match the format flags and their descriptions.Mike Pritchard1996-04-091-1/+1
| | | | | | | Submitted by: Dave Glowacki <dglo@ssec.wisc.edu> Notes: svn path=/head/; revision=15163