Commit Graph

42387 Commits

Author SHA1 Message Date
julian
44436e85d3 Add typedefs for node methods
Suggested by phk.
1999-11-01 10:00:40 +00:00
obrien
e62a21e571 This commit was generated by cvs2svn to compensate for changes in r52750,
which included commits to RCS files with non-trunk default branches.
1999-11-01 08:28:22 +00:00
obrien
a06f9ae49a Virgin import of the GCC 2.95.2 compilers 1999-11-01 08:28:22 +00:00
dcs
3da35ce053 Changes prompt to "ok". This line is actually commented out, and serves only
as an example and to reflect the builtin default.
1999-11-01 08:07:04 +00:00
dcs
518d0ce5d9 Changes the default prompt to "ok".
Mike says the whole idea of a current device was a bad idea in first place,
and will be doing away with currdev.

Anyway, people are not supposed to even notice this. :-)
1999-11-01 08:05:22 +00:00
obrien
064f0648cc Virgin import of GCC 2.95.2's libstdc++ 1999-11-01 07:40:19 +00:00
obrien
79d062bde1 This commit was generated by cvs2svn to compensate for changes in r52746,
which included commits to RCS files with non-trunk default branches.
1999-11-01 07:40:19 +00:00
obrien
4303fb45aa Virgin import of GCC 2.95.2's libio -- the C++ iostream facility. 1999-11-01 07:37:09 +00:00
obrien
621dbc7923 This commit was generated by cvs2svn to compensate for changes in r52744,
which included commits to RCS files with non-trunk default branches.
1999-11-01 07:37:09 +00:00
obrien
c03fc8b16f Change quote style. 1999-11-01 07:35:24 +00:00
obrien
1b42021f9e Virgin import of GCC 2.95.2's libf2c 1999-11-01 07:32:56 +00:00
obrien
5e29a7a5e0 This commit was generated by cvs2svn to compensate for changes in r52741,
which included commits to RCS files with non-trunk default branches.
1999-11-01 07:32:56 +00:00
obrien
2ee86c0012 Tell others how I did this. 1999-11-01 07:27:42 +00:00
obrien
1135b4285f This file came from elsewhere and there was a little turd left. 1999-11-01 07:25:20 +00:00
obrien
fa5da11cfa Describe how I did this. 1999-11-01 07:24:11 +00:00
obrien
2e2ea74fdf Update for gcc 2.95.2. 1999-11-01 07:22:02 +00:00
julian
0e9f32b035 braino in sample code.
picked up by phk.
1999-11-01 05:27:44 +00:00
julian
dc696666cc Most modern OSs have the ability to flag certain mounts as ones to
be ignored by default by the df(1) program.  This is used mostly to
avoid stat()-ing entries that do not represent "real" disk mount
points (such as those made by an automounter such as amd.)  It is
also useful not to have to stat() these entries because it takes
longer to report them that for other file systems, being that these
mount points are served by a user-level file server and resulting in
several context switches.  Worse, if the automounter is down
unexpectedly, a causal df(1) will hang in an interruptible way.

PR:		kern/9764
Submitted by:	Erez Zadok <ezk@cs.columbia.edu>
1999-11-01 04:57:43 +00:00
julian
561dcf3f04 Description
repquota reports softlimits, hardlimits and ``used'' field
    incorrectly, namely those numbers get wrapped modulo 4Gbytes.

PR:	 bin/8164
Submitted by:	 Anton Berezin <tobez@plab.ku.dk>
1999-11-01 04:46:09 +00:00
mjacob
31a5b7b36b correct moronic typo 1999-11-01 04:39:52 +00:00
chris
7d7b1c56c7 `mergemaster'' was repo-copied to `mergemaster.sh'' as it's a shell script.
Delete the original mergemaster and modify Makefile to install mergemaster.sh.

Seen no problem with by:	billf
No objections by:		Doug Barton
1999-11-01 04:29:05 +00:00
peter
dbba83e8c9 Merge the alpha and x86 majors files together. There appear to be
only two conflicts, cdev #98 and cdev #99.  These should be fixed.
MAKEDEV should probably be merged as well.
Static majors are (hopefully) going away one day soon.
This file is informational and not machine parsed by anything any more.
1999-11-01 04:12:42 +00:00
peter
864ae5c9e4 Update examples using 'disk' and 'tape' - they used to have magic meaning
to config(8) for static device tables that have not existed for quite
some time.  They have been aliases for 'device' for a while, and "tape"
went away entirely as it wasn't used anywhere (except in an example
in LINT.. "fixed").
1999-11-01 04:02:58 +00:00
phk
947e1cc13f Remove specfs::vop_lookup() There is no code path which can call it. 1999-11-01 02:53:38 +00:00
bp
e416fa5d15 Fix breakage for NOSHARED case.
Submitted by:	Bruce Evans
1999-11-01 02:44:09 +00:00
jmb
d7204c4c02 rearrange order of tests for NE1000, NE2000, and Linksys
cards.   previous order caused computers with NE2000 cards
        to hang during boot.
1999-11-01 01:16:56 +00:00
jmb
cd5a9a2ebd rearrange order of tests for NE1000, NE2000, and Linksys
cards.   previous order caused computers with NE2000 cards
	to hang during boot.
1999-11-01 00:53:12 +00:00
julian
a52fcde320 bpf need no longer be an option 1999-11-01 00:48:06 +00:00
julian
5cb6554019 Start making the contents of the generic framework opaque to the nodes.
This step: IDs are no-longer the address of the node.
Reviewd by: Archie@freebsd.org
1999-11-01 00:31:14 +00:00
billf
6bee044a15 Add $FreeBSD$
'if gets laid once' -> 'it gets laid once'
1999-10-31 21:25:40 +00:00
alc
5a8d695b5b The useracc() calls in osigreturn() and sigreturn() should specify
VM_PROT_READ rather than VM_PROT_WRITE.  (This mistake predates
the B_READ/B_WRITE -> VM_PROT_READ/VM_PROT_WRITE change.)

Submitted by:	bde
1999-10-31 19:39:51 +00:00
bp
1d2eed9f60 Bump version number to sync with ncplib 1.3.3 1999-10-31 15:11:43 +00:00
bp
e50d111feb Bump internal version number with next release of ncplib. 1999-10-31 15:01:47 +00:00
nyan
acc62e0696 Change Linksys registers base/offset.
On NEC PC-98, asic_addr != nic_addr + 0x10.

Submitted by:	chi@bd.mbn.or.jp (Chiharu Shibata)
1999-10-31 09:05:20 +00:00
tanimura
ea71f4f893 The total uiomoved size is accumulated in c, not tmp. 1999-10-31 08:58:51 +00:00
bp
41721d5113 Fix NOSHARED case.
Pointed by: Bruce Evans
1999-10-31 08:58:29 +00:00
nyan
80793cc30e - Sync with sys/i386/isa/if_ed.c revision 1.163.
- Supported Networld EC/EP-98X.
- Rewrite NE2000 PCMCIA (LPC-T) on old 98Note.

Submitted by:	chi@bd.mbn.or.jp (Chiharu Shibata)
1999-10-31 08:24:18 +00:00
jdp
0a52299003 Add support for RADIUS accounting. Note, this changes the format
of the /etc/radius.conf file.   But the code contains hacks for
backward compatibility, so old files will continue to work.

I updated the man pages and made a couple of minor changes, but
everything else was submitted by Oleg.

PR:		misc/14284
Submitted by:	Oleg Semyonov <os@altavista.net>
1999-10-31 04:47:59 +00:00
green
910a2f435e Allow whitespace termination. Internal use of /etc/resolv.conf relies
on this, and who knows what else would, too...
1999-10-31 04:43:55 +00:00
green
b930fc417e This is the new inet_addr/inet_aton with proper error checking. This
should close all outstanding PRs on incorrect inet_aton behavior, and
since it has a decent parsing routine, doesn't allow some hysterically
working behavior.

PR:		13628
Submitted by:	Adrian Chadd <adrian@FreeBSD.org>
1999-10-31 04:07:56 +00:00
green
45a27643d2 Remove an excess body lying around.
Submitted by:	mpp
1999-10-31 04:01:16 +00:00
bp
2a2e1c0de0 Add support for C++ in the headers. Some style cleanup.
Pointed by:	bde
1999-10-31 03:39:03 +00:00
ken
b8f7751cd1 Fix Bus Device Resets from userland, and specifically from camcontrol.
camcontrol was setup to use the old scheme of going through the xpt(4)
device, which never worked properly (and has been disabled for a while).

camcontrol now sends BDRs through the pass(4) device, and XPT_RESET_DEV
CCBs are put on the device queue in the transport layer, as they should be.

Submitted by:	luoqi
Reviewed by:	ken
1999-10-31 02:39:44 +00:00
bp
41ecf87848 Add ncplogin/logout programs which allow manage connections
more precisely than mount_nwfs.

Obtained from:	ncplib-1.3.3
1999-10-31 02:14:59 +00:00
ache
b37892bf5f Describe localized directories naming convention
Submitted by:	mostly by phantom
1999-10-30 22:15:19 +00:00
green
438e336eea This is the much-anticipated ELF manual page! Everyone be sure to
thank Jeroen and all who helped bring it about :)

Submitted by:	Jeroen Ruigrok van der Werven <asmodai@wxs.nl>
Reviewed by:	jdp, Gerald Hicks, the Doc Team
1999-10-30 22:07:11 +00:00
green
bd4a5ae988 This is the much-anticipated ELF manual page! Everyone be sure to
thank Jeroen and all who helped bring it about :)

Submitted by:	Jeroen Ruigrok van der Werven <asmodai@wxs.nl>
Reviewed by:	jdp, Gerald Hicks, the Doc Team
1999-10-30 22:00:04 +00:00
ache
531da6be11 Localize it
Submitted by:	phantom
1999-10-30 21:18:52 +00:00
mpp
6514b9407c Some spelling/grammar fixes. 1999-10-30 21:11:55 +00:00
mpp
8937a008b5 mdoc style fix. 1999-10-30 20:56:07 +00:00