Chris Costello
98914f5e46
Fill in a missing word (`it').
2000-04-19 02:32:41 +00:00
Peter Wemm
4bbf190154
Don't panic in M_PREPEND() if m_prepend() fails and frees the mbuf chain.
...
Reviewed by: jlemon
2000-04-19 01:24:26 +00:00
David E. O'Brien
6ab0aaaf3f
Rev 1.3 which resolved conflicts in the 2.9.1 import, used a comment from
...
2.8.1 rather than the new one in 2.9.1. This commit fixes that, is purely
cosmetic, and reduces the diff of our hacks to 2.9.1.
2000-04-18 21:00:17 +00:00
David E. O'Brien
a6f1a0f45e
Clarify that the "yields only last 2 digits of year in some locales" warning
...
does not apply to BSD.
Submitted by: ache
2000-04-18 20:01:07 +00:00
Cameron Grant
19b6ac092e
try the fix from creative bugzilla for nmi problem
...
Obtained from: creative labs bugzilla
2000-04-18 19:11:38 +00:00
Jonathan Lemon
83a15ece20
Revert previous commit, and remove the <event.h> symlink. As this is
...
a system-specific extension, not a standardized interface, it should
be located with the sys/ includes.
Requested by: wollman
2000-04-18 17:00:22 +00:00
Jonathan Lemon
32462e82fb
Change <event.h> --> <sys/event.h>
2000-04-18 16:56:55 +00:00
Jonathan Lemon
766908761f
Add forward declaration of `struct timespec' to quiet compiler warnings.
2000-04-18 16:54:21 +00:00
Joerg Wunsch
5a19405177
No such thing like `southamericarand' when Rand is the currency of ZA...
2000-04-18 16:37:43 +00:00
David E. O'Brien
b40ac1b54f
* I goofed and didn't break sentances the right way.
...
* Make the option arguments format better
* Fix mispelling
Submitted by: ru
2000-04-18 16:25:51 +00:00
Poul-Henning Kamp
ed6aff7387
Remove unneeded <sys/buf.h> includes.
...
Due to some interesting cpp tricks in lockmgr, the LINT kernel shrinks
by 924 bytes.
2000-04-18 15:15:39 +00:00
Steve Price
c38a7d5ebf
Add a new wishlist category.
2000-04-18 15:03:34 +00:00
Poul-Henning Kamp
650d90d2b8
Don't include <sys/buf.h> twice.
2000-04-18 13:49:35 +00:00
Poul-Henning Kamp
11f8a0ca77
Retire bufqdisksort(), all drivers use bioqdisksort now.
2000-04-18 13:25:19 +00:00
Poul-Henning Kamp
0991b97a30
Convert three drivers not covered by any of our kernel configs.
...
We really need a LINT98 and possibly LINTALPHA kernels.
2000-04-18 13:21:46 +00:00
Poul-Henning Kamp
19583a8007
Don't declare common variables in include files:
...
move buftimelock til vfs_bio.c where it is initialized.
2000-04-18 11:21:28 +00:00
Ruslan Ermilov
483d2f2296
Add support for multiple PPTP sessions:
...
- new API function: PacketAliasRedirectPptp()
- new mode bit: PKT_ALIAS_DENY_PPTP
Please see manual page for details.
2000-04-18 10:18:21 +00:00
David E. O'Brien
325c70b76a
Upgrade csh.
2000-04-18 07:31:36 +00:00
Kris Kennaway
9a823cff39
If stderr is closed, report the error message about missing libraries
...
via syslog instead.
Reviewed by: jkh
2000-04-18 06:25:24 +00:00
Kris Kennaway
14b42810e1
Document the libpam dependency on libopie
...
Reminded by: bde
2000-04-18 06:13:06 +00:00
David E. O'Brien
f1281804a0
Bump to note the changes in the ELF binary header and our brandelf method.
2000-04-18 04:17:00 +00:00
David E. O'Brien
6876d9f694
From FSFChangeLog: (tfaff): Now a function, not a string. All users changed.
...
I did not catch this on the EGCS 1.1.x --> GCC 2.95 upgrade.
So propogate this change to our custom hacks.
PR: 15549
Submitted by: Naohiko Tsuji <yakisoba@osaka.interq.or.jp>
Patrick Bihan-Faou <patrick@mindstep.com>
2000-04-18 04:13:29 +00:00
David E. O'Brien
bf5476a756
Header file gotten from the Cygnus Sourceware Binutils anoncvs repository
...
on 14-April-2000. This gives us offical SCO/SVR4 ABI values for EI_OSABI.
2000-04-18 02:42:12 +00:00
David E. O'Brien
6756d48641
This commit was generated by cvs2svn to compensate for changes in r59343,
...
which included commits to RCS files with non-trunk default branches.
2000-04-18 02:42:12 +00:00
David E. O'Brien
c815a20cb2
Change our ELF binary branding to something more acceptable to the Binutils
...
maintainers.
After we established our branding method of writing upto 8 characters of
the OS name into the ELF header in the padding; the Binutils maintainers
and/or SCO (as USL) decided that instead the ELF header should grow two new
fields -- EI_OSABI and EI_ABIVERSION. Each of these are an 8-bit unsigned
integer. SCO has assigned official values for the EI_OSABI field. In
addition to this, the Binutils maintainers and NetBSD decided that a better
ELF branding method was to include ABI information in a ".note" ELF
section.
With this set of changes, we will now create ELF binaries branded using
both "official" methods. Due to the complexity of adding a section to a
binary, binaries branded with ``brandelf'' will only brand using the
EI_OSABI method. Also due to the complexity of pulling a section out of an
ELF file vs. poking around in the ELF header, our image activator only
looks at the EI_OSABI header field.
Note that a new kernel can still properly load old binaries except for
Linux static binaries branded in our old method.
*
* For a short period of time, ``ld'' will also brand ELF binaries
* using our old method. This is so people can still use kernel.old
* with a new world. This support will be removed before 5.0-RELEASE,
* and may not last anywhere upto the actual release. My expiration
* time for this is about 6mo.
*
2000-04-18 02:39:26 +00:00
Andrey A. Chernov
8d396be510
Enable 8bit chars excepting high controls
2000-04-18 01:12:27 +00:00
Warner Losh
487e50ecdb
hm committed newbused vt driver this weekend, so it is no longer needed
...
in isa_compat.
LINT now builds again.
2000-04-17 23:01:53 +00:00
Warner Losh
03a97e8da7
Provide mem* for compat with NetBSD to fix LINT
2000-04-17 22:58:15 +00:00
David E. O'Brien
b6c2891d91
Document NO_TCSH knob.
2000-04-17 20:45:20 +00:00
David E. O'Brien
bcf88e07f6
Add a NO_TCSH knob.
2000-04-17 20:32:13 +00:00
Munechika SUMIKAWA
5e0ab69d23
ND6_HINT() should not be called unless the connection status is
...
ESTABLISHED.
Obtained from: KAME Project
2000-04-17 20:27:02 +00:00
Munechika SUMIKAWA
ad8d5711fb
even if nd6_nud_hint is called, do not change a neighbor's status
...
unless the old status is probably reachable (i.e. the link-layer address
has already been resolved).
Obtained from: KAME Project
2000-04-17 20:24:06 +00:00
David E. O'Brien
539aabcb54
Perl lib configuration for IA-64 (along with PPC and arm32)
2000-04-17 19:44:57 +00:00
David E. O'Brien
7dbaee2f0e
Fix the .PATH style nits. Other style nits left for later.
2000-04-17 18:50:18 +00:00
David E. O'Brien
c3cba445af
Use the non-asm routines for IA-64, PPC, and arm32 ports.
2000-04-17 18:48:31 +00:00
Bill Paul
339dabccd7
When in infrastructure mode, use address 3 from the 802.11 header as the
...
source address when receiving frames (and keep using address 2 when in
pseudo-IBSS mode). This is apparently necessary in order to obtain the
true MAC address of the sending station which is needed for PPPoE.
Patch supplied by: Blaz Zupan <blaz@amis.net>
2000-04-17 18:47:28 +00:00
David E. O'Brien
2a70f2122a
This commit was generated by cvs2svn to compensate for changes in r59325,
...
which included commits to RCS files with non-trunk default branches.
2000-04-17 18:45:32 +00:00
David E. O'Brien
234ae001c1
Clean import the of libgmp 2.0.2 sparc bits.
2000-04-17 18:45:32 +00:00
Cameron Grant
8ae4c159aa
more mmap fixes
2000-04-17 17:06:47 +00:00
Cameron Grant
674c45bd04
make drivers start at beginning of buffer when triggered - improves mmap.
...
not all tested.
not sure about aureal.c or csapcm.c
2000-04-17 16:57:12 +00:00
Jonathan Lemon
2ae7162ec5
Add user prototypes for kevent() and kqueue().
2000-04-17 15:15:56 +00:00
Brian S. Dean
4d5787a2ba
Update the man page regarding the behaviour for the ${firewall_type}
...
variable.
Reminded by: Ruslan Ermilov <ru@FreeBSD.org>
2000-04-17 12:48:29 +00:00
Doug Rabson
8cb3dda2df
Fix LINT.
2000-04-17 08:09:43 +00:00
Mitsuru IWASAKI
15558ea043
Create mfsfd/etc/defaults/ first before copying etc/defaults/pccard.conf.
2000-04-17 05:13:27 +00:00
Warner Losh
3f994c78d5
Remove unloaded printf. We do this now in the newbus layer.
2000-04-17 04:39:38 +00:00
Warner Losh
d543f330aa
Issue a detached message after detaching the device.
...
Not Objected to by: new-bus@
2000-04-17 04:30:48 +00:00
Warner Losh
0ac8befebe
Remove RF_PCCARD_ATTR. I should have done this before 4.0. It isn't part
...
of the API.
2000-04-17 04:28:12 +00:00
Kris Kennaway
9ad4708e6a
Unbreak make world (libpam depends on libopie)
2000-04-17 03:50:53 +00:00
Jonathan Lemon
94f7814e2b
change {u}long -> {u}intptr_t to make it clear that these fields
...
may also contain pointers as well.
2000-04-17 03:39:49 +00:00
Jonathan Lemon
b314931dd0
Remove unneeded cast.
2000-04-17 03:37:13 +00:00