Josef Karthauser
a31999ca51
Sync with NetBSD's version.
2002-01-28 00:48:28 +00:00
Scott Long
60d1d6861b
Recent changes to newpcm require that the CHANNEL_SETFORMAT op return 0
...
for success, non-zero otherwise. The maestro and maestro3 drivers were
returning the format code, which was being interpreted as a failure code.
Fixed. No one seems to have noticed that the maestro driver was broken,
but I'll fix it anyways.
MFC after: 2 weeks
2002-01-27 23:09:41 +00:00
David E. O'Brien
a1a1118a96
Change the way the version strings are handled.
2002-01-27 22:47:22 +00:00
Peter Wemm
418b22b96f
This commit was generated by cvs2svn to compensate for changes in r89884,
...
which included commits to RCS files with non-trunk default branches.
2002-01-27 22:41:09 +00:00
Andrew Gallatin
694ff26473
Prevent the kernel from generating an unaligned sysctl data buffer on
...
64-bit platforms. The unaligned access is caused by struct ifa_msghdr
not being a multiple of 8-bytes in size. If an interface has an odd
number of addresses, this causes the next interface to generate an
unaligned access in the user-level app walking the interfaces (ifconfig).
Submitted by: Bernd Walter <ticso@cicely8.cicely.de>
2002-01-27 20:39:01 +00:00
Mike Barcroft
c3751af262
Add -o option (POSIX.1-2001) to uudecode(1). Deprecate the -p option
...
(which allows one to redirect output to stdout); `-o /dev/stdout' is
recommended instead.
Submitted by: Joseph Mallett <jmallett@xMach.org>
MFC after: 2 weeks
2002-01-27 18:21:23 +00:00
Jacques Vidrine
479608bf54
= Fix temporary file handling.
...
Obtained from: Immunix Linux
= Garbage collect now-unused temporary file handling functions.
= Add __FBSDID.
2002-01-27 16:43:35 +00:00
David E. O'Brien
04f69e4432
Upgrade to a Binutils 2.12.0 snapshot.
2002-01-27 13:10:59 +00:00
David E. O'Brien
19d2231085
Style fix.
2002-01-27 13:09:36 +00:00
David E. O'Brien
fb0944a619
Add files new with 2.12.0.
2002-01-27 13:09:08 +00:00
David E. O'Brien
c3b0e33288
Style fixes.
2002-01-27 13:04:21 +00:00
David E. O'Brien
e1a1c7d331
Add files new with 2.12.0.
2002-01-27 13:03:58 +00:00
David E. O'Brien
23e896a740
We are now at a 2.12.0 pre-release snap version.
2002-01-27 13:02:31 +00:00
David E. O'Brien
1c29203648
Use these malloc-like bits from libiberty now.
2002-01-27 12:45:01 +00:00
David E. O'Brien
e6c1391fb2
Merge rev 1.2 (teach `ld' how to access FreeBSD's ld ELF hints)
...
into Binutils 2.12.0_snap.
2002-01-27 12:24:18 +00:00
David E. O'Brien
9ff63f1887
Bring the binutils_2_12_cvs_20020127 version of this to the HEAD branch.
2002-01-27 12:23:29 +00:00
David E. O'Brien
8a7348b206
Use the stock 2.12.0_snap version of this.
2002-01-27 12:18:32 +00:00
David E. O'Brien
bd26b0c893
Merge rev 1.2 (FreeBSD a.out configuration support) into Binutils 2.12.0_snap.
2002-01-27 12:17:58 +00:00
David E. O'Brien
3065fc221d
Bring the binutils_2_12_cvs_20020127 version of this to the HEAD branch.
2002-01-27 12:17:17 +00:00
David E. O'Brien
4276e6793c
Bring the binutils_2_12_cvs_20020125 version of this to the HEAD branch.
2002-01-27 12:16:47 +00:00
David E. O'Brien
610a68a9a8
Use the stock 2.12.0_snap version of this now.
2002-01-27 12:15:52 +00:00
David E. O'Brien
04f0ba0a6c
Use the vendor's 2.12.0_snap vendor version of this file as in rev 1.5.
2002-01-27 12:12:53 +00:00
David E. O'Brien
eb18cc2ed5
Use the vendor's 2.12.0_snap version of this file as in rev 1.4.
2002-01-27 12:09:38 +00:00
David E. O'Brien
fe703cdb2b
Commit the stock 2.12.0_snap version.
2002-01-27 12:08:47 +00:00
David E. O'Brien
2a6f4bb9e6
Merge rev 1.6 (only define "ELF_DYNAMIC_INTERPRETER" if it isn't defined
...
elsewhere) into Binutils 2.12.0_snap.
2002-01-27 12:08:15 +00:00
David E. O'Brien
2b80b9b724
Merge rev 1.8 (only define "ELF_DYNAMIC_INTERPRETER" if it isn't defined
...
elsewhere.) into Binutils 2.12.0_snap.
2002-01-27 12:07:38 +00:00
David E. O'Brien
8aedd9e98e
Merge our ELF branding into Binutils 2.12.0_snap.
2002-01-27 12:06:54 +00:00
David E. O'Brien
e85f989710
This commit was generated by cvs2svn to compensate for changes in r89857,
...
which included commits to RCS files with non-trunk default branches.
2002-01-27 12:00:11 +00:00
David E. O'Brien
dbbf32dd39
Enlist the FreeBSD-CURRENT users as testers of what is to become Binutils
...
version 2.12.0. These bits are taken from the FSF anoncvs repo on
27-January-2002 03:41 PST.
2002-01-27 12:00:11 +00:00
Joerg Wunsch
87fa2d16c3
Unbreak pcvt, it suffered from common variables. Whoever added the
...
-fno-common could not have possibly compiled LINT afterwards with
this...
2002-01-27 09:17:27 +00:00
Warner Losh
514318a813
Add info about sppp and fd changes in December to current.
...
Submitted by: joerg
2002-01-27 07:00:25 +00:00
Warner Losh
1a33dba740
Add note about openssh 2.9 changing some defaults
...
Submitted by: Thomas.Quinot@Cuivre.FR.EU.ORG
PR: 28724
2002-01-27 06:50:09 +00:00
Warner Losh
5ebbf43ef7
Add only once to the tip workaround.
...
Submitted by: ru
2002-01-27 06:36:13 +00:00
Greg Lehey
98912ee8cc
vinumioctl: Fix a double fault caused by calling setjmp() without holding the config lock. The call was in fact superfluous.
2002-01-27 04:20:52 +00:00
Kris Kennaway
3bf31598f8
Update list of manpages
2002-01-27 03:36:57 +00:00
Kris Kennaway
c21ce79893
Resolve conflicts.
2002-01-27 03:17:13 +00:00
Kris Kennaway
a61825c7f3
This commit was generated by cvs2svn to compensate for changes in r89837,
...
which included commits to RCS files with non-trunk default branches.
2002-01-27 03:13:07 +00:00
Kris Kennaway
a21b1b381e
Initial import of OpenSSL 0.9.6c
2002-01-27 03:13:07 +00:00
John Polstra
645701c559
Note that the bge driver now supports the Netgear GA302T.
...
MFC after: 3 days
2002-01-27 01:16:50 +00:00
John Polstra
586d7c2ef0
Add support for the Netgear GA302T 10/100/1000 adapter. Given that
...
it's a 32-bit card, it's quite nice for $75.
MFC after: 3 days
2002-01-27 01:00:16 +00:00
Cameron Grant
b8a3639565
* improve error handling
...
* be more specific in verbose boot messages
* allow the feeder subsystem to veto pcm* attaching if there is an error
initialising the root feeder
* don't free/malloc a new tmpbuf when resizing a snd_dbuf to the same size as
it currently is
* store the feeder description in the feeder structure instead of mallocing
space for it
2002-01-26 22:13:24 +00:00
Andrew R. Reiter
fa027af9d9
- Spelling fix: "functons" -> "functions".
2002-01-26 21:41:28 +00:00
Warner Losh
5780f3ba93
Add some verbage about make environment poisoning.
...
Submitted by: sheldonh
Ignored for two months by: imp
2002-01-26 21:33:07 +00:00
Chris D. Faulhaber
d5af31a255
o return EINVAL if acl_to_text() have been sent a NULL acl. o update copyright dates.
...
Reviewed by: rwatson
2002-01-26 19:32:50 +00:00
Murray Stokely
4e60cb73fe
Update the number of ports available.
2002-01-26 15:56:54 +00:00
Joerg Wunsch
280a49ec4b
Something i always wanted to see: add a function to print the list of
...
blocks allocated by some inode. Indirect blocks are printed
recursively, so beware :), the list could become lengthy...
(We should probably add some output pager to fsdb.)
MFC after: 1 month
2002-01-26 15:53:23 +00:00
Joerg Wunsch
b81ba372c5
Avoid pointless initialization of global variables to 0. This only
...
bloats the resulting binary file by forcing them out of .bss into
.data, while the C standard already guarantees them to become
initialized to 0 at program startup.
MFC after: 1 week
2002-01-26 15:47:24 +00:00
Josef Karthauser
67a2e47022
Rearrange the code in USB_DETACH, so that it's like NetBSD's. No
...
functional change.
2002-01-26 14:00:25 +00:00
Josef Karthauser
eb92aa3c3e
Back out the last commit. I committed the wrong file by accident.
...
The commit message wasn't relevant to that change. This code will
be committed later.
2002-01-26 13:57:08 +00:00
Josef Karthauser
7fac607b74
Rearrange the code in USB_DETACH, so that it's like NetBSD's.
...
No functional change.
2002-01-26 13:52:53 +00:00