summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Add the RealMedia file format. Also, add the $FreeBSD$.green2000-07-031-0/+5
|
* fix fd leak by close(fd) at end of loop.imp2000-07-021-0/+1
|
* The SVR4 module calls itself ELFOSABI_SOLARIS, and who am I to disagreegreen2000-07-011-2/+3
| | | | | | if it runs my Solaris binaries? Add the missing "Solaris" type here so that binaries may be branded with it rather than the seemingly- defunct ELFOSABI_SVR4.
* Note that the -h, -c and -f options are deprecated, and remove note thatdes2000-06-291-12/+17
| | | | | incorrectly stated that they were not implemented. Document the -d option.
* Implement the -c optiondes2000-06-291-3/+8
|
* Don't forget to delete the output file if the request fails.des2000-06-291-1/+3
| | | | Don't delete the output file if -r was specified.
* New libfetch-based fetch.des2000-06-2810-3845/+798
|
* Turn off GLOBAL. It is moving to Ports.obrien2000-06-281-1/+0
| | | | Approved by: unanimous response on arch@freebsd.org
* - Reflect `gateport' variable type change.ru2000-06-245-12/+16
| | | | | | | | - Make it compile with -Wall. PR: 18619 Submitted by: David Malone <dwmalone@maths.tcd.ie> Reviewed by: ru
* Get rid of segfault in a `site %s' case.ru2000-06-231-1/+1
| | | | Submitted by: Max Khon <fjoe@iclub.nsu.ru>
* Fix problems introduced in the previous commit:sheldonh2000-06-231-5/+4
| | | | | | | | | * Do not use explicit paragraphing (Pp) to separate list items. * Do not use semi-colons to punctuate list items; the use or periods eases maintenance. * Do not mark up external shell commands as internal commands (Ic). * Do not introduce new hard sentence breaks.
* Install a VGA font for the X11 mode. Use a line liketg2000-06-235-7/+146
| | | | | | | | | xset fp+ /usr/libdata/doscmd/fonts in your .xsession to activate it. Document X11_FONT option in .doscmdrc. Open window if $DISPLAY is set.
* If the kevent() registration fails (probably due to the underlyingjlemon2000-06-221-19/+53
| | | | | | | | | | filesystem not being kq-aware), then fall back to using sleep. This allows tail to work with NFS filesystems again without chewing up CPU time. When given the -F flag, resort to sleep/stat after the file was moved or deleted. This allows a window where the file being tailed does not exist at all, which is typically the case during log rotation. Switch back to using kq (if possible) after the file is reopened.
* Make cmp -s work properly if skip values are given. Also, exit(1)green2000-06-201-3/+3
| | | | | | | | is now exit(DIFF_EXIT). PR: 18597 Submitted by: Anatoly Vorobey <mellon@pobox.com> Committed at: Usenix terminal room
* Fix typo(s) I overlooked in my last commit.alex2000-06-201-1/+1
| | | | | | (This aid in pin pointing -> This aids in pinpointing). Submitted by: sheldonh
* Fix obvious cut-n-paste error.se2000-06-201-1/+1
| | | | Submitted by: Thomas Ludwig <tludwig@urbanet.ch>
* Switch over to using the new fflagstostr and strtofflags library calls.joe2000-06-176-13/+6
|
* /etc/weekly --> /etc/periodic/weekly/310.locatealex2000-06-141-1/+1
| | | | | | PR: 19268 Submitted by: Uwe Pierau <uwe.pierau@tu-clausthal.de> Reviewed by: asmodai
* Make sure to use native IPv4 addrerss even if getaddrinfo()ume2000-06-143-0/+37
| | | | | | returns IPv4 mapped IPv6 address. FTP is nervous about address family. Submitted by itojun and slightly modified to fit our ftp(1).
* Make find -Wall -Wredundant-decls clean.roberto2000-06-141-4/+0
| | | | Submitted by: nrahlstr
* mdoc improvements and better readability of the text.alex2000-06-131-11/+12
| | | | | | PR: 18811 Submitted by: Christian Weisgerber <naddy@unix-ag.uni-kl.de> Reviewed by: asmodai
* Mention about -4 and -6 options.ume2000-06-122-2/+18
|
* This patch adds the -mindepth and -maxdepth options to find(1), whichroberto2000-06-1211-6/+115
| | | | | | | | | | | | behave as in GNU find (and of course as described in the manual page diff included). I think these options would be useful for some people. Some missing $FreeBSD$ tags are also added. The patch was slightly modified (send-pr mangling of TABS). PR: bin/18941 Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
* Document SVR4 branding is supported.asmodai2000-06-121-2/+3
| | | | | PR: 19131 Submitted by: Mike Barcroft <mike@q9media.com>
* The find -perm option currently supports an exact match,roberto2000-06-123-1/+9
| | | | | | | | | | or if the mode is preceded by a '-', it checks for a match in at least the bits specified on the command line. It is often desirable to find things with any execute or setuid or setgid bits set. PR: bin/10169 Submitted by: Monte Mitzelfelt <monte@gonefishing.org>
* O_NONBLOCK was used as a command with a bogus arg to fcntl(2).ghelmer2000-06-091-2/+2
| | | | | | | | Change it to F_SETFD with an arg of 0 to clear O_NONBLOCK. PR: bin/8681 Submitted by: koyama takahiro <tah@d1.dion.ne.jp> Prompted by: Nathan Ahlstrom <nrahlstr@winternet.com>
* Add links to "edit" to ease tech support's job.obrien2000-06-061-2/+4
|
* Fix example.asmodai2000-06-041-3/+6
| | | | | PR: 18953 Submitted by: Mark Ovens <mark@ukug.uk.freebsd.org>
* Fixed some style bugs. Apart from formatting bugs, MANDEPEND is deprecatedbde2000-06-034-25/+6
| | | | and $< and $@ are even documented as deprecated.
* Duh! get the scaling right.phk2000-06-011-3/+3
|
* Rescale the IOstat bars, modern disks are faster than old disks.phk2000-06-011-2/+2
|
* Nuke more from the repository.ps2000-05-2926-9086/+0
|
* Silence warnings.kris2000-05-271-1/+8
|
* Back out the previous change to the queue(3) interface.jake2000-05-264-8/+8
| | | | | | It was not discussed and should probably not happen. Requested by: msmith and others
* Don't pass scope-id to EPRT command.ume2000-05-251-1/+1
| | | | Reviewed by: sumikawa
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-234-8/+10
| | | | | | | | the type argument to *_HEAD and *_ENTRY is a struct. Suggested by: phk Reviewed by: phk Approved by: mdodd
* Install a manpage for more.ps2000-05-231-0/+2
|
* Detach usr.bin/more and install a link from less. less will behaveps2000-05-232-1/+2
| | | | like more if invoked as more. The old more has not been removed.
* Replace isurl() with isipv6addr().ume2000-05-223-1/+32
| | | | | Reported by: Koji Kondo <koji@jp.above.net> Obtained from: NetBSD
* Dont use/install the formatted man file.ps2000-05-221-2/+2
|
* bmake glue for less.ps2000-05-226-0/+388
| | | | Reviewed by: peter
* In the modern world, things are much faster than when more(1) was created.green2000-05-211-2/+1
| | | | | Scrolling sideways is fast, and a "...skipping..." message making everything blink does much more harm than good.
* fork() -> vfork()kris2000-05-191-3/+4
| | | | | | | | This would have been commit #2 which was "Obtained from: BSD/OS" except their code is buggy (they call err() if the execl() fails, which will incorrectly call exit()), so instead this is: Obtained from: NetBSD
* Use different filenames.hoek2000-05-171-2/+4
| | | | Submitted by: bin/16927, Mike Heffner
* Catchup with the times:hoek2000-05-161-25/+42
| | | | | | | | | | | | | | | | | | - Avoid use of word that Americans don't know how to spell - Avoid use of capital letters when referring to command names - Bookmarks do span files - Use .Qq where appropriate. I didn't use .Sq or .Dq where `' and ``'' appear, since it's not clear to me what modern usage of those two macros is. - Say simply: ``See .Xr xxx 1'' rather than ``See the .Xr xxx 1 command''. This former style has undoubtedly increased in popularity due to html and hyperlinks, but it's always been around (esp. for manpage sections other than section 1). - Use .St - Dedocument use of `-' to mean that `more` should read from its standard input. The modern preferred way to read from standard input is by specifying /dev/stdin. This is not a prelude to changing more's behaviour within the short term (ie. at least 3-4 years).
* From PR submitter:hoek2000-05-161-2/+2
| | | | | | | | | | | | compress uses setfile() to make flags, ownership and mode of the output the same as those of the original. However, if the filesystem holding the output file doesn't support these operations, compress prints a warning. This bites a bit with NFS directories, which always fail the chflags() operation. If the file system doesn't support the operation, then the flags data wasn't valid on the original file anyway, so the warning is spurious. Submitted by: bin/16981 (Peter Edwards <peter.edwards@ireland.com>)
* Remove addition of -g to CFLAGScpiazza2000-05-161-1/+1
|
* I'm not sure what posessed me to initialize wraplines to FALSE in the prevhoek2000-05-151-1/+1
| | | | commit, but it's obviously supposed to be initialised to TRUE.
* Oops, byte offset was as off_t.phk2000-05-151-1/+1
|
* Let cmp(1) grow in -x option to print differences in contemporarry hexphk2000-05-154-4/+25
| | | | format rather than the mixed decimal/octal format of -l.
OpenPOWER on IntegriCloud