chs
1edbaac92c
when destroying a pmap, unlock it before freeing it to keep LOCKDEBUG happy.
1999-03-17 01:34:04 +00:00
mycroft
81a1ade358
More redux:
...
* Use a single routine to halt both input and output on Audio1.
* Reduce the number of register reads/writes used to set up a channel.
* A few other minor things.
1999-03-17 01:06:17 +00:00
thorpej
6d2943920a
Make it a tad bit easier to bootstrap an a.out system to ELF. Introduce
...
a BOOTSTRAP_ELF Makefile variable that, when set (e.g. in the environment),
builds a targeted-to-ELF toolchain without requiring OBJECT_FMT to be set
to "ELF" (which affects how e.g. libraries are built).
This basically means you don't need fake crtbegin.o and crtend.o files to
be present in /usr/lib while bootstrapping the toolchain.
1999-03-17 00:46:35 +00:00
fvdl
84c33581df
..JUKEBOX can happen on writes too.
1999-03-16 23:24:28 +00:00
jonathan
9380518844
Revert to status quo ante (root's shell is csh, per BSD tradition),
...
pending the proper procedures for making such a change.
1999-03-16 23:24:02 +00:00
fvdl
df3c103b26
The JUKEBOX error may be returned by the read operation, so don't
...
filter it out.
1999-03-16 23:22:57 +00:00
thorpej
63d06af169
Don't build c++rt.o if ELF.
1999-03-16 23:02:13 +00:00
dean
16ef4e3349
Add entries for USR Sportster 14.4K and 33.6K
1999-03-16 22:58:17 +00:00
mjacob
e380eb62d5
Tron whacked my you-know-what because I didn't follow procedure.
...
So I insered his description of the 'procedure' in the most likely
place a developer will find it.
1999-03-16 22:41:56 +00:00
tron
ddbc34d638
Regen from "pcidevs".
1999-03-16 22:32:58 +00:00
wrstuden
f2c170eda0
Modify newfs so that the root node (and lost+found dir, if created)
...
of the new fs has uid.gid equal to the euid.egid of the process
which made it. This change permits users who have write access to
a device (say a floppy) to create a filesystem that, when mounted,
they have write access to.
This change closes PR bin/5990 from jbernard@ox.mines.edu , and is also the
change requested in PR bin/6276 from "Charles M. Hannum" <mycroft@netbsd.org>
1999-03-16 21:52:34 +00:00
erh
f4ccb35266
Add a "+1" in sca_start which should fix the limit of 2 transmit buffers. Also, kill some duplicate code.
1999-03-16 21:29:23 +00:00
mjacob
f50c9fa8ea
add Qlogic 1080 && 1240 product IDs
1999-03-16 21:24:46 +00:00
he
0cc83570fc
Reenable gzip symlink, pax uses it.
1999-03-16 20:17:14 +00:00
kleink
bd21ff4634
Minor KNF nit.
1999-03-16 19:46:38 +00:00
jwise
8c3218c67a
Add pcscp (AMD PCscsi) man page from Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
...
closes PR misc/7026
1999-03-16 19:20:14 +00:00
christos
8e3f60f367
Make this work on a real bourne shell.
1999-03-16 18:57:31 +00:00
christos
d4639c815b
Adding missing braces that gcc-2.8.1 likes.
1999-03-16 18:17:56 +00:00
christos
3bb2365914
- fix gcc-2.8.1 warnings
...
- portability fix: Don't use bindresvport() if !BSD4_4 because we could
be on an operating system where it takes different arguments (hint, hint).
1999-03-16 18:15:13 +00:00
christos
3eeda4afc6
Fix gcc-2.8.1 warnings.
1999-03-16 18:13:44 +00:00
minoura
b34682dcab
Typo.
1999-03-16 17:04:35 +00:00
drochner
937ba3a513
add prototype WSDISPLAY_DEFAULTSCREENS option, improve wscons related
...
comments
1999-03-16 16:31:54 +00:00
minoura
ba80d2c6d7
Merged minoura_x68k_bus_h branch.
1999-03-16 16:30:16 +00:00
kleink
a7a759c81e
Correct the ctype function used for [:print:] character class; from Soren S.
...
Jorvang in PR bin/7167.
1999-03-16 14:57:48 +00:00
mycroft
84f100d175
Audio1 does not support 16-bit DMA. Eliminate some code that tried to handle
...
that case.
1999-03-16 14:17:00 +00:00
simonb
16cc2ad23b
Uncomment ioasic_subr.c.
1999-03-16 14:07:22 +00:00
is
592e2783ea
Use SUN_LEN, not sizeof.
1999-03-16 14:00:58 +00:00
simonb
79f173e5f3
Add NetBSD RCS id on first line.
1999-03-16 13:53:39 +00:00
is
9f6e89f0d8
Use a struct sockaddr_un, so that the new _PATH_LOG actually fits into it.
1999-03-16 13:48:00 +00:00
mycroft
13d43eb62b
Fix old typo.
1999-03-16 13:37:23 +00:00
mycroft
e085a0c921
A little more cleanup.
1999-03-16 13:32:25 +00:00
mycroft
28e080a143
Minor fix to some debugging output.
1999-03-16 13:24:27 +00:00
mycroft
9e041fd850
Adjustments for structure name changes.
1999-03-16 13:07:45 +00:00
mycroft
3e404912dc
Clean up the previous:
...
* Separate the interrupt handlers based on which channel (audio1/audio2)
rather than which direction (input/output). Only register the handler for
audio1 on the 1788.
* Since the input sides are actually the same, GC the duplicated code.
* Re-KNF in a bunch of places.
* Make this work again on the 1887 in the Shark.
1999-03-16 13:06:35 +00:00
he
f65003b4d3
Sync to reality. gcov, rc.wscons, queue/list man pages, i386/ieee.h.
1999-03-16 12:06:31 +00:00
tron
af027d2768
Patches for "gcc" optimization bug on "arm32" supplied by Richard Earnshaw.
...
Fixes PR port-arm32/7157.
1999-03-16 11:54:52 +00:00
mark
5d88663f76
Add the dty (dialout) device nodes for the serial driver.
1999-03-16 11:00:46 +00:00
mark
2ae8daf4dc
Junk a load of register keywords.
...
Add missing type in a declaration of iobase.
1999-03-16 10:55:42 +00:00
mark
1b8eea513f
_intrnames is only used in irq_release() if IRQ_STATS is defined so add an
...
appropriate guard.
1999-03-16 10:53:50 +00:00
kleink
ffcc078fe7
Fix Xref; from Geoff C. Wing in PR bin/7166.
1999-03-16 09:54:50 +00:00
mycroft
39cfcdb2ec
Oops; missed one.
1999-03-16 07:49:54 +00:00
mycroft
3e2eeb485c
Eep. SMART_HOST was a bad idea.
1999-03-16 07:06:13 +00:00
fair
7153b55a87
Fix PR 5068 - scanning ~user/.rhosts files on NFS mounted home
...
directories with -maproot=nobody on the server. The argument to be
made is that if NetBSD's root can't read these files, it shouldn't
try to check them.
1999-03-16 06:18:17 +00:00
nisimura
ed09809062
- Final cut of TC decoulping.
1999-03-16 05:59:01 +00:00
chs
8e61ed9705
in pmap_bootstrap4_4c(), remove any bogus mappings the PROM
...
left around in the mmu.
1999-03-16 03:45:36 +00:00
mycroft
8b2054fafc
Use \n(dn to test whether the quoting diversion is empty, rather than
...
comparing the input line number. The latter fails with things like:
.Oc Oc
because there is nothing in the diversion when the second Oc is executed,
which caused the command that adds \*(b2 to the output to be eaten.
1999-03-16 01:19:56 +00:00
garbled
c1d21e28ed
More and more of .Os cleanups. .Os is defined in the tmac.doc-common file,
...
so we shouldn't override it with versions in the manpages. Many more to
come.
1999-03-16 01:19:14 +00:00
garbled
e4c16bfb11
More .Os cleanups. .Os is defined in the tmac.doc-common file,
...
so we shouldn't override it with versions in the manpages. Many more to
come.
1999-03-16 00:40:46 +00:00
thorpej
8712c97205
Don't do pathname translation for file creation. The real intent here is
...
just for lookups of existing files. From Matthew Green <mrg@netbsd.org>.
1999-03-15 23:50:07 +00:00
thorpej
18a3c92638
Reenable ld.elf_so on the Alpha. Mycroft fixed the binutils 2.9 problem
...
which prevented it from working.
1999-03-15 23:32:56 +00:00