Joerg Wunsch
8eea4d3c76
Add a DDB command `show buffer', to display a struct buf. It's impossible
...
to display everything, so i've chosen a small subset. Add more to this as
you think seems useful.
1997-05-10 09:09:42 +00:00
Bruce Evans
1cbeae88a4
Cleaned up #includes. Lite2 cleaned up <sys/mount.h> so no kludges
...
are required for NFS now.
Ifdefed SMP #defines.
1997-05-10 08:01:13 +00:00
Bruce Evans
b02cab92aa
Use `mk' files in share/mk (relative to the top level of the source
...
tree) instead of the system default ones in /usr/share/mk. This
only works for makes run from the top level, and a few not too out
of date system makefiles must be present to start up. Bootstraps
from can still be done from scratch by giving the path to an up to
date share/mk on the command line.
Removed bootstrap `mk' target and use of it. The bootstrap didn't
actually work for the non-null DESTDIR case.
1997-05-10 06:53:40 +00:00
Brian Somers
f2cc6198fc
Pay attention to what Bruce actually says
...
rather than what I think he's going to say.
(Now undoing the last timerval change)
Really suggested by: bde
1997-05-10 06:04:23 +00:00
Brian Somers
58dc23b716
Update ppp example pid_file name.
...
Suggested by: ache
1997-05-10 05:46:52 +00:00
Brian Somers
93154d87be
Don't require that it_interval be valid if
...
it_value is set to zero - as per documentation.
Suggested by: ache & bde
1997-05-10 05:29:41 +00:00
Andrey A. Chernov
94658e740e
Plug even more failure memory leaks
1997-05-10 04:40:40 +00:00
Andrey A. Chernov
d0673936fd
Cleanup
...
Plug failure memory leaks
Use issetugid now
PR: 3492
1997-05-10 04:28:17 +00:00
Masafumi Max NAKANE
2914552a87
Remove this file to sync with the English version.
1997-05-10 03:55:55 +00:00
Masafumi Max NAKANE
a24f4b45ff
Change translation for some phrase.
1997-05-10 03:48:03 +00:00
Masafumi Max NAKANE
cf9cf5e7ba
Merge the en version changes, 1.13 -> 1.15.
...
Submitted by: Takashi Saeki <saeki@saskg.semicon.sony.co.jp>
1997-05-10 03:45:18 +00:00
Brian Somers
72e159b70c
Ouch. This was dying to cause problems !
...
Luckily the side-effects were what was
intended.
1997-05-10 03:44:50 +00:00
Brian Somers
41c6c54314
Add a ttyXX.if file in /var/run that points to
...
the tunX.pid file. Change the ppp.tunX.pid name
to tunX.pid
Requested by: Daniel O Callaghan <danny@panda.hilink.com.au>
1997-05-10 03:39:57 +00:00
John Fieber
9f944c1498
Remove linuxdoc to latex support.
1997-05-10 03:26:27 +00:00
John Fieber
bd7ecfc044
1) Remove latex support.
...
2) Remove -ssi option, the -hdr and -ftr options are a more
flexible solution.
3) Make docbook support work better.
4) Document docbook support.
5) Add an -e option to specify encoding for generated HTML files,
eg -e EUC-JP adds an appropriate <META> tag in the <HEAD> element.
1997-05-10 01:25:50 +00:00
Brian Somers
274e766c99
Tidy up the code - bounds checking, return
...
value checking etc.
Submitted by: eivind
1997-05-10 01:22:19 +00:00
Brian Somers
13743c302f
Don't reconnect (due to reconnect setting) after
...
close command.
1997-05-09 23:34:56 +00:00
Masafumi Max NAKANE
bca823fa2a
Added russian.sgml and removed troubleshooting.sgml.
1997-05-09 23:09:56 +00:00
Masafumi Max NAKANE
88e5b36b73
Merge the EN version changes, 1.10 -> 1.12.
1997-05-09 23:03:36 +00:00
Masafumi Max NAKANE
560ec2fbb1
Merge the EN version changes, 1.19 -> 1.21.
1997-05-09 23:02:22 +00:00
Masafumi Max NAKANE
88602408d3
Merge the EN version changes, 1.28 -> 1.29.
1997-05-09 23:01:01 +00:00
Masafumi Max NAKANE
97a6e4d373
Merge the EN version changes, 1.15 -> 1.17.
1997-05-09 22:58:07 +00:00
Masafumi Max NAKANE
e6fb6562ac
Merge the EN version changes, 1.16 -> 1.17.
1997-05-09 22:57:02 +00:00
Masafumi Max NAKANE
1e3378854c
Merge the en version changes, 1.9 -> 1.10.
1997-05-09 22:55:48 +00:00
Masafumi Max NAKANE
adeafa946e
Merge the EN version changes, 1.69 -> 1.75.
1997-05-09 22:52:15 +00:00
Masafumi Max NAKANE
efd9cc781a
An empty file. (So that we can go ahead 'n' update handbook.sgml and
...
Makefile.)
The translation is in progress.
1997-05-09 22:44:44 +00:00
Masafumi Max NAKANE
71a6882b45
Merge the EN version changes, 1.22 -> 1.24.
1997-05-09 22:34:36 +00:00
Brian Somers
030340297a
Set setitimer() arg correctly.
1997-05-09 20:48:21 +00:00
John Polstra
d8fa05fc47
Null commit to force version bump.
1997-05-09 16:16:31 +00:00
Joerg Wunsch
7e97db380c
Ensure string termination after strncpy().
...
PR: 2997
Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
1997-05-09 16:00:35 +00:00
Doug Rabson
a973eeb2c1
Prevent a mapped root which appears on the server as e.g. nobody from
...
accessing files which it shouldn't be able to. This required a better
approximation of VOP_ACCESS for NFSv2 (NFSv3 already has an ACCESS rpc
which is a better solution) and adding a call to VOP_ACCESS from VOP_LOOKUP.
PR: kern/876, kern/2635
Submitted by: David Malone <dwmalone@maths.tcd.ie> (for kern/2635)
1997-05-09 13:18:42 +00:00
Doug Rabson
7a95f810ec
Fix memory leak caused by the fact that the directory offset cookies and
...
the sillyrename information are stored in the same place.
1997-05-09 13:04:43 +00:00
Kenjiro Cho
68713f97a1
merge ATM driver
1997-05-09 12:19:06 +00:00
Andrey A. Chernov
1ea7e0c9e3
Change ASCII case from lower to upper
1997-05-09 10:27:21 +00:00
Peter Wemm
4d37268944
Fatal trap 13: Brain fault, commit botched.
...
Current task: transcribing patch
Time: for a coffee
Faulting address: bde
1997-05-09 09:46:50 +00:00
Kenjiro Cho
dadf1d229d
import Chuck Cranor's ATM driver
1997-05-09 08:04:59 +00:00
Kenjiro Cho
413fe3928f
import Chuck Cranor's ATM driver
1997-05-09 07:48:14 +00:00
Jordan K. Hubbard
3cc5346fb1
Add:
...
Hauppauge Wincast/TV boards (PCI)
STB TV PCI
Intel Smart Video Recorder III
To list of supported devices.
Submitted by: Randall Hopper <rhh@ct.picker.com>
1997-05-09 07:45:37 +00:00
Jordan K. Hubbard
98e24c476f
Merge 1.33.2.12 from 2.2
1997-05-09 07:44:19 +00:00
Masafumi Max NAKANE
adf3c1f997
<heading> should be closed by </heading> (not </>). :-)
1997-05-09 06:19:03 +00:00
Masafumi Max NAKANE
f1f3cf1cda
Merge the en version changes, 1.11 -> 1.12.
1997-05-09 05:56:24 +00:00
Peter Wemm
230ebd9559
Bandaid old register offset code after md_regs changed type..
...
Submitted by: Eivind Eklund <perhaps@yes.no>
1997-05-09 04:02:58 +00:00
Masafumi Max NAKANE
ba1478c15d
Merge the en version changes, 1.52 -> 1.53.
1997-05-09 03:52:17 +00:00
Masafumi Max NAKANE
6eb3f3d24f
Merge the en version changes, 1.24 -> 1.25.
1997-05-09 03:41:46 +00:00
Masafumi Max NAKANE
8b6ade04d4
Merge the en version changes made in 1.237 -> 1.240.
...
While at it, did some tabs <-> spaces conversion to match the JP version
to the EN version so that patch generated by cvs diff handbook/contrib.sgml
can be often reused to update the JP version.
1997-05-09 03:10:34 +00:00
Masafumi Max NAKANE
2a34819c2c
Merge the en version changes made in 1.63 -> 1.65.
1997-05-09 03:07:23 +00:00
Masafumi Max NAKANE
b23a15b5eb
In one part, the list of addtional contributor wasn't kept in alphabetical
...
order.
1997-05-09 02:54:53 +00:00
Masafumi Max NAKANE
cbb0e4c789
Merge the en version changes made in 1.3 -> 1.4.
1997-05-08 18:31:38 +00:00
Joerg Wunsch
e655e13a6b
Kill a stale .pq line.
1997-05-08 15:31:39 +00:00
Joerg Wunsch
5273ab0dfc
Add Kenjiro to the list of committers.
1997-05-08 15:30:29 +00:00