augustss
8972205779
Document a new method, dev_ioctl, for passing ioctl() down to the hardware
...
driver.
2001-10-02 23:58:03 +00:00
augustss
9cf205c410
ANSIfy.
2001-10-02 23:31:54 +00:00
augustss
f51c550f74
ANSIfy.
2001-10-02 22:41:22 +00:00
tv
47ab6193ba
Make this a little more portable to other NetBSD versions without
...
MAKE_BOOTSTRAP -- use our hand-rolled [gs]etprogname() at all times (er,
actually, the single time we need it...).
2001-10-02 21:31:01 +00:00
mycroft
9463168fe5
Use WSKBD_TYPE_ADB.
2001-10-02 21:05:39 +00:00
mycroft
5f1dd50365
Add a WSKBD_TYPE_ADB for Macs.
2001-10-02 21:03:05 +00:00
augustss
3b88e4f7d2
Note that spkr and midi can attach to pcppi.
2001-10-02 20:37:00 +00:00
eeh
cd58dffb9d
Handle the situation where console input and console output go to different
...
devices. (N.B. The com driver does not handle different instances as input
and output devices, so this only works for two different drivers.)
2001-10-02 20:19:33 +00:00
pooka
787bb8ce97
fix system freeze in situation where you pop a pcmcia card out of the
...
slot while it is in operation
ok'd by thorpej
2001-10-02 19:17:07 +00:00
pooka
1e72a22c49
move DIAGNOSTIC-printf up one block to make it reachable
...
noted by Christophe Kalt in private email
2001-10-02 17:59:38 +00:00
bjh21
b95ddc4862
Correct broken markup in description of -l.
...
Correct the second synopsis to match the description and the usage message.
2001-10-02 14:45:43 +00:00
bjh21
32261d4b9a
Add .It for -d and -l as well.
2001-10-02 14:41:31 +00:00
bjh21
46dfe969fe
Small formatting changes: Correctly mark the paragraph on -p with .It, and
...
don't put excess words in .Ar in one of the examples.
2001-10-02 14:38:09 +00:00
chs
005366700c
use symlinks instead of a second copy of each shared lib.
2001-10-02 06:43:15 +00:00
chs
fee0c8e5ed
support building fpsp with MAKEOBJDIRPREFIX.
2001-10-02 06:34:52 +00:00
chs
7491bc8eea
add ashldi3.c, needed by ufs.c due to added cast in lblktosize().
2001-10-02 06:30:03 +00:00
itojun
ee336410b2
typo
2001-10-02 05:21:21 +00:00
eeh
408b9fac30
Fix rtc_write_reg().
2001-10-02 04:06:26 +00:00
atatat
3cbffc40e1
Back out last patch (again). This patch seems to satisfy test suites
...
that I've found, while the previous one did not.
2001-10-02 03:03:02 +00:00
lukem
451df90b87
add /etc/defaults/*.conf
2001-10-02 03:02:10 +00:00
sommerfeld
40dd2b9373
Clarify that you may get a signal instead of EFAULT.
2001-10-02 02:55:41 +00:00
lukem
937f059e75
remove rule for pkgsrc - we don't have one for any of the other source
...
directories. requested in [bin/13818]
2001-10-02 01:21:27 +00:00
erh
b0ed71fe70
Include string.h to get memset prototype.
2001-10-02 01:20:03 +00:00
lukem
3e5fe9c71e
add etc/rc.d/*. fixes [bin/12729]
2001-10-02 01:08:11 +00:00
itojun
880aff49c4
buffix from openbsd tree: users config should overwrite system config.
2001-10-02 00:39:14 +00:00
lukem
10887c7f1f
rc.local is technically an optional file...
2001-10-02 00:26:07 +00:00
lukem
d15062c3c7
add ssh{,d}.conf, ssh_known_hosts{,2}, ssh_host_{[rd]sa_,}key{.pub,}
2001-10-02 00:16:36 +00:00
eeh
a0265b2599
Remove some debug messages.
2001-10-01 23:55:00 +00:00
eeh
ef420318e0
Increase receive ring to 128 entries and handle both endian devices.
2001-10-01 23:39:57 +00:00
cgd
0fcb9b7701
Remove the advertising clause from my license notice FOR THIS PROGRAM ONLY.
...
The purpose of that modification is to make the license on these files
"GPL-compatible," so that mdsetimage may be combined with BFD. (The
resulting license is word-for-word identicial to one of the licenses
described as being GPL compatible on
http://www.gnu.org/licenses/license-list.html .)
2001-10-01 23:32:34 +00:00
wiz
6494394420
Remove swapoff mention, per misc/14120.
...
Some whitespace, section name, section order fixes while I'm here.
2001-10-01 23:15:59 +00:00
fvdl
9706e581b2
Don't map the aperture into KVA, it isn't needed.
2001-10-01 21:54:48 +00:00
mason
db2a0203e7
UPDATING (1.38) says:
...
i386 platform builds must now set TOOLDIR in mk.conf or the
environment in order to build the system. This is a pathname
where host build tools will be installed, and must NOT be
the same as src/tools.
(Optionally, USETOOLS=no can be set in the environment if you
wish to avoid using the separate host toolchain for building a
subtree. Otherwise, this will default to "yes" automatically.)
However, building with USETOOLS=no set and no defined TOOLDIR ends up
with breakage, as the do-make-tools target is run regardless of whether
or not USETOOLS is set.
Hence, a wrapper around the body of the do-make-tools target:
.if ${USETOOLS} != "no"
...
.endif
...which makes the build work when USETOOLS=no, with no TOOLDIR set. This
would seem to more accurately match the description put forth in UPDATING.
2001-10-01 17:19:17 +00:00
minoura
0c64b75cd1
Install as xxboot_*, and create links as fdboot_* and sdboot_*.
2001-10-01 17:03:38 +00:00
minoura
a78691e911
Add a prompt message.
2001-10-01 16:59:34 +00:00
minoura
3600319102
CPU is not (yet) checkd.
...
Use 68000 instructions only.
2001-10-01 16:58:01 +00:00
fvdl
408e1d1b10
Fix bogus vdir offset calculation.
2001-10-01 14:41:09 +00:00
martti
078695e764
Added myself
2001-10-01 12:02:07 +00:00
simonb
30d7e93296
Move pmax-only if_le_ibus.c from dev/tc to arch/pmax/ibus.
2001-10-01 11:42:17 +00:00
kleink
d8ad923577
"kernel switch ipforwarding" -> "sysctl net.inet.ip.forwarding".
2001-10-01 10:31:45 +00:00
simonb
8b1f359f13
Add "asc* at tc?" for PMAZ-A TurboChannel cards.
2001-10-01 10:23:37 +00:00
simonb
342856c15c
Move asc_tc and asc_tcds config info to dev/tc/files.tc now that pmax
...
uses MI SCSI.
2001-10-01 10:22:42 +00:00
simonb
240c203d16
s/asc_pmaz/asc_tc/g
2001-10-01 10:19:09 +00:00
simonb
f976a7141c
Move MI PMAZ-A SCSI attachment to sys/dev/tc.
2001-10-01 10:17:25 +00:00
yamt
0e8ee83d8f
avoid losing a desc on error.
2001-10-01 09:26:29 +00:00
lukem
6d044e5a56
add a bunch of optional etc stuff from changelist:
...
Distfile bootparams bootptab ccd.conf daily.local defaultdomain
dhclient-enter-hooks dhclient-exit-hooks dhclient.conf dhcpd.conf
disktab ethers ftpd.conf ftpwelcome gateways hesiod.conf hosts.allow
hosts.deny hosts.lpd ifaliases ipf.conf ipnat.conf ipsec.conf
monthly.local mygate myname netgroup netgroup.db netstart.local
ntp.conf passwd.conf rbootd.conf rtadvd.conf security.local
ttyaction usermgmt.conf weekly.local
- add required stuff from changelist:
etc/floppytab etc/netconfig etc/sysctl.conf
var/cron/tabs/root
var/yp/Makefile
sort mail/ into its proper place
add some comments to remind us of things to look at in the future
2001-10-01 08:01:36 +00:00
simonb
c6d44b5eb4
ANSIfy the output of config(8).
2001-10-01 04:22:00 +00:00
atatat
e018ea931c
Man page updates to cover recent work and work that I did before I
...
realized there was a man page for this stuff.
2001-10-01 03:02:34 +00:00
lukem
0c2c66fb9a
- implement -D - dump the specfile out in a manner that's parseable
...
by various tools
- implement -R key - remove the given key(s) from the list of keys to print
(now it's possible with "-k type -R type" to remove all keys :)
- rename ftype() to nodetype(), and make it public
- use pwcache(3) functions instead of get{gr,pw}{nam,uid}(3)
- add dump_nodes(), which provides the guts for -D.
2001-10-01 02:30:40 +00:00
atatat
9202500182
Add a chunk of code to check the installed pkgs list by making a list
...
of all installed pkgs and their +CONTENTS and +REQUIRED_BY files (if
they have one) and handling this file along with all the other
CHANGELIST stuff.
Greg Woods gets points for coming up with the idea.
Luke Mewburn asked me to do it, and provided lots of criticism along
the way.
2001-10-01 02:21:20 +00:00