Steve Price
573414e0c1
Correct error message when the superuser tries to change
...
the group of immutable files.
PR: bin/3445
Submitted by: Pius Fischer <pius@ienet.com>
1997-08-24 02:10:29 +00:00
Steve Price
b74ad5265d
Correct confusing error message when called as 'stty -sane'.
...
PR: bin/3573
1997-08-24 00:26:12 +00:00
Steve Passe
886e789627
The last of the encapsolation of cpl/spl/ipending things into a critical
...
region protected by the simplelock 'cpl_lock'.
Notes:
- this code is currently controlled on a section by section basis with
defines in machine/param.h. All sections are currently enabled.
- this code is not as clean as I would like, but that can wait till later.
- the "giant lock" still surrounds most instances of this "cpl region".
I still have to do the code that arbitrates setting cpl between the
top and bottom halves of the kernel.
- the possibility of deadlock exists, I am committing the code at this
point so as to exercise it and detect any such cases B4 the "giant lock"
is removed.
1997-08-24 00:05:37 +00:00
Steve Price
a89989b26f
Get rid of integer overflow warning.
...
PR: misc/3575
Submitted by: Bruce Evans <bde@zeta.org.au>
1997-08-23 23:51:12 +00:00
Steve Price
1e915c361e
Remove extraneous init parameter.
...
PR: kern/3595
Submitted by: Chiharu Shibata <chi@rd.njk.co.jp>
1997-08-23 23:38:12 +00:00
Steve Price
18de8a52e4
Remove extra definition of vwprintw.
...
PR: bin/3623
Submitted by: Stephen J. Roznowski <sjr1@flash.net>
1997-08-23 23:23:07 +00:00
Brian Somers
81816fc583
Phone the number after the ``|'' whether the dial
...
OR login script fails.
Catch a small typo in the man page.
1997-08-23 23:14:24 +00:00
Stefan Eßer
230847098b
Some cleanup and a fix for an assumed chip bug:
...
- Do not malloc SCRIPTS memory for those parts of the microcode that
are to be loaded into the on-chip SRAM of the 53c825a or 875 ...
- Modify ncr_chip_lookup to make adding new entries easier.
- Disable use of on-chip SRAM for the 53c825 rev 0x10 to 0x12, since
there seems to be a problem with rev 0x11, while 0x13 is known to
work. (Tested by Chuck Robey <chuckr@glue.umd.edu>).
This code will be merged into 2.2-stable after a few more days of
testing in -current.
1997-08-23 22:01:49 +00:00
Steve Price
bd673ff4e7
.Ar -l -> .Fl l
...
PR: docs/3682
Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
1997-08-23 21:59:41 +00:00
Stefan Eßer
e6344dbdaa
Minor corrections to the code added in rev. 1.100 and 1.101:
...
- fix features of 53c860
- correctly adjust data structure to cache line boundary (32 bytes)
Submitted by: Gerard Roudier <groudier@club-internet.fr>
1997-08-23 21:53:47 +00:00
Steve Price
81eaff0252
Remove the reference to the nonexistant dump(5) manpage.
...
PR: docs/3704
1997-08-23 21:52:47 +00:00
Steve Price
aeaa52dbdc
Cleanup inconsistencies in the manpage.
...
PR: docs/3709
Submitted by: Takahiro Yugawa <yugawa@orleans.rim.or.jp>
1997-08-23 21:42:46 +00:00
Steve Price
da0a2ddec5
Reference the correct version of BSD at the bottom of the
...
manpage.
PR: docs/3735
1997-08-23 21:32:50 +00:00
Steve Price
5b9062772d
Protect against target containing a '%' which might be misinterpreted
...
by err(3).
PR: bin/3864
1997-08-23 21:25:24 +00:00
Steve Price
fae3ea2ced
Increase the retry timeouts.
...
PR: kern/3447
Submitted by: dawes@rf900.physics.usyd.edu.au
1997-08-23 21:05:32 +00:00
Steve Price
fa07a1fae9
.Nm key -> .Nm
...
PR: docs/3877
Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
1997-08-23 16:58:52 +00:00
Steve Price
eb1ca88d07
Turn off hyphenation in this manpage so that .Xr macros, don't get
...
split between lines.
PR: bin/4080
1997-08-23 16:22:30 +00:00
Steve Price
0c30eecaa0
Teach ctags(1) how to handle intermediate whitespace in macros
...
and function definitions.
PR: misc/4128
Submitted by: Shigio Yamaguchi <shigio@wafu.netgate.net>
1997-08-23 16:13:45 +00:00
Steve Price
cf90bd0cbb
Balance single quotes.
...
PR: docs/4161
Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
1997-08-23 15:55:58 +00:00
Joerg Wunsch
36d0e2a3e2
common_source: staticize private version of warn() so to not conflict
...
with libc's version.
lpd: use getopt(3), err(3), add usage(), allow specification of a port #
on the command line as the documentation suggested for more than 10 years.
PR: docs/3290
1997-08-23 15:53:00 +00:00
Joerg Wunsch
6fe3822809
Open the file r/o if looking only. Make the error message more useful.
...
PR: bin/3283
Submitted by: Martin Kammerhofer <dada@freepass.tu-graz.ac.at>
1997-08-23 15:51:14 +00:00
Steve Price
3511ae5bba
Add missing *roff macros to correct display about -V option.
...
PR: docs/4162
Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp
1997-08-23 15:50:53 +00:00
Joerg Wunsch
1b659bfe0b
Fix the .Dd line.
...
PR: docs/3275
1997-08-23 15:49:52 +00:00
Alexander Langer
643811317c
Fixed logging of verbose limited packets.
...
PR: 4351
Submitted by: Ron Bickers <rbickers@intercenter.net>
1997-08-23 14:28:22 +00:00
Joerg Wunsch
32c9dffb9d
Make the daemon process a true daemon by calling setsid().
...
PR: bin/3202
Submitted by: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>
1997-08-23 14:10:34 +00:00
Joerg Wunsch
84c2e30193
Prevent a NULL dereferencation when given a garbage command line.
...
PR: bin/3206
Submitted by: blank@fox.uni-trier.de
1997-08-23 14:09:36 +00:00
John-Mark Gurney
c844b96e15
minor fortune fixes:
...
o convert a ' to "
o remove a stray "
o format some attributations properly
1997-08-23 10:35:16 +00:00
KATO Takenori
75107779c9
Added sysctl args vfs.ext2fs.doclusterread and
...
vfs.ext2fs.doclusterwrite which control cluster read/write operation
on ext2fs filesystem.
1997-08-23 07:41:02 +00:00
John-Mark Gurney
ffc946a350
bin to BIN{OWN,GRP} and add Id line
1997-08-23 05:26:32 +00:00
Julian Elischer
7e2a6151f5
add some comments while trying to understand why appletalk
...
gets some things wrong.
(part of my continuing "comment it as you understand it" effort :)
1997-08-22 22:47:27 +00:00
Warner Losh
29ae2e935b
Fix buffer overflow. prompt didn't get a size for its buffer,
...
so it could overflow it. Also made some filenames MAXPATHLEN long rather
than 80 long.
1997-08-22 22:14:16 +00:00
Peter Wemm
2ebbbbc19a
Set ForwardPath as presently inuse on hub
1997-08-22 16:50:49 +00:00
Peter Wemm
e80e9a69c5
Oops, that'll teach me to edit the makefile after testing... Remove
...
duplicate cbcp.c in SRCS... :->
1997-08-22 15:57:37 +00:00
Peter Wemm
f622ba291d
Turn on client callback support (CBCP), it seems to be complete.
1997-08-22 15:50:09 +00:00
Peter Wemm
54c521fbd8
Cleanup and remove the not-too-useful examples. The current versions
...
should be in share/examples if anywhere.
1997-08-22 15:42:33 +00:00
Peter Wemm
6de549b9f2
merge from vendor branch
1997-08-22 15:39:04 +00:00
John Dyson
e5953c0e16
Fix the "remove optimization" by removing it. Sorry for the trouble.
1997-08-22 15:37:23 +00:00
Peter Wemm
3d793cf175
Merge ppp-2.3.1 changes onto mainline
1997-08-22 15:24:36 +00:00
Peter Wemm
e384a9801e
Print a warning if an unsupported (under SMP) shared address space fork
...
is attempted rather than just failing with an errno.
1997-08-22 15:10:00 +00:00
Peter Wemm
59cc0fde7c
Update to include 2.3.1 details (this is not an imported file, it's a
...
composite of other files)
Reminded by: pst
1997-08-22 14:35:37 +00:00
John-Mark Gurney
e8a2a1c555
-I/sys converstion and Id line
1997-08-22 14:22:31 +00:00
John-Mark Gurney
defffb3fcc
another -I/sys conversion, and add Id line now it's left the vendor branch
1997-08-22 14:21:51 +00:00
John-Mark Gurney
71f6084c4a
another -I/sys to -I${.CURDIR}/../../sys
1997-08-22 14:04:09 +00:00
John-Mark Gurney
82681653a4
change -I/sys to -I${.CURDIR}/../../sys
1997-08-22 14:00:57 +00:00
Søren Schmidt
805af8409d
Activate libvgl
1997-08-22 13:20:03 +00:00
Peter Wemm
9851597813
Update to pppd-2.3.1, except for the CLOCAL changes while running the
...
connect script to main.c that can cause problems on bsd-style tty systems.
1997-08-22 12:03:57 +00:00
Peter Wemm
080ea4d851
Some fixes from Bruce:
...
- don't access time (a volatile) via struct copy.
- merge botches
- note risk of CCOUNT accessing *tp outside spltty().
Submitted by: bde
1997-08-22 11:34:08 +00:00
Satoshi Asami
2722459822
Add "distclean" to list of targets to descend into subdirs for.
1997-08-22 11:16:15 +00:00
Andrey A. Chernov
7b759a7f68
Replace uids comparison by issetugid() call
1997-08-22 11:14:53 +00:00
KATO Takenori
463695c856
Synchronize with sys/i386/i386/userconfig.c and sys/i386/isa/clock.c
...
revisions 1.89 and 1.100, respectively.
1997-08-22 08:12:14 +00:00