chris
d985994730
Fill in a missing word (`it').
2000-04-19 02:32:41 +00:00
peter
9530501d58
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
obrien
ad161ec301
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
obrien
5295026471
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
cg
3b6430fd03
try the fix from creative bugzilla for nmi problem
...
Obtained from: creative labs bugzilla
2000-04-18 19:11:38 +00:00
jlemon
64238f2a36
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
jlemon
d8e2bb35d5
Change <event.h> --> <sys/event.h>
2000-04-18 16:56:55 +00:00
jlemon
9a185ae6ac
Add forward declaration of `struct timespec' to quiet compiler warnings.
2000-04-18 16:54:21 +00:00
joerg
059059da44
No such thing like `southamericarand' when Rand is the currency of ZA...
2000-04-18 16:37:43 +00:00
obrien
676fba7784
* 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
phk
75e82c815e
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
343196d29d
Add a new wishlist category.
2000-04-18 15:03:34 +00:00
phk
a96cbf974e
Don't include <sys/buf.h> twice.
2000-04-18 13:49:35 +00:00
phk
99e3753c3a
Retire bufqdisksort(), all drivers use bioqdisksort now.
2000-04-18 13:25:19 +00:00
phk
3204ce2590
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
phk
d6ecb7a574
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
ru
d297953a9f
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
obrien
6d573144b3
Upgrade csh.
2000-04-18 07:31:36 +00:00
kris
a0eba154d3
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
ae43e7bba1
Document the libpam dependency on libopie
...
Reminded by: bde
2000-04-18 06:13:06 +00:00
obrien
1156e765bb
Bump to note the changes in the ELF binary header and our brandelf method.
2000-04-18 04:17:00 +00:00
obrien
7df70954d3
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
obrien
a41a02cd03
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
obrien
bbdd397589
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
obrien
0eac6bbc67
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
ache
2e1592d902
Enable 8bit chars excepting high controls
2000-04-18 01:12:27 +00:00
imp
4aa66e64cd
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
imp
267332939b
Provide mem* for compat with NetBSD to fix LINT
2000-04-17 22:58:15 +00:00
obrien
35ef8dbb46
Document NO_TCSH knob.
2000-04-17 20:45:20 +00:00
obrien
d099893938
Add a NO_TCSH knob.
2000-04-17 20:32:13 +00:00
sumikawa
52e19e3399
ND6_HINT() should not be called unless the connection status is
...
ESTABLISHED.
Obtained from: KAME Project
2000-04-17 20:27:02 +00:00
sumikawa
f450d15f13
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
obrien
9ecf56fe49
Perl lib configuration for IA-64 (along with PPC and arm32)
2000-04-17 19:44:57 +00:00
obrien
007ce13300
Fix the .PATH style nits. Other style nits left for later.
2000-04-17 18:50:18 +00:00
obrien
1599fce084
Use the non-asm routines for IA-64, PPC, and arm32 ports.
2000-04-17 18:48:31 +00:00
wpaul
cd0ee39162
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
obrien
2593bc5a6f
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
obrien
13091e59de
Clean import the of libgmp 2.0.2 sparc bits.
2000-04-17 18:45:32 +00:00
cg
57539462d6
more mmap fixes
2000-04-17 17:06:47 +00:00
cg
d3deb9312d
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
jlemon
672d604733
Add user prototypes for kevent() and kqueue().
2000-04-17 15:15:56 +00:00
bsd
0704827a96
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
dfr
ed76ec2a3e
Fix LINT.
2000-04-17 08:09:43 +00:00
iwasaki
64c6ec839f
Create mfsfd/etc/defaults/ first before copying etc/defaults/pccard.conf.
2000-04-17 05:13:27 +00:00
imp
b940b2f75a
Remove unloaded printf. We do this now in the newbus layer.
2000-04-17 04:39:38 +00:00
imp
632ba34814
Issue a detached message after detaching the device.
...
Not Objected to by: new-bus@
2000-04-17 04:30:48 +00:00
imp
8a816e7c50
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
f46f4ce972
Unbreak make world (libpam depends on libopie)
2000-04-17 03:50:53 +00:00
jlemon
1b996d19ab
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
jlemon
eb30412fdc
Remove unneeded cast.
2000-04-17 03:37:13 +00:00