Commit Graph

22021 Commits

Author SHA1 Message Date
jkh
8195d51ed0 Bring back /etc/netstart for those who are sitting in single user and
wish only to bring up their interfaces.  This script is not actually called
by any other script and exists purely for user convenience.
Requested by:	pst
1997-05-18 14:10:06 +00:00
kato
a20592cd42 Synchronize with sys/i386/boot/biosboot/bios.S and
sys/i386/boot/biosboot/serial.S revisions 1.10 and 1.7, respectively.
1997-05-18 12:28:38 +00:00
max
7893528820 Merge the EN version changes, 1.69 -> 1.70. 1997-05-18 12:16:02 +00:00
max
0e908fc055 Bump the original revision by one.
(The previous commit took care of merging the en version changes.)
1997-05-18 12:01:35 +00:00
peter
9e3a2a0c2b Update the nanosleep versions to set a SIGALRM handler while sleeping.
This appears to appease Apache, although depending on having sleep(3)
changing the SIGALRM handler is a bit bogus.
1997-05-18 10:57:49 +00:00
dfr
8fc601bf6f Add a couple of test cases for mmap over NFS. 1997-05-18 10:03:48 +00:00
davidn
958b435ec8 MF2.2: update login_cap api docs.
PR:
Reviewed by:
Submitted by:
Obtained from:
1997-05-18 09:14:11 +00:00
peter
26a980720c fix missing close comment in login_cap additions 1997-05-18 08:12:14 +00:00
asami
90cf3f06bb Document __FreeBSD_version values up to 2.2.2R. Should be in 2.2.2. 1997-05-18 03:35:01 +00:00
asami
64c18448f4 Change name of current release to 2.2.2. This should be in 2.2.2, it
will be pretty darn embarrassing to ship a release with a handbook
that claims it's one version older. :)
1997-05-18 03:30:20 +00:00
hanai
176ecf9be5 Change the release name 1997-05-18 02:30:50 +00:00
max
82d987fad0 Merge the en version changes, 1.244 -> 1.245. 1997-05-18 01:30:18 +00:00
tegge
7070e01f29 Removed my name from the list of contributors.
Corrected my name in the 386BSD Patch kit section.
1997-05-17 22:08:16 +00:00
phk
0419930c72 Remove redundant check for vp == dvp (done in VFS before calling). 1997-05-17 18:32:53 +00:00
max
5d5eedc2d1 Merge the EN version changes, 1.243 -> 1.244. 1997-05-17 16:40:11 +00:00
max
9c170b196b Added Chris Dabrowski < chris@vader.org> to the additional contributors list
for the traceroute port.
1997-05-17 16:38:25 +00:00
hanai
fdd0e89e28 New translation of russian.sgml.
Add Motoyuki Konno <motoyuki@st.rim.or.jp> into the
contributors' list for Japanese translation.
Reviewed by: hanai@astec.co.jp
Submitted by: motoyuki@st.rim.or.jp
1997-05-17 16:15:10 +00:00
brian
3d81388ebf Make openmode active by default (for both client/server).
Requested by:	The masses.
1997-05-17 16:08:48 +00:00
peter
ef2cb50b1e if nanosleep returns too early, loop. usleep() does not have a return
value, it appears as though the semantics of usleep are that it doesn't
return early.  (only in the nanosleep code - the setitimer code does this
already)
1997-05-17 15:42:58 +00:00
peter
ee42839b4f round-up non-zero nanoseconds in #ifdef'ed code. 1997-05-17 15:41:08 +00:00
peter
344c014087 Implement a -R option to cvs to turn on read-only repository mode.
When using a local repository that is only written to by CVSup - which
I assume doesn't do the cvs locking protocol - this option might be a
speedup since cvs will not create lock files.
1997-05-17 14:20:33 +00:00
peter
a3f9754a77 use xstrdup rather than strdup in case of malloc failure. 1997-05-17 14:14:47 +00:00
peter
9d520c8a55 Catch write-lock attempts immediately if running in read-only mode rather
than depending on getting a write fail.
1997-05-17 14:04:18 +00:00
peter
2b6097ead3 Pull in OpenBSD's support for checking out from a read-only repository,
such as within an anoncvs server, or from a CDROM repository.
Cyclic (the cvs maintainers) do not like this approach and have an
alternative read-only system, but that requires a read/write repository to
work (which rules out CDROM).

Obtained from: OpenBSD
1997-05-17 14:01:25 +00:00
peter
4ad318b323 Complete the support for $FreeBSD$. Add an option "tagexpand=" which
controls the RCSINCEXC encironment variable for our rcs version, and
also convert the rest of the checkout enhancements from rcs into cvs's
fast checkout code.  (yes, cvs doesn't call 'co' anymore)
We now have fine grained individual keyword expansion control and can
set the keyword to anything the user wants.

Also, a new keyword, $CVSHeader$ comes in from rcs, it's like $Header$
except that it shows the pathname relative to the cvsroot.  eg:
  $FreeBSD: src/bin/ls/ls.c,v 1.10.2.14 1997/05/17 13:15:45 peter Exp $
	    ^^^^^^^^^^^^^^^^^
The idea for this comes from $XFree86$ which expands like $CVSHeader$.
The "local id" string can be set to expand like Id, Header or CVSHeader.
(Matching support for this is apparently happening in cvsup right now)
1997-05-17 13:38:45 +00:00
peter
23956b45ea Don't override BINOWN and BINGRP by setting them to "bin". Use the
system defaults (BINOWN is often root as a security precaution).
1997-05-17 11:53:03 +00:00
kato
419736a877 Synchronize with sys/i386/isa/syscons.c and sys/i386/isa/syscons.h
revisions 1.216 and 1.29, respectively.
1997-05-17 11:52:26 +00:00
peter
01e3d5c705 Allow conditional use (add -DUSE_NANOSLEEP) to CFLAGS of nanosleep() for
the backend of sleep(3) and usleep(3).  It's off by default until the
problem is fixed.
1997-05-17 11:40:58 +00:00
ache
eebddce2d9 Temporarily restore old (itimer) sleep variant because new one
(nanosleep) breaks Apache httpd badly: his childs died quickly after
number of requests (SIGPIPE). To reproduce this bug start
gdb /usr/local/sbin/httpd
run -X

and make some bunch of concurent requests (load the server pages
from 3 different places f.e.)
After short time httpd dies via SIGPIPE. It never dies with old sleep.c

In real life it looks like lots of broken images on the pages or missing
pages. Lynx says about Network read error, etc.
It seems something wrong in nanosleep signal handling.
1997-05-17 08:32:42 +00:00
brian
31f4111969 Add -links option to sgmlfmt (via SGMLOPTS).
This allows people to xref specific parts of the
handbook from elsewhere.
1997-05-17 04:00:26 +00:00
max
754d4192ed Merge the en version change, 1.242 -> 1.243. 1997-05-17 03:50:40 +00:00
max
de9faf793d Added Carey Jones <mcj@acquiesce.org> to additional contributors list for
the slrn port.
1997-05-17 03:48:32 +00:00
brian
3a163bace7 Check for duplicate spool dirs.
Submitted by:	eivind
1997-05-17 03:04:43 +00:00
pst
17bd88ae9b Merge from 2.2: allow blank lines and comments 1997-05-16 20:40:00 +00:00
bde
4b84d80820 Removed some useless code:
- gcc assumes that %ecx and %edx are clobbered (due to calling
  conventions), thus there is no need for saving/restoring those two
  registers.
- %es is reset to default value by real_to_prot, thus there is no need
  for saving/restorig that register.
Submitted by:	tegge
1997-05-16 10:40:00 +00:00
dfr
573a396aa7 Generalise the previous change so that only NFS hostnames are looked up.
PR:		bin/3588
Suggested by:	Joerg Wunsch <joerg_wunsch@uriah.heep.sax.de>
1997-05-16 10:27:02 +00:00
peter
12c4ced9fa Initial round of support for a local $Id$ keyword in cvs, eg: $FreeBSD$.
This is not complete yet in that it doesn't drive our version of RCS
completely, but it does work fine when you do the appropriate magic.

Obtained from: OpenBSD source tree
1997-05-16 00:12:16 +00:00
peter
174a377378 Update 1997-05-15 23:10:27 +00:00
peter
e13905b82e Update to build the new cvs version 1997-05-15 23:00:07 +00:00
peter
baaed17f86 Delete extranious $Id$ - it's not expanded on -ko files 1997-05-15 22:56:29 +00:00
peter
6ff5202f15 Merge import conflicts 1997-05-15 22:52:26 +00:00
peter
e99541e508 Merge conflicts 1997-05-15 22:50:32 +00:00
peter
4f40fe8334 Import of cvs-1.9.9-970515 onto vendor branch.
Obtained from: cyclic.com
1997-05-15 22:46:24 +00:00
peter
4667046756 This commit was generated by cvs2svn to compensate for changes in r25839,
which included commits to RCS files with non-trunk default branches.
1997-05-15 22:46:24 +00:00
peter
a39eb136c4 Forgot to commit this after last bind/resolver update 1997-05-15 20:05:16 +00:00
tegge
6d6d2c4e4e Ignore the supplied nfs_diskless structure from the bootstrap loader
if we want to use NFS v3 to mount root and swap.
1997-05-15 19:12:56 +00:00
tegge
3bad217762 Update netboot manual page.
Submitted by:	Luigi Rizzo <luigi@iet.unipi.it>
1997-05-15 19:04:33 +00:00
max
f0ed53bbe1 Typo.
PR:		3600
Submitted by:	Josh Gilliam <soil@quick.net>
1997-05-15 09:00:39 +00:00
ache
dcc0838048 Change FTS_PHYSICAL (not follow symlinks but return them)
to FTS_LOGICAL (follow symlinks and return their targets)

Because
1) In the real system there is a lot of symlinks nowdays over
/var, /spool, etc. Mtree can't do anything for them, i.e. change
permissions/owner. I.e. if you have /var/mail -> /somewhere
it will never be changed to group "mail" 775 like -current does now,
symlink totally confuses mtree.

2) Mtree can't deal with symlinks properly in any case (they are created
separately in other places now), so we lost no functionality by making
them invisible for mtree.
1997-05-15 08:46:57 +00:00
davidn
3ca7419589 For non-root uids, consider root-owned files also 'secure' unless otherwise
disqualified.
1997-05-15 06:06:32 +00:00