mark
6e05bc9acf
Create USB devices.
1998-09-06 02:52:40 +00:00
lukem
06b0ffe181
distclean is a synonym for cleandir
1998-09-05 14:46:13 +00:00
mycroft
75ebda6dee
Add joy.
1998-09-05 04:13:51 +00:00
agc
16b7174fcb
src/etc/mtree/BSD.x11.dist moved to pkgsrc/mk/NetBSD.x11.dist by
...
Repository Copy.
1998-09-04 10:29:12 +00:00
agc
d17d7136b0
src/etc/mtree/BSD.pkg.dist moved to pkgsrc/mk/NetBSD.pkg.dist by
...
Repository Copy.
1998-09-04 10:10:58 +00:00
ragge
998459d30b
Add generic serial ports as 'std'.
1998-08-31 18:52:10 +00:00
mrg
c827c05064
call it "instfs" not "floppyinstfs" as it is not for a floppy
1998-08-28 01:55:43 +00:00
lukem
3a3b03bdd7
* if $check_disklabels=YES, backup and compare of disklabels of current disks.
...
should detect added or removed disks as well. backup labels go in
/var/backups/disklabel.XXX (XXX = disk name, e.g., sd0), and the
changelist style backups have .current or .backup suffixes
* minor whitespace, formatting, and comment cleanup
1998-08-25 13:47:29 +00:00
augustss
c29fdceff3
Prepare for MIDI devices.
1998-08-22 22:50:53 +00:00
tron
9ed42d5464
Add "emul" directory.
1998-08-17 18:25:14 +00:00
tron
27d411b2c9
Add "General Routing Encapsulation" protocol.
1998-08-16 18:27:43 +00:00
augustss
78f049b041
Make some MIDI devices.
1998-08-13 12:44:11 +00:00
leo
54c9fa945a
Add etvme to the 'all' case...
1998-08-13 08:57:26 +00:00
leo
148a707435
Add etvme device entry (Julian Coleman)
1998-08-13 08:55:59 +00:00
augustss
48bae9ee88
Add MIDI support. The MIDI devices can be accessed as ``raw'' through
...
the /dev/rmidiN devices, or with a sequencer interface via /dev/music.
So far the only supported MIDI device is the MPU401 port on SoundBlaster
(and only on SB on isapnp, since we do not have locators with multiple
values yet).
1998-08-07 00:00:55 +00:00
minoura
7c055d6a62
Added /usr/share/keymaps/x68k for x68k ITE keymaps.
1998-08-04 16:38:39 +00:00
minoura
03983ab31f
Changed the console terminal type to x68k.
1998-08-04 16:19:34 +00:00
lukem
55c8240d52
add /usr/pkg/sbin:/usr/pkg/bin to (commented out) PATH entry
1998-08-04 04:09:05 +00:00
thorpej
fef5ca08bf
Use `wsmouse' and `wskbd' rather than `wms' and `wkbd', and make some
...
wskbds in the `wscons' meta-target.
1998-08-03 11:43:14 +00:00
augustss
250dd33583
Turn on the usbd daemon per default. It's harmless since it just
...
exits if there are no USB controller.
1998-08-01 20:57:59 +00:00
augustss
e9ae0b13b4
Nuke ums and ukbd (USB mouse and keyboard), add wms and wkbd (wscons dito).
1998-07-27 18:49:43 +00:00
perry
c750c6fddc
Add a variable, INSTALL_DONE, that indicates that a make install was
...
already done (say, by "make build"). This is often of help when
building releases.
1998-07-22 16:37:54 +00:00
mycroft
ca7fb8da5b
Sort the man page sections in a consistent order.
1998-07-16 05:31:29 +00:00
mycroft
bd8157b7d3
Format police.
1998-07-16 05:21:56 +00:00
mjacob
9726a43692
oops
1998-07-15 18:29:15 +00:00
mjacob
8d94e6927f
add in rz28 and rz29 disks
1998-07-15 18:24:09 +00:00
augustss
5a25642848
Add some comments about USB and make the USB devices in `all'.
1998-07-12 20:28:24 +00:00
augustss
deb00272b9
Add USB support. Supported so far:
...
* UHCI and OHCI host controllers on PCI
* Hubs
* HID devices withe special drivers for mouse and keyboard
* Printers
1998-07-12 19:51:55 +00:00
fair
54ca279ad5
one more change per PR#4865
1998-07-10 06:22:15 +00:00
fair
ed1fb6ab66
remove reference to nic.ddn.mil
1998-07-10 05:41:04 +00:00
tsubai
502b5ef837
nvram support.
1998-07-03 11:58:28 +00:00
tron
ba882eb42a
Add "cvspserver" from IANA's "port-numbers" as requested in PR misc/5675
...
by Erik Bertelsen.
1998-06-29 05:24:51 +00:00
nathanw
a93021e9be
Find core files named "core" as well as "*.core".
1998-06-28 21:37:59 +00:00
fair
75f8e74b32
These commits do two things:
...
1. Provide a consistent and extensible framework for compiling
kernels for the "make snapshot" target.
2. Add OBJDIR support for the "make snapshot" target, in the form
of three new make variables: KERNOBJDIR, KERNSRCDIR, and KERNCONFDIR.
Default values are in the Makefile.inc, and for OBJDIR they should
be defined in /etc/mk.conf as
KERNSRCDIR=${BSDSRCDIR}/sys
KERNOBJDIR=${BSDOBJDIR}/sys/arch/${MACHINE}/compile
The next step is to make a new target in the src/etc/Makefile for "release"
(or something like that) to make release(7) format files.
1998-06-28 09:38:40 +00:00
wrstuden
f8e4c35d1e
Add an entry for AppleshareIP for completeness and for users who
...
use Adrian Sun's modified Netatalk.
1998-06-27 20:29:47 +00:00
tsubai
aeb6277b0e
New files.
1998-06-26 12:06:39 +00:00
fair
b2a68fe9de
OBJDIR support for "make snapshot"
1998-06-25 17:54:05 +00:00
fair
2312085057
an experiment in OBJDIR support for "make snapshot" for sparc
1998-06-24 08:15:47 +00:00
tron
2e5ce72aad
Strip comments from "${amd_master}".
1998-06-21 16:38:38 +00:00
mrg
d7624ddf03
create more than just mdN and rmdN, and add md0 to "floppy" list.
1998-06-20 12:15:52 +00:00
drochner
d099dd6212
change wscons tty names to ttyE* to avoid clashes with the pty namespace
1998-06-18 15:02:34 +00:00
perry
ece160e58e
Remove references to obsolete directories, such as /usr/contrib,
...
/usr/old, /usr/X11R4, and others. Pointed out by jwise@unicast.com in
PR 5599
1998-06-16 22:57:38 +00:00
drochner
edcf4a0ca1
add nwscons tty nodes
1998-06-12 15:39:35 +00:00
dbj
d4c9aa0a05
initial import
1998-06-09 09:10:38 +00:00
mrg
dad728f592
add support for building bootable floppies.
1998-06-06 05:22:20 +00:00
lukem
db5e465501
add share/examples/ftpd
1998-06-06 01:30:45 +00:00
ragge
d491ae4df6
/dev entries + getty stubs for virtual console.
1998-06-05 22:31:43 +00:00
pk
12c0ef69ad
Add `magma' nodes.
1998-05-20 00:01:06 +00:00
fair
048c02b861
no changes in previous rev, as documented; goof! (sorry). Once again - document that "domainname" is about YP/NIS, not Internet, per PR#5442
1998-05-11 19:01:13 +00:00
fair
db9db0284d
more clearly document that "domainname" is about NIS/YP, not Internet, per PR#5442
1998-05-11 18:59:23 +00:00