summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade from 1.1 to 1.1.91. Unknown to me, the latter version wasjfieber1996-06-0461-515/+2385
| | | | | actually available at the time I brought in the former. Lots of assorted bug fixes and much needed support for catalogs.
* Code cleanup: remove unused variables, use correct *printf formatalex1996-06-028-147/+144
| | | | | | specifiers (some unsigned values were printed as signed, some longs were printed as ints), and place parentheses around assignments in if statements.
* Backout yacc changes.phk1996-06-0212-14/+14
|
* Finished yacc rules changes.bde1996-06-011-1/+1
|
* yacc rules change.phk1996-05-303-3/+3
|
* yacc rule changes.phk1996-05-304-6/+6
|
* yacc changes.phk1996-05-302-4/+4
|
* yacc rules change.phk1996-05-302-2/+2
|
* Allow multiple process names to kill (i.e. 'killall ftpd inetd httpd')smpatel1996-05-302-43/+48
| | | | | Submitted by: smpatel, wosch Reviewed by: wosch
* Remove obsolete SOCKSv4 supportpst1996-05-302-12/+1
|
* 1. Remove SOCKS support (unneded with SOCKS v5 port)pst1996-05-303-61/+20
| | | | 2. Update quarantine port support to use new kernel mechanism.
* Drop privileges if not using standard namelist or kernel file.pst1996-05-301-0/+7
| | | | Submitted by: smpatel (Sujal Patel)
* Setgid kmem not required.pst1996-05-301-3/+1
| | | | Submitted by: smpatel (Sujal Patel)
* Drop privileges if we're not reading standard kernel file or namelist.pst1996-05-301-1/+9
| | | | Submitted by: smpatel (Sujal Patel)
* Make it more explicit in the main help window that the magic to leavejoerg1996-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...)
* Fix a bug in the mbufs display, seen when there was a large numberjdp1996-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.
* Changed printf for reporting transfer stats from using %.2g to %.2f toscrappy1996-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
* The rs(1) command dumps core with the -s option (SIGSEGV)joerg1996-05-261-4/+5
| | | | | | (Fix a rangecheck condition.) Closes PR # bin/1244: rs(1) dumps core with -s
* Fix the -l flag. For some reason I can't fathom, I left in some codewpaul1996-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.
* New option -append: teach makewhatis to only add records, insteadwosch1996-05-222-1/+56
| | | | | | | | of clobbering the entire database. sort options in alphabetic order. install manpage makewhatis.local.8
* remove NLSDIR=${DESTDIR}/usr/share/nls, already defined in bsd.own.mkwosch1996-05-221-6/+8
| | | | | unlink gencat(?) target before install, so gencat don't fail if target is readonly and you are not root
* Correct usage message.wollman1996-05-201-1/+1
| | | | Submitted by: Faried Nawaz <fn@pain.csrv.uidaho.edu>
* Small patch from James Clark, fixes underscore handling in the SGMLjfieber1996-05-201-1/+2
| | | | declaration parsing.
* Convert f2c.1 to mdoc format.mpp1996-05-151-297/+230
| | | | Submitted by: Steven G. Kargl <kargl@troutmask.apl.washington.edu>
* Fix a few HTML 2.0 violations.jfieber1996-05-151-5/+10
|
* Bugfix: nested *?+ in regexp at /usr/bin/makewhatis line 286wosch1996-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
* Describe calendar format & arguments betterache1996-05-121-18/+40
|
* Includes cleanupache1996-05-112-4/+6
| | | | Submitted by: bde
* Describe russian calendarache1996-05-101-0/+3
|
* Add russian data handlingache1996-05-101-1/+1
|
* Russian calendarache1996-05-1012-1/+272
|
* Localize even more.ache1996-05-103-15/+22
| | | | | FIx Orthodox Easter calculation Better debug output
* Fix typing errorache1996-05-101-1/+1
|
* Allow to configure national Easter names.ache1996-05-106-51/+93
| | | | Speedup my national months/days handling code.
* Localize itache1996-05-1022-41/+275
| | | | | Handle Orthodox Eastern -Wall cleanup
* ``mv'' -> ``mv -f''wosch1996-05-071-3/+3
| | | | | ``rm'' -> ``rm -f'' so mv/rm may not ask for confirmation if you are not root
* In use_yp(), call _yp_check() to make ultra, super-duper sure that NISwpaul1996-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.
* Correct an editing bogon I introduced earlier.jkh1996-05-041-3/+4
|
* Look conditionally in obj/ for mktoasc.jkh1996-05-031-3/+8
|
* NBPG -> PAGE_SIZEphk1996-05-022-26/+26
|
* Correct a typo.joerg1996-04-301-1/+1
| | | | Submitted by: mbarkah@hemi.com (Ade Barkah)
* Implement keyinfo(1) as a setuid Perl script, so /etc/skeykeys canjoerg1996-04-264-16/+46
| | | | | | | be made mode 0600. Pointed out by: kieber@sax.de (Ulf Kieber) Reviewed by: pst
* Oops, restore missing piece of previous commit.ache1996-04-251-1/+1
|
* Treat ^end<EOF> as valid terminator (like ^end\n), some encoders (f.e. Eudora)ache1996-04-251-1/+1
| | | | produce such things.
* Add support for SOCKS if enabled.pst1996-04-232-4/+11
| | | | Remove a useless bind() call (why did that ever get in there?)
* Add support for sockspst1996-04-234-1/+23
|
* Fix a segfault which occurs when it gets an empty input line.smpatel1996-04-221-1/+8
| | | | | | | Closes PR bin/1153 Reviewed by: smpatel Submitted by: Matthew C. Mead (mmead@Glock.COM)
* Update an offset field for i386 a.out core files, so that the programjdp1996-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.
* Fix a typo in the syntax for indirect offsets.jdp1996-04-181-2/+2
|
* Document that ipx is a valid protocol for the -f option.jhay1996-04-131-5/+8
| | | | Comment out ns and iso. They are not supported anymore.
OpenPOWER on IntegriCloud