OpenBSD CVS

CVS log for src/sys/dev/Attic/sequencer.c


[BACK] Up to [local] / src / sys / dev

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.23, Fri Mar 15 09:10:52 2013 UTC (11 years, 2 months ago) by ratchov
Branch: MAIN
CVS Tags: HEAD
Changes since 1.22: +1 -1 lines
FILE REMOVED

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.22 / (download) - annotate - [select for diffs], Sat Jul 2 22:20:07 2011 UTC (12 years, 11 months ago) by nicm
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

kqueue attach functions should return an errno or 0, not a plain 1. Fix
the obvious cases to return EINVAL and ENXIO.

ok tedu deraadt

Revision 1.21 / (download) - annotate - [select for diffs], Thu Jun 23 16:02:33 2011 UTC (12 years, 11 months ago) by tedu
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

ansify a few files.  ok deraadt dlg krw matthew

Revision 1.20 / (download) - annotate - [select for diffs], Thu Nov 18 21:15:14 2010 UTC (13 years, 6 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.19: +1 -7 lines
Diff to previous 1.19 (colored)

Don't
  #include "foo.h"
  #if NFOO > 0
  (whole file)
  #endif
since config(8) file inclusion rules already do it for you.
ok deraadt@

Revision 1.19 / (download) - annotate - [select for diffs], Mon Nov 9 17:53:39 2009 UTC (14 years, 7 months ago) by nicm
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.18: +1 -3 lines
Diff to previous 1.18 (colored)

Every selwakeup() should have a matching KNOTE() (even if kqueue isn't
supported it doesn't do any harm), so put the KNOTE() in selwakeup() itself and
remove it from any occurences where both are used, except one for kqueue itself
and one in sys_pipe.c (where the selwakeup is under a PIPE_SEL flag).

Based on a diff from tedu.

ok deraadt

Revision 1.18 / (download) - annotate - [select for diffs], Sun Nov 1 20:14:12 2009 UTC (14 years, 7 months ago) by nicm
Branch: MAIN
Changes since 1.17: +7 -1 lines
Diff to previous 1.17 (colored)

kqueue support for midi(4).

ok ratchov

Revision 1.17 / (download) - annotate - [select for diffs], Fri Oct 30 18:12:31 2009 UTC (14 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.16: +3 -1 lines
Diff to previous 1.16 (colored)

KNOTE() after selwakeup()
ok ratchov

Revision 1.16 / (download) - annotate - [select for diffs], Thu Jun 26 05:42:14 2008 UTC (15 years, 11 months ago) by ray
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.15: +1 -8 lines
Diff to previous 1.15 (colored)

First pass at removing clauses 3 and 4 from NetBSD licenses.

Not sure what's more surprising: how long it took for NetBSD to
catch up to the rest of the BSDs (including UCB), or the amount of
code that NetBSD has claimed for itself without attributing to the
actual authors.

OK deraadt@

Revision 1.15 / (download) - annotate - [select for diffs], Sat Oct 6 23:50:54 2007 UTC (16 years, 8 months ago) by krw
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.14: +2 -3 lines
Diff to previous 1.14 (colored)

Simpliest memset(,0,) -> M_ZERO changes. One (caddr *) cast removal,
otherwise just adding M_ZERO to malloc() and removing the immediately
adjacent memset(,0,).

Revision 1.14 / (download) - annotate - [select for diffs], Wed Sep 5 23:36:12 2007 UTC (16 years, 9 months ago) by jakemsr
Branch: MAIN
Changes since 1.13: +7 -7 lines
Diff to previous 1.13 (colored)

fix DPRINTFN() abuse

ok ratchov@

Revision 1.13 / (download) - annotate - [select for diffs], Wed Jun 6 19:42:28 2007 UTC (17 years ago) by mk
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.12: +44 -140 lines
Diff to previous 1.12 (colored)

Ansify.  No binary change.

Looked over by jasper.

Revision 1.12 / (download) - annotate - [select for diffs], Tue Feb 13 08:05:37 2007 UTC (17 years, 4 months ago) by jsg
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (colored)

fall into -> FALLTHROUGH to appease lint

Revision 1.11 / (download) - annotate - [select for diffs], Mon Nov 21 18:16:38 2005 UTC (18 years, 6 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Move contents of sys/select.h to sys/selinfo.h in preparation for a
userland-visible sys/select.h.  Consistent with what Net and Free do.
OK deraadt@, tested with full ports build by naddy@.

Revision 1.10 / (download) - annotate - [select for diffs], Sun Oct 10 07:13:16 2004 UTC (19 years, 8 months ago) by jsg
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Use the correct API for /dev/sequencer.  From Alexandre Ratchov.
'looks correct' henning@ djm@

Revision 1.2.4.6 / (download) - annotate - [select for diffs], Thu Feb 19 10:56:13 2004 UTC (20 years, 3 months ago) by niklas
Branch: SMP
Changes since 1.2.4.5: +16 -15 lines
Diff to previous 1.2.4.5 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)

Merge of current from two weeks agointo the SMP branch

Revision 1.9 / (download) - annotate - [select for diffs], Tue Sep 23 16:51:12 2003 UTC (20 years, 8 months ago) by millert
Branch: MAIN
CVS Tags: SMP_SYNC_B, SMP_SYNC_A, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.8: +17 -16 lines
Diff to previous 1.8 (colored)

Replace select backends with poll backends.  selscan() and pollscan()
now call the poll backend.  With this change we implement greater
poll(2) functionality instead of emulating it via the select backend.
Adapted from NetBSD and including some changes from FreeBSD.
Tested by many, deraadt@ OK

Revision 1.2.4.5 / (download) - annotate - [select for diffs], Fri Mar 28 00:38:10 2003 UTC (21 years, 2 months ago) by niklas
Branch: SMP
Changes since 1.2.4.4: +2 -2 lines
Diff to previous 1.2.4.4 (colored) to branchpoint 1.2 (colored)

Sync the SMP branch with 3.3

Revision 1.5.4.3 / (download) - annotate - [select for diffs], Tue Oct 29 00:33:23 2002 UTC (21 years, 7 months ago) by art
Branch: UBC
Changes since 1.5.4.2: +3 -3 lines
Diff to previous 1.5.4.2 (colored) to branchpoint 1.5 (colored) next main 1.6 (colored)

sync to -current

Revision 1.8 / (download) - annotate - [select for diffs], Sat Jul 27 08:01:47 2002 UTC (21 years, 10 months ago) by nordin
Branch: MAIN
CVS Tags: UBC_SYNC_B, UBC_SYNC_A, OPENBSD_3_4_BASE, OPENBSD_3_4, OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (colored)

Variable name typo in debugging code. tick -> ticks.

Revision 1.5.4.2 / (download) - annotate - [select for diffs], Tue Jun 11 03:42:15 2002 UTC (22 years ago) by art
Branch: UBC
Changes since 1.5.4.1: +33 -33 lines
Diff to previous 1.5.4.1 (colored) to branchpoint 1.5 (colored)

Sync UBC branch to -current

Revision 1.2.4.4 / (download) - annotate - [select for diffs], Thu Mar 28 15:03:52 2002 UTC (22 years, 2 months ago) by niklas
Branch: SMP
Changes since 1.2.4.3: +32 -32 lines
Diff to previous 1.2.4.3 (colored) to branchpoint 1.2 (colored)

Merge in -current from roughly a week ago

Revision 1.7 / (download) - annotate - [select for diffs], Thu Mar 14 01:26:52 2002 UTC (22 years, 3 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.6: +33 -33 lines
Diff to previous 1.6 (colored)

First round of __P removal in sys

Revision 1.2.4.3 / (download) - annotate - [select for diffs], Wed Mar 6 02:11:42 2002 UTC (22 years, 3 months ago) by niklas
Branch: SMP
Changes since 1.2.4.2: +2 -2 lines
Diff to previous 1.2.4.2 (colored) to branchpoint 1.2 (colored)

Merge in trunk

Revision 1.5.4.1 / (download) - annotate - [select for diffs], Thu Jan 31 22:55:29 2002 UTC (22 years, 4 months ago) by niklas
Branch: UBC
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Merge in -current, builds on i386, otherwise untested

Revision 1.6 / (download) - annotate - [select for diffs], Thu Jan 10 18:49:07 2002 UTC (22 years, 5 months ago) by mickey
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

return ENOTTY not EINVAL in default: in *ioctl()

Revision 1.2.4.2 / (download) - annotate - [select for diffs], Wed Jul 4 10:40:15 2001 UTC (22 years, 11 months ago) by niklas
Branch: SMP
Changes since 1.2.4.1: +16 -16 lines
Diff to previous 1.2.4.1 (colored) to branchpoint 1.2 (colored)

Merge in -current from two days ago in the SMP branch.
As usual with merges, they do not indicate progress, so do not hold
your breath for working SMP, and do not mail me and ask about the
state of it.  It has not changed.  There is work ongoing, but very, very
slowly.  The commit is done in parts as to not lock up the tree in too
big chunks at a time.

Revision 1.2.4.1 / (download) - annotate - [select for diffs], Mon May 14 22:23:03 2001 UTC (23 years, 1 month ago) by niklas
Branch: SMP
Changes since 1.2: +5 -4 lines
Diff to previous 1.2 (colored)

merge in approximately 2.9 into SMP branch

Revision 1.5 / (download) - annotate - [select for diffs], Tue May 1 02:31:30 2001 UTC (23 years, 1 month ago) by mickey
Branch: MAIN
CVS Tags: UBC_BASE, OPENBSD_3_0_BASE, OPENBSD_3_0
Branch point for: UBC
Changes since 1.4: +16 -16 lines
Diff to previous 1.4 (colored)

trailing spaces

Revision 1.4 / (download) - annotate - [select for diffs], Mon Jun 26 22:43:44 2000 UTC (23 years, 11 months ago) by art
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.3: +4 -3 lines
Diff to previous 1.3 (colored)

Convert to new timeouts.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Apr 11 02:44:33 2000 UTC (24 years, 2 months ago) by pjanzen
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Check usec for >= 1000000, not just > ; as msaitoh@NetBSD.org

Revision 1.2 / (download) - annotate - [select for diffs], Fri Jul 23 13:18:04 1999 UTC (24 years, 10 months ago) by niklas
Branch: MAIN
CVS Tags: kame_19991208, SMP_BASE, OPENBSD_2_6_BASE, OPENBSD_2_6
Branch point for: SMP
Changes since 1.1: +3 -1 lines
Diff to previous 1.1 (colored)

From NetBSD; let i386 run audio at a high IPL

Revision 1.1 / (download) - annotate - [select for diffs], Sat Jan 2 00:02:38 1999 UTC (25 years, 5 months ago) by niklas
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5

Midi & sequencer support from NetBSD, mostly by Lennart Augustsson

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.