The NetBSD Project

CVS log for src/sys/kern/tty_subr.c

[BACK] Up to [cvs.netbsd.org] / src / sys / kern

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.40 / (download) - annotate - [select for diffs], Sat Sep 24 00:05:38 2011 UTC (8 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, yamt-pagecache, netbsd-6-base, netbsd-6, jmcneill-usbmp-pre-base2, jmcneill-usbmp-base9, jmcneill-usbmp-base8, jmcneill-usbmp-base7, jmcneill-usbmp-base6, jmcneill-usbmp-base5, jmcneill-usbmp-base4, jmcneill-usbmp-base3, jmcneill-usbmp-base2, jmcneill-usbmp-base, jmcneill-usbmp, jmcneill-audiomp3-base, jmcneill-audiomp3, HEAD
Changes since 1.39: +4 -4 lines
Diff to previous 1.39 (colored)

- Introduce a sysctl to control the default tty queue size kern.tty.qsize,
  which defaults to 1024 as before.
- Add two ioctls TIOC{G,S}QSIZE to read and adjust the queue size on
  individual ptys.

NB: ttys (and ptys) still silently (or beepingly (IMAXBEL)) drop
    characters if the queue size is exceeded. I.e. you can appear
    to succeed writing to the {p,t}ty, but not all characters will
    have made it if the queue overflows.  CVS:

Revision 1.34.10.1 / (download) - annotate - [select for diffs], Wed Apr 21 00:28:18 2010 UTC (2 years, 1 month ago) by matt
Branch: matt-nb5-mips64
CVS Tags: matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-k15
Changes since 1.34: +4 -3 lines
Diff to previous 1.34 (colored) next main 1.35 (colored)

sync to netbsd-5

Revision 1.32.10.2 / (download) - annotate - [select for diffs], Thu Mar 11 15:04:20 2010 UTC (2 years, 2 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.32.10.1: +19 -22 lines
Diff to previous 1.32.10.1 (colored) to branchpoint 1.32 (colored) next main 1.33 (colored)

sync with head

Revision 1.34.8.1 / (download) - annotate - [select for diffs], Fri Nov 27 09:19:13 2009 UTC (2 years, 5 months ago) by sborrill
Branch: netbsd-5-0
CVS Tags: netbsd-5-0-2-RELEASE
Changes since 1.34: +4 -3 lines
Diff to previous 1.34 (colored) next main 1.35 (colored)

Pull up the following revisions(s) (requested by dsl in ticket #1141):
	sys/kern/tty_subr.c:	revision 1.38

Fix clrbits() so that it doesn't mask no bits out of the byte after the
range (when the last bit to be cleared is the msb of a byte).
Fixes PR/42312.

Revision 1.34.4.1 / (download) - annotate - [select for diffs], Fri Nov 27 09:15:27 2009 UTC (2 years, 5 months ago) by sborrill
Branch: netbsd-5
CVS Tags: netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, matt-nb5-pq3-base, matt-nb5-pq3
Changes since 1.34: +4 -3 lines
Diff to previous 1.34 (colored) next main 1.35 (colored)

Pull up the following revisions(s) (requested by dsl in ticket #1141):
	sys/kern/tty_subr.c:	revision 1.38

Fix clrbits() so that it doesn't mask no bits out of the byte after the
range (when the last bit to be cleared is the msb of a byte).
Fixes PR/42312.

Revision 1.39 / (download) - annotate - [select for diffs], Sat Nov 14 13:18:41 2009 UTC (2 years, 6 months ago) by dsl
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9, yamt-nfs-mp-base11, yamt-nfs-mp-base10, uebayasi-xip-base4, uebayasi-xip-base3, uebayasi-xip-base2, uebayasi-xip-base1, uebayasi-xip-base, uebayasi-xip, rmind-uvmplock-nbase, rmind-uvmplock-base, rmind-uvmplock, matt-premerge-20091211, matt-mips64-premerge-20101231, jruoho-x86intr-base, jruoho-x86intr, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Changes since 1.38: +17 -21 lines
Diff to previous 1.38 (colored)

Christos was worried about clrbits() being called with a length of zero.
This can't happen, but rework so it doesn't matter.
Remove 'optimisation' for length 1, that doesn't happen often enough.

Revision 1.38 / (download) - annotate - [select for diffs], Fri Nov 13 19:15:24 2009 UTC (2 years, 6 months ago) by dsl
Branch: MAIN
Changes since 1.37: +4 -3 lines
Diff to previous 1.37 (colored)

Fix clrbits() so that it doesn't mask no bits out of the byte after the
range (when the last bit to be cleared is the msb of a byte).
Fixes PR/42312 in a slightly better way than proposed.

Revision 1.37 / (download) - annotate - [select for diffs], Fri Nov 13 19:00:15 2009 UTC (2 years, 6 months ago) by dsl
Branch: MAIN
Changes since 1.36: +6 -6 lines
Diff to previous 1.36 (colored)

Change args to clrbits() to be unsigned for efficiency.

Revision 1.35.2.1 / (download) - annotate - [select for diffs], Wed May 13 17:21:58 2009 UTC (3 years ago) by jym
Branch: jym-xensuspend
Changes since 1.35: +11 -11 lines
Diff to previous 1.35 (colored) next main 1.36 (colored)

Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.

Revision 1.32.10.1 / (download) - annotate - [select for diffs], Mon May 4 08:13:49 2009 UTC (3 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.32: +21 -35 lines
Diff to previous 1.32 (colored)

sync with head.

Revision 1.34.2.2 / (download) - annotate - [select for diffs], Tue Apr 28 07:37:01 2009 UTC (3 years ago) by skrll
Branch: nick-hppapmap
Changes since 1.34.2.1: +11 -11 lines
Diff to previous 1.34.2.1 (colored) to branchpoint 1.34 (colored) next main 1.35 (colored)

Sync with HEAD.

Revision 1.36 / (download) - annotate - [select for diffs], Mon Mar 9 16:19:22 2009 UTC (3 years, 2 months ago) by uebayasi
Branch: MAIN
CVS Tags: yamt-nfs-mp-base8, yamt-nfs-mp-base7, yamt-nfs-mp-base6, yamt-nfs-mp-base5, yamt-nfs-mp-base4, yamt-nfs-mp-base3, nick-hppapmap-base4, nick-hppapmap-base3, nick-hppapmap-base, jymxensuspend-base, jym-xensuspend-nbase, jym-xensuspend-base
Changes since 1.35: +11 -11 lines
Diff to previous 1.35 (colored)

KNF.  ANSI'fy.

Revision 1.34.2.1 / (download) - annotate - [select for diffs], Tue Mar 3 18:32:57 2009 UTC (3 years, 2 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.34: +11 -15 lines
Diff to previous 1.34 (colored)

Sync with HEAD.

Revision 1.35 / (download) - annotate - [select for diffs], Thu Jan 22 14:38:35 2009 UTC (3 years, 4 months ago) by yamt
Branch: MAIN
CVS Tags: nick-hppapmap-base2
Branch point for: jym-xensuspend
Changes since 1.34: +11 -15 lines
Diff to previous 1.34 (colored)

malloc -> kmem_alloc

Revision 1.33.4.1 / (download) - annotate - [select for diffs], Sun Oct 19 22:17:29 2008 UTC (3 years, 7 months ago) by haad
Branch: haad-dm
Changes since 1.33: +3 -2 lines
Diff to previous 1.33 (colored) next main 1.34 (colored)

Sync with HEAD.

Revision 1.32.6.2 / (download) - annotate - [select for diffs], Sun Sep 28 10:40:54 2008 UTC (3 years, 7 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.32.6.1: +1 -0 lines
Diff to previous 1.32.6.1 (colored) to branchpoint 1.32 (colored) next main 1.33 (colored)

Sync with HEAD.

Revision 1.32.12.2 / (download) - annotate - [select for diffs], Thu Sep 18 04:31:44 2008 UTC (3 years, 8 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.32.12.1: +3 -2 lines
Diff to previous 1.32.12.1 (colored) to branchpoint 1.32 (colored) next main 1.33 (colored)

Sync with wrstuden-revivesa-base-2.

Revision 1.33.2.1 / (download) - annotate - [select for diffs], Fri Jul 18 16:37:49 2008 UTC (3 years, 10 months ago) by simonb
Branch: simonb-wapbl
Changes since 1.33: +3 -2 lines
Diff to previous 1.33 (colored) next main 1.34 (colored)

Sync with head.

Revision 1.34 / (download) - annotate - [select for diffs], Wed Jul 16 18:27:49 2008 UTC (3 years, 10 months ago) by drochner
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-4, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, simonb-wapbl-nbase, simonb-wapbl-base, netbsd-5-base, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-1-RELEASE, mjf-devfs2-base, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20091211, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-base2, haad-nbase2, haad-dm-base2, haad-dm-base1, haad-dm-base, ad-audiomp2-base, ad-audiomp2
Branch point for: nick-hppapmap, netbsd-5-0, netbsd-5, matt-nb5-mips64
Changes since 1.33: +3 -2 lines
Diff to previous 1.33 (colored)

wipe out tty buffer contents after read, to avoid keeping possibly
sensitive information in memory longer than necessary
(We could make this depend on ~ECHO or so, but this would be an API
change and I don't think it is worth the effort.)

Revision 1.32.12.1 / (download) - annotate - [select for diffs], Mon Jun 23 04:31:52 2008 UTC (3 years, 11 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.32: +2 -13 lines
Diff to previous 1.32 (colored)

Sync w/ -current. 34 merge conflicts to follow.

Revision 1.32.8.1 / (download) - annotate - [select for diffs], Wed Jun 4 02:05:40 2008 UTC (3 years, 11 months ago) by yamt
Branch: yamt-pf42
Changes since 1.32: +2 -13 lines
Diff to previous 1.32 (colored) next main 1.33 (colored)

sync with head

Revision 1.32.6.1 / (download) - annotate - [select for diffs], Mon Jun 2 13:24:13 2008 UTC (3 years, 11 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.32: +2 -13 lines
Diff to previous 1.32 (colored)

Sync with HEAD.

Revision 1.33 / (download) - annotate - [select for diffs], Sun May 25 19:22:21 2008 UTC (4 years ago) by ad
Branch: MAIN
CVS Tags: yamt-pf42-base4, yamt-pf42-base3, wrstuden-revivesa-base-1, wrstuden-revivesa-base
Branch point for: simonb-wapbl, haad-dm
Changes since 1.32: +2 -13 lines
Diff to previous 1.32 (colored)

Properly fix the "hanging in tty" bug that was worked around with cv_wakeup()
some time again.

Revision 1.28.4.4 / (download) - annotate - [select for diffs], Mon Jan 21 09:46:28 2008 UTC (4 years, 4 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.28.4.3: +4 -2 lines
Diff to previous 1.28.4.3 (colored) to branchpoint 1.28 (colored) next main 1.29 (colored)

sync with head

Revision 1.29.46.2 / (download) - annotate - [select for diffs], Wed Jan 9 01:56:26 2008 UTC (4 years, 4 months ago) by matt
Branch: matt-armv6
Changes since 1.29.46.1: +9 -3 lines
Diff to previous 1.29.46.1 (colored) to branchpoint 1.29 (colored) next main 1.30 (colored)

sync with HEAD

Revision 1.31.6.1 / (download) - annotate - [select for diffs], Wed Jan 2 21:56:19 2008 UTC (4 years, 4 months ago) by bouyer
Branch: bouyer-xeni386
CVS Tags: bouyer-xeni386-merge1
Changes since 1.31: +4 -2 lines
Diff to previous 1.31 (colored) next main 1.32 (colored)

Sync with HEAD

Revision 1.29.52.3 / (download) - annotate - [select for diffs], Thu Dec 27 00:46:15 2007 UTC (4 years, 5 months ago) by mjf
Branch: mjf-devfs
Changes since 1.29.52.2: +4 -2 lines
Diff to previous 1.29.52.2 (colored) to branchpoint 1.29 (colored) next main 1.30 (colored)

Sync with HEAD.

Revision 1.31.2.1 / (download) - annotate - [select for diffs], Wed Dec 26 19:57:16 2007 UTC (4 years, 5 months ago) by ad
Branch: vmlocking2
Changes since 1.31: +4 -2 lines
Diff to previous 1.31 (colored) next main 1.32 (colored)

Sync with head.

Revision 1.32 / (download) - annotate - [select for diffs], Sat Dec 22 02:21:29 2007 UTC (4 years, 5 months ago) by ad
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base2, yamt-pf42-base, yamt-nfs-mp-base2, yamt-nfs-mp-base, yamt-lazymbuf-base15, yamt-lazymbuf-base14, vmlocking2-base3, nick-net80211-sync-base, nick-net80211-sync, mjf-devfs-base, matt-armv6-nbase, matt-armv6-base, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-nbase, hpcarm-cleanup-base, bouyer-xeni386-nbase, bouyer-xeni386-base, ad-socklock-base1
Branch point for: yamt-pf42, yamt-nfs-mp, wrstuden-revivesa, mjf-devfs2
Changes since 1.31: +4 -2 lines
Diff to previous 1.31 (colored)

Restore seperate condvars for clist i/o and clist control activity.
Fixes lockups with concurrent output to ttys. kern/37455

Revision 1.29.52.2 / (download) - annotate - [select for diffs], Sat Dec 8 18:20:41 2007 UTC (4 years, 5 months ago) by mjf
Branch: mjf-devfs
Changes since 1.29.52.1: +8 -4 lines
Diff to previous 1.29.52.1 (colored) to branchpoint 1.29 (colored)

Sync with HEAD.

Revision 1.28.4.3 / (download) - annotate - [select for diffs], Fri Dec 7 17:33:16 2007 UTC (4 years, 5 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.28.4.2: +8 -4 lines
Diff to previous 1.28.4.2 (colored) to branchpoint 1.28 (colored)

sync with head

Revision 1.29.44.2 / (download) - annotate - [select for diffs], Wed Nov 21 21:56:05 2007 UTC (4 years, 6 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.29.44.1: +8 -4 lines
Diff to previous 1.29.44.1 (colored) to branchpoint 1.29 (colored) next main 1.30 (colored)

Sync with HEAD.

Revision 1.29.50.2 / (download) - annotate - [select for diffs], Wed Nov 21 21:19:47 2007 UTC (4 years, 6 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.29.50.1: +6 -2 lines
Diff to previous 1.29.50.1 (colored) to branchpoint 1.29 (colored) next main 1.30 (colored)

Sync with HEAD

Revision 1.31 / (download) - annotate - [select for diffs], Mon Nov 19 18:51:52 2007 UTC (4 years, 6 months ago) by ad
Branch: MAIN
CVS Tags: yamt-kmem-base3, yamt-kmem-base2, yamt-kmem-base, yamt-kmem, vmlocking2-base2, vmlocking2-base1, vmlocking-nbase, reinoud-bufcleanup-nbase, reinoud-bufcleanup-base, jmcneill-pm-base, cube-autoconf-base, cube-autoconf, bouyer-xenamd64-base2, bouyer-xenamd64-base
Branch point for: vmlocking2, bouyer-xeni386
Changes since 1.30: +8 -4 lines
Diff to previous 1.30 (colored)

- Factor out too many copies of the same bit of tty code.
- Fix another tty signalling/wakeup problem.

Revision 1.29.52.1 / (download) - annotate - [select for diffs], Mon Nov 19 00:48:57 2007 UTC (4 years, 6 months ago) by mjf
Branch: mjf-devfs
Changes since 1.29: +7 -2 lines
Diff to previous 1.29 (colored)

Sync with HEAD.

Revision 1.28.4.2 / (download) - annotate - [select for diffs], Thu Nov 15 11:44:55 2007 UTC (4 years, 6 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.28.4.1: +7 -2 lines
Diff to previous 1.28.4.1 (colored) to branchpoint 1.28 (colored)

sync with head.

Revision 1.29.50.1 / (download) - annotate - [select for diffs], Tue Nov 13 16:02:34 2007 UTC (4 years, 6 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.29: +7 -2 lines
Diff to previous 1.29 (colored)

Sync with HEAD

Revision 1.29.44.1 / (download) - annotate - [select for diffs], Sun Nov 11 16:48:16 2007 UTC (4 years, 6 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.29: +7 -2 lines
Diff to previous 1.29 (colored)

Sync with HEAD.

Revision 1.29.46.1 / (download) - annotate - [select for diffs], Thu Nov 8 11:00:09 2007 UTC (4 years, 6 months ago) by matt
Branch: matt-armv6
CVS Tags: matt-armv6-prevmlocking
Changes since 1.29: +7 -2 lines
Diff to previous 1.29 (colored)

sync with -HEAD

Revision 1.30 / (download) - annotate - [select for diffs], Wed Nov 7 15:56:22 2007 UTC (4 years, 6 months ago) by ad
Branch: MAIN
Changes since 1.29: +7 -2 lines
Diff to previous 1.29 (colored)

Merge tty changes from the vmlocking branch.

Revision 1.29.30.1 / (download) - annotate - [select for diffs], Wed Mar 21 20:11:54 2007 UTC (5 years, 2 months ago) by ad
Branch: vmlocking
Changes since 1.29: +7 -2 lines
Diff to previous 1.29 (colored) next main 1.30 (colored)

- Replace more simple_locks, and fix up in a few places.
- Use condition variables.
- LOCK_ASSERT -> KASSERT.

Revision 1.28.4.1 / (download) - annotate - [select for diffs], Wed Jun 21 15:09:39 2006 UTC (5 years, 11 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.28: +17 -44 lines
Diff to previous 1.28 (colored)

sync with head.

Revision 1.24.2.5 / (download) - annotate - [select for diffs], Sun Dec 11 10:29:12 2005 UTC (6 years, 5 months ago) by christos
Branch: ktrace-lwp
Changes since 1.24.2.4: +17 -44 lines
Diff to previous 1.24.2.4 (colored) next main 1.25 (colored)

Sync with head.

Revision 1.29 / (download) - annotate - [select for diffs], Thu Dec 8 03:09:04 2005 UTC (6 years, 5 months ago) by thorpej
Branch: MAIN
CVS Tags: yamt-x86pmap-base4, yamt-x86pmap-base3, yamt-x86pmap-base2, yamt-x86pmap-base, yamt-x86pmap, yamt-uio_vmspace-base5, yamt-uio_vmspace, yamt-splraiseipl-base5, yamt-splraiseipl-base4, yamt-splraiseipl-base3, yamt-splraiseipl-base2, yamt-splraiseipl-base, yamt-splraiseipl, yamt-pdpolicy-base9, yamt-pdpolicy-base8, yamt-pdpolicy-base7, yamt-pdpolicy-base6, yamt-pdpolicy-base5, yamt-pdpolicy-base4, yamt-pdpolicy-base3, yamt-pdpolicy-base2, yamt-pdpolicy-base, yamt-pdpolicy, yamt-idlelwp-base8, yamt-idlelwp, wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, vmlocking-base, thorpej-atomic-base, thorpej-atomic, simonb-timecounters-base, simonb-timecounters, simonb-timcounters-final, rpaulo-netinet-merge-pcb-base, rpaulo-netinet-merge-pcb, reinoud-bufcleanup, post-newlock2-merge, peter-altq-base, peter-altq, nick-csl-alignment-base5, nick-csl-alignment-base, nick-csl-alignment, newlock2-nbase, newlock2-base, newlock2, netbsd-4-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, netbsd-4, mjf-ufs-trans-base, mjf-ufs-trans, matt-nb4-arm-base, matt-nb4-arm, matt-mips64-base, matt-mips64, ktrace-lwp-base, jmcneill-base, hpcarm-cleanup, gdamore-uart-base, gdamore-uart, elad-kernelauth-base, elad-kernelauth, chap-midi-nbase, chap-midi-base, chap-midi, ad-audiomp-base, ad-audiomp, abandoned-netbsd-4-base, abandoned-netbsd-4
Branch point for: vmlocking, mjf-devfs, matt-armv6, jmcneill-pm, bouyer-xenamd64
Changes since 1.28: +17 -44 lines
Diff to previous 1.28 (colored)

Use ANSI function decls, sprinkle static.

Revision 1.27.8.1 / (download) - annotate - [select for diffs], Fri Apr 29 11:29:24 2005 UTC (7 years ago) by kent
Branch: kent-audio2
Changes since 1.27: +4 -4 lines
Diff to previous 1.27 (colored) next main 1.28 (colored)

sync with -current

Revision 1.27.10.1 / (download) - annotate - [select for diffs], Sat Mar 19 08:36:12 2005 UTC (7 years, 2 months ago) by yamt
Branch: yamt-km
Changes since 1.27: +4 -4 lines
Diff to previous 1.27 (colored) next main 1.28 (colored)

sync with head.  xen and whitespace.  xen part is not finished.

Revision 1.24.2.4 / (download) - annotate - [select for diffs], Fri Mar 4 16:52:02 2005 UTC (7 years, 2 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.24.2.3: +4 -4 lines
Diff to previous 1.24.2.3 (colored)

Sync with HEAD.

Hi Perry!

Revision 1.28 / (download) - annotate - [select for diffs], Sat Feb 26 21:34:55 2005 UTC (7 years, 2 months ago) by perry
Branch: MAIN
CVS Tags: yamt-vop-base3, yamt-vop-base2, yamt-vop-base, yamt-vop, yamt-readahead-pervnode, yamt-readahead-perfile, yamt-readahead-base3, yamt-readahead-base2, yamt-readahead-base, yamt-readahead, yamt-km-base4, yamt-km-base3, thorpej-vnode-attr-base, thorpej-vnode-attr, netbsd-3-base, netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1, netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0, netbsd-3, kent-audio2-base
Branch point for: yamt-lazymbuf
Changes since 1.27: +4 -4 lines
Diff to previous 1.27 (colored)

nuke trailing whitespace

Revision 1.24.2.3 / (download) - annotate - [select for diffs], Tue Sep 21 13:35:16 2004 UTC (7 years, 8 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.24.2.2: +2 -2 lines
Diff to previous 1.24.2.2 (colored)

Fix the sync with head I botched.

Revision 1.24.2.2 / (download) - annotate - [select for diffs], Sat Sep 18 14:53:04 2004 UTC (7 years, 8 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.24.2.1: +0 -0 lines
Diff to previous 1.24.2.1 (colored)

Sync with HEAD.

Revision 1.24.2.1 / (download) - annotate - [select for diffs], Tue Aug 3 10:52:57 2004 UTC (7 years, 9 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.24: +4 -9 lines
Diff to previous 1.24 (colored)

Sync with HEAD

Revision 1.27 / (download) - annotate - [select for diffs], Tue Mar 23 13:22:05 2004 UTC (8 years, 2 months ago) by junyoung
Branch: MAIN
CVS Tags: yamt-km-base2, yamt-km-base, netbsd-2-base, netbsd-2-1-RELEASE, netbsd-2-1-RC6, netbsd-2-1-RC5, netbsd-2-1-RC4, netbsd-2-1-RC3, netbsd-2-1-RC2, netbsd-2-1-RC1, netbsd-2-1, netbsd-2-0-base, netbsd-2-0-RELEASE, netbsd-2-0-RC5, netbsd-2-0-RC4, netbsd-2-0-RC3, netbsd-2-0-RC2, netbsd-2-0-RC1, netbsd-2-0-3-RELEASE, netbsd-2-0-2-RELEASE, netbsd-2-0-1-RELEASE, netbsd-2-0, netbsd-2, matt-timespec, kent-audio1-beforemerge, kent-audio1-base, kent-audio1
Branch point for: yamt-km, kent-audio2
Changes since 1.26: +3 -3 lines
Diff to previous 1.26 (colored)

Nuke __P().

Revision 1.26 / (download) - annotate - [select for diffs], Fri Feb 13 11:36:23 2004 UTC (8 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.25: +3 -3 lines
Diff to previous 1.25 (colored)

Uppercase CPU, plural is CPUs.

Revision 1.25 / (download) - annotate - [select for diffs], Wed Dec 10 12:06:25 2003 UTC (8 years, 5 months ago) by agc
Branch: MAIN
Changes since 1.24: +2 -7 lines
Diff to previous 1.24 (colored)

Modify the licences of code written by Theo De Raadt from a 4-clause
to a 2-clause licence (retaining UCB clauses (1) and (2)), per PR
22409 from Joel Baker, approved by Theo de Raadt, and ratified by
myself - the only discrepancy being the handling of the original
clause 3 in src/usr.sbin/yppoll/yppoll.c.

Revision 1.24 / (download) - annotate - [select for diffs], Sat Feb 1 06:23:44 2003 UTC (9 years, 3 months ago) by thorpej
Branch: MAIN
Branch point for: ktrace-lwp
Changes since 1.23: +4 -2 lines
Diff to previous 1.23 (colored)

Add extensible malloc types, adapted from FreeBSD.  This turns
malloc types into a structure, a pointer to which is passed around,
instead of an int constant.  Allow the limit to be adjusted when the
malloc type is defined, or with a function call, as suggested by
Jonathan Stone.

Revision 1.20.2.3 / (download) - annotate - [select for diffs], Wed Jan 15 18:58:31 2003 UTC (9 years, 4 months ago) by thorpej
Branch: nathanw_sa
CVS Tags: nathanw_sa_end
Changes since 1.20.2.2: +2 -11 lines
Diff to previous 1.20.2.2 (colored) to branchpoint 1.20 (colored) next main 1.21 (colored)

Sync with HEAD.

Revision 1.23 / (download) - annotate - [select for diffs], Wed Jan 8 12:00:25 2003 UTC (9 years, 4 months ago) by msaitoh
Branch: MAIN
CVS Tags: nathanw_sa_before_merge, nathanw_sa_base
Changes since 1.22: +2 -11 lines
Diff to previous 1.22 (colored)

remove cinit()

This functions is completely null, not called from anywhere and
defined since rev. 1.1 (July 1993).

Revision 1.20.4.1 / (download) - annotate - [select for diffs], Thu Jan 10 20:00:12 2002 UTC (10 years, 4 months ago) by thorpej
Branch: kqueue
Changes since 1.20: +5 -2 lines
Diff to previous 1.20 (colored) next main 1.21 (colored)

Sync kqueue branch with -current.

Revision 1.20.2.2 / (download) - annotate - [select for diffs], Tue Jan 8 00:32:42 2002 UTC (10 years, 4 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.20.2.1: +3 -3 lines
Diff to previous 1.20.2.1 (colored) to branchpoint 1.20 (colored)

Catch up to -current.

Revision 1.22 / (download) - annotate - [select for diffs], Thu Dec 27 02:27:50 2001 UTC (10 years, 5 months ago) by ad
Branch: MAIN
CVS Tags: newlock-base, newlock, netbsd-1-6-base, netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1, netbsd-1-6-PATCH002-RELEASE, netbsd-1-6-PATCH002-RC4, netbsd-1-6-PATCH002-RC3, netbsd-1-6-PATCH002-RC2, netbsd-1-6-PATCH002-RC1, netbsd-1-6-PATCH002, netbsd-1-6-PATCH001-RELEASE, netbsd-1-6-PATCH001-RC3, netbsd-1-6-PATCH001-RC2, netbsd-1-6-PATCH001-RC1, netbsd-1-6-PATCH001, netbsd-1-6, kqueue-beforemerge, kqueue-base, kqueue-aftermerge, ifpoll-base, ifpoll, gmcgarry_ucred_base, gmcgarry_ucred, gmcgarry_ctxsw_base, gmcgarry_ctxsw, gehenna-devsw-base, gehenna-devsw, fvdl_fs64_base, eeh-devprop-base, eeh-devprop
Changes since 1.21: +3 -3 lines
Diff to previous 1.21 (colored)

In clalloc(), clear the quoted char bitmap (part of the ring buffer was
being cleared twice).

Revision 1.20.2.1 / (download) - annotate - [select for diffs], Wed Nov 14 19:16:45 2001 UTC (10 years, 6 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.20: +4 -1 lines
Diff to previous 1.20 (colored)

Catch up to -current.

Revision 1.20.8.1 / (download) - annotate - [select for diffs], Mon Nov 12 21:18:58 2001 UTC (10 years, 6 months ago) by thorpej
Branch: thorpej-mips-cache
Changes since 1.20: +4 -1 lines
Diff to previous 1.20 (colored) next main 1.21 (colored)

Sync the thorpej-mips-cache branch with -current.

Revision 1.21 / (download) - annotate - [select for diffs], Mon Nov 12 15:25:29 2001 UTC (10 years, 6 months ago) by lukem
Branch: MAIN
CVS Tags: thorpej-mips-cache-base
Changes since 1.20: +4 -1 lines
Diff to previous 1.20 (colored)

add RCSIDs

Revision 1.18.2.1 / (download) - annotate - [select for diffs], Mon Nov 20 18:09:13 2000 UTC (11 years, 6 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.18: +17 -17 lines
Diff to previous 1.18 (colored) next main 1.19 (colored)

Update thorpej_scsipi to -current as of a month ago

Revision 1.20 / (download) - annotate - [select for diffs], Wed Aug 2 20:53:07 2000 UTC (11 years, 9 months ago) by thorpej
Branch: MAIN
CVS Tags: thorpej_scsipi_nbase, thorpej_scsipi_beforemerge, thorpej_scsipi_base, thorpej-devvp-base3, thorpej-devvp-base2, thorpej-devvp-base, thorpej-devvp, pre-chs-ubcperf, post-chs-ubcperf
Branch point for: thorpej-mips-cache, nathanw_sa, kqueue
Changes since 1.19: +6 -6 lines
Diff to previous 1.19 (colored)

MALLOC()/FREE() are not to be used for variable sized allocations.

Revision 1.19 / (download) - annotate - [select for diffs], Thu Mar 30 09:27:13 2000 UTC (12 years, 1 month ago) by augustss
Branch: MAIN
CVS Tags: netbsd-1-5-base, netbsd-1-5-RELEASE, netbsd-1-5-PATCH003, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001, netbsd-1-5-BETA2, netbsd-1-5-BETA, netbsd-1-5-ALPHA2, netbsd-1-5, minoura-xpg4dl-base, minoura-xpg4dl
Changes since 1.18: +12 -12 lines
Diff to previous 1.18 (colored)

Get rid of register declarations.

Revision 1.17.8.1 / (download) - annotate - [select for diffs], Mon Jun 21 01:24:05 1999 UTC (12 years, 11 months ago) by thorpej
Branch: chs-ubc2
Changes since 1.17: +1 -4 lines
Diff to previous 1.17 (colored) next main 1.18 (colored)

Sync w/ -current.

Revision 1.18 / (download) - annotate - [select for diffs], Sun Apr 25 02:56:30 1999 UTC (13 years, 1 month ago) by simonb
Branch: MAIN
CVS Tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221, wrstuden-devbsize, fvdl-softdep-base, fvdl-softdep, comdex-fall-1999-base, comdex-fall-1999, chs-ubc2-newbase, chs-ubc2-base
Branch point for: thorpej_scsipi
Changes since 1.17: +1 -4 lines
Diff to previous 1.17 (colored)

g/c REAL_CLISTS.

Revision 1.17 / (download) - annotate - [select for diffs], Tue Aug 4 04:03:17 1998 UTC (13 years, 9 months ago) by perry
Branch: MAIN
CVS Tags: netbsd-1-4-base, netbsd-1-4-RELEASE, netbsd-1-4-PATCH003, netbsd-1-4-PATCH002, netbsd-1-4-PATCH001, netbsd-1-4, kenh-if-detach-base, kenh-if-detach, kame_14_19990705, kame_14_19990628, kame_141_19991130, kame, chs-ubc-base, chs-ubc
Branch point for: chs-ubc2
Changes since 1.16: +6 -6 lines
Diff to previous 1.16 (colored)

Abolition of bcopy, ovbcopy, bcmp, and bzero, phase one.
  bcopy(x, y, z) ->  memcpy(y, x, z)
ovbcopy(x, y, z) -> memmove(y, x, z)
   bcmp(x, y, z) ->  memcmp(x, y, z)
  bzero(x, y)    ->  memset(x, 0, y)

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Mar 1 02:09:49 1998 UTC (14 years, 2 months ago) by fvdl
Branch: netbsd, CSRG
CVS Tags: lite-2, lite-1, date-03-may-96
Changes since 1.1: +107 -468 lines
Diff to previous 1.1 (colored)

Import 4.4BSD-Lite for reference

Revision 1.16 / (download) - annotate - [select for diffs], Fri Oct 25 21:20:29 1996 UTC (15 years, 7 months ago) by cgd
Branch: MAIN
CVS Tags: thorpej-signal-base, thorpej-signal, thorpej-setroot, netbsd-1-3-base, netbsd-1-3-RELEASE, netbsd-1-3-PATCH003-CANDIDATE2, netbsd-1-3-PATCH003-CANDIDATE1, netbsd-1-3-PATCH003-CANDIDATE0, netbsd-1-3-PATCH003, netbsd-1-3-PATCH002, netbsd-1-3-PATCH001, netbsd-1-3-BETA, netbsd-1-3, mrg-vm-swap, marc-pcmcia-bp, marc-pcmcia-base, marc-pcmcia, is-newarp-before-merge, is-newarp-base, is-newarp, eeh-paddr_t-base, eeh-paddr_t, bouyer-scsipi
Changes since 1.15: +3 -7 lines
Diff to previous 1.15 (colored)

remove duplicate prototypes from tty_subr.c (ndqb, putc, b_to_q), and
make the first arg of b_to_q (the u_char * that points to data to be
stuffed into the queue) const, since it's not modified.

Revision 1.15 / (download) - annotate - [select for diffs], Sun Oct 13 02:32:46 1996 UTC (15 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.14: +3 -3 lines
Diff to previous 1.14 (colored)

backout previous kprintf change

Revision 1.14 / (download) - annotate - [select for diffs], Thu Oct 10 22:46:33 1996 UTC (15 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.13: +3 -3 lines
Diff to previous 1.13 (colored)

printf -> kprintf, sprintf -> ksprintf

Revision 1.13 / (download) - annotate - [select for diffs], Fri Feb 9 19:00:43 1996 UTC (16 years, 3 months ago) by christos
Branch: MAIN
CVS Tags: netbsd-1-2-base, netbsd-1-2-RELEASE, netbsd-1-2-PATCH001, netbsd-1-2-BETA, netbsd-1-2
Changes since 1.12: +1 -2 lines
Diff to previous 1.12 (colored)

More proto fixes

Revision 1.12 / (download) - annotate - [select for diffs], Sun Feb 4 02:17:32 1996 UTC (16 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.11: +13 -7 lines
Diff to previous 1.11 (colored)

First pass at prototyping

Revision 1.11 / (download) - annotate - [select for diffs], Sun Oct 30 21:48:03 1994 UTC (17 years, 6 months ago) by cgd
Branch: MAIN
CVS Tags: netbsd-1-1-base, netbsd-1-1-RELEASE, netbsd-1-1-PATCH001, netbsd-1-1
Changes since 1.10: +3 -1 lines
Diff to previous 1.10 (colored)

be more careful with types, also pull in headers where necessary.

Revision 1.8.2.2 / (download) - annotate - [select for diffs], Sun Oct 2 04:12:17 1994 UTC (17 years, 7 months ago) by cgd
Branch: netbsd-1-0
CVS Tags: netbsd-1-0-RELEASE, netbsd-1-0-PATCH1, netbsd-1-0-PATCH06, netbsd-1-0-PATCH05, netbsd-1-0-PATCH04, netbsd-1-0-PATCH03, netbsd-1-0-PATCH02, netbsd-1-0-PATCH0
Changes since 1.8.2.1: +5 -5 lines
Diff to previous 1.8.2.1 (colored) to branchpoint 1.8 (colored) next main 1.9 (colored)

from trunk

Revision 1.10 / (download) - annotate - [select for diffs], Sun Oct 2 04:11:53 1994 UTC (17 years, 7 months ago) by cgd
Branch: MAIN
Changes since 1.9: +5 -5 lines
Diff to previous 1.9 (colored)

fix ndqb bug handling flags other than TTY_QUOTE.

Revision 1.8.2.1 / (download) - annotate - [select for diffs], Mon Jul 18 07:55:58 1994 UTC (17 years, 10 months ago) by cgd
Branch: netbsd-1-0
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

from trunk, per theo

Revision 1.9 / (download) - annotate - [select for diffs], Mon Jul 18 03:38:31 1994 UTC (17 years, 10 months ago) by deraadt
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

ndqb() was broken for full ring buffers! fix from paulus.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Jun 29 06:33:28 1994 UTC (17 years, 11 months ago) by cgd
Branch: MAIN
CVS Tags: netbsd-1-0-base
Branch point for: netbsd-1-0
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

New RCS ID's, take two.  they're more aesthecially pleasant, and use 'NetBSD'

Revision 1.7 / (download) - annotate - [select for diffs], Wed May 25 10:00:26 1994 UTC (18 years ago) by deraadt
Branch: MAIN
Changes since 1.6: +35 -24 lines
Diff to previous 1.6 (colored)

use u_char's instead of char's; else the TTY_QUOTE bit can get accidentally
be set. Also fix copyright.

Revision 1.6 / (download) - annotate - [select for diffs], Thu May 5 05:38:43 1994 UTC (18 years ago) by cgd
Branch: MAIN
Changes since 1.5: +22 -22 lines
Diff to previous 1.5 (colored)

lots of changes: prototype migration, move lots of variables, definitions,
and structure elements around.  kill some unnecessary type and macro
definitions.  standardize clock handling.  More changes than you'd want.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Feb 24 01:37:18 1994 UTC (18 years, 3 months ago) by deraadt
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

whoops, typo

Revision 1.4 / (download) - annotate - [select for diffs], Fri Jan 7 18:03:56 1994 UTC (18 years, 4 months ago) by deraadt
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

cleanup a printf

Revision 1.3 / (download) - annotate - [select for diffs], Sat Dec 18 04:22:19 1993 UTC (18 years, 5 months ago) by mycroft
Branch: MAIN
Changes since 1.2: +8 -8 lines
Diff to previous 1.2 (colored)

Canonicalize all #includes.

Revision 1.1.4.4 / (download) - annotate - [select for diffs], Sun Nov 14 21:18:06 1993 UTC (18 years, 6 months ago) by mycroft
Branch: magnum
Changes since 1.1.4.3: +10 -9 lines
Diff to previous 1.1.4.3 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)

Canonicalize all #includes.

Revision 1.1.4.3 / (download) - annotate - [select for diffs], Fri Oct 15 04:15:00 1993 UTC (18 years, 7 months ago) by mycroft
Branch: magnum
Changes since 1.1.4.2: +2 -1 lines
Diff to previous 1.1.4.2 (colored) to branchpoint 1.1 (colored)

#include machine/cpu.h, to get spltty().

Revision 1.2 / (download) - annotate - [select for diffs], Wed Oct 13 03:15:57 1993 UTC (18 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.1: +22 -6 lines
Diff to previous 1.1 (colored)

from magnum branch: nbqd() was broken

Revision 1.1.4.2 / (download) - annotate - [select for diffs], Wed Oct 13 02:46:47 1993 UTC (18 years, 7 months ago) by deraadt
Branch: magnum
Changes since 1.1.4.1: +21 -7 lines
Diff to previous 1.1.4.1 (colored) to branchpoint 1.1 (colored)

ndqb() was broken, now also supports ndqb(.., char | TTY_QUOTE)

Revision 1.1.4.1 / (download) - annotate - [select for diffs], Fri Sep 24 08:51:49 1993 UTC (18 years, 8 months ago) by mycroft
Branch: magnum
Changes since 1.1: +3 -1 lines
Diff to previous 1.1 (colored)

Make all files using spl*() #include cpu.h.  Changes from trunk.
init_main.c: New method of pseudo-device of initialization.
kern_clock.c: hardclock() and softclock() now take a pointer to a clockframe.
softclock() only does callouts.
kern_synch.c: Remove spurious declaration of endtsleep().  Adjust uses of
averunnable for new struct loadav.
subr_prf.c: Allow printf() formats in panic().
tty.c: averunnable changes.
vfs_subr.c: va_size and va_bytes are now quads.

Revision 1.1 / (download) - annotate - [select for diffs], Mon Jul 12 11:35:18 1993 UTC (18 years, 10 months ago) by mycroft
Branch: MAIN
CVS Tags: netbsd-0-9-patch-001, netbsd-0-9-base, netbsd-0-9-RELEASE, netbsd-0-9-BETA, netbsd-0-9-ALPHA2, netbsd-0-9-ALPHA, netbsd-0-9, magnum-base
Branch point for: magnum

Change tty code to use clist interface, but with ring buffer implementation.
Also, fix a couple of bugs in tty.c and pccons.c, and some gross kluginess
in the hp300 stuff.

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.




CVSweb <webmaster@jp.NetBSD.org>