OpenBSD CVS

CVS log for src/etc/etc.macppc/MAKEDEV.md


[BACK] Up to [local] / src / etc / etc.macppc

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.81 / (download) - annotate - [select for diffs], Wed Nov 9 19:35:23 2022 UTC (19 months ago) by krw
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, HEAD
Changes since 1.80: +1 -2 lines
Diff to previous 1.80 (colored)

Remove xy/xd. SMD left with sparc.

ok kn@ deraadt@

Revision 1.80 / (download) - annotate - [select for diffs], Fri Jan 7 01:13:15 2022 UTC (2 years, 5 months ago) by jsg
Branch: MAIN
CVS Tags: OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1
Changes since 1.79: +1 -3 lines
Diff to previous 1.79 (colored)

stop creating old drm device nodes

Revision 1.79 / (download) - annotate - [select for diffs], Thu Nov 11 09:47:33 2021 UTC (2 years, 6 months ago) by claudio
Branch: MAIN
Changes since 1.78: +1 -3 lines
Diff to previous 1.78 (colored)

/dev/switch[0-4] is no longer needed.

Revision 1.78 / (download) - annotate - [select for diffs], Fri Apr 2 02:29:56 2021 UTC (3 years, 2 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9
Changes since 1.77: +1 -2 lines
Diff to previous 1.77 (colored)

don't put ptys onto the ramdisk media
from miod

Revision 1.77 / (download) - annotate - [select for diffs], Fri Feb 12 10:26:34 2021 UTC (3 years, 3 months ago) by jsg
Branch: MAIN
Changes since 1.76: +3 -1 lines
Diff to previous 1.76 (colored)

create /dev/ drm nodes with the same names as linux

This was proposed by Emil Velikov to simplify libdrm and will remove the
need for some patches in ports.

/dev/drm0 -> /dev/dri/card0
/dev/drmR128 -> /dev/dri/renderD128

The previous names will remain for a period of time and will later be
removed.  Major and minor numbers remain the same.

libdrm will not be changed to use the new names until known privsep
and sandbox use has been updated to allow the new names.

ok deraadt@

Revision 1.76 / (download) - annotate - [select for diffs], Sat Jan 23 05:08:33 2021 UTC (3 years, 4 months ago) by thfr
Branch: MAIN
Changes since 1.75: +2 -1 lines
Diff to previous 1.75 (colored)

introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.
This includes ujoy_hid_is_collection() to work around limitations of
hid_is_collection() until this can be combined without fallout.

input, testing with 8bitdo controller, and ok brynet@
PS4 controller testing, fix for hid_is_collection, and ok mglocker@

Revision 1.75 / (download) - annotate - [select for diffs], Mon Jul 6 06:11:27 2020 UTC (3 years, 11 months ago) by dlg
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE, OPENBSD_6_8
Changes since 1.74: +2 -1 lines
Diff to previous 1.74 (colored)

wire up kstat(4).

it's only accessible to root:wheel.

ok deraadt@

Revision 1.74 / (download) - annotate - [select for diffs], Fri Apr 24 20:09:05 2020 UTC (4 years, 1 month ago) by ratchov
Branch: MAIN
CVS Tags: OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.73: +2 -2 lines
Diff to previous 1.73 (colored)

Bump audio devices count to 4

ok deraadt

Revision 1.73 / (download) - annotate - [select for diffs], Thu Jan 23 02:47:29 2020 UTC (4 years, 4 months ago) by dlg
Branch: MAIN
Changes since 1.72: +2 -1 lines
Diff to previous 1.72 (colored)

wire up pppac(4).

with help from claudio@

Revision 1.72 / (download) - annotate - [select for diffs], Tue Jan 21 16:20:44 2020 UTC (4 years, 4 months ago) by mpi
Branch: MAIN
Changes since 1.71: +2 -1 lines
Diff to previous 1.71 (colored)

Add /dev/dt

Revision 1.71 / (download) - annotate - [select for diffs], Tue Dec 17 13:08:56 2019 UTC (4 years, 5 months ago) by reyk
Branch: MAIN
Changes since 1.70: +2 -1 lines
Diff to previous 1.70 (colored)

Add fido(4), a HID driver for FIDO/U2F security keys

While FIDO/U2F keys were already supported by the generic uhid(4)
driver, this driver adds the first step to tighten the security of
FIDO/U2F access.  Specifically, users don't need read/write access to
all USB/HID devices anymore and the driver also improves integration
with pledge(2) and unveil(2): It is pledge-friendly because it doesn't
require any ioctls to discover the device and unveil-friendly because
it uses a single /dev/fido/* directory for its device nodes.

It also allows to support FIDO/U2F in firefox without further
weakening the "sandbox" of the browser.  Firefox does not have a
proper privsep design and many operations, such as U2F access, are
handled directly by the main process.  This means that the browser's
"fat" main process needs direct read/write access to all USB HID
devices, at least on other operating systems.  With fido(4) we can
support security keys in Firefox under OpenBSD without such a
compromise.

With this change, libfido2 stops using the ioctl to query the device
vendor/product and just assumes "OpenBSD" "fido(4)" instead.  The
ioctl is still supported but there was no benefit in obtaining the
vendor product or name; it also allows to use libfido2 under pledge.

With feedback from deraadt@ and many others
OK kettenis@ djm@ and jmc@ for the manpage bits

Revision 1.70 / (download) - annotate - [select for diffs], Sun Sep 11 19:59:53 2016 UTC (7 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.69: +3 -3 lines
Diff to previous 1.69 (colored)

cua/tty nodes only need group dialer, the initial uid does not
matter much -- and "uucp" is just stupid in 2016.
ok rpe

Revision 1.69 / (download) - annotate - [select for diffs], Sun Sep 4 15:38:59 2016 UTC (7 years, 9 months ago) by naddy
Branch: MAIN
Changes since 1.68: +2 -2 lines
Diff to previous 1.68 (colored)

Remove the tape block device nodes.
While here, also remove two forgotten descriptions for long obsolete
devices.

Revision 1.68 / (download) - annotate - [select for diffs], Fri Sep 2 17:06:13 2016 UTC (7 years, 9 months ago) by goda
Branch: MAIN
Changes since 1.67: +3 -1 lines
Diff to previous 1.67 (colored)

Add switch(4) cdev entry

ok deraadt@ yasuoka@ reyk@

Revision 1.67 / (download) - annotate - [select for diffs], Thu Apr 28 18:17:31 2016 UTC (8 years, 1 month ago) by natano
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.66: +1 -2 lines
Diff to previous 1.66 (colored)

Replace /dev/bpf[0-9] with /dev/bpf and /dev/bpf0. The /dev/bpf node is
unused for now, but I plan to convert all programs in base to use it in
a future diff. /dev/bpf0 is for compatibility with existing binaries
and is to be removed after a transition period.

ok rpe krw, for the installer part
"Let's see it hit the tree." deraadt

Revision 1.66 / (download) - annotate - [select for diffs], Mon Apr 25 20:38:11 2016 UTC (8 years, 1 month ago) by tedu
Branch: MAIN
Changes since 1.65: +1 -2 lines
Diff to previous 1.65 (colored)

burn down the systrace

Revision 1.65 / (download) - annotate - [select for diffs], Fri Oct 23 15:14:12 2015 UTC (8 years, 7 months ago) by claudio
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.64: +3 -1 lines
Diff to previous 1.64 (colored)

MAKEDEV bits for tap(4)
OK dlg@ mpi@

Revision 1.64 / (download) - annotate - [select for diffs], Wed Mar 11 18:43:11 2015 UTC (9 years, 3 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8
Changes since 1.63: +2 -2 lines
Diff to previous 1.63 (colored)

openprom, just like eeprom; ok miod

Revision 1.63 / (download) - annotate - [select for diffs], Thu Dec 11 19:48:03 2014 UTC (9 years, 6 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.62: +1 -2 lines
Diff to previous 1.62 (colored)

remove urio

Revision 1.62 / (download) - annotate - [select for diffs], Thu Oct 9 04:37:43 2014 UTC (9 years, 8 months ago) by tedu
Branch: MAIN
Changes since 1.61: +1 -2 lines
Diff to previous 1.61 (colored)

delete all the cry devices too. missed by mikeb previously.

Revision 1.61 / (download) - annotate - [select for diffs], Thu Oct 9 04:33:51 2014 UTC (9 years, 8 months ago) by tedu
Branch: MAIN
Changes since 1.60: +1 -2 lines
Diff to previous 1.60 (colored)

remove lkm

Revision 1.60 / (download) - annotate - [select for diffs], Fri Jul 11 22:04:09 2014 UTC (9 years, 11 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.59: +1 -3 lines
Diff to previous 1.59 (colored)

no bthub

Revision 1.59 / (download) - annotate - [select for diffs], Fri Mar 14 23:47:04 2014 UTC (10 years, 2 months ago) by kettenis
Branch: MAIN
Changes since 1.58: +1 -5 lines
Diff to previous 1.58 (colored)

We no longer support the userland interface for agp(4).

Revision 1.58 / (download) - annotate - [select for diffs], Sun Jan 5 01:16:52 2014 UTC (10 years, 5 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.57: +2 -1 lines
Diff to previous 1.57 (colored)

We need /dev/random on the install media
discussed with rpe and halex

Revision 1.57 / (download) - annotate - [select for diffs], Tue Nov 5 16:05:30 2013 UTC (10 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.56: +1 -2 lines
Diff to previous 1.56 (colored)

kill iop(4); spotted by jmc

Revision 1.56 / (download) - annotate - [select for diffs], Wed Aug 21 15:12:49 2013 UTC (10 years, 9 months ago) by ajacoutot
Branch: MAIN
Changes since 1.55: +1 -2 lines
Diff to previous 1.55 (colored)

Forgot to remove uscan_dev after uscanner(4) was sent to the attic.
spotted by Nathanael Rensen, thanks!

Revision 1.55 / (download) - annotate - [select for diffs], Thu Aug 8 10:39:29 2013 UTC (10 years, 10 months ago) by jsg
Branch: MAIN
Changes since 1.54: +2 -2 lines
Diff to previous 1.54 (colored)

create drm device nodes on sparc64 and create additional entries
elsewhere for running with multiple cards.

Revision 1.54 / (download) - annotate - [select for diffs], Mon Jun 3 17:34:15 2013 UTC (11 years ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.53: +2 -1 lines
Diff to previous 1.53 (colored)

fuse on more archs

Revision 1.53 / (download) - annotate - [select for diffs], Fri Mar 15 09:10:52 2013 UTC (11 years, 2 months ago) by ratchov
Branch: MAIN
Changes since 1.52: +1 -2 lines
Diff to previous 1.52 (colored)

Delete the sequencer(4) driver, since its not used any longer. Diff
mostly from armani.
ok miod, mpi, jsg and help from sthen

Revision 1.52 / (download) - annotate - [select for diffs], Tue Dec 4 10:44:20 2012 UTC (11 years, 6 months ago) by mpi
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.51: +5 -1 lines
Diff to previous 1.51 (colored)

Add agp node

Revision 1.51 / (download) - annotate - [select for diffs], Sat Sep 8 17:18:22 2012 UTC (11 years, 9 months ago) by mpi
Branch: MAIN
Changes since 1.50: +3 -1 lines
Diff to previous 1.50 (colored)

Add drm node

ok kettenis@

Revision 1.50 / (download) - annotate - [select for diffs], Thu Aug 23 06:15:28 2012 UTC (11 years, 9 months ago) by deraadt
Branch: MAIN
Changes since 1.49: +1 -3 lines
Diff to previous 1.49 (colored)

get rid of the nnpfs nodes

Revision 1.49 / (download) - annotate - [select for diffs], Fri Apr 6 15:18:41 2012 UTC (12 years, 2 months ago) by jsing
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2
Changes since 1.48: +0 -1 lines
Diff to previous 1.48 (colored)

Remove raidframe device nodes.

Revision 1.48 / (download) - annotate - [select for diffs], Sat Oct 22 19:31:23 2011 UTC (12 years, 7 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_5_1_BASE, OPENBSD_5_1
Changes since 1.47: +2 -1 lines
Diff to previous 1.47 (colored)

Move the audio* device creation stanzas from MI to MD, and reduce the
number of audio* nodes from 3 to 1 on vax, since none of the audio-capable
vax can receive another audio device as expansion (until we get TURBOchannel
support with DMA on VS4k/90).
ok deraadt@ todd@

Revision 1.47 / (download) - annotate - [select for diffs], Thu Oct 6 20:49:27 2011 UTC (12 years, 8 months ago) by deraadt
Branch: MAIN
Changes since 1.46: +1 -3 lines
Diff to previous 1.46 (colored)

ccd goes to the attic
discussed with jsing and millert

Revision 1.46 / (download) - annotate - [select for diffs], Tue Apr 19 23:07:55 2011 UTC (13 years, 1 month ago) by todd
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.45: +3 -1 lines
Diff to previous 1.45 (colored)

as confirmed by my 11mo old son, this makes midi keyboards work with macppc
"no objection" drahn@

Revision 1.45 / (download) - annotate - [select for diffs], Thu Sep 30 15:27:54 2010 UTC (13 years, 8 months ago) by claudio
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.44: +2 -1 lines
Diff to previous 1.44 (colored)

Add pppx(4) to MAKEDEV but do not create the device unless requested
explicitly. OK dlg@ & todd@

Revision 1.44 / (download) - annotate - [select for diffs], Sat Sep 4 12:18:03 2010 UTC (13 years, 9 months ago) by miod
Branch: MAIN
Changes since 1.43: +5 -5 lines
Diff to previous 1.43 (colored)

Reorder device entries within sections, for MAKEDEV.8 to have them sorted.
Prodded by jmc@.

Revision 1.43 / (download) - annotate - [select for diffs], Sat Jul 3 03:59:15 2010 UTC (13 years, 11 months ago) by krw
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.42: +1 -3 lines
Diff to previous 1.42 (colored)

No more ss(4) or usscanner(4). Unused, unloved and unmaintained.
General huzzahs.

"go for it" deraadt@

Revision 1.42 / (download) - annotate - [select for diffs], Sat Jun 26 23:49:50 2010 UTC (13 years, 11 months ago) by jsing
Branch: MAIN
Changes since 1.41: +1 -0 lines
Diff to previous 1.41 (colored)

Add /dev/diskmap to ramdisks.

ok todd@ krw@ deraadt@

Revision 1.41 / (download) - annotate - [select for diffs], Wed Jun 9 16:10:25 2010 UTC (14 years ago) by todd
Branch: MAIN
Changes since 1.40: +3 -1 lines
Diff to previous 1.40 (colored)

add diskmap entries, not on ramdisks yet
get it in! jsing@

Revision 1.40 / (download) - annotate - [select for diffs], Thu Aug 13 15:12:36 2009 UTC (14 years, 10 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.39: +3 -1 lines
Diff to previous 1.39 (colored)

Add nodes for vscsi0; ok dlg

Revision 1.39 / (download) - annotate - [select for diffs], Wed Jun 3 14:45:40 2009 UTC (15 years ago) by jj
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6
Changes since 1.38: +3 -3 lines
Diff to previous 1.38 (colored)

Arla client rename from xfs to nnpfs for later upgrades. Tested on various arches. ok todd@ beck@

Revision 1.38 / (download) - annotate - [select for diffs], Fri Feb 6 21:17:15 2009 UTC (15 years, 4 months ago) by grange
Branch: MAIN
CVS Tags: OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored)

Bump the number of /dev/sd* files on usb-capable archs. With modern
all-in-one usb card readers and memory sticks you run out of sd
device files very quickly with default install.
This doesn't affect install media.

ok krw@ miod@

Revision 1.37 / (download) - annotate - [select for diffs], Sun Jan 25 17:30:48 2009 UTC (15 years, 4 months ago) by miod
Branch: MAIN
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored)

Remove /dev/drum and related code.

Revision 1.36 / (download) - annotate - [select for diffs], Sat Jun 28 21:46:05 2008 UTC (15 years, 11 months ago) by mglocker
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored)

Move video(4) entry in MAKEDEV(8) from the "USB devices" section to the
"Special purpose devices" section, since a hardware driver which uses
video(4) also could be none-USB as long it uses the V4L2 API.

OK todd@

Revision 1.35 / (download) - annotate - [select for diffs], Sat Jun 14 23:09:06 2008 UTC (15 years, 11 months ago) by todd
Branch: MAIN
Changes since 1.34: +2 -1 lines
Diff to previous 1.34 (colored)

redo the way MAKEDEV files are generated
get it in, deraadt@

Revision 1.34 / (download) - annotate - [select for diffs], Fri Jun 13 21:07:28 2008 UTC (16 years ago) by todd
Branch: MAIN
Changes since 1.33: +2 -1 lines
Diff to previous 1.33 (colored)

/dev/bio on ramdisks, it is safe and small
ok deraadt@, marco@

Revision 1.33 / (download) - annotate - [select for diffs], Thu Jun 12 20:39:29 2008 UTC (16 years ago) by todd
Branch: MAIN
Changes since 1.32: +2 -1 lines
Diff to previous 1.32 (colored)

video on all usb archs, ok mglocker@

Revision 1.32 / (download) - annotate - [select for diffs], Mon Nov 12 19:24:43 2007 UTC (16 years, 7 months ago) by kettenis
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.31: +2 -1 lines
Diff to previous 1.31 (colored)

openprom

Revision 1.31 / (download) - annotate - [select for diffs], Wed Jul 25 14:19:36 2007 UTC (16 years, 10 months ago) by todd
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored)

same # of bthub devices created by default to match i386
pointed out by xsa@

Revision 1.30 / (download) - annotate - [select for diffs], Wed Jul 25 13:10:14 2007 UTC (16 years, 10 months ago) by todd
Branch: MAIN
Changes since 1.29: +3 -1 lines
Diff to previous 1.29 (colored)

bthub for macppc, ok mk@

Revision 1.29 / (download) - annotate - [select for diffs], Wed Feb 7 00:12:46 2007 UTC (17 years, 4 months ago) by todd
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.28: +3 -1 lines
Diff to previous 1.28 (colored)

add bio(4), ok dlg@

Revision 1.28 / (download) - annotate - [select for diffs], Sun Apr 16 11:34:02 2006 UTC (18 years, 1 month ago) by todd
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.27: +1 -3 lines
Diff to previous 1.27 (colored)

remove some rather deceptively unused lines; no change to generated MAKEDEV's

Revision 1.27 / (download) - annotate - [select for diffs], Sun Apr 16 02:49:52 2006 UTC (18 years, 2 months ago) by todd
Branch: MAIN
Changes since 1.26: +2 -7 lines
Diff to previous 1.26 (colored)

shuffle ramdisk device targets to MAKEDEV.common to avoid duplication and
pave the way for future work; ok since this does not change the generated
MAKEDEV

Revision 1.26 / (download) - annotate - [select for diffs], Tue Mar 28 18:47:57 2006 UTC (18 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.25: +3 -2 lines
Diff to previous 1.25 (colored)

now move /dev/tty0* to refer to the com(4) driver, away from the zs(4)
driver

Revision 1.25 / (download) - annotate - [select for diffs], Mon Mar 27 06:34:36 2006 UTC (18 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.24: +3 -3 lines
Diff to previous 1.24 (colored)

do not make {cua,tty}[cd] here

Revision 1.24 / (download) - annotate - [select for diffs], Mon Mar 27 04:00:02 2006 UTC (18 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.23: +23 -1 lines
Diff to previous 1.23 (colored)

make /dev/ttya be an alias for /dev/tty00.
we are making the move where ttya will become the zs devices, and tty00
will support com(4) devices. ok drahn

Revision 1.23 / (download) - annotate - [select for diffs], Wed Mar 15 02:20:28 2006 UTC (18 years, 3 months ago) by deraadt
Branch: MAIN
Changes since 1.22: +1 -2 lines
Diff to previous 1.22 (colored)

/dev/reload is an old amiga thing, how did it make it here?

Revision 1.22 / (download) - annotate - [select for diffs], Wed Nov 16 03:44:12 2005 UTC (18 years, 6 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.21: +3 -1 lines
Diff to previous 1.21 (colored)

gpio for macppc

Revision 1.21 / (download) - annotate - [select for diffs], Mon Aug 1 22:22:13 2005 UTC (18 years, 10 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.20: +1 -2 lines
Diff to previous 1.20 (colored)

old ses device goes away

Revision 1.20 / (download) - annotate - [select for diffs], Tue Mar 29 16:40:09 2005 UTC (19 years, 2 months ago) by miod
Branch: MAIN
Changes since 1.19: +2 -1 lines
Diff to previous 1.19 (colored)

Move the apm description out of MAKEDEV.common, so that sparc can declare it
with a specific manpage reference.

Revision 1.19 / (download) - annotate - [select for diffs], Sun May 30 08:17:18 2004 UTC (20 years ago) by grange
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.18: +2 -1 lines
Diff to previous 1.18 (colored)

Add hotplug device.

Revision 1.18 / (download) - annotate - [select for diffs], Sun Apr 11 18:05:23 2004 UTC (20 years, 2 months ago) by millert
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

Update for pty changes (62 per letter instead of just 16)

Revision 1.17 / (download) - annotate - [select for diffs], Fri Mar 12 04:54:05 2004 UTC (20 years, 3 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

replace usbs with uall to avoid matching balony

Revision 1.16 / (download) - annotate - [select for diffs], Mon Feb 16 19:01:01 2004 UTC (20 years, 3 months ago) by miod
Branch: MAIN
Changes since 1.15: +34 -33 lines
Diff to previous 1.15 (colored)

Harmonize MAKEDEV sources:
- homogenize section order
- sort devices inside sections
- make sure all platforms provide a local target (sigh)
- remove a few dead devices not worth mentioning on a few arches while there.

disabused ok deraadt@

Revision 1.15 / (download) - annotate - [select for diffs], Sat Feb 14 17:24:31 2004 UTC (20 years, 4 months ago) by todd
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

copyright 2004 as well, prompted/reminded by miod

Revision 1.14 / (download) - annotate - [select for diffs], Tue Feb 10 01:31:20 2004 UTC (20 years, 4 months ago) by millert
Branch: MAIN
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored)

Add the ptm device to pty(4).  By opening /dev/ptm and using the PTMGET
ioctl(2), an unprivileged process may allocate a pty and have its owner
and mode set appropriately.  This means that programs such as xterm and
screen no longer need to be setuid.  Programs using the openpty()
function require zero changes and will "just work".

Designed by beck@ and deraadt@; changes by beck@ with cleanup (and
a rewrite of the vnode bits) by art@ and tweaks/bugfixes by me.
Tested by many.

Revision 1.13 / (download) - annotate - [select for diffs], Tue Jan 13 13:38:21 2004 UTC (20 years, 5 months ago) by todd
Branch: MAIN
Changes since 1.12: +1 -10 lines
Diff to previous 1.12 (colored)

ttyE has not been valid for some time. bye

Revision 1.12 / (download) - annotate - [select for diffs], Mon Jan 12 22:18:24 2004 UTC (20 years, 5 months ago) by todd
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

utty[0-9a-f] -> /dev/ttyU[0-9a-zA-Z]; prompted by & ok deraadt@

Revision 1.11 / (download) - annotate - [select for diffs], Wed Jun 18 18:08:59 2003 UTC (20 years, 11 months ago) by todd
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.10: +12 -20 lines
Diff to previous 1.10 (colored)

switch to share/misc/license.template

Revision 1.10 / (download) - annotate - [select for diffs], Thu Dec 5 04:30:21 2002 UTC (21 years, 6 months ago) by kjc
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.9: +1 -2 lines
Diff to previous 1.9 (colored)

remove altq entries.  I should have done these before MAKEDEV.
pointed out by todd@

Revision 1.9 / (download) - annotate - [select for diffs], Fri Nov 8 19:06:45 2002 UTC (21 years, 7 months ago) by mickey
Branch: MAIN
Changes since 1.8: +4 -1 lines
Diff to previous 1.8 (colored)

add bktr and radio

Revision 1.8 / (download) - annotate - [select for diffs], Wed Oct 16 15:48:31 2002 UTC (21 years, 7 months ago) by todd
Branch: MAIN
Changes since 1.7: +27 -1 lines
Diff to previous 1.7 (colored)

move md things into md files (pass 1) as discussed a long time ago
ok miod@

Revision 1.7 / (download) - annotate - [select for diffs], Thu May 16 21:11:20 2002 UTC (22 years, 1 month ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored)

Add systrace support to all the remaining architectures.

Tested by various people on various platforms, I'm willing to fix any
breakage this causes.

ok niels@ deraadt@ and mickey@ (after his comments were applied)

Revision 1.6 / (download) - annotate - [select for diffs], Sun Apr 21 07:04:28 2002 UTC (22 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

use M correctly

Revision 1.5 / (download) - annotate - [select for diffs], Sat Feb 23 17:02:03 2002 UTC (22 years, 3 months ago) by matthieu
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored)

Aperture driver support for macppc. OK, deraadt@

Revision 1.4 / (download) - annotate - [select for diffs], Thu Feb 14 13:29:20 2002 UTC (22 years, 4 months ago) by todd
Branch: MAIN
Changes since 1.3: +40 -40 lines
Diff to previous 1.3 (colored)

complete the function arg KNF spacing

Revision 1.3 / (download) - annotate - [select for diffs], Wed Jan 23 07:53:01 2002 UTC (22 years, 4 months ago) by todd
Branch: MAIN
Changes since 1.2: +1 -10 lines
Diff to previous 1.2 (colored)

use ramdisk) target from MAKEDEV.mi

Revision 1.2 / (download) - annotate - [select for diffs], Tue Jan 8 03:26:03 2002 UTC (22 years, 5 months ago) by todd
Branch: MAIN
Changes since 1.1: +1 -3 lines
Diff to previous 1.1 (colored)

'delete ofdisk' drahn@

Revision 1.1 / (download) - annotate - [select for diffs], Mon Jan 7 07:25:58 2002 UTC (22 years, 5 months ago) by todd
Branch: MAIN

add macppc 'source'

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.