aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Add -o option (POSIX.1-2001) to uudecode(1). Deprecate the -p optionMike Barcroft2002-01-272-6/+44
| | | | | | | | | | | (which allows one to redirect output to stdout); `-o /dev/stdout' is recommended instead. Submitted by: Joseph Mallett <jmallett@xMach.org> MFC after: 2 weeks Notes: svn path=/head/; revision=89882
* Make usage message and man page synopsis reflect the fact that -nDavid Malone2002-01-242-3/+5
| | | | | | | | | | | and -c are mutually exclusive. PR: 34233 Submitted by: Gary W. Swearingen <swear@blarg.net> MFC after: 3 days Notes: svn path=/head/; revision=89767
* Add new option HAVE_STRERROR to CFLAGS.David Malone2002-01-241-1/+1
| | | | Notes: svn path=/head/; revision=89759
* Don't set PAM_RHOST, this is a local login.Dag-Erling Smørgrav2002-01-241-5/+1
| | | | | | | Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=89746
* Show arguments of command line optionsPhilippe Charnier2002-01-221-11/+21
| | | | | | | Reviewed by: ru Notes: svn path=/head/; revision=89669
* o Remove the -V [version number] option, since our version of at(1) noMike Barcroft2002-01-223-43/+26
| | | | | | | | | | longer resembles the original. o Remove references to `you' in the manual. Submitted by: Joe Halpin <joe.halpin@attbi.com> Notes: svn path=/head/; revision=89633
* When running on a local terminal, set PAM_RHOST to the local hostname.Dag-Erling Smørgrav2002-01-211-2/+10
| | | | | | | Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=89615
* Link mail(1) to mailx per POSIX. Mail(1) isn't 100% POSIX compliant,Mike Heffner2002-01-192-4/+7
| | | | | | | | | but it is pretty close. Not objected to by: -standards Notes: svn path=/head/; revision=89573
* I've been meaning to do this for a while. Add an underscore to theMatthew Dillon2002-01-193-8/+8
| | | | | | | | | | | time_to_xxx() and xxx_to_time() functions. e.g. _time_to_xxx() instead of time_to_xxx(), to make it more obvious that these are stopgap functions & placemarkers and not meant to create a defacto standard. They will eventually be replaced when a real standard comes out of committee. Notes: svn path=/head/; revision=89572
* Back out PAM_CRED_ERR additionAndrey A. Chernov2002-01-191-1/+0
| | | | Notes: svn path=/head/; revision=89568
* Add PAM_CRED_ERR as valid failure caseAndrey A. Chernov2002-01-191-0/+1
| | | | Notes: svn path=/head/; revision=89552
* mdoc(7) police: bump document date for the -p change, tidy up the markup.Ruslan Ermilov2002-01-171-6/+3
| | | | Notes: svn path=/head/; revision=89457
* Fix a typo introduced in the previous delta. The mistake was mineMike Barcroft2002-01-171-1/+1
| | | | | | | rather than the submitter's. Notes: svn path=/head/; revision=89448
* Document fetch(1) reaction to SIGINFO.Ruslan Ermilov2002-01-161-0/+12
| | | | | | | | | PR: docs/33640 Submitted by: Maxim Konovalov <maxim@macomnet.ru> Approved by: des Notes: svn path=/head/; revision=89429
* Replace reference to ANSI C draft with standard.Ruslan Ermilov2002-01-161-4/+1
| | | | | | | PR: docs/30731 Notes: svn path=/head/; revision=89426
* yp(4) -> yp(8).Ruslan Ermilov2002-01-143-3/+3
| | | | | | | PR: docs/30797 Notes: svn path=/head/; revision=89362
* 'uname -p' prints the value of hw.machine_arch instead of hw.machine.Yoshihiro Takahashi2002-01-142-8/+18
| | | | | | | | | Reviewed by: imp No response from: -arch MFC after: 3 weeks Notes: svn path=/head/; revision=89346
* Implement the POSIX 1003.1-2001 -r and -t options in at(1). Fix someMike Barcroft2002-01-134-26/+157
| | | | | | | | | | | minor issues in the rest of the source and manual. Submitted by: Joe Halpin <joe.halpin@attbi.com> Obtained from: touch(1) (partially) MFC after: 1 month Notes: svn path=/head/; revision=89315
* Make substitutions in internal macros like $(@F:.o=.c) work.Jens Schweikhardt2002-01-121-1/+1
| | | | | | | | | | | | | | | | This should not affect our build process, as find /usr/src -name Makefile | xargs grep '@[DF]' has no matches (other than FreeBSD.org email addresses :-) PR: bin/24377 Submitted by: Mark Valentine <mark@thuvia.demon.co.uk> Reviewed by: Matthew Emmerton <matt@gsicomp.on.ca> MFC after: 4 weeks Notes: svn path=/head/; revision=89282
* Don't format lines that look like troff requests, forRuslan Ermilov2002-01-112-5/+28
| | | | | | | | | | | compatibility with old fmt(1). New option -n permits formatting of lines beginning with a dot character. PR: bin/31392 MFC after: 3 days Notes: svn path=/head/; revision=89268
* mdoc(7) police: oops, forgot about those interim XXX'es.Ruslan Ermilov2002-01-101-8/+4
| | | | Notes: svn path=/head/; revision=89209
* mdoc(7) police: tidy up.Ruslan Ermilov2002-01-101-212/+237
| | | | Notes: svn path=/head/; revision=89208
* - Add 4-digit year variants in the manpage, since at(1) alreadyGiorgos Keramidas2002-01-101-6/+7
| | | | | | | | | | understands them. PR: docs/32843 Submitted by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> Notes: svn path=/head/; revision=89186
* Replace -I${.OBJDIR} with -I. and split the CFLAGS line up into two lines.John Baldwin2002-01-081-1/+2
| | | | | | | Requested by: bde Notes: svn path=/head/; revision=89070
* Remove gcc specific compiler flags, at least one of which doesn't work withJohn Baldwin2002-01-081-2/+0
| | | | | | | gcc 3.0.2. (-fstrict-prototypes) Notes: svn path=/head/; revision=89061
* Use -I${.OBJDIR} -I${.CURDIR} rather than -I. so that this compiles in aJohn Baldwin2002-01-081-1/+1
| | | | | | | cross-build environment. Notes: svn path=/head/; revision=89060
* Update for less v371Paul Saab2002-01-071-0/+4
| | | | Notes: svn path=/head/; revision=89023
* Add some missing years, fix Bach's birthday entry.Thomas Gellekum2002-01-072-12/+11
| | | | Notes: svn path=/head/; revision=89005
* Remove duplicate entry for Descartes.Greg Lehey2002-01-071-1/+0
| | | | | | | | | PR: 33630 Submitted by: Christopher Elkins <chrise@scardini.com> MFC after: 2 weeks Notes: svn path=/head/; revision=88979
* Update Judaic for year 2002. Name Josef as maintainer.David Malone2002-01-051-187/+209
| | | | | | | | PR: 33389 Submitted by: Josef Grosch <jgrosch@mooseriver.com> Notes: svn path=/head/; revision=88930
* Argh...argv->argcGuido van Rooij2002-01-041-1/+1
| | | | Notes: svn path=/head/; revision=88883
* Fix the coredump that occurs when, from the tfpt prompt, a 'c' command isGuido van Rooij2002-01-041-1/+1
| | | | | | | issued without an argument. Notes: svn path=/head/; revision=88882
* Add opie lib dir to includes listAndrey A. Chernov2002-01-033-1/+4
| | | | Notes: svn path=/head/; revision=88857
* Add myself.OKAZAKI Tetsurou2002-01-021-0/+1
| | | | Notes: svn path=/head/; revision=88816
* A global is used even though the value isWolfram Schneider2002-01-011-13/+13
| | | | | | | | | passed through the function call. Submitted by: "Crist J . Clark" <cjc@freebsd.org> Notes: svn path=/head/; revision=88787
* Correct typos.Greg Lehey2001-12-311-2/+2
| | | | Notes: svn path=/head/; revision=88750
* Print open(2) flags in hex instread of decimal for clarity.Alfred Perlstein2001-12-301-2/+2
| | | | Notes: svn path=/head/; revision=88726
* Use LC_ALL to pick LC_COLLATE too (for strcoll())Andrey A. Chernov2001-12-301-1/+1
| | | | Notes: svn path=/head/; revision=88717
* Fixed bitrot in DPADD in rev.1.8.Bruce Evans2001-12-291-1/+1
| | | | Notes: svn path=/head/; revision=88674
* Fix comment.Mike Heffner2001-12-231-1/+1
| | | | Notes: svn path=/head/; revision=88434
* Add support for ~_, ~x, ~i, ~a, ~A, ~<, and ~r! tilde-escapes. ImproveMike Heffner2001-12-223-27/+138
| | | | | | | | | tilde-escapes documentation. Mostly obtained from: NetBSD Notes: svn path=/head/; revision=88428
* Re-enable tip, now that the import and merge are done.Mark Murray2001-12-201-0/+1
| | | | Notes: svn path=/head/; revision=88277
* Fix merge conflicts, and because this still has a zillion warnings,Mark Murray2001-12-2041-3556/+1248
|\ | | | | | | | | | | | | | | | | protect the build with a WARNS=2. Fix the build. Notes: svn path=/head/; revision=88276
| * Import of OpenBSD's tip (which was the tip code of a month ago, moduloMark Murray2001-12-2028-0/+6954
| | | | | | | | | | | | | | OpenBSD commits). Notes: svn path=/cvs2svn/branches/bsd/; revision=88273
| * Import OpenBSD m4 as of today.Juli Mallett2001-11-161-0/+381
| | | | | | | | Notes: svn path=/vendor/OpenBSD/dist/; revision=86471
| * Import OpenBSD m4 as of today.Juli Mallett2001-09-271-0/+224
| | | | | | | | Notes: svn path=/vendor/OpenBSD/dist/; revision=84022
| * Import OpenBSD m4 as of today.Juli Mallett2001-09-181-0/+18
| | | | | | | | Notes: svn path=/vendor/OpenBSD/dist/; revision=83618
| * Import OpenBSD m4 as of today.Juli Mallett1999-11-091-0/+59
| | | | | | | | Notes: svn path=/vendor/OpenBSD/dist/; revision=53061
* | Bring files back from the dead prior to remote commit to fix importMark Murray2001-12-202-0/+154
| | | | | | | | | | | | | | conflicts. Notes: svn path=/head/; revision=88275
* | Temporarily remove tip(1) from the build while I upgrade it.Mark Murray2001-12-201-1/+0
| | | | | | | | Notes: svn path=/head/; revision=88272