Bruce A. Mah
03f1735670
Updated release notes: BIND 8.3.2-T1B, gcc-3.1.0 (and a big
...
<warning>).
Markup change: Use manpage entity for devinfo(8).
2002-05-14 18:17:45 +00:00
Brian Somers
6f4cd65600
Fix an include for NetBSD
2002-05-14 17:50:25 +00:00
Ian Dowse
cf6b7c4adc
Following a repo-copy from src/sys/ufs/ufs, rename functions and
...
structures etc. to ext2fs-specific names, and remove ufs-specific
code that is no longer required. As a first stage, the code will
still convert back and forth between the on-disk format and struct
inode, so the struct dinode fields have been added to struct inode
for now.
Note that these files are not yet connected to the build.
2002-05-14 17:14:01 +00:00
Mark Murray
3daf4cff10
As the perl-generated assembler files have been committed, add the
...
perl-generated (.pod) manual pages too. This is another nail in the
perl5 coffin (for base perl, not the port or the language in general).
2002-05-14 16:06:50 +00:00
Ruslan Ermilov
9de859c013
Make this -j safe.
2002-05-14 15:27:13 +00:00
Robert Watson
4a7edf6974
Strategic diff reduction against TrustedBSD MAC branch: introduce an
...
additional system boot ordering entry, SI_SUB_MAC_LATE, which occurs
after all MAC policies have been initialized, permitting the MAC
subsystem to take action once all "early loaded" modules are in place.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
2002-05-14 14:36:09 +00:00
Sheldon Hearn
837f98303f
Regen:
...
* Hart: rev 298 of pcidevs.txt (2002-05-10)
* Boemler: vendors.txt (2002-05-07)
2002-05-14 14:31:15 +00:00
Giorgos Keramidas
7f86e53da7
Grammar fix: cause -> causes.
...
PR: docs/38059
Submitted by: Chris Pepper <pepper@rockefeller.edu>
2002-05-14 14:30:48 +00:00
Ruslan Ermilov
ff85b6e3eb
Split release.2 into two stages. release.2 now install the base
...
dist, while release.3 makes and installs crypto, krb4, and krb5
dists. This makes release.3 restartable (with "make rerelease").
2002-05-14 13:59:33 +00:00
Ruslan Ermilov
61c2d47ae5
Make sure the first ${CHROOTDIR} installworld is done for the correct
...
arch. This makes "make release TARGET_ARCH=foo" really work.
(I only tested with "make rerelease" before to save some time and did
not notice the problem.)
2002-05-14 13:45:50 +00:00
Ruslan Ermilov
7758617eb4
GC now redundant BOOTSTRAPUTILS stuff.
2002-05-14 13:41:18 +00:00
Brian Somers
d76a00091c
Avoid a rather bizarre warning from gcc 3.1:
...
/usr/src/usr.sbin/ppp/cbcp.c:566:61: warning: trigraph ??! ignored
2002-05-14 13:32:30 +00:00
Ruslan Ermilov
122865286e
Even more BBSIZE related breakage.
2002-05-14 13:30:45 +00:00
Brian Somers
de59e178aa
o Clean up some #includes
...
o Bump version number to 3.0.4
o When talking to a RADIUS server, provide a NAS-Port-Type.
When the NAS-Port-Type is Ethernet, provide a NAS-Port value equal
to the SESSIONID from the environment in direct mode or the
NGM_PPPOE_SESSIONID message in other modes. If no SESSIONID is found,
default to the interface index in client mode or zero in server mode.
When the NAS-Port-Type is ISDN, set the NAS-Port to the minor number
of the physical device (ie, the N in /dev/i4brbchN).
This makes it easier for the RADIUS server to identify the client
WRT accounting data etc.
Prompted by: lsz8425 <lsz8425@mail.cd.hn.cn>
2002-05-14 12:55:39 +00:00
Yoshihiro Takahashi
8b20c954cb
Fixed to build for GCC 3.1
2002-05-14 12:34:03 +00:00
Brian Somers
629d0dd5e0
Understand the new NGM_PPPOE_SESSIONID message and set SESSIONID
...
in the environment to it's value.
Approved by: archie (after a very cursory glance)
2002-05-14 12:33:40 +00:00
Yoshihiro Takahashi
348df1aa25
Add -ffreestanding to CFLAGS.
2002-05-14 12:32:59 +00:00
Brian Somers
87c4cce00e
Add a NGM_PPPOE_SESSIONID message to the ng_pppoe node.
...
This message is sent to the control socket when the SessionID
is established.
Approved by: archie (after a very cursory glance)
2002-05-14 12:32:41 +00:00
Yoshihiro Takahashi
8fed82b9af
MFi386: revision 1.519
2002-05-14 12:31:47 +00:00
Yoshihiro Takahashi
3ffc9f0bff
Merged from sys/isa/fd.c revisions from 1.229 to 1.232.
2002-05-14 12:30:52 +00:00
Yoshihiro Takahashi
0e053201b3
Merged from sys/dev/syscons/syscons.c revision 1.384
2002-05-14 12:29:34 +00:00
Ruslan Ermilov
69f8a52c4c
I somehow managed to forgot to commit this in my INCS sweep.
...
We don't need the `beforeinstall' here, INCS handles this.
2002-05-14 11:41:23 +00:00
Ruslan Ermilov
8808984ed3
New cpp(1) doesn't like -I${DESTDIR}/usr/include.
2002-05-14 11:37:10 +00:00
Poul-Henning Kamp
98b0c78978
Make daddr_t and u_daddr_t 64bits wide.
...
Retire daddr64_t and use daddr_t instead.
Sponsored by: DARPA & NAI Labs.
2002-05-14 11:09:43 +00:00
Poul-Henning Kamp
3f2bb38c5c
Match prototypes to functions over in fsck_ffs.
2002-05-14 09:40:33 +00:00
Ruslan Ermilov
1fbb6ab569
Restore comment that got lost in revision 1.265.
2002-05-14 08:30:40 +00:00
Poul-Henning Kamp
085559c4fc
Roll the LOG2 macro up again, I don't belive unrolling this for 64bits
...
make sense.
Sponsored by: DARPA & NAI Labs.
2002-05-14 08:01:34 +00:00
Ruslan Ermilov
be1d673d24
Check that kldxref(8) exists before running it.
2002-05-14 07:49:12 +00:00
Ruslan Ermilov
1b690a4832
Do not run includes' and
incsinstall' in parallel.
...
Spotted by: jhay
Parallel worlds and releases should be working again.
2002-05-14 07:30:40 +00:00
Poul-Henning Kamp
e74e01d5e3
Make the mtio data structures explicitly sized.
...
A couple of the fields should probably be 64bits in the future.
Sponsored by: DARPA & NAI Labs.
2002-05-14 07:30:13 +00:00
Peter Pentchev
4ceff89f44
Document Q_GETQUOTA returning EINVAL when quotas are not enabled
...
on the filesystem.
PR: doc/37839
Submitted by: "Michael R. Wayne" <wayne@staff.msen.com>
Approved by: silence on -doc
MFC after: 3 days
2002-05-14 07:27:20 +00:00
Poul-Henning Kamp
950e983e03
Use explicitly sized fields for the tape format definition.
...
Sponsored by: DARPA & NAI Labs.
2002-05-14 06:59:55 +00:00
Poul-Henning Kamp
22bd43ccda
Move a few ancient minor-number definitions for tapedrives to the
...
only driver which uses them. Remove the rest.
2002-05-14 06:57:02 +00:00
Hajimu UMEMOTO
210b1d8a55
Sync with reality.
...
IPV6CTL_MAPPED_ADDR was obsoleted by IPV6CTL_V6ONLY.
MFC after: 2 days
and approved by re
2002-05-14 05:32:23 +00:00
Kenneth D. Merry
9460610494
string cleanup:
...
- fix a potential overrun made worse by rev 1.5 of camlib.h
- change strncpy() and strcpy() calls to strlcpy()
- use sizeof(string[]) instead of STRING_LEN to avoid future problems
- get rid of an unused variable
Thanks to BDE for pointing out some of the problems.
MFC after: 2 weeks
2002-05-14 04:32:02 +00:00
David E. O'Brien
4e3e26a2ed
Merge c-common.c rev 1.10 into GCC 3.1
...
Clarify that the "yields only last 2 digits of year in some locales" warning
does not apply to BSD.
Submitted by: ache
2002-05-14 01:53:53 +00:00
David E. O'Brien
8a75a69eaf
If you want to not warn on K&R main(); this is how it should be implemented.
2002-05-14 01:44:02 +00:00
David E. O'Brien
d600c96632
Tweak the include dirs w/o incurring extra warnings
2002-05-14 01:18:51 +00:00
Brian Somers
cb36028eff
Mention the ``end of output'' for each periodic script.
...
Submitted by: David Wolfskill <david@catwhisker.org>
PR: 37036
MFC after: 1 week
2002-05-14 01:15:35 +00:00
David E. O'Brien
014585d125
unexpand -a everything
2002-05-14 01:09:03 +00:00
David E. O'Brien
ee6b45631e
Quote {CC} so ccache can be used.
2002-05-14 01:00:25 +00:00
Brian Somers
a43e859d63
Calculate the number of open links properly when deciding on whether to
...
just send PROTO_IP packets when we've got only one link up in multi-link
mode.
Problem noted by: Adrian Close <adrian@fernhilltec.com.au>
MFC after: 1 week
2002-05-14 00:59:28 +00:00
David E. O'Brien
ddd36f9fac
First pass of style(9) for #define's.
2002-05-14 00:53:08 +00:00
David E. O'Brien
a353d6a0f1
Merge choose-temp.c rev 1.2 (use /tmp 1st, and then /var/tmp) into GCC 3.1.
2002-05-14 00:33:44 +00:00
David E. O'Brien
2e0c661e02
Add framework for our kernel printf enhancements.
2002-05-14 00:30:25 +00:00
Jake Burkholder
5893472b2d
Use the right byte order for unaligned stores. <blush>.
2002-05-13 22:48:01 +00:00
David Malone
d0b3489447
Make a link from fr_FR.ISO8859-1 to fr_FR.ISO8859-15.
...
Submitted by: wollman
2002-05-13 21:30:23 +00:00
Warner Losh
e9f49c9c96
BDE and I have had a chance to hash this out:
...
o Use splnet() instead of splclock().
o Use splnet() instead of splimp().
Reviewed by: bde
2002-05-13 21:17:33 +00:00
Brian Somers
e0ae8e1950
Fix a syntax error
2002-05-13 20:25:47 +00:00
Jordan K. Hubbard
ebfbe4e7fb
Add wicontrol to boot floppy until such time as this support is part
...
of ifconfig.
PR: misc/21886
2002-05-13 20:16:06 +00:00