The NetBSD Project

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

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.25 / (download) - annotate - [select for diffs], Mon Aug 1 10:33:26 2011 UTC (9 months, 3 weeks ago) by drochner
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.24: +10 -4 lines
Diff to previous 1.24 (colored)

modify parsing of device names so that it can deal with names which
have numbers is it, eg "i915drm*"

Revision 1.19.4.3 / (download) - annotate - [select for diffs], Sun Jun 12 00:24:29 2011 UTC (11 months, 2 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.19.4.2: +0 -4 lines
Diff to previous 1.19.4.2 (colored) to branchpoint 1.19 (colored) next main 1.20 (colored)

sync with head

Revision 1.20.2.1 / (download) - annotate - [select for diffs], Mon Jun 6 09:09:35 2011 UTC (11 months, 2 weeks ago) by jruoho
Branch: jruoho-x86intr
Changes since 1.20: +9 -12 lines
Diff to previous 1.20 (colored) next main 1.21 (colored)

Sync with HEAD.

Revision 1.24 / (download) - annotate - [select for diffs], Tue May 31 23:28:53 2011 UTC (11 months, 3 weeks ago) by dyoung
Branch: MAIN
CVS Tags: rmind-uvmplock-nbase, rmind-uvmplock-base, cherry-xenmp-base, cherry-xenmp
Changes since 1.23: +2 -6 lines
Diff to previous 1.23 (colored)

Don't use the C preprocessor to configure USERCONF.  Instead, either do
or do not link in subr_userconf.c and x86_userconf.c.

Provide no-op stubs for userconf_bootinfo(), userconf_init(), and
userconf_prompt().

Delete all occurrences of #include "opt_userconf.h" as well as USERCONF
and __HAVE_USERCONF_BOOTINFO #ifdef'age.

Revision 1.19.4.2 / (download) - annotate - [select for diffs], Tue May 31 03:05:02 2011 UTC (11 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.19.4.1: +9 -8 lines
Diff to previous 1.19.4.1 (colored) to branchpoint 1.19 (colored)

sync with head

Revision 1.23 / (download) - annotate - [select for diffs], Thu May 26 04:25:27 2011 UTC (12 months ago) by uebayasi
Branch: MAIN
Changes since 1.22: +10 -8 lines
Diff to previous 1.22 (colored)

Support userconf(4) command in boot(8)/boot.cfg(5) on i386/amd64.

From jmmv@, no objections seen in the proposed thread:

	http://mail-index.netbsd.org/tech-kern/2009/01/22/msg004081.html

Revision 1.22 / (download) - annotate - [select for diffs], Tue May 24 16:41:23 2011 UTC (12 months ago) by joerg
Branch: MAIN
Changes since 1.21: +3 -3 lines
Diff to previous 1.21 (colored)

Use proper format string

Revision 1.21 / (download) - annotate - [select for diffs], Sun Apr 24 18:46:23 2011 UTC (13 months ago) by rmind
Branch: MAIN
Changes since 1.20: +2 -3 lines
Diff to previous 1.20 (colored)

- Replace few malloc(9) uses with kmem(9).
- Rename buf_malloc() to buf_alloc(), fix comments.
- Remove some unnecessary inclusions.

Revision 1.19.4.1 / (download) - annotate - [select for diffs], Sat Mar 5 20:55:21 2011 UTC (14 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.19: +3 -3 lines
Diff to previous 1.19 (colored)

sync with head

Revision 1.19.2.1 / (download) - annotate - [select for diffs], Fri Oct 22 07:22:28 2010 UTC (19 months ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.19: +3 -3 lines
Diff to previous 1.19 (colored) next main 1.20 (colored)

Sync with HEAD (-D20101022).

Revision 1.18.74.2 / (download) - annotate - [select for diffs], Sat Oct 9 03:32:31 2010 UTC (19 months, 2 weeks ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.18.74.1: +3 -3 lines
Diff to previous 1.18.74.1 (colored) to branchpoint 1.18 (colored) next main 1.19 (colored)

sync with head

Revision 1.20 / (download) - annotate - [select for diffs], Sun Sep 12 16:06:08 2010 UTC (20 months, 1 week ago) by drochner
Branch: MAIN
CVS Tags: yamt-nfs-mp-base11, uebayasi-xip-base4, uebayasi-xip-base3, matt-mips64-premerge-20101231, jruoho-x86intr-base, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Branch point for: jruoho-x86intr
Changes since 1.19: +3 -3 lines
Diff to previous 1.19 (colored)

improve "const" consistency

Revision 1.18.74.1 / (download) - annotate - [select for diffs], Thu Mar 11 15:04:19 2010 UTC (2 years, 2 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.18: +2 -8 lines
Diff to previous 1.18 (colored)

sync with head

Revision 1.19 / (download) - annotate - [select for diffs], Tue Oct 20 00:51:13 2009 UTC (2 years, 7 months ago) by snj
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9, yamt-nfs-mp-base10, uebayasi-xip-base2, uebayasi-xip-base1, uebayasi-xip-base, matt-premerge-20091211, jym-xensuspend-nbase
Branch point for: uebayasi-xip, rmind-uvmplock
Changes since 1.18: +2 -8 lines
Diff to previous 1.18 (colored)

Follow upstream's lead and remove third and fourth clauses (except on
from usr.sbin/mopd/common/pf.c, where only the ad clause is removed,
because it has a shared UCB copyright) on Mats O Jansson's files.

thorpej OK'd usr.sbin/rpc.yppasswdd/yppasswdd_mkpw.c, where he shares
copyright.

Revision 1.15.2.1 / (download) - annotate - [select for diffs], Wed Jun 21 15:09:38 2006 UTC (5 years, 11 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.15: +41 -18 lines
Diff to previous 1.15 (colored) next main 1.16 (colored)

sync with head.

Revision 1.18 / (download) - annotate - [select for diffs], Sun Dec 11 12:24:30 2005 UTC (6 years, 5 months ago) by christos
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-pf42-baseX, yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, yamt-pf42, 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-nfs-mp-base8, yamt-nfs-mp-base7, yamt-nfs-mp-base6, yamt-nfs-mp-base5, yamt-nfs-mp-base4, yamt-nfs-mp-base3, yamt-nfs-mp-base2, yamt-nfs-mp-base, yamt-lazymbuf-base15, yamt-lazymbuf-base14, yamt-kmem-base3, yamt-kmem-base2, yamt-kmem-base, yamt-kmem, yamt-idlelwp-base8, yamt-idlelwp, wrstuden-revivesa-base-4, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, wrstuden-revivesa, wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, vmlocking2-base3, vmlocking2-base2, vmlocking2-base1, vmlocking2, vmlocking-nbase, vmlocking-base, vmlocking, thorpej-atomic-base, thorpej-atomic, simonb-wapbl-nbase, simonb-wapbl-base, simonb-wapbl, simonb-timecounters-base, simonb-timecounters, simonb-timcounters-final, rpaulo-netinet-merge-pcb-base, rpaulo-netinet-merge-pcb, reinoud-bufcleanup-nbase, reinoud-bufcleanup-base, reinoud-bufcleanup, post-newlock2-merge, peter-altq-base, peter-altq, nick-net80211-sync-base, nick-net80211-sync, nick-hppapmap-base4, nick-hppapmap-base3, nick-hppapmap-base2, nick-hppapmap-base, nick-hppapmap, nick-csl-alignment-base5, nick-csl-alignment-base, nick-csl-alignment, newlock2-nbase, newlock2-base, newlock2, netbsd-5-base, 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, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, netbsd-5, 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, mjf-devfs2-base, mjf-devfs2, mjf-devfs-base, mjf-devfs, matt-nb5-pq3-base, matt-nb5-pq3, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64-k15, matt-nb5-mips64, matt-nb4-mips64-k7-u2a-k9b, matt-nb4-arm-base, matt-nb4-arm, matt-mips64-base2, matt-mips64-base, matt-mips64, matt-armv6-prevmlocking, matt-armv6-nbase, matt-armv6-base, matt-armv6, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, jymxensuspend-base, jym-xensuspend-base, jym-xensuspend, jmcneill-pm-base, jmcneill-pm, jmcneill-base, hpcarm-cleanup-nbase, hpcarm-cleanup-base, hpcarm-cleanup, haad-nbase2, haad-dm-base2, haad-dm-base1, haad-dm-base, haad-dm, gdamore-uart-base, gdamore-uart, elad-kernelauth-base, elad-kernelauth, cube-autoconf-base, cube-autoconf, chap-midi-nbase, chap-midi-base, chap-midi, bouyer-xeni386-nbase, bouyer-xeni386-merge1, bouyer-xeni386-base, bouyer-xeni386, bouyer-xenamd64-base2, bouyer-xenamd64-base, bouyer-xenamd64, ad-socklock-base1, ad-audiomp2-base, ad-audiomp2, ad-audiomp-base, ad-audiomp, abandoned-netbsd-4-base, abandoned-netbsd-4
Branch point for: yamt-nfs-mp
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

merge ktrace-lwp.

Revision 1.10.6.5 / (download) - annotate - [select for diffs], Thu Nov 10 14:09:45 2005 UTC (6 years, 6 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.10.6.4: +98 -118 lines
Diff to previous 1.10.6.4 (colored) to branchpoint 1.10 (colored) next main 1.11 (colored)

Sync with HEAD. Here we go again...

Revision 1.17 / (download) - annotate - [select for diffs], Thu Sep 8 14:58:14 2005 UTC (6 years, 8 months ago) by drochner
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, thorpej-vnode-attr-base, thorpej-vnode-attr, ktrace-lwp-base
Changes since 1.16: +21 -8 lines
Diff to previous 1.16 (colored)

make use of the locator information: print "?" if a locator is
at its default value, and accept "?" in the "change" command

Revision 1.16 / (download) - annotate - [select for diffs], Thu Aug 25 15:06:28 2005 UTC (6 years, 9 months ago) by drochner
Branch: MAIN
Changes since 1.15: +24 -14 lines
Diff to previous 1.15 (colored)

Replace the "locnames", attached to cfdata, which was solely good for
userconf, by more complete information (including default values) about
interface attributes, attached to the drivers which provide them.

Revision 1.15 / (download) - annotate - [select for diffs], Thu Jun 23 18:44:44 2005 UTC (6 years, 11 months ago) by thorpej
Branch: MAIN
Branch point for: yamt-lazymbuf
Changes since 1.14: +60 -103 lines
Diff to previous 1.14 (colored)

Use ANSI decls, liberally apply static.

Revision 1.14 / (download) - annotate - [select for diffs], Sun May 29 22:24:15 2005 UTC (6 years, 11 months ago) by christos
Branch: MAIN
Changes since 1.13: +3 -3 lines
Diff to previous 1.13 (colored)

- add const.
- remove unnecessary casts.
- add __UNCONST casts and mark them with XXXUNCONST as necessary.

Revision 1.12.4.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.12: +8 -8 lines
Diff to previous 1.12 (colored) next main 1.13 (colored)

sync with -current

Revision 1.12.6.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.12: +8 -8 lines
Diff to previous 1.12 (colored) next main 1.13 (colored)

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

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

Sync with HEAD.

Hi Perry!

Revision 1.13 / (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-km-base4, yamt-km-base3, 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
Changes since 1.12: +8 -8 lines
Diff to previous 1.12 (colored)

nuke trailing whitespace

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

Fix the sync with head I botched.

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

Sync with HEAD.

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

Sync with HEAD

Revision 1.12 / (download) - annotate - [select for diffs], Wed Apr 21 18:40:38 2004 UTC (8 years, 1 month ago) by itojun
Branch: MAIN
CVS Tags: yamt-km-base2, yamt-km-base, matt-timespec, kent-audio1-beforemerge, kent-audio1-base, kent-audio1
Branch point for: yamt-km, kent-audio2
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (colored)

kill sprintf, use snprintf

Revision 1.11 / (download) - annotate - [select for diffs], Tue Mar 23 13:22:04 2004 UTC (8 years, 2 months ago) by junyoung
Branch: MAIN
CVS Tags: 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
Changes since 1.10: +23 -23 lines
Diff to previous 1.10 (colored)

Nuke __P().

Revision 1.4.2.5 / (download) - annotate - [select for diffs], Mon Nov 11 22:14:00 2002 UTC (9 years, 6 months ago) by nathanw
Branch: nathanw_sa
CVS Tags: nathanw_sa_end
Changes since 1.4.2.4: +4 -8 lines
Diff to previous 1.4.2.4 (colored) to branchpoint 1.4 (colored) next main 1.5 (colored)

Catch up to -current

Revision 1.10 / (download) - annotate - [select for diffs], Tue Oct 22 03:27:47 2002 UTC (9 years, 7 months ago) by simonb
Branch: MAIN
CVS Tags: nathanw_sa_before_merge, nathanw_sa_base, kqueue-beforemerge, kqueue-aftermerge, gmcgarry_ucred_base, gmcgarry_ucred, gmcgarry_ctxsw_base, gmcgarry_ctxsw, fvdl_fs64_base
Branch point for: ktrace-lwp
Changes since 1.9: +4 -8 lines
Diff to previous 1.9 (colored)

Remove some variables that are set but not used.

Revision 1.4.2.4 / (download) - annotate - [select for diffs], Fri Oct 18 02:44:55 2002 UTC (9 years, 7 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.4.2.3: +19 -20 lines
Diff to previous 1.4.2.3 (colored) to branchpoint 1.4 (colored)

Catch up to -current.

Revision 1.3.2.3 / (download) - annotate - [select for diffs], Thu Oct 10 18:43:15 2002 UTC (9 years, 7 months ago) by jdolecek
Branch: kqueue
Changes since 1.3.2.2: +17 -18 lines
Diff to previous 1.3.2.2 (colored) next main 1.4 (colored)

sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work

Revision 1.9 / (download) - annotate - [select for diffs], Fri Oct 4 01:50:53 2002 UTC (9 years, 7 months ago) by thorpej
Branch: MAIN
Changes since 1.8: +4 -4 lines
Diff to previous 1.8 (colored)

Overhaul the way cfattach structures are looked up.  The cfdata entry
now carries the name of the attachment (e.g. "tlp_pci" or "audio"),
and cfattach structures are registered at boot time on a per-driver
basis.  The cfdriver and cfattach pointers are cached in the device
structure when attached.

Revision 1.8 / (download) - annotate - [select for diffs], Fri Sep 27 02:24:34 2002 UTC (9 years, 8 months ago) by thorpej
Branch: MAIN
CVS Tags: kqueue-base
Changes since 1.7: +7 -7 lines
Diff to previous 1.7 (colored)

Rather than referencing the cfdriver directly in the cfdata entries,
instead use a string naming the driver.  The cfdriver is then looked
up in a list which is built at run-time.

Revision 1.7 / (download) - annotate - [select for diffs], Thu Sep 26 04:07:35 2002 UTC (9 years, 8 months ago) by thorpej
Branch: MAIN
Changes since 1.6: +12 -12 lines
Diff to previous 1.6 (colored)

Overhaul the way parent attachments are specified; instead of using
a vector of indices into the cfdata table to specify potential parents,
record the interface attributes that devices have and add a new "parent
spec" structure which lists the iattr, as well as optionally listing
specific parent device instances.

See:

    http://mail-index.netbsd.org/tech-kern/2002/09/25/0014.html

...for a detailed description.

While here, const poison some things, as suggested by Matt Thomas.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Sep 23 05:51:11 2002 UTC (9 years, 8 months ago) by simonb
Branch: MAIN
Changes since 1.5: +2 -3 lines
Diff to previous 1.5 (colored)

Remove breaks after returns, unreachable returns and returns after
returns(!).

Revision 1.3.2.2 / (download) - annotate - [select for diffs], Thu Jan 10 20:00:04 2002 UTC (10 years, 4 months ago) by thorpej
Branch: kqueue
Changes since 1.3.2.1: +4 -1 lines
Diff to previous 1.3.2.1 (colored)

Sync kqueue branch with -current.

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

Catch up to -current.

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

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

Revision 1.5 / (download) - annotate - [select for diffs], Mon Nov 12 15:25:23 2001 UTC (10 years, 6 months ago) by lukem
Branch: MAIN
CVS Tags: thorpej-mips-cache-base, 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, ifpoll-base, ifpoll, gehenna-devsw-base, gehenna-devsw, eeh-devprop-base, eeh-devprop
Changes since 1.4: +4 -1 lines
Diff to previous 1.4 (colored)

add RCSIDs

Revision 1.4.2.2 / (download) - annotate - [select for diffs], Fri Aug 24 00:11:37 2001 UTC (10 years, 9 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.4.2.1: +895 -0 lines
Diff to previous 1.4.2.1 (colored) to branchpoint 1.4 (colored)

Catch up with -current.

Revision 1.3.2.1 / (download) - annotate - [select for diffs], Fri Aug 3 04:13:42 2001 UTC (10 years, 9 months ago) by lukem
Branch: kqueue
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored)

update to -current

Revision 1.4.2.1, Wed Jul 18 06:51:38 2001 UTC (10 years, 10 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.4: +0 -895 lines
FILE REMOVED

file subr_userconf.c was added on branch nathanw_sa on 2001-08-24 00:11:37 +0000

Revision 1.4 / (download) - annotate - [select for diffs], Wed Jul 18 06:51:38 2001 UTC (10 years, 10 months ago) by thorpej
Branch: MAIN
CVS Tags: 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
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored)

bcopy -> memcpy

Revision 1.3 / (download) - annotate - [select for diffs], Tue Jul 3 08:06:40 2001 UTC (10 years, 10 months ago) by itojun
Branch: MAIN
Branch point for: kqueue
Changes since 1.2: +1 -10 lines
Diff to previous 1.2 (colored)

remove a #ifdef __OpenBSD__ segment.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Jul 2 23:02:11 2001 UTC (10 years, 10 months ago) by itojun
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

typo (should we get rid of this portion?

Revision 1.1 / (download) - annotate - [select for diffs], Sun Jul 1 02:56:20 2001 UTC (10 years, 10 months ago) by gmcgarry
Branch: MAIN

In-kernel device configuration manager - allows modification
of device locators at run-time.

Written by Mats O Jansson <moj@stacken.kth.se>.  Reworked by
Jun-ichiro itojun Hagino <itojun@netbsd.org>.

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>