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
Mitsuru IWASAKI
e8bbfc060c
Fix the location of pccard.conf,
...
etc/pccard.conf.sample -> etc/defaults/pccard.conf.
Submitted by: Makoto MATSUSHITA <matusita@jp.freebsd.org>
2000-04-17 03:09:05 +00:00
Warner Losh
a6fc5fff54
Add kern_event.c
2000-04-17 03:06:27 +00:00
Warner Losh
346ac3302e
Forgot to commit this to add card_if.m.
...
Pointed out by: iwasaki-san.
2000-04-17 02:54:05 +00:00
Robert Watson
f39abfef82
Minor man page formatting changes and improvements.
...
Suggested by: chris
2000-04-17 00:21:08 +00:00
Kris Kennaway
acf3af98c9
Connect pam_opie to the build.
2000-04-17 00:19:30 +00:00
Kris Kennaway
01331fc70c
Add pam_opie, a PAM module using the OPIE one-time-password scheme.
...
Submitted by: Jim Bloom <bloom@acm.org>
2000-04-17 00:14:42 +00:00
Kris Kennaway
bf1d0435ca
Allow applications to disable the installation of the atexit() handler
...
which cleans up OPIE lockfiles. This is required for pam_opie.
Submitted by: Jim Bloom <bloom@acm.org>
2000-04-17 00:01:23 +00:00
Robert Watson
e50c89eca8
Code compiles and installs 100% better if included in the Makefile.
...
Suggested by: Voices in my head.
2000-04-16 23:57:02 +00:00
Steve Price
2b3c840334
Add sparcnetbsd support and cleanup style so that this looks nearly
...
identical to Makefile.sparc.
2000-04-16 23:42:25 +00:00
Steve Price
e3163f8ce0
Fix a typo (aout32.o -> aout32.c). Add support for NetBSD/Sparc and
...
sparc64.
2000-04-16 23:39:46 +00:00
Jonathan Lemon
6fad667de2
Create <event.h> -> <sys/event.h> link that I forgot earlier.
...
Reminded by: ache
2000-04-16 22:31:49 +00:00
Robert Watson
166eb62fe2
Introduce userland utilities to set and get extended attributes. These
...
utilities do not present the world's greatest interface, and will
undoubtably change soon. However, they do let people experiment with
extended attributes, and provide samples of how to use the syscalls.
Obtained from: TrustedBSD
2000-04-16 20:55:50 +00:00