mycroft
232ade1b2b
comdefaultrate -> comconsrate
...
comconsbah -> comconsioh
Only use comconsrate on the console.
1997-04-04 20:49:49 +00:00
gwr
b5f838ad77
Add a comment.
1997-04-04 20:48:59 +00:00
pk
d1603d004b
Use sc_hwreset() hook to reset ledma (if applicable).
1997-04-04 20:29:23 +00:00
matthias
470e2a9983
* Do some KNFing.
...
* Make all local functions static.
* Add some untested netatalk support.
1997-04-04 19:02:43 +00:00
christos
ef8d40a999
Busify the driver (from perry).
1997-04-04 18:59:35 +00:00
scottr
be3e57de4a
Changes to make a dcm-based console work properly:
...
- While servicing an rx, tx, or modem status interrupt: if we have a
NULL struct tty * or if the tty isn't open, just return.
- Skip the self test if we are the console; it manages to do funny
things to autoconfig messages. (XXX - this should be fixed)
1997-04-04 18:16:07 +00:00
augustss
32801cf383
* Move the Linux audio emulation into its own directory and rename it
...
OSS (aka VoxWare) audio emulation.
* Use the OSS audio emulation for Linux and FreeBSD.
* Add mixer emulation to the OSS emulator.
1997-04-04 15:35:54 +00:00
augustss
56f33727b5
Include OSS audio emulation.
1997-04-04 15:35:06 +00:00
briggs
99d2687e23
Mask off 'internal slot' in check to see if we should enable nubus intrs.
1997-04-04 15:33:30 +00:00
kleink
4d65b07afa
As specified in POSIX.1 (and termios(4)!), when cc[VMIN]==0 a read() shall
...
be satisfied by any amount of data actually read.
1997-04-04 15:10:34 +00:00
briggs
28af7de8a4
Do not set DCR_SYNC for the C/Q[68]xx systems.
...
Thanks to Steve Brown <sbrown@best.com> for working with me to find this.
1997-04-04 14:54:44 +00:00
kleink
64a2cc5d5b
Documented EINVAL result for invalid resulting offsets.
1997-04-04 14:32:54 +00:00
christos
8810289c14
Add netatalk domain.
1997-04-04 14:22:21 +00:00
kleink
2cfcc6c893
Return immediately upon zero byte reads, as updating st_atime in this case
...
violates POSIX.1 read() semantics.
1997-04-04 14:21:32 +00:00
kleink
9d8538dd8b
Changed lseek(2): return EINVAL upon attempt to seek to negative offset.
1997-04-04 13:57:06 +00:00
kleink
50ccaeca39
Converted rename(2) to proper POSIX.1 behavior: if "from" and "to"
...
are links to the same file, do nothing. This also eliminates the
previous (and incorrect) check, which was far more complicated.
1997-04-04 13:32:48 +00:00
thorpej
2c0d2cb557
#ifdef DIOVERBOSE a variable needed only in such code.
1997-04-04 09:53:43 +00:00
thorpej
b5f9e1cdd1
kill an unused variable
1997-04-04 09:52:40 +00:00
matthias
9fea258541
* if queues have to be protected by splimp. Back out last change. Thank's
...
to Charles for watching out and notifying me about my mistake.
1997-04-04 09:51:26 +00:00
leo
fd52d826aa
Add IDE driver (Markus Kilbinger).
1997-04-04 08:17:30 +00:00
is
e60bbb3b89
Actually ask for ARP initialization on this interface.
...
Somehow this commit was forgotten. Sorry folks.
1997-04-04 06:27:32 +00:00
mycroft
c50b8e4fa8
Make the names of the member of struct __va_list namespace-clean.
1997-04-04 04:17:06 +00:00
cgd
ce54b19fd3
include <stdlib.h> if !_KERNEL for malloc declaration/proto
1997-04-04 01:53:22 +00:00
cgd
ecaada7dec
fix up various bogons (bogus casts, missing prototypes for functions
...
which return pointers, incorrect types for variables) that kept this from
compiling on the Alpha.
1997-04-04 01:52:45 +00:00
augustss
e52219bae7
Regen.
1997-04-04 00:24:36 +00:00
augustss
a987ede509
Two more PCI devices.
1997-04-04 00:22:00 +00:00
kleink
5ec0772a62
In checkalias(), initialize the speclockf structure member invented
...
with the specfs advisory locking support; this could cause a panic.
1997-04-03 23:15:52 +00:00
kleink
c9c13ef470
Changed killpg1() to 'succeed' even if a process group consists of
...
SZOMB processes only; the POSIX.1 definition of a background process
group implies that kill(2)ing such a process group must succeed.
1997-04-03 21:08:27 +00:00
christos
bd1db9fd84
Fix compile problems (from Veego)
1997-04-03 21:07:42 +00:00
christos
11754cdf41
Update for argument change in at_ifawithnet
1997-04-03 18:48:28 +00:00
christos
3b17cac319
Make at_ifawithnet take an ifnet arg instead of an ifaddr. Suggested by
...
Ignatios.
1997-04-03 18:38:21 +00:00
kleink
8cfa44e947
Change O_NOCTTY from 0 to 0x8000; this is already BSD default
...
behavior, but POSIX.1 and the COMPAT_{LINUX,SVR4} code require
it to be distinct from other oflag values.
1997-04-03 17:51:47 +00:00
christos
eb6be97252
Add netatalk netisr
1997-04-03 17:49:08 +00:00
christos
738cdfd351
Add netatalk netisr
1997-04-03 17:35:56 +00:00
christos
ad36b6970e
Add netatalk netisr
1997-04-03 17:25:18 +00:00
christos
dcb36500b8
Add netatalk netisr
1997-04-03 17:14:39 +00:00
christos
6c015f3a49
Add netatalk netisr
1997-04-03 15:59:54 +00:00
christos
8913266731
PR/3445: NAKAJIMA Yoshihiro: Typo fix
1997-04-03 15:28:06 +00:00
christos
c5257947c7
PR/3444: Erik Bertelsen: Eliminate warnings when -UINET
1997-04-03 15:25:20 +00:00
kleink
080aeda54f
WERASE, REPRINT, STATUS and DSUSP are extensions to the POSIX.1 GTI
...
set of special characters: recognize them only if IEXTEN is set.
1997-04-03 14:24:45 +00:00
kleink
47f9ae0ae6
mountd was moved to /usr/sbin ; pointed out by Thorsten Frueauf.
1997-04-03 11:00:16 +00:00
mikel
8e4e532ceb
include magdir/386bsd in MAGFILES; from Alan Barrett in PR misc/3422.
1997-04-03 07:17:24 +00:00
mikel
e5159ae768
use correct source path; from Jeff Thieleke in PR bin/3414.
1997-04-03 07:13:31 +00:00
mikel
43ba9b9b69
don't allow override of all: target
1997-04-03 06:53:18 +00:00
mikel
9d6bac5230
fix misplaced parens in sizeof exprs; from Simon Burge in PR bin/3427.
1997-04-03 06:14:37 +00:00
mikel
53704bc733
erase old Xs when printing new ones for swap usage; from Paul Boven in
...
PR bin/3431 with some changes by me.
1997-04-03 06:07:40 +00:00
christos
c3a7122e73
- netatalk additions
...
- printf format fixes
- minor prototype cleanups
1997-04-03 04:46:44 +00:00
christos
d9349e61e1
- Add netatalk bits
...
- Add prototypes
- Fix printf formats
1997-04-03 02:35:46 +00:00
christos
8e9ba6bac6
- netatalk additions
...
- KNF
- prototype fixes
- ifconfig -a now prints all the address family parameters for all configured
interfaces.
1997-04-03 02:07:58 +00:00
cgd
c492daaa6e
fix ... potentially fatal typo (s/unix/unit/)
1997-04-03 00:57:03 +00:00