brian
cf0ad355e2
5 minutes == 300 seconds, not 600 !
...
Submitted by: Robert Inder <R.Inder@ed.ac.uk>
1999-10-06 15:07:15 +00:00
yokota
ce9e08a731
- Remove cdevsw_add().
1999-10-06 13:03:09 +00:00
yokota
603ad018f1
- Remove cdevsw_add().
...
- Call ttyregister() and make_dev() to register virtual terminals.
- Set nottystop to tp->t_stop.
1999-10-06 13:01:12 +00:00
sheldonh
3d16a353c7
Do not misinterpret blank and comment lines as passwordless accounts.
...
PR: 13909
Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>
1999-10-06 10:29:33 +00:00
ru
47f5fade12
Fixed the description of how packets re-enter IP firewall filter.
...
Suggested by: Ari Suutari <ari@suutari.iki.fi>
1999-10-06 09:26:39 +00:00
sheldonh
962b1cf979
Remove the description of the deprecated savecore_enable option,
...
which is no longer used. Expand the description of the dumpdev
option accordingly.
PR: 14152
Reported by: nrahlstr
1999-10-06 09:20:40 +00:00
n_hibma
107610a72e
Remove the inclusion of device.h. It's no longer there.
1999-10-06 07:45:30 +00:00
phk
4a51915378
Add $FreeBSD$.
...
Remove some minphys related cruft.
1999-10-06 07:26:48 +00:00
n_hibma
9008e04e4d
Removal of sys/device.h
...
- Move intrhook stuff into kernel.h
- Remove all occurrences of #device <device.h>
- Add kernel.h were necessary (nowhere)
- delete device.h
This file contained the structures for cfdata (old style config) and is no
longer used. It was included by most drivers.
It confuses the remote debugger as the definition of 'struct device' in
device.h is found before the one in bus_private.h.
1999-10-05 21:19:41 +00:00
n_hibma
1ea1e871fd
Attempt at cleaning up the (unused part of) support for TurboChannel to
...
remove the need for device.h.
1999-10-05 20:46:58 +00:00
n_hibma
e4944c58c7
Add SLIST_HEAD_INITIALIZER for static initialisation of SLISTs.
1999-10-05 20:35:32 +00:00
n_hibma
7488a249ab
Check whether init and term are actually given
1999-10-05 20:32:53 +00:00
n_hibma
b518976fd8
Add comment about the debugging flag
1999-10-05 20:30:21 +00:00
n_hibma
fcc37da7b5
Print more verbose debugging output
...
Clean up computation of parameters.
1999-10-05 20:29:00 +00:00
cpiazza
32cea40281
o Fix some random spelling errors
...
o The capital of Quebec is Quebec or Quebec City
o Add Nunavut (capital is Iqaluit)
Reviewed by: billf
Obtained from: OpenBSD
1999-10-05 16:49:51 +00:00
obrien
cbcb6e7130
Fully document -q.
...
Restore original $Header$.
1999-10-05 15:20:45 +00:00
marcel
aba9c7bdfd
Undo previous change.
...
Submitted by: bde
1999-10-05 14:40:38 +00:00
jkh
7a8663f5a5
Really fix the auto keyword botch correctly by just letting it
...
do its job and not override it when set.
Submitted by: Ruslan Ermilov <ru@FreeBSD.org>
1999-10-05 10:10:42 +00:00
grog
2d38feda1b
Bring in line with reality.
1999-10-05 05:33:35 +00:00
brian
76903a0107
Bring links down gently when their throughput isn't enough for
...
the ``set autoload'' value. Don't just ``down'' the link.
Don't get stuck in ``ready'' the first time we ``close'' a link.
1999-10-05 05:01:44 +00:00
roger
1f269e799e
Found and fixed FM radio mute bug
...
Submitted by: Thomas Runge <runge@rostock.zgdv.de>
1999-10-05 01:49:43 +00:00
marcel
972d9133f9
Re-introduction of sigcontext.
...
struct sigcontext and ucontext_t/mcontext_t are defined in such
a way that both (ie struct sigcontext and ucontext_t) can be
passed on to sigreturn. The signal handler is still given a
ucontext_t for maximum flexibility.
For backward compatibility sigreturn restores the state for the
alternate signal stack from sigcontext.sc_onstack and not from
ucontext_t.uc_stack. A good way to determine which value the
application has set and thus which value to use, is still open
for discussion.
NOTE: This change should only affect those binaries that use
sigcontext and/or ucontext_t. In the source tree itself
this is only doscmd. Recompilation is required for those
applications.
This commit also fixes a lot of style bugs without hopefully
adding new ones.
NOTE: struct sigaltstack.ss_size now has type size_t again. For
some reason I changed that into unsigned int.
Parts submitted by: bde
sigaltstack bug found by: bde
1999-10-04 19:33:58 +00:00
marcel
297f44aeaa
Fix style bug.
...
Submitted by: bde
1999-10-04 18:29:51 +00:00
ru
e21687df17
Recommend "secure-stable-supfile" instead of "secure-supfile".
1999-10-04 17:38:57 +00:00
peter
1ec0991e15
Use the rev 1.1.2.1 code from RELENG_3 for atomic operations rather
...
than the non-atomic C macros.
1999-10-04 16:24:08 +00:00
peter
91cbb1ebe6
Typo: s/__GNUC_MINOR_/__GNUC_MINOR__/
...
(__GNUC_MINOR__ on egcs in -current is "91" and is going to be "95" soon)
1999-10-04 16:18:04 +00:00
peter
a854642615
Fix: WARNING: "iic" is usurping "iic"'s cdevsw[] - the DEV_DRIVER_MODULE()
...
takes care of the cdevsw_add() - it doesn't need to be done twice.
1999-10-04 15:53:08 +00:00
peter
686d7ec6d4
Complete move of kvm.h to lib/libkvm so it's self contained.
1999-10-04 14:59:37 +00:00
peter
9dddc484f5
Add libkvm to the includes target.
1999-10-04 14:57:38 +00:00
peter
055fa037e2
Install <kvm.h> from here (after repo copy) so it's all in one package.
1999-10-04 14:56:04 +00:00
sheldonh
bd7a378837
The previous commit missed two unquoted variable expansions. This had
...
the unfortunate side-effect of breaking the security script for hosts
without kernel support for IPFW. Fix.
Reported by: jhay
1999-10-04 14:54:34 +00:00
marcel
267ee3218b
Fix style bug: order includes
...
Submitted by: bde
1999-10-04 13:55:35 +00:00
phk
82bf8299f7
Introduce swopen to prevent blockdevice opens and insist on minor==0.
1999-10-04 13:09:30 +00:00
phk
7866fa5dda
Warn once per driver about dev_t's not registered with make_dev().
1999-10-04 12:33:05 +00:00
phk
6f54690f9f
Give the swap device a D_DISK flag against my better judgement.
...
TODO: add an open routing which fails for bdev opens.
1999-10-04 12:27:58 +00:00
phk
42dfa75189
A little step further in the dev_t cleanups:
...
Refuse to register a bmajor if the D_DISK flag is not set in cdevsw.
A little bit of cleanup while here.
1999-10-04 11:42:41 +00:00
phk
44c9fe1c0b
Move the buffered read/write code out of spec_{read|write} and into
...
two new functions spec_buf{read|write}.
Add sysctl vfs.bdev_buffered which defaults to 1 == true. This
sysctl can be used to experimentally turn buffered behaviour for
bdevs off. I should not be changed while any blockdevices are
open. Remove the misplaced sysctl vfs.enable_userblk_io.
No other changes in behaviour.
1999-10-04 11:23:10 +00:00
roger
731244ceae
Update Australian channel set and add Leadtek Winfast 2000 GPIO
...
values for audio.
Submitted by: peter
1999-10-04 09:47:44 +00:00
phk
1f77862948
be more consistent about passing the whole/raw dev_t to the driver
1999-10-04 09:28:36 +00:00
obrien
c7c835314c
Virgin import of EGCS 1.1.2's libio -- the C++ iostream facility.
1999-10-04 08:17:54 +00:00
obrien
7f9e65f35a
This commit was generated by cvs2svn to compensate for changes in r51922,
...
which included commits to RCS files with non-trunk default branches.
1999-10-04 08:17:54 +00:00
obrien
e9acf70725
Virgin import of EGCS 1.1.2's libstdc++
1999-10-04 08:12:38 +00:00
obrien
7baaec938c
This commit was generated by cvs2svn to compensate for changes in r51920,
...
which included commits to RCS files with non-trunk default branches.
1999-10-04 08:12:38 +00:00
phk
0a18519f99
Remove unused B_FORMAT #define
1999-10-04 07:40:23 +00:00
deischen
9021ae61e8
Change pnp ID for the SupraExpress 56i Sp V.90 modem (logical ID
...
0x8024b04e) so that the cards description is used instead of overriding
it. While I'm here, add an ID for the SUP2080 and the SUP2030.
PR: kern/13983
Submitted by: Kurt D. Zeilenga <Kurt@OpenLDAP.Org> (SUP2030)
dfr (rest of change)
Reviewed by: dfr
1999-10-03 22:25:19 +00:00
eivind
16b0d393b5
Allow compilation with older versions of GCC, in order to make it possible
...
to bootstrap and work with -current from older versions of FreeBSD.
1999-10-03 21:15:25 +00:00
gallatin
1ffd5494d6
A band-aid to prevent multi-hose alpha chipsets (aka tsunami) from
...
panic'ing because the hose is not filled in. We should probably extend the
pciioctl interface to take hoses into account..
1999-10-03 21:09:30 +00:00
n_hibma
49cb20499d
Change from using a dv_xname in struct device to using
...
device_get_nameunit().
Remove including of device.h
1999-10-03 20:33:43 +00:00
n_hibma
e0f9630861
Check for a valid irq number before calling BUS_SETUP_INTR.
...
Requested-By: msmith
1999-10-03 20:23:25 +00:00
green
70e3f01794
Nuke the FIODTYPE compatibility bits. It's time.
1999-10-03 18:49:51 +00:00