wollman
a6bfe64533
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
24e41a8a15
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
8a9d1470cd
Added comment about how auth_default is used by passwd.
1999-01-22 15:31:25 +00:00
wpaul
61efd601cb
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
d1ac7fffdb
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
rnordier
aa2df6372b
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
jdp
551758e3a0
Use the new variable NEED_LIBNAMES instead of including
...
<bsd.libnames.mk> explicitly.
1999-01-22 12:45:27 +00:00
jdp
437e44b9df
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
jdp
97c5848571
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
jdp
d149f7d8f9
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
rnordier
6f61fb4448
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
dillon
20f8addb3e
Make top use new kvm_getswapinfo() call.
1999-01-22 11:09:41 +00:00
obrien
17849cc92e
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
dillon
23112681aa
Fix type-o's in manual
1999-01-22 11:03:55 +00:00
dillon
bd29ffdcf6
Fix labeling bug
1999-01-22 10:57:50 +00:00
dillon
949fa00fea
Fix formatting bug with [NFS swap] vs /dev/DEVNAME
1999-01-22 10:57:22 +00:00
dillon
34551cfe05
Add SWIF_DEV_PREFIX flag to add "/dev/..." to device name.
1999-01-22 10:57:03 +00:00
dillon
d5b5a4c793
Make systat -swap use new kvm_swapinfo() function
1999-01-22 10:53:13 +00:00
dillon
8c1faf386e
Make pstat use new kvm_getswapinfo() libkvm call.
1999-01-22 10:36:48 +00:00
dillon
247543f77e
Implement kvm_getswapinfo() libkvm function. Will be used by
...
pstat, top, and systat.
1999-01-22 10:36:04 +00:00
dg
416e7bfc5a
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
dg
e4e8fec98a
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
305d248a37
__FreeBSD_version -> 400000
...
Forgotten by: Some anonymous release engineer
Reminded by: bde
1999-01-22 08:39:58 +00:00
archie
d2ea85ad41
Fix bug where 'ipfw list' would choke if there were a large number of rules.
1999-01-22 01:46:32 +00:00
brian
a3349fcd1f
Typo police.
1999-01-22 01:43:25 +00:00
n_hibma
4b60b25595
forgotten in previous commit: Lowered default debug level
1999-01-22 01:02:24 +00:00
n_hibma
4f6fd60891
Fixed disconnect for umouse
1999-01-22 00:59:52 +00:00
n_hibma
7bb7917675
Make uhub mandatory in usb config (msmith)
1999-01-22 00:57:47 +00:00
n_hibma
7824a7cd28
Textual changes
1999-01-22 00:51:12 +00:00
n_hibma
d7d000c638
Fixed bug in disconnect handling in uhub.c
1999-01-22 00:44:31 +00:00
n_hibma
6fde7fe0e0
Added OPTi FireLink and NEC (Toshiba and others) to OHCI ID's
1999-01-22 00:36:46 +00:00
n_hibma
ca386e7355
Fixed bug that made UHCI controllers fail to start.
1999-01-21 23:31:58 +00:00
wollman
f41dcfcfec
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
n_hibma
e36fb26a20
Cleaning up, improving _detach, removing ominous warning (msmith)
1999-01-21 23:06:02 +00:00
n_hibma
b95400cb53
Added ioctl interface
1999-01-21 22:56:10 +00:00
msmith
d6db5cac76
Add 'set tunables' help, list the kernel tunable values that can currently
...
be overridden.
1999-01-21 22:03:16 +00:00
jdp
25c77b90fd
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
wollman
764f54ee76
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
msmith
b8598e583e
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
wollman
d92556606f
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
wollman
7a7b2c07b9
Try this import again, this time on the correct (sic) vendor branch.
1999-01-21 21:35:08 +00:00
wollman
c1abf64b27
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
wollman
da04da7067
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
wollman
8092b89111
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
imp
f589f95929
Nits.
1999-01-21 20:16:24 +00:00
imp
7e502c579a
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
1af6c2ec4a
Fix misleading wording in ipfw(8) man page.
...
PR: docs/9603
1999-01-21 19:51:04 +00:00
imp
3601538f59
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
wollman
1970e9db78
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
yokota
7e6788facb
Add VESA mode support. If the VESA support is compiled into the kernel
...
or the VESA KLD is preloaded by the boot loader, you can load a 256 color
BMP file larger than 320x200.
1999-01-21 18:29:33 +00:00