summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Fix the rcsid's.obrien2001-05-1784-84/+168
|
* Check for the expiration of an account and its password in the propereric2001-05-171-12/+13
| | | | | | | | | order. Reviewed by: -audit (silence) Approved by: murray Obtained from: OpenBSD MFC after: 5 days
* mdoc(7) police: fix markup.ru2001-05-161-198/+255
|
* Fix an array which was too small.phk2001-05-161-1/+1
| | | | | PR: 27380 Submitted by: Samuel Greear <sgreear@vsni.com>
* mdoc(7) police: fix markup (demonstrates new -xwidth modifier).ru2001-05-161-26/+26
|
* Add a -J replstr option that allows the user to tell xargs to insertdd2001-05-152-6/+68
| | | | | | | | the data read from standard input at a specific point in the command line arguments rather than at the end. Submitted by: dd, gad Reviewed by: gad, brian
* Add some gravitational values.eric2001-05-121-0/+4
| | | | Approved by: murray
* Document the -h option.dd2001-05-112-2/+4
|
* Allow mail(1) to be able to read Eudora mailboxes by transformingmikeh2001-05-111-1/+13
| | | | | | | lines that end in <CR><LF> to just <LF>. Reviewed by: imp Obtained from: OpenBSD
* Handle sbsize as a size, not a number.sheldonh2001-05-101-1/+1
| | | | Submitted by: Paul Herman <pherman@frenchfries.net>
* Tell the user what group they must be in to su to root.obrien2001-05-101-1/+4
| | | | Submitted by: Seth Kingsley <sethk@osd.bsdi.com>
* mdoc(7) police: fix markup.ru2001-05-101-20/+20
|
* Here comes the forgotten C source, oopsy.schweikh2001-05-081-0/+108
| | | | | | | | | Turned the shell script into a binary fixing several minor buglets. Mention _POSIX_SOURCE feature test macro in man page. PR: bin/19337 Submitted by: schweikh Reviewed by: joerg, bde MFC after: 2 weeks
* Turned the shell script into a binary fixing several minor buglets.schweikh2001-05-083-77/+9
| | | | | | | | Mention _POSIX_SOURCE feature test macro in man page. PR: bin/19337 Submitted by: myself way back when I was a nobody :-) (schweikh) Reviewed by: joerg, bde MFC after: 2 weeks
* When opening the file to broadcast, do it with the user's gid, not thekris2001-05-081-2/+8
| | | | | | | | egid (tty). Obtained from: OpenBSD Submitted by: Maxime Henrion <mux@qualys.com> Reviewed by: imp
* Restore printing of routes cloned from a RTF_CLONING parentru2001-05-072-9/+10
| | | | | | | | (e.g., ARP table entries) with the default routing display. PR: bin/26970 Reviewed by: wollman MFC after: 3 days
* Fix markupbrian2001-05-051-1/+1
| | | | Spotted by: Jens Schweikhardt <schweikh@schweikhardt.net>
* Add nl(1)brian2001-05-044-0/+692
| | | | | PR: 27078 Obtained from: NetBSD
* They add the following commands:phk2001-05-039-927/+793
| | | | | | | | | | | | | | | | | | | | | -anewer -cnewer -mnewer -okdir -newer[acm][acmt] With it, you can form queries like find . -newerct '1 minute ago' -print As an extra bonus, the program is ANSI-fied - the original version relies on some obscure features of K&R C. (This PR was submitted in 1999, and the submittor has kept the patch updated ever since, hats off for him guys, and how about you close a PR ??) PR: 9374 Submitted by: Martin Birgmeier <Martin.Birgmeier@aon.at>
* Fix minor style issue from previous commit.obrien2001-05-032-2/+2
|
* Fix $FreeBSD$ style.obrien2001-05-021-2/+5
|
* * include/elf.h has been repo copied to include/elf-hints.h, and it noobrien2001-05-027-7/+13
| | | | | | | | longer includes machine/elf.h. * consumers of elf.h now use the minimalist elf header possible. This change is motivated by Binutils 2.11.0 and too much clashing over our base elf headers and the Binutils elf headers.
* Alphabetize command-line options in the synopsis.dd2001-05-021-1/+1
|
* Clean out some cruft that has been put in a better (central) place.markm2001-05-011-5/+0
|
* Compensate for header dethreading.markm2001-05-019-0/+9
|
* mdoc(7) police: remove hard sentence breaks.dd2001-04-301-16/+32
|
* Disable llib. The previous commit does not go anywhere near far enoughpeter2001-04-291-1/+1
| | | | | | | | | | | to enable this. 1: it was running xlint out of the object directory, which is not safe (ie: run a 5.x binary on a 4.x world - no libc.so.5, or run an alpha binary on x86). 2: lint has /usr/libexec/lint1 and /usr/libexec/lint2 hard coded in. This is the same as problem 1. 3: lint has got /usr/bin/cc hard coded in as well. Also, see problem 1. There are probably more problems, but these are enough of a showstopper.
* Revert consequences of changes to mount.h, part 2.grog2001-04-292-3/+0
| | | | Requested by: bde
* Dike out Kerberos(IV) support on the grounds that better kerberosmarkm2001-04-281-7/+0
| | | | support can be gotten via PAM.
* Dike out the Kerberos(IV) support on the grounds that better kerberosmarkm2001-04-282-189/+14
| | | | support can be already obtained via PAM.
* Enable (optional) static linking.markm2001-04-281-0/+5
|
* Fix wrong (char) cast (instead of unsigned char) causing highlighting of allache2001-04-271-2/+2
| | | | 8bit characters due to famous sign extension bug.
* Check the new kern.smp.active sysctl rather than the non-existentjhb2001-04-271-1/+1
| | | | smp.smp_active sysctl to determine if we are running on an SMP machine.
* mdoc(7) police: fix markup.ru2001-04-271-111/+94
| | | | (Shows how powerful new -mdoc is.)
* Fix a grammar bogon.schweikh2001-04-261-1/+1
|
* Remove XXX_BROKEN_GCC from the Makefile.asmodai2001-04-261-3/+0
| | | | This compiles just fine with recent gcc's.
* mdoc(7) police: remove hard sentence breaks.dd2001-04-261-3/+6
|
* Add missing break when printing IPv6 multicast addresses.fenner2001-04-261-1/+2
| | | | | Use the sockaddr_dl sdl_type, not ifnet.if_type, to decide what type a multicast sockaddr_dl is.
* Remove GCC-ism (-Wall).will2001-04-261-1/+1
| | | | Submitted by: bde
* Add -Wall.ru2001-04-251-1/+1
|
* -Wall cleanup.ru2001-04-251-1/+2
|
* unifdef -UWANT_ENV_PWD.ru2001-04-252-42/+13
| | | | No one ever going to use this bugfeature.
* Make ${.OBJDIR} canonical.ru2001-04-251-10/+2
| | | | Reviewed by: bde
* Reverse order of from and to in order to match reality.dougb2001-04-251-1/+1
| | | | | PR: 26631 Submitted by: Glenn Johnson, glennpj@charter.net
* Teach cut(1) how to handle long lines: convert from fgets(3) to fgetln(3).dd2001-04-251-5/+17
| | | | | PR: 26810 Reviewed by: dwmalone
* Wrap lint calling in a variable.asmodai2001-04-241-2/+3
| | | | | | | | | Set LINT to the obj path, since we need to use the new lint's features to create .ln files. We do not want to use the installed version for that, since that might create files according to the old lint. This is still a work in progress to clean this all up, but it gets through buildworld, which was the problem at hand.
* Add build-tools target to the description file, requisite of makingasmodai2001-04-241-1/+3
| | | | | | lint a build-tool. Also re-enable llib.
* Call usage() if given more than 1 argument.kris2001-04-241-2/+4
| | | | | Submitted by: "Andrew R. Reiter" <arr@watson.org> Obtained from: OpenBSD
* Keep my dirty paws off of the $NetBSD$ id's. They're tabbed and shouldasmodai2001-04-234-5/+5
| | | | | | remain so. Submitted by: bde/obrien
* Include correct header files, in preparation for fixing sys/mount.h.grog2001-04-232-0/+3
| | | | Suggested-by: phk
OpenPOWER on IntegriCloud