Commit Graph

21162 Commits

Author SHA1 Message Date
jkh
11c03b4857 Add global 1997-04-15 12:31:09 +00:00
jkh
ee1a982076 This commit was generated by cvs2svn to compensate for changes in r24959,
which included commits to RCS files with non-trunk default branches.
1997-04-15 12:30:38 +00:00
jkh
29e9ef05d0 Shigio Yamaguchi's global tags package. The infrastructure support
for this is already in place, so "make tags" (or "make tags HTML=yes")
should work after your next make world.
Submitted by:	Shigio Yamaguchi <shigio@wafu.netgate.net>
1997-04-15 12:30:38 +00:00
kato
6958384bb3 Synchronize with sys/i386/i386/trap.c revision 1.92. 1997-04-15 11:49:00 +00:00
kato
ffd83d21bc Synchronize with sys/i386/conf/files.i386 revision 1.159. 1997-04-15 11:43:10 +00:00
joerg
18e2c7bcf8 Implement a -r option to fsdb(8), ``read/only''. 1997-04-15 09:02:48 +00:00
asami
a1af1f9f25 (1) Change comment for USE_X11 to be more explicit about what it
means.

(2) Change MASTER_SITE_GNU etc. to use += instead of ?=, so users can
    specify a local mirror in /etc/make.conf and still get the full
    fallback in case something is missing.
Submitted by:	Narvi <narvi@haldjas.folklore.ee>

(3) Skip port if USE_X11 or USE_IMAKE is defined and /usr/X11R6
    doesn't exist.
Submitted by:	imp

(4) Add "-" in front of rmdir of ${DISTDIR}/${DIST_SUBDIR} in
    distclean target; the directory might not be empty because the
    subdir is shared with some other ports' distfiles.
1997-04-15 08:36:41 +00:00
asami
ba2e0ac267 Add comments about overridable MASTER_SITE_* variables.
Suggested by: Narvi <narvi@haldjas.folklore.ee>
1997-04-15 08:16:44 +00:00
bde
98581d73b1 Removed more traces of ISODEVMAP. 1997-04-15 08:05:08 +00:00
jmg
63aa5bd4bf fix some typos, and some slight clean up...
Closes PR#3266
1997-04-15 07:41:10 +00:00
jmg
b9eae6c01a fix a few typos..
Closed PR#3265
1997-04-15 07:15:47 +00:00
danny
426c0ef54f List of users who may not use pppd in system password logins, and a
sample list of acceptable shells.
1997-04-15 07:15:15 +00:00
jmg
3c3585f2d9 fix a couple typos...
Closer PR#3264
1997-04-15 07:06:15 +00:00
danny
010c2a1721 Reviewed by: Brian Somers <brian@freebsd.org>
pppd now creates /var/run/ttyXn.if file containing the interface name;
check that a 'login' user is not listed in /etc/ppp/ppp.disabled;
check that a 'login' user's shell is listed in /etc/ppp/ppp.shells;
make sure that passwordless 'login' logins are recorded in wtmp and
utmp.
1997-04-15 07:00:35 +00:00
brian
62262618d1 Remove osreldate. I got the number wrong anyway :( 1997-04-15 00:03:36 +00:00
brian
79e9ad3638 Make the next number redial ability configurable. The
"set redial pause [times]" command becomes
"set redial end-pause[.next-pause] [times]" and next-pause
defaults to 3 seconds.  This keeps things backwards
compatable.

Suggested by:	ache
1997-04-14 23:48:20 +00:00
phk
eb14a5b63f Remove unneeded member nsp_head from struct nspcb. 1997-04-14 18:26:51 +00:00
phk
8f96c46bfe #include <sys/queue.h> 1997-04-14 18:23:48 +00:00
phk
6d04b70c8d Use LIST macros instead of insque/remque 1997-04-14 18:23:25 +00:00
phk
e388d116a8 Add LIST_FIRST, LIST_FOREACH and LIST_NEXT 1997-04-14 18:22:02 +00:00
phk
4063ed8069 Remove all traces of undocumented feature ISODEVMAP. 1997-04-14 18:15:47 +00:00
phk
891898fa43 Forget all about APM. Instead of "hlt" call through a vector which
APM can then fiddle with.  Default for the vector is to "htl; ret"
1997-04-14 18:12:05 +00:00
bde
a3ae9f963c Renamed undelete() to undelete_messages() to avoid conflict with new
undelete() syscall.

Submitted by:	partly by roberto
1997-04-14 16:49:30 +00:00
jkh
61506fd911 YAMF22 1997-04-14 16:47:38 +00:00
bde
acd2453afe Use the same IOPL check as in syscons.
Reviewed by:	pst, joerg
1997-04-14 15:54:39 +00:00
bde
962aa0edea Fixed missing const. Include <unistd.h> so that the function type gets
checked.
Submitted by:	partly by roberto
1997-04-14 15:14:58 +00:00
bde
1701e82b19 Removed ix.4.
Submitted by:	roberto
1997-04-14 15:05:49 +00:00
bde
bb4f12b65c Fixed printing of registers in dbflalt_handler(). The registers
were always in a tss; that tss just changed from the one in the
pcb to common_tss (who knows where it was when there was no curpcb?).
Not using the pcb also fixed the problem that there is no pcb in
idle(), so we now always get useful register values.
1997-04-14 13:52:52 +00:00
bde
4dd7bf87eb Fixed another prototype bug in synopsis. 1997-04-14 13:37:18 +00:00
bde
c6bd28908e Fixed spelling of isnetworktty.
Fixed stray whitespace.
1997-04-14 13:33:20 +00:00
jkh
e17c67fedd Add Stefan Bethke to all the usual places.
Fix typo-spam from yesterday (sorry John!)
1997-04-14 13:20:21 +00:00
kato
a89bb5f7f7 Fix `lockmgr: locking against myself' panic by multi union mount of
same directory pair.

If we do:
    mount -t union a b
    mount -t union a b
then, (1) namei tries to lock fs which has been already locked by
first union mount and (2) union_root() tries to lock locked fs.  To
avoid first deadlock condition, unlock vnode if lowerrootvp is union
node, and to avoid second case, union_mount returns EDEADLK when multi
union mount is detected.
1997-04-14 10:52:25 +00:00
wosch
8fcb5d7984 Add manpage link introduction.1 -> intro.1 1997-04-14 10:24:14 +00:00
jmg
98079212cc slight rewording of HISTORY section
Closes PR#3261
1997-04-14 09:24:06 +00:00
kato
c3f358a1d3 Fix locking violation when accessing `..'.
Obtained from:	NetBSD
1997-04-14 05:13:55 +00:00
peter
15519681fe Unused variable (upobj is now purely handled within pmap) 1997-04-14 03:40:42 +00:00
gibbs
171f8e74af Be more careful about how SCBs are cleaned up during error recovery.
Add some more diagnostic information to timeouts.
1997-04-14 02:27:50 +00:00
gibbs
eba76f6c45 Re-arange the selection and reselection code to hopefully kill the
spurious selection timeouts that have been reported.
1997-04-14 02:26:59 +00:00
dyson
28135ae9b2 Make a problem that I cannot reproduce go away for now. This commit
is to decrease the inconvienience of other developers until I can
really fix the code.
Reviewed by:	Donald J. Maddox <dmaddox@scsn.net>
1997-04-14 01:28:58 +00:00
gibbs
1fb8503751 New name for the EtherExpress register file. 1997-04-14 00:40:04 +00:00
gibbs
20ceba0216 Add Intel EtherExpress16 support into the ie driver, removing the need
for the ix driver.

Add a shutdown hook that resets the etherexpress so that Windoze can find
the card after a warm boot.

Submitted by: Aaron Smith <aaron@tau.veritas.com>
Obtained From: NetBSD
1997-04-14 00:37:53 +00:00
gibbs
61f3ba2045 GENERIC, LINT:
Add an ie entry that corresponds to the location the old ix entry used
to probe and kill the ix entry.

files.i386:
Remove entries for the ix driver.
1997-04-14 00:35:25 +00:00
gibbs
e1b0ef5af6 Remove this man page now that the ie driver supports the EtherExpress16. 1997-04-14 00:31:19 +00:00
davidn
52eacdf9c6 Remove text about unsupported flags 'mdmbuf', 'local', 'crtscts' etc
that are in reality handled in gettytab.

Document the new 'dialin' and 'network' tty flags.
1997-04-13 21:29:50 +00:00
joerg
2964fbaf62 ``Ooops'' :-) 1997-04-13 20:20:25 +00:00
davidn
8a567ff7fe (log entry inadvertently missed)
Add "dialin" to installable /etc/ttys file for dialin lines which
allows login to recognise which serial lines are dialin etc.
1997-04-13 20:09:54 +00:00
davidn
9b251603c0 PR:
Reviewed by:
Submitted by:
Obtained from:
1997-04-13 19:58:05 +00:00
joerg
3c00d09fbb Make the $@ macro behave as described in the man page.
This patch has been submitted by Andreas Burmester (i think) on the
German Usenet long ago.  Andreas told me that our m4 has quite more
subtle bugs, so we might consider using NGU m4 instead.
1997-04-13 17:51:32 +00:00
bde
e337a6ffb3 Don't forget to set `runtime' in fork_trampoline(). The time slice before
switching to a child for the first time was being counted twice.  I think
this only affected unimportant statistics.

Simplified arg handling in fork_trampoline().  splz() doesn't actually
smash the registers of interest.
1997-04-13 16:58:08 +00:00
davidn
12a3835517 Fix typo. 1997-04-13 16:55:56 +00:00