summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Ack, ip_mroute.h is not an ipfilter include. :-/peter1999-10-111-0/+1
| | | | Submitted by: Mike Heffner <spock@techfour.net>
* Fix the following:julian1999-10-101-1/+1
| | | | | | | | | | | It appears that make fails to read the global symbol table of the archive file, making it think that the library needs to be rebuilt. fix supplied in PR: PR: bin/14167 Submitted by: Sebastian Lederer <lederer@bonn-online.com> Reviewed by: gallatin@FreeBSD.ORG
* Don't #include ipfilter includes that aren't there anymore.peter1999-10-101-7/+0
|
* This implements the RLIMIT_SBSIZE ("sbsize") administrative limits forgreen1999-10-092-13/+26
| | | | | userland. Currently, it can be enforced by login and csh. More shells supporting sbsize are welcome.
* spellingcharnier1999-10-084-10/+10
|
* Fix the breakage of doscmd that was caused by the rebirthmarcel1999-10-083-3/+4
| | | | | | | of sigcontext and the change in mcontext_t. Partial fix submitted by: Philipp Mergenthaler <un1i@rz.uni-karlsruhe.de>`
* Allow for a telnet in secure/ (SRA telnet).markm1999-10-071-2/+3
| | | | Submitted by: Nick Sayer
* Remove the inclusion of device.h. It's no longer there.n_hibma1999-10-061-1/+2
|
* sv_SE collateache1999-10-033-2/+87
| | | | | | | add one missing dependance PR: 13928 Submitted by: Palle Girgensohn <girgen@partitur.se>
* ISO8859-5 collateache1999-10-033-0/+213
| | | | Submitted by: Nikolai Saoukh <nms@ethereal.ru>
* allow comments in map filesache1999-10-031-0/+1
|
* ISO8859-5 localeache1999-10-032-0/+187
| | | | Submitted by: Nikolai Saoukh <nms@ethereal.ru>
* Reconnect doscmd. It's been fixed.marcel1999-09-291-1/+1
|
* Unbreak doscmd after the sigset_t change:marcel1999-09-2920-263/+224
| | | | | | | | | | | | doscmd heavily depends on struct sigcontext which luckily is mostly passed between functions as usion regcontext_t. By redefining union regcontext_t in terms of mcontext_t almost all bases are covered. It also seems to me that doscmd was in a transitional state. The redundant definitions made it difficult to get a clear overview and could easily cause oversight. To make sure my changes were ok, I went as far as to complete the transition. It was not exactly necessary, but I expect to have to come back here some more ("whistle" if I'm wrong :-).
* sigset_t change (part 5 of 5)marcel1999-09-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ----------------------------- Most of the userland changes are in libc. For both the alpha and the i386 setjmp has been changed to accomodate for the new sigset_t. Internally, libc is mostly rewritten to use the new syscalls. The exception is in compat-43/sigcompat.c The POSIX thread library has also been rewritten to use the new sigset_t. Except, that it currently only handles NSIG signals instead of the maximum _SIG_MAXSIG. This should not be a problem because current applications don't use any signals higher than NSIG. There are version bumps for the following libraries: libdialog libreadline libc libc_r libedit libftpio libss These libraries either a) have one of the modified structures visible in the interface, or b) use sigset_t internally and may cause breakage if new binaries are used against libraries that don't have the sigset_t change. This not an immediate issue, but will be as soon as applications start using the new range to its fullest. NOTE: libncurses already had an version bump and has not been given one now. NOTE: doscmd is a real casualty and has been disconnected for the moment. Reconnection will eventually happen after doscmd has been fixed. I'm aware that being the last one to touch it, I'm automaticly promoted to being maintainer. According to good taste this means that I will receive a badge which either will be glued or mechanically stapled, drilled or otherwise violently forced onto me :-) NOTE: pcvt/vttest cannot be compiled with -traditional. The change cause sys/types to be included along the way which contains the const and volatile modifiers. I don't consider this a solution, but more a workaround.
* -Wall fixes.billf1999-09-271-0/+1
| | | | Submitted by: nrahlstr
* Capitalization errors:chris1999-09-251-2/+2
| | | | | * Gcc -> gcc * Gnu -> GNU
* Correct spelling : ascii -> ASCIIphantom1999-09-205-6/+6
| | | | | | PR: docs/13702 Submitted by: Stephen J. Roznowski <sjr@home.com> Reviewed by: mpp
* Change edistribution to krb4 in preaparation for K5markm1999-09-194-4/+4
|
* Fix for new Kerberos4.markm1999-09-192-2/+4
|
* "Disks" is more correct than "Disks" could be.green1999-09-191-1/+1
|
* Fix warning: return type of `main' is not `int'peter1999-09-151-1/+1
|
* Don't disallow null search patterns --- they are interpreted as beinghoek1999-09-141-7/+10
| | | | | | identical to the previous pattern. Noticed-by: Jeroen Ruigrok/Asmodai
* Correct some hard sentence breaks. Only those surrounding the previoussheldonh1999-09-146-17/+20
| | | | | | | | commit and those which cause ugly nroff output have been fixed, since the purpose of the style guideline which they contravene is to reduce the sizes of deltas. Reported by: bde
* use %OB for months namesache1999-09-121-2/+2
|
* Redefine KEY_HOME as BOL like in pico, joe and lot of others and line editionache1999-09-121-2/+4
| | | | Add KEY_END as EOL
* Remove all \n from __COPYRIGHT(...) string - assembler can't parse themache1999-09-121-2/+2
| | | | in .ident and produce warning
* s/with historical makefils//. Also, relocate and change the descriptionhoek1999-09-111-7/+15
| | | | | | | | | | of VPATH to be a little sexier. I'd say it looks a bit like Claudia Schiffer now, which I consider a definate improvement. We're also a little more subtle about saying that VPATH is for backward(s) compatibility. Submitted-by: chris, bde, and myself [although none of their descriptions were as sexy M(|is|r)s Schiffer, of course].
* Remove the #include of sys/param.h. It was meant to improve portabilityhoek1999-09-111-1/+0
| | | | | | | | | for BSD less than 4.4 where sys/cdefs.h DNE but can be simulated with param.h. Unfortunately, the additional include did little to actually improve portability since we've lost portability in several other chunks of make code (err(), sysctlbyname(), probable more). Partly submitted by: bde
* Unduplicate IDs from comments, do $Id -> $FreeBSD$ (submitted-by: bde)hoek1999-09-1113-36/+10
|
* Remove assertion of Shigio Yamaguchi's copyright, by request in bin/13607.hoek1999-09-101-1/+0
|
* Allow 'make' to check out elements within archive libraries.julian1999-09-102-2/+6
| | | | | | | | | | | "Make no longer properly parses archive files, so using archive members as make targets, as described in PSD:12 section 4.2, does not work." Really should be merged into 3.3 before we ship if we can.. it's a trivial fix. PR: bin/13039, bin/10274 Submitted by: Mikko Tyolajarvi mikko@dynas.se
* Unbroke `make -s' case.ru1999-09-101-3/+3
| | | | | PR: 13676 Submitted by: wollman
* Improve shell documentation:sheldonh1999-09-086-33/+51
| | | | | | | | | | | | | | | | | | | | | | | | | * Consistently misspell built-in as builtin. * Add a builtin(1) manpage and create builtin(1) MLINKS for all shell builtin commands for which no standalone utility exists. These MLINKS replace those that were created for csh(1). * Add appropriate xrefs for builtin(1) to the csh(1) and sh(1) manpages, as well as to the manpages of standalone utilities which are supported as shell builtin commands in at least one of the shells. In such manpages, explain that similar functionality may be provided as a shell builtin command. * Improve sh(1)'s description of the cd builtin command. Csh(1) already describes it adequately. Replace the cd(1) manpage with a builtin(1) MLINKS link. * Clean up some mdoc problems: use Xr instead of literal "foo(n)"; use Ic instead of Xr for shell builtin commands. * Undo English contractions. Reviewed by: mpp, rgrimes
* Fix Common Error brokenness.markm1999-09-063-6/+6
|
* -Wall: remove unused variable, initialize variable to avoid gcc stupidity.billf1999-09-061-1/+3
|
* Don't depend on the fact that variables default to int.billf1999-09-062-5/+5
|
* Cast pw_change and pw_expire to long and fix the format specifier accordingly.billf1999-09-061-2/+2
|
* Unifdef -DPASSWD_IGNORE_COMMENTS. This wasn't really optional andpeter1999-09-063-4/+2
| | | | we have enough pseudo-options already.
* Add xrefs to the {f,net,sock}stat.1 manpages. While I'm in there, fixsheldonh1999-09-063-1/+8
| | | | | | | the sockstat.1 document title, which still remembers when sockstat was called lsock. Reviewed by: mpp
* Zap $Locker$peter1999-09-061-1/+0
|
* Zap $Source$peter1999-09-061-1/+0
|
* $Revision$ -> $FreeBSD$peter1999-09-061-1/+1
|
* Zap $Revision$peter1999-09-061-1/+1
|
* Tidy up $Log$ debrispeter1999-09-061-3/+0
|
* Remove unused variables.chris1999-09-051-3/+1
|
* $Id$ -> $FreeBSD$peter1999-09-052-2/+2
|
* mdoc(7) style fixesphantom1999-09-051-1/+3
| | | | | PR: docs/13409 Reviewed by: mpp
* Perl support in vi is broken if perl has thread support built in.markm1999-09-041-2/+2
| | | | Document this. Minor nitpick in other comments.
* Build this from contrib/ now.markm1999-09-047-657/+3
|
OpenPOWER on IntegriCloud