summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* String operations could silently truncate long strings, leaving the outputgshapiro2001-05-181-8/+8
| | | | | | | | | | | corrupted. Mark's patch fixes this be removing the MAXTOK limitation on substring operations and allowing the putback buffer size to be the limiting factor. If the putback buffer size if reached, m4 gives an error instead of silently truncating the string. PR: bin/26619 Submitted by: Mark Peek <mark-ml@whistle.com> MFC after: 5 days
* I appear to be badly out of practice. Remember to flush the output streamnik2001-05-181-0/+1
| | | | when mixing printf and write.
* Removed -I${.CURDIR}/.../sys from CFLAGS.ru2001-05-184-4/+0
|
* Remove GCC-ism (-Wall).ru2001-05-181-3/+0
|
* mdoc(7) police: Fix markup and spelling.ru2001-05-181-37/+34
|
* Don't leak memory when compiling text following the `a', `c' or `i' command.ru2001-05-181-1/+1
| | | | | | | | | Testcase: echo FOO | sed "/FOO/c\\ `jot -b 'aaaa\' 500`" Submitted by: Max Khon <fjoe@newst.net>
* Add scrshot to the i386 specific section. If someone can test this on thenik2001-05-181-0/+1
| | | | Alpha I'd appreciate it.
* By default build make(1) as a static binary. It costs only 100k of additionalsobomax2001-05-181-0/+2
| | | | | | | disk space, buf provides measureable speed increase for make-intensive operations, such as pkg_version(1), `make world' and so on. MFC after: 1 week
* New scrshot utility, using the CONS_SCRSHOT ioctl. Usage isnik2001-05-183-0/+253
| | | | | | | | scrshot /dev/ttyv0 > shot.scr See the shot2{txt,png} utilities (soon to be) in the ports collection. Reviewed by: -arch
* Missed a few things.obrien2001-05-181-3/+4
|
* In a word -- style(9).obrien2001-05-181-43/+51
|
* Add the "prompt" and "passwd_prompt" fields to /etc/login.conf,obrien2001-05-181-3/+8
| | | | | | which makes lgoin more like getty in its ability to be configured. Submitted by: tlambert (code only)
* 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.
OpenPOWER on IntegriCloud