Robert Nordier
d0a4f5ea63
Fix read error not being detected.
1999-01-22 18:32:52 +00:00
Garrett Wollman
92af003dd8
Don't forward unicast packets received via link-layer multicast.
...
Suggested by: fenner
Original complaint: Shiva Shenoy <Shiva.Shenoy@yagosys.com>
1999-01-22 16:50:45 +00:00
Brandon Gillespie
669892b239
Added support for multiple hash formats, and new salt generation code.
...
It selects which hash format to use by checking /etc/auth.conf for
auth_default. Leaving auth_default disabled will give the current
behaviour (use the same format as is currently used in the password,
or if a new password default to what crypt likes best--des if it exists).
Now you can set it to one of: des, best, md5 or sha1. best is a synonym
for sha1, currently.
1999-01-22 15:33:54 +00:00
Brandon Gillespie
854de4f06a
Added comment about how auth_default is used by passwd.
1999-01-22 15:31:25 +00:00
Bill Paul
2008c8087c
Multicast code isn't quite correct. The RealTek wants the upper six bits
...
of the CRC as the multicast hash table bit, not the lower six bits. Plus
we have to flip on all bits in the table for multicast mode.
Pointed out by: Kazushi SUGYO <k-sugyou@nwsl.mesh.ad.jp>
1999-01-22 15:25:04 +00:00
Brandon Gillespie
2ccdfd96be
One more fix to remove secure/lib/libcrypt from the build (both
...
cases are now handled in lib/libcrypt, depending upon if
secure/lib/libcrypt/crypt-des.c exists)
Reviewed by: Mark Murray
1999-01-22 15:10:05 +00:00
Robert Nordier
d7478bf0df
Push version numbers up to 1.00. This is just intended to reflect
...
that the BTX code can be regarded as stable: there are no associated
code changes.
Suggested by: obrien
1999-01-22 13:07:17 +00:00
John Polstra
f86bf82a98
Use the new variable NEED_LIBNAMES instead of including
...
<bsd.libnames.mk> explicitly.
1999-01-22 12:45:27 +00:00
John Polstra
4a05a998b2
Force <bsd.libnames.mk> to be included, regardless of the object
...
format. This fixes the undefined symbols when building login for
a.out.
1999-01-22 12:44:55 +00:00
John Polstra
abea79b879
Fix breakage for the static a.out case. The a.out linker doesn't
...
consider a linker set definition to be sufficient reason to pull an
object module from an archive library. This caused undefined
symbols when linking with libpam.a using a.out. I solved it by
linking in the object that references the linker set in the "ld -r"
step.
1999-01-22 12:43:42 +00:00
John Polstra
368c8de45c
Introduce a new variable NEED_LIBNAMES. If it is defined,
...
<bsd.libnames.mk> is included regardless of the object file format.
This is needed to fix the a.out PAM breakage that manifests itself
when trying to build login.
1999-01-22 12:41:27 +00:00
Robert Nordier
12d910e9bb
Add a -b option as a simple way to rewrite the mbr code
...
(eg. replacing a boot manager with a standard mbr)
1999-01-22 11:54:17 +00:00
Matthew Dillon
7bb42db9e7
Make top use new kvm_getswapinfo() call.
1999-01-22 11:09:41 +00:00
David E. O'Brien
992d0ff19f
Update __FreeBSD__ and __FreeBSD_cc_version to be consistant with
...
__FreeBSD_version
Forgotten by: Eivind and Some anonymous release engineer
1999-01-22 11:09:00 +00:00
Matthew Dillon
6a389e5182
Fix type-o's in manual
1999-01-22 11:03:55 +00:00
Matthew Dillon
4aa513f41d
Fix labeling bug
1999-01-22 10:57:50 +00:00
Matthew Dillon
c67ba15991
Fix formatting bug with [NFS swap] vs /dev/DEVNAME
1999-01-22 10:57:22 +00:00
Matthew Dillon
a14dedd13c
Add SWIF_DEV_PREFIX flag to add "/dev/..." to device name.
1999-01-22 10:57:03 +00:00
Matthew Dillon
e53c5e2053
Make systat -swap use new kvm_swapinfo() function
1999-01-22 10:53:13 +00:00
Matthew Dillon
782f8687be
Make pstat use new kvm_getswapinfo() libkvm call.
1999-01-22 10:36:48 +00:00
Matthew Dillon
e92324a21e
Implement kvm_getswapinfo() libkvm function. Will be used by
...
pstat, top, and systat.
1999-01-22 10:36:04 +00:00
David Greenman
8ab2fa0073
Gutted softdep_deallocate_dependencies and replaced it with a panic. It
...
turns out to not be useful to unwind the dependencies and continue in
the face of a fatal error.
Also changed the log() to a printf() in softdep_error() so that it will
be output in the case of a impending panic.
Submitted by: Kirk McKusick <mckusick@mckusick.com>
1999-01-22 09:07:32 +00:00
David Greenman
33ce4218c6
Don't throw away the buffer contents on a fatal write error; just mark
...
the buffer as still being dirty. This isn't a perfect solution, but
throwing away the buffer contents will often result in filesystem
corruption and this solution will at least correctly deal with transient
errors.
Submitted by: Kirk McKusick <mckusick@mckusick.com>
1999-01-22 08:59:05 +00:00
Eivind Eklund
48b4c7d553
__FreeBSD_version -> 400000
...
Forgotten by: Some anonymous release engineer
Reminded by: bde
1999-01-22 08:39:58 +00:00
Archie Cobbs
14112159be
Fix bug where 'ipfw list' would choke if there were a large number of rules.
1999-01-22 01:46:32 +00:00
Brian Somers
abac9a9ee3
Typo police.
1999-01-22 01:43:25 +00:00
Nick Hibma
1f7b3fe5be
forgotten in previous commit: Lowered default debug level
1999-01-22 01:02:24 +00:00
Nick Hibma
ab521a755e
Fixed disconnect for umouse
1999-01-22 00:59:52 +00:00
Nick Hibma
066f67b1ac
Make uhub mandatory in usb config (msmith)
1999-01-22 00:57:47 +00:00
Nick Hibma
235dddd4ea
Textual changes
1999-01-22 00:51:12 +00:00
Nick Hibma
5602b5091c
Fixed bug in disconnect handling in uhub.c
1999-01-22 00:44:31 +00:00
Nick Hibma
a2a2fd2ce4
Added OPTi FireLink and NEC (Toshiba and others) to OHCI ID's
1999-01-22 00:36:46 +00:00
Nick Hibma
cf4e36da61
Fixed bug that made UHCI controllers fail to start.
1999-01-21 23:31:58 +00:00
Garrett Wollman
129a627970
Update for 4.0 by adding the first two major changes and deleting a lot
...
of irrelevant (2.x/3.x) content.
1999-01-21 23:26:34 +00:00
Nick Hibma
88a610db55
Cleaning up, improving _detach, removing ominous warning (msmith)
1999-01-21 23:06:02 +00:00
Nick Hibma
f8c31e6fac
Added ioctl interface
1999-01-21 22:56:10 +00:00
Mike Smith
4291c3b7ad
Add 'set tunables' help, list the kernel tunable values that can currently
...
be overridden.
1999-01-21 22:03:16 +00:00
John Polstra
a397d09e64
Revert my last change, "Rename some globals to reduce namespace
...
pollution." Unfortunately, some of these globals are used by ftpd,
and I broke make world. Pointy hat, please.
1999-01-21 22:02:31 +00:00
Garrett Wollman
1ec5f457c5
Merge the 1999a revision of the timezone data files. There are a number
...
of important changes to European and South and Central American countries
which should be back-ported to 3.x.
Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata1999a.tar.gz
1999-01-21 21:55:55 +00:00
Mike Smith
8de6e8e102
Allow VM_KMEM_SIZE to be tuned from the kernel environment. This tuning
...
value *completely* overrides any value precalculated by the kernel.
1999-01-21 21:54:32 +00:00
Garrett Wollman
24650a3ceb
This commit was generated by cvs2svn to compensate for changes in r43009,
...
which included commits to RCS files with non-trunk default branches.
1999-01-21 21:35:08 +00:00
Garrett Wollman
883bec94a9
Try this import again, this time on the correct (sic) vendor branch.
1999-01-21 21:35:08 +00:00
Garrett Wollman
193b768188
This commit was generated by cvs2svn to compensate for changes in r43007,
...
which included commits to RCS files with non-trunk default branches.
1999-01-21 21:31:40 +00:00
Garrett Wollman
f3af33c272
1999a revision of timezone data from Arthur Olson and friends.
...
Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata1999a.tar.gz
1999-01-21 21:31:40 +00:00
Garrett Wollman
15d1bc9ece
I don't know how this happened since I know I compiled this on my machine.
...
Fix braino oflag -> uflag (or perhaps I should have gone the other way).
1999-01-21 21:09:56 +00:00
Warner Losh
3652181c67
Nits.
1999-01-21 20:16:24 +00:00
Warner Losh
8cd37f69fd
Add notes about:
...
vinum changes
Matt Dillon's massive changes to vm_*.c
The great RELENG_3 branch event
1999-01-21 20:13:41 +00:00
Archie Cobbs
6f206f2ef2
Fix misleading wording in ipfw(8) man page.
...
PR: docs/9603
1999-01-21 19:51:04 +00:00
Warner Losh
78d7efaa73
Euro support, part 2.
...
This should be merged into RELENG_3 and a similar patch may be needed
for RELENG_2_2, should that deemed necessary.
Make world succeeded with these patches in my tree.
Submitted by: "Kaleb S. KEITHLEY" <kaleb@ics.com>
1999-01-21 19:41:38 +00:00
Garrett Wollman
c3cfaed405
Add the new code for Palestine, with the comment that we don't know
...
what its correct numeric is. Although Hong Kong (HK) was deleted at
about the same time, it remains in wide use so we leave it in.
1999-01-21 19:09:15 +00:00