Bruce Evans
41fadeeb28
Removed yet more vestiges of config-time swap configuration and/or
...
cleaned up nearby cruft.
1997-09-07 16:21:11 +00:00
Joerg Wunsch
2ca7dc1598
Teach comm(1) and uniq(1) about an option for case-insensitive work.
...
PR: 3042
Submitted by: graphix@iastate.edu (Kent Vander Velden)
1997-09-07 15:09:22 +00:00
Joerg Wunsch
c816cfc962
Add a quirk flag for CD drives that jam when seeing a START STOP UNIT
...
command.
PR: 2388
Submitted by: nsayer@quack.kfu.com (Nick Sayer) [basically]
1997-09-07 15:06:08 +00:00
Joerg Wunsch
96fc32627f
Add a hint to the FAQ regarding ``DD'' disks.
1997-09-07 14:05:21 +00:00
Bruce Evans
a910e75cdc
Removed vestiges of config-time "argument processing" configuration.
1997-09-07 13:49:56 +00:00
Bruce Evans
7128e3fc0a
Removed more vestiges of config-time swap configuration.
1997-09-07 12:56:46 +00:00
KATO Takenori
f871c21d2c
Synchronize with sys/i386/isa/pcaudio.c revision 1.36.
1997-09-07 12:46:44 +00:00
Joerg Wunsch
468d8299dd
Wire tun(4) into the Makefile.
...
Slightly change the way how to credit NetBSD.
1997-09-07 12:29:55 +00:00
Bruce Evans
511dfc2c55
Oops, the previous commit shouldn't have touch the Makefile.
1997-09-07 12:27:54 +00:00
Joerg Wunsch
6cbcc2bec9
This commit was generated by cvs2svn to compensate for changes in r29195,
...
which included commits to RCS files with non-trunk default branches.
1997-09-07 11:27:08 +00:00
Joerg Wunsch
f15d3ed0f2
Import NetBSD's tun(4) man page.
...
Obtained from: NetBSD
1997-09-07 11:27:08 +00:00
Joerg Wunsch
bc6d9b8094
Fix a typo that becomes apparent when compiling without COMPAT_443.
...
Submitted by: Tony Kimball <Anthony.Kimball@East.Sun.COM>
1997-09-07 11:09:22 +00:00
Bruce Evans
3ec03428c3
Don't say that swapping is configured by config.
1997-09-07 10:35:17 +00:00
Joerg Wunsch
db72f913bb
Silence the PREVENT ALLOW MEDIUM REMOVAL call.
...
Submitted by: jmattson@wco.com (Jim Mattson)
1997-09-07 10:08:23 +00:00
Bruce Evans
1e3c11979e
Some staticized variables were still declared to be extern.
1997-09-07 09:43:44 +00:00
Bruce Evans
a3199409b8
Some staticized variables were still declared to be extern.
1997-09-07 08:49:04 +00:00
Bruce Evans
40e238383a
Removed unused #includes.
1997-09-07 08:30:24 +00:00
Bruce Evans
79a4b0a5fa
Cleaned up a little.
1997-09-07 08:21:50 +00:00
Bruce Evans
c92b100d9a
Moved misplaced extern declarations.
1997-09-07 07:58:09 +00:00
Bruce Evans
11461e556c
Staticicized.
1997-09-07 07:54:15 +00:00
Bruce Evans
8ced32b025
Fixed another sloppy common-style declaration (staticized it).
1997-09-07 07:47:21 +00:00
Bruce Evans
2c09f8a586
Removed unused variable.
1997-09-07 07:38:33 +00:00
Bruce Evans
042461b755
Fixed sloppy common-style declarations.
1997-09-07 07:33:30 +00:00
Mark Murray
04c426cce3
Bring the FreeBSD changes to the virgin sources.
1997-09-07 07:02:53 +00:00
Bruce Evans
c109c5775a
Staticized.
1997-09-07 06:46:34 +00:00
Bruce Evans
bea0f0be7b
Some staticized variables were still declared to be extern.
1997-09-07 05:27:26 +00:00
Bruce Evans
da8ac9bcd1
Include kernel.h instead of declaring "extern int hz".
1997-09-07 04:21:25 +00:00
Bruce Evans
065bebee55
Removed superfluous quoting of function args.
1997-09-07 04:10:35 +00:00
Bruce Evans
f12d1f0bf6
Fixed style bug in pseudocode.
1997-09-07 04:01:27 +00:00
John Dyson
5b05023a50
Fix an intermittent problem during SMP code operation. Not all of the
...
idle page table directories for all of the processors was being updated
during kernel grow operations. The problem appears to be gone now.
1997-09-07 01:15:13 +00:00
Brian Somers
eba904ef6c
Update samples for the changed LQR default.
1997-09-07 01:04:02 +00:00
Brian Somers
881a8bbf54
Disable LQR by default. It causes too many problems
...
with too many ISPs to be a good default. LQR is still
accepted by default.
1997-09-07 01:00:06 +00:00
Wolfgang Helbig
59c98c07d3
Enable A law encoding.
...
Enable A law encoding.
1997-09-06 17:39:06 +00:00
Wolfgang Helbig
312ae708cd
Enable A law encoding.
1997-09-06 17:38:29 +00:00
Brian Somers
8742662039
Use __libalias_version to derive the name to
...
pass to dlopen().
1997-09-06 11:16:02 +00:00
Brian Somers
f9b06d5cbe
Ingored incoming packets are now dropped when
...
deny_incoming option is set to yes.
Submitted by: Ari Suutari <ari@suutari.iki.fi>
1997-09-06 11:14:03 +00:00
Brian Somers
59354a4e8d
Upgrade to 2.4 (Fix -PKT_ALIAS_UNREGISTERED_ONLY)
...
Submitted by: Charles Mott <cmott@srv.net>
Add __libalias_version so that ppp can derive the
correct library name for dlopen()
1997-09-06 11:11:43 +00:00
Steve Passe
fb42160f6f
Changed the Ints labels for the IO APIC from "INT#" to "PIN#" to better
...
reflect its logical usage. Ie., there is NOT a 1-to-1 correspondence
between IRQ numbers and APIC pin numbers as there is with the 8259 ICU.
1997-09-06 04:11:53 +00:00
KATO Takenori
478da40f6c
Synchronize with sys/i386/i386/trap.c revision 1.110.
1997-09-06 01:19:10 +00:00
Brian Somers
b61ab30e6b
Insist that the user has group network.
...
Discussed on: -committers
1997-09-05 23:11:28 +00:00
Nate Williams
b82359df88
"lmd" -> "-lmd"
...
Submitted by: Vincent Poy <vince@venus.gaianet.net>
1997-09-05 18:15:29 +00:00
Peter Wemm
bb36094c06
Argh, what was I thinking?? Don't (yet) halt the CPU in the idle loop
...
while waiting for an interrupt (rather than spinning on the runqueue status
bits), since the other cpu can put stuff in there and the sleeping cpu may
not get an interrupt for a while. When we have a reschedule IPI, this can
come back.
Pointed out by: fsmp
1997-09-05 17:54:07 +00:00
Peter Wemm
a99f0e8211
Teach libdescrypt about elf builds.
1997-09-05 12:21:22 +00:00
Peter Wemm
a9c87f32ee
When compiling under elf, use correct library naming conventions. Also
...
add the required extra symlink. Set the -soname to libcrypt.so so that
the symlink is used at runtime rather than resolved at compile time.
1997-09-05 12:12:35 +00:00
Peter Wemm
00974e2521
If elf, don't add libmd.a just because we link against libskey.so.
...
A
1997-09-05 12:04:31 +00:00
Peter Wemm
10da1efd82
If building elf, don't link in libmd.a just for libskey.so to use. Under
...
elf, libskey.so will not expose it's implementation on it's caller.
1997-09-05 12:00:01 +00:00
Peter Wemm
7bd6d5e7cf
If building under elf, have libskey.so depend on libmd and libcrypt.
1997-09-05 11:52:20 +00:00
Peter Wemm
1840bd1444
If not building a.out, still build a pic version of libmd. This allows
...
things like libskey.so to be dynamically self contained.
Things like md5(1) where speed is critical should still link with libmd.a,
but for things like login, where it's a once-off call if skey is used, it's
not worth the hassle.
1997-09-05 11:49:43 +00:00
Peter Wemm
e782d0b55d
Restore the BINFORMAT?= in sys.mk, or it's painfully difficult to use
...
.if in Makefiles. bsd.prog.mk and bsd.lib.mk do not depend on it however.
Allow overriding of the -soname arg when building the lib*crypt.so* libs
since libdescrypt.so and libscrupt.so both need a -soname of libcrypt.so
so that the symlink is obeyed at runtime rather than at compile time.
1997-09-05 11:45:15 +00:00
Thomas Gellekum
986a117274
Hopefully better fix for logwtmp(): rename to a private
...
version ftpd_logwtmp().
1997-09-05 11:44:00 +00:00