Yaroslav Tykhiy
76ed1f96fd
Disallow adding duplicate roots, toors, or other users w/uid 0.
...
Previously, a truth check instead if defined() check erroneously
allowed that.
PR: bin/8745
2002-01-28 17:30:12 +00:00
Yaroslav Tykhiy
710e76b063
Implement a flexible way of letting some unusual characters
...
into usernames: Make the regular expression to check usernames
against configurable.
PR: bin/22860 bin/31049
Reviewed by: sheldonh
2002-01-28 17:03:13 +00:00
Yaroslav Tykhiy
743511b28c
Remove the newly added -force option because it made adduser(8)
...
less robust to possible errors of the user/admin while adduser(8)
had been intended to minimize their possibility.
An alternative way of introducing strange symbols into usernames
to be committed really soon.
2002-01-28 16:37:35 +00:00
Hajimu UMEMOTO
46948173e8
Log wtmp according to an address family properly.
...
Reported by: matusita
Reviewed by: matusita
MFC after: 1 week
2002-01-28 14:50:07 +00:00
Andrew Gallatin
350cb38b1f
Simple fixes to get the powerpc kernel compiling again.
...
Reviewed by: mp
2002-01-28 14:07:36 +00:00
Ruslan Ermilov
9e1c120c8e
Remove a stray :' after
v' in the getopt() call.
...
Submitted by: bde
2002-01-28 13:43:22 +00:00
Søren Schmidt
684c972cd6
Add support for the Promise TX4.
...
Rearrange the support for the VIA chips, and add experimental
support for ATA133 on the newest chips.
2002-01-28 13:17:10 +00:00
Søren Schmidt
2405c1cef4
Enable pccard support.
2002-01-28 13:13:14 +00:00
Søren Schmidt
d2e812582d
Add support for pccard.
...
submitted by: imp
2002-01-28 13:12:16 +00:00
David E. O'Brien
2494ec932a
The list of not-wanted and needed files for the binutils_anoncvs_20020127
...
import.
2002-01-28 12:51:19 +00:00
David E. O'Brien
645378407b
Explain how I did the binutils_anoncvs_20020127 import.
2002-01-28 12:50:53 +00:00
Sheldon Hearn
82a20bac43
(forced commit)
...
The previous change is subject to:
MFC after: 1 month
2002-01-28 11:06:02 +00:00
Sheldon Hearn
3e38757beb
Register amd's dependency on NFS.
...
This change was submitted to the freebsd-audit mailing list for review
but received no feedback. Hindsight-enabled reviews are welcome.
PR: conf/31358
Submitted: Thomas Quinot <thomas@cuivre.fr.eu.org>
2002-01-28 11:05:01 +00:00
Ruslan Ermilov
831c910a30
GC the -W option. kvm(3) doesn't read swap for almost 10 years.
...
PR: docs/34134
Reviewed by: bde, peter
MFC after: 1 month
2002-01-28 09:43:26 +00:00
Andrey A. Chernov
831e8f614c
Do not try to convert to char already converted C monetary locale members.
...
Do this conversion on locale load stage instead.
2002-01-28 08:26:38 +00:00
Warner Losh
a5959e20bf
Add ADLINK340C wireless card mentioned in nomads.
...
# This card has the same PCMCIA and OEM id as ELSA XI300 wireless card, which
# appears to be listed elsewhere in this file.
Submitted by: Abe Toshiaki-san <ans@sun-tec.co.jp>
MFC After: 5 days
2002-01-28 04:46:20 +00:00
Greg Lehey
984d1cc755
Remove references to raw devices.
...
Submitted by: mbr
Approved by: re
2002-01-28 04:26:29 +00:00
Josef Karthauser
a07e9d4af3
Merge from NetBSD.
...
uhub.c: revision 1.37
usb.4: revision 1.30
usb.c: revision 1.38
usb.h: revision 1.40
usb_port.h: revision 1.21
usb_subr.c: revision 1.65
usbdi.h: revision 1.40
Split the attach/detach events up into device, driver and controller
attach and detach events.
The commit message from NetBSD was:
date: 2000/02/02 07:34:00; author: augustss; state: Exp;
Change the USB event mechanism to include more information
about devices and drivers. Partly from FreeBSD.
Also rework usbd to take these new event types into account.
2002-01-28 01:03:19 +00:00
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