summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Fix to work with obj directories: -I. -> -I${.CURDIR}wosch1996-09-011-2/+2
| | | | Submitted by: Bruce
* optimized search algorithmwosch1996-08-315-121/+957
| | | | | | | | | | | | | faster IO due mmap(2) [-m | -s] better error check for damaged databases support for databases in network byte order (SunOS/sparc) optional case insensitve search [-i] optional multiple databases optional multiple pattern new enviroment variable LOCATE_PATH for database(s) [-S] print some statistic about the database [-l number] limit output to number file names [-c] suppress normal output; instead print a count of matching file names
* Allow proper ftp verbosity with a new -v flag.jkh1996-08-312-8/+13
|
* NULL -> '\0'wosch1996-08-312-12/+12
| | | | Submitted by: Bruce, see also c-faq 5.6 and 5.9
* Fixed a missing colon in `notyet' code.bde1996-08-311-1/+1
|
* Listed all the environment variables (MACHINE and PWD were missing).bde1996-08-311-4/+27
| | | | | | | | Documented PWD. MACHINE and MAKEOBJDIR are are still undocumented except in main.c. I will be changing MAKEOBJDIR back to its old behaviour so that the comment in main.c actually applies. Removed irrelevant misformatted text about make's name being argv[0].
* fix printing of netranges in the i and r displays for netatalkjulian1996-08-312-6/+41
|
* fix prototypes/forward declarations/return typepeter1996-08-302-78/+5
| | | | kill obsolete updatedb.csh, it's been rewritten in sh now.
* delete unused #include <string.h>peter1996-08-301-2/+1
|
* Make the dependencies work a little better..peter1996-08-301-2/+2
|
* build bind-4.9.4-P1 dnsquery in it's own directorypeter1996-08-293-394/+5
|
* build bind-4.9.4-P1 host in it's own directorypeter1996-08-293-1680/+6
|
* build bind-4.9.4-P1 dig in it's own directorypeter1996-08-293-1580/+8
|
* [HISTORY] command appeared in Version 1 AT&T UNIXwosch1996-08-2918-11/+71
| | | | Obtained from: A Quarter Century of UNIX, Peter H. Salus, page 41
* sync copyright with /usr/share/examples/etc/bsd-style-copyrightwosch1996-08-2710-69/+179
|
* complete err() changes, actually use warn() in most instancesadam1996-08-263-9/+9
|
* Dont forget to #include <err.h>peter1996-08-255-0/+5
|
* Argh! caught! *blush*.. This program was supplying it's own 'err' routinepeter1996-08-255-46/+15
| | | | | which was slightly different to the libc one. To save any more cunfusion, use the libc one.
* Fix some bogons:peter1996-08-251-11/+10
| | | | | | | | - timeval in select loop was depending on not having the remaining time returned from select(), causing a busy spin on an implementation that does implement it. - the err() usage was pretty bogus, some of the error messages had strerror attached manually and then reattached by err().
* Add synopsis for yppasswd.alex1996-08-241-0/+6
|
* Change a stray reference to pstat to vmstat.mpp1996-08-241-1/+1
| | | | Pointed-out-by: bde
* Locate the text inode, closes PR#1070peter1996-08-242-2/+7
|
* Quick attempt to decode DTYPE_PIPE files and print something meaningfulpeter1996-08-241-7/+53
| | | | for them. Otherwise, it does strange things when it hits one..
* s/__unused/__sex_unused/ - this is simply a placeholder variable thatpeter1996-08-241-1/+1
| | | | | conflicts with what I added to cdefs.h a while ago. I never noticed this since I used nvi-1.71..
* Convert to mdoc format.mpp1996-08-231-122/+133
|
* Use the .Bx macro where appropriate.mpp1996-08-235-7/+16
|
* Try to make netstat more smart about port numbers.phk1996-08-231-7/+21
| | | | Feedback most welcome.
* Fix a couple of file-descriptor leaks.phk1996-08-231-0/+3
|
* Don't make -l warn when it's not used, so we can potentially set itjkh1996-08-231-4/+1
| | | | | all the time if we want to use "link" behavior for file URLs (and not have fetch whine at us when they're not).
* Use the .At macro where appropriate.mpp1996-08-236-6/+12
|
* Use the .Fx macro where appropriate.mpp1996-08-235-8/+14
|
* Print the correct thing when interrupted by a signal.jkh1996-08-221-8/+7
|
* 1. Understand file:/path style URLs.jkh1996-08-222-514/+600
| | | | | 2. Add a -l flag for symlinking to rather than copying file:/path style URLs. 3. Add a -T flag for setting the timeout interval (overrides FTP_TIMEOUT if set)
* code cleanupwosch1996-08-222-33/+35
|
* Add kzip(8) as supplied with PR# 1507, with some minor cleanup by me.mpp1996-08-212-2/+75
| | | | Submitted by: David E. O'Brien <obrien@nuxi.com>
* Fix a small potential bogon I noticed here with restarts.jkh1996-08-211-2/+2
|
* a header file for zopen.3wosch1996-08-203-1/+36
| | | | Pointed out by: Philippe Charnier <charnier@lirmm.fr>
* Fix non-break space attrsache1996-08-202-5/+5
|
* If running under a typical sysv-style curses, including ncurses, usepeter1996-08-201-3/+5
| | | | | | | | hline() to draw the window split rather than fudging it with dashes. This causes the line to be drawn in line-draw characters if the terminal description has them. Suggested by: ache
* Simplistic conversion of mail to use termios instead of sgtty.peter1996-08-194-21/+23
|
* Update some ancient warts in talk:peter1996-08-193-20/+25
| | | | | | | | | | - use termios, not sgtty - dont use _putchar(), that was a BSD-curses specific feature not in other curses packages (such as ncurses) - use sigaction, not sigvec while I'm there - box() does different things under sysv/ncurses on 1-line high windows, and BSD-curses doesn't have hline(), so do it by adding characters instead. That works on both styles of curses.
* replace shell comment char ``#'' with troff comment command ``.\"''wosch1996-08-171-2/+2
|
* make install should not install any file in /etc.wosch1996-08-171-2/+3
|
* kzip's usage() does not show the ``-v'' verbose optionnate1996-08-161-2/+2
| | | | Submitted by: "David E. O'Brien" <obrien@nuxi.cs.ucdavis.edu>
* Add support for HTTP proxies, fix some bugs with http transfers.jkh1996-08-142-5/+58
| | | | Submitted-By: Mikael Hybsch <micke@dynas.se>
* bigramwosch1996-08-1412-98/+307
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bigram does not remove newline at end of filename. This break particulary the bigram algorithm and /var/db/locate.database grow up 15 %. Bigram does not check for characters outside 32-127. The bigram output is silly and need ~1/2 CPU time of database rebuilding. old: locate.bigram < $filelist | sort | uniq -c | sort -nr ^^^^^^^^^^^^^^ this can easy made bigram new: bigram < $filelist | sort -nr code Code does not check for char 31. Use a lookup array instead a function. 3 x faster. updatedb rewritten sync with bigram changes read config file /etc/locate.rc if exists submitted by: guido@gvr.win.tue.nl (Guido van Rooij) concatdb - concatenate locate databases mklocatedb - build locate database
* New collating rules, reflect POSIX better nowache1996-08-135-81/+3143
|
* Add a simple -v (verbose) option that allows you to see when -C actuallypeter1996-08-121-5/+12
| | | | | | | | | | installs something. This is not 100% right, since it has a false hit when install -C snaps hard links. Also, run strip(1) from the $PATH, otherwise you need a special version of install to install (say) elf binaries which have a different strip. With JDP's elfkit, the layout of the path determines which binary format you are generating.
* Add new option to chpass: -e "expire" ; change the account expire timepeter1996-08-125-13/+38
| | | | | | | | | | | | | | | from a script as if it was done in the interactive editor. When reassembling the gecos string, trim any excess trailing commas, they look ugly in the passwd file. :-) Have a simple Makefile tweak to prevent mortal users from changing their fullname. As ISP's we have seem some real bizzare stuff here.. When decoding the change/expire string, allow the month number as a synonym for the name of the month.. (ie: 1 as well as Jan or January) Note that using numbers means there's a chance that you can get bitten if you're not used to the American DD-MM-YY order.
* Fix broken modtime preservation code. *Now* it preserves the modtimejkh1996-08-121-17/+25
| | | | | correctly! Noticed-By: knarf@camelot.de (Frank Bartels)
OpenPOWER on IntegriCloud