Peter Wemm
a912e453bc
add SIOC{S,G}IFMEDIA ioctl support
1997-05-03 21:07:13 +00:00
Peter Wemm
1cde3a7e02
add net/if_media.c
1997-05-03 21:06:00 +00:00
Peter Wemm
6a2275ddbf
define SIOC{SG}IFMEDIA ioctls
...
Obtained from: NetBSD
1997-05-03 21:05:03 +00:00
Peter Wemm
dca8fa3b0d
Make it compile on FreeBSD, add $Id$
1997-05-03 20:58:10 +00:00
Peter Wemm
0b6a73a276
This commit was generated by cvs2svn to compensate for changes in r25428,
...
which included commits to RCS files with non-trunk default branches.
1997-05-03 20:54:36 +00:00
Peter Wemm
f94bb78809
Backend support for if_media interface ioctl's. This is for supporting
...
the many-mode, many-media-option type ethernet cards, in particular, the
new if_de.
Obtained from: NetBSD (Their implementation of BSDI's design)
1997-05-03 20:54:36 +00:00
Jordan K. Hubbard
ab98cf58c4
Change group ownership of /var/mail to mail and permission
...
to 0775.
This does *not* instantly make any program which "ensures"
mail spool consistency by creating lock files safe in any way
since other tools, like mail.local, will be using flock() semantics
and any such lock file will simply be ignored. It does, however,
allow a lot of things which are currently suid root in order to create
such bogus lockfiles to, at least, be bogus at a much lower level of
privilege (and this is good). Ultimately, of course, everybody should
just use flock.
1997-05-03 20:15:15 +00:00
Andreas Klemm
1a827e9f69
synchronize with bsd.doc.mk (long outstanding fix)
...
PR: closes docs/3479
1997-05-03 19:58:39 +00:00
Steve Passe
356b97e402
disabled checks for smp_active == 0.
...
this was wasting precious cycles for no apparent (to me) reason.
it is currently bracketed by BOTHER_TO_CHECK, define to restore old behaviour.
1997-05-03 19:24:16 +00:00
Steve Passe
9999694073
code to allow range checking on smp_active.
...
disabled by default, not sure its ready for prime time.
Submitted by: Peter Wemm <peter@spinner.DIALix.COM>
1997-05-03 18:24:25 +00:00
Steve Passe
004cb62334
added declaration for get_isa_apic_mask().
...
Submitted by: "John S. Dyson" <toor@dyson.iquest.net>
1997-05-03 18:05:31 +00:00
Steve Passe
6e1ed0bec1
improved io_apic_setup().
...
deals with motherboards that map ISA IRQs to APIC IRQS above 15.
Submitted by: "John S. Dyson" <toor@dyson.iquest.net>
1997-05-03 18:01:56 +00:00
Steve Passe
462e62c9a0
new function to turn an APIC pin# into an INT mask.
...
added missing APIC_IO define.
Submitted by: "John S. Dyson" <toor@dyson.iquest.net>
1997-05-03 17:42:01 +00:00
Poul-Henning Kamp
29eb228ebb
Recognize, but don't actually do much with a TI PCI1130 PcCard/CardBus bridge.
1997-05-03 13:57:26 +00:00
Poul-Henning Kamp
b038679c5c
Initialize PCI/CardBus bridges.
...
Tested on: HP Omnibook 800 / TI PCI1130
Reviewed by: se
1997-05-03 13:52:29 +00:00
Poul-Henning Kamp
1c337dcffe
Make nfs roots (diskless) functional again. It may still not be correct,
...
but it is functional.
1997-05-03 13:42:50 +00:00
Daniel O'Callaghan
9c3b234612
Spelling/typo fix.
1997-05-03 12:14:21 +00:00
Jordan K. Hubbard
0862a4aff9
Update the etc world from RELENG_2_2 which is now more up-to-date
...
(gotta get myself -current again, this is a drag).
Also-fixes-problems-noted-by: Wolfgang Helbig & Joerg Wunsch
1997-05-03 11:22:17 +00:00
Mark Murray
f3a5dfab63
Bring in the Starter files for the contrib-crypto dir.
...
I am not going to commit anything to this area for a few days.
This is because
1) I want everyone to be DARN sure there is no export of crypto
that may get our USA friends it trouble.
2) I have been asked by the folk developing KTH-eBones to hold off
for their new release.
Worked with: rkw, jdp
CVS:
CVS:
1997-05-03 09:16:07 +00:00
Jordan K. Hubbard
60f612962d
bettter -> cleaner.
1997-05-03 04:46:42 +00:00
John Birrell
9e19b4c525
Nuke makefiles that duplicate those in libc now that libc is libc_r
...
aware. This simplifies things for libc_r.
1997-05-03 04:05:57 +00:00
John Birrell
7f351fbb21
Use libc makefiles from now on instead of duplicating them in libc_r.
...
Added Id strings too. It's useful to know who last made a change.
1997-05-03 03:57:21 +00:00
John Birrell
870039320f
Changed all paths to be relative to src/lib instead of src/lib/libc
...
so that all these makefiles can be used to build libc_r too.
Added .if ${LIB} == "c" tests to restrict man page builds to libc
to avoid needlessly building them with libc_r too.
Split libc Makefile into Makefile and Makefile.inc to allow the
libc_r Makefile to include Makefile.inc too.
1997-05-03 03:50:06 +00:00
John Birrell
85351f7d5a
Let gcc know about libc_r. Use -pthread to link against libc_r instead
...
of libc.
1997-05-03 02:58:54 +00:00
John Birrell
cb6e7ccbea
Change default build to include libc_r, but allow disadvantaged souls
...
to turn off the build.
1997-05-03 02:51:59 +00:00
John Birrell
cd6f28f252
This stub has not been required by libc for a long time. Nuke it.
1997-05-03 02:47:52 +00:00
KATO Takenori
32cfb899a6
Fixed panic message in union_lock(): union_link --> union_lock.
1997-05-03 01:55:19 +00:00
Masafumi Max NAKANE
fbe0d04a50
Minor typo.
...
PR: 3472
Submitted by: Josh Gilliam <soil@quick.net>
1997-05-02 22:08:10 +00:00
Masafumi Max NAKANE
a1c9d782b7
Minor typo.
...
PR: 3473
Submitted by: Josh Gilliam <soil@quick.net>
1997-05-02 22:00:05 +00:00
John Fieber
fd5fab20b5
Use <sect1> for sectioning instead of <p><bf>..</bf></p>.
1997-05-02 18:27:06 +00:00
John Fieber
6463d187d5
Markup debogification.
...
(<deflist><itemize>...</itemize></deflist> is nonsensical and should
not be allowed by the DTD)
1997-05-02 18:07:43 +00:00
John Fieber
77a12d881c
Promote "The Ports Collection" to the chapter level.
...
Someone want to add a section to this chapter on PACKAGES?
1997-05-02 14:39:19 +00:00
John Fieber
237d85868d
Users, Groups, and Security -> Security
...
The chapter has evolved differently than I imagined when I made
up the title.
1997-05-02 14:26:33 +00:00
John Fieber
8750f35986
Merge "staying current", "staying stable" and "synching" into a
...
single chapter.
Move "source tree guidelines and policies" out of the dark dungeon
of the Appendix.
1997-05-02 14:15:35 +00:00
Gary Jennejohn
1735e8a3c8
delete kcorelow.c, it didn't produce any code and broke init.c
...
because 2 references to _initialize_kcorelow (the other one
from kvm-fbsd.c) resulted. This prevented gdb from working correectly.
delete kcorelow.c from XSRCS in the Makefile.
1997-05-02 11:22:51 +00:00
Andrey A. Chernov
8f622accfb
More formatting + more info
1997-05-02 08:37:48 +00:00
Andrey A. Chernov
113de7a90e
Improve SGML formatting.
...
Add more info.
1997-05-02 08:07:35 +00:00
Andrey A. Chernov
a90ebee102
Emulate ':o' and '/o' letters using 'o'
1997-05-02 05:18:37 +00:00
Andrey A. Chernov
33293868ee
Add ascii to comment describing default FORMATS value too
...
(see previous commit)
1997-05-02 05:07:45 +00:00
Andrey A. Chernov
d228db0cbc
Add ascii to default formats list.
...
latin1 looks very ugly on Russian screens/printers and users should
be able to print/view handbook first without inner knowledge of
bsd.sgml.mk tuning.
1997-05-02 05:02:54 +00:00
Andrey A. Chernov
a256f5a022
Add more info about l10n
1997-05-02 04:55:14 +00:00
KATO Takenori
5f3f68a8ba
Access correct union mount point in union_access. Old vnode is saved
...
in savedvp variable and it is used for the argument of
MOUNTTOUNIONMOUNT(). I didn't realize ap->a_vp is modified before
MOUNTTOUNIONMOUNT(), so the change by revision 1.22 is incorrect.
1997-05-02 03:21:54 +00:00
Warner Losh
e37a137d7a
OpenBSD uses ID 0xa6 for its partitions on i386, arc and others that need
...
a BIOS-like partition table. We now detect this correctly and print the
right thing.
Obtained from: Value obtained from OpenBSD sources.
1997-05-02 03:08:04 +00:00
Andrey A. Chernov
b63edaf35f
Add Localization section and Russian Language l10n description
...
(somebody with better English, please check!)
BTW: Next: entry have wrong name "Network Communications"
in Locale Setup although points to right direction.
Looks like sgmlfmt bug...
1997-05-02 02:20:25 +00:00
Jordan K. Hubbard
1ac310ddf7
Add mail group.
1997-05-02 00:06:09 +00:00
Andrey A. Chernov
2105643e74
Change "no" answer to "default" for login class, because "no" class
...
can exists and "default" class is really equal to empty class.
1997-05-01 23:34:25 +00:00
Andrey A. Chernov
a0c103b58d
Allow "no" answer on login class prompt override non-empty
...
/etc/adduser.conf defaultclass with empty one
1997-05-01 23:23:06 +00:00
Andrey A. Chernov
84dc96f1be
1. Deal with login classes now
...
2. Turn on send_message by default for security reasons (mailbox
must be pre-created)
1997-05-01 22:55:58 +00:00
Jordan K. Hubbard
18a47d3b2b
COFF sections not restricted to 16 bits.
...
Submitted by: cubfm :)
1997-05-01 22:07:51 +00:00
Andrey A. Chernov
c98b0d480a
Add 'russian' users class
1997-05-01 21:25:34 +00:00