The NetBSD Project

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

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.3.2.2 / (download) - annotate - [select for diffs], Wed May 23 10:08:11 2012 UTC (2 days, 21 hours ago) by yamt
Branch: yamt-pagecache
Changes since 1.3.2.1: +7 -6 lines
Diff to previous 1.3.2.1 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)

sync with head.

Revision 1.6.2.1 / (download) - annotate - [select for diffs], Sun Apr 29 23:05:05 2012 UTC (3 weeks, 5 days ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.6: +16 -10 lines
Diff to previous 1.6 (colored) next main 1.7 (colored)

sync to latest -current.

Revision 1.8 / (download) - annotate - [select for diffs], Fri Apr 27 18:15:55 2012 UTC (4 weeks ago) by drochner
Branch: MAIN
CVS Tags: yamt-pagecache-base5, jmcneill-usbmp-base9, HEAD
Changes since 1.7: +7 -6 lines
Diff to previous 1.7 (colored)

minor mostly cosmetical fixes: use designated type for device major
numbers, typo in comment, misuse of minor()
(the latter one is not cosmetical, but would only affect systems
with more than 256 disk wedges)

Revision 1.3.2.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:08:27 2012 UTC (5 weeks, 4 days ago) by yamt
Branch: yamt-pagecache
Changes since 1.3: +42 -6 lines
Diff to previous 1.3 (colored)

sync with head

Revision 1.7 / (download) - annotate - [select for diffs], Sat Apr 7 05:38:07 2012 UTC (7 weeks ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base4
Changes since 1.6: +11 -6 lines
Diff to previous 1.6 (colored)

make this bitch less when we have wedges (EBUSY for the underlying disks)

Revision 1.6 / (download) - annotate - [select for diffs], Sun Nov 27 00:38:12 2011 UTC (5 months, 4 weeks ago) by tsutsui
Branch: MAIN
CVS Tags: netbsd-6-base, netbsd-6, jmcneill-usbmp-pre-base2, jmcneill-usbmp-base8, jmcneill-usbmp-base7, jmcneill-usbmp-base6, jmcneill-usbmp-base5, jmcneill-usbmp-base4, jmcneill-usbmp-base3, jmcneill-usbmp-base2, jmcneill-usbmp-base
Branch point for: jmcneill-usbmp
Changes since 1.5: +2 -4 lines
Diff to previous 1.5 (colored)

Revert "stopcap fix" for rump by christos, which causes build failure on
most non-x86 ports and seems unnecessary. (caused by wrong rump_namei.h?)

Revision 1.5 / (download) - annotate - [select for diffs], Fri Nov 25 17:53:20 2011 UTC (6 months ago) by christos
Branch: MAIN
Changes since 1.4: +4 -2 lines
Diff to previous 1.4 (colored)

stopgap fix for rump build

Revision 1.4 / (download) - annotate - [select for diffs], Sun Nov 13 22:54:05 2011 UTC (6 months, 1 week ago) by christos
Branch: MAIN
CVS Tags: jmcneill-audiomp3-base, jmcneill-audiomp3
Changes since 1.3: +33 -2 lines
Diff to previous 1.3 (colored)

Add getdiskinfo() to centralize the DIOCGPART mess in one place.

Revision 1.3 / (download) - annotate - [select for diffs], Sat Jul 30 12:08:36 2011 UTC (9 months, 3 weeks ago) by jmcneill
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base
Branch point for: yamt-pagecache
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored)

Add an FSILENT flag and use it to suppress "Medium Not Present" scsipi
spam when trying to access offline drives at boot.

Revision 1.1.2.3 / (download) - annotate - [select for diffs], Thu Mar 11 15:04:18 2010 UTC (2 years, 2 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.1.2.2: +30 -2 lines
Diff to previous 1.1.2.2 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)

sync with head

Revision 1.2 / (download) - annotate - [select for diffs], Sat Jan 30 11:57:17 2010 UTC (2 years, 3 months ago) by mlelstv
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-mips64-premerge-20101231, jruoho-x86intr-base, jruoho-x86intr, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Changes since 1.1: +30 -2 lines
Diff to previous 1.1 (colored)

Add helper function that determines the size and block size of a disk device.
For now we query
- the disk label
- the wedge info and data from disk(9)

Revision 1.1.2.2 / (download) - annotate - [select for diffs], Wed Sep 16 13:38:01 2009 UTC (2 years, 8 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.1.2.1: +82 -0 lines
Diff to previous 1.1.2.1 (colored) to branchpoint 1.1 (colored)

sync with head

Revision 1.1.2.1, Sun Sep 6 16:18:56 2009 UTC (2 years, 8 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.1: +0 -82 lines
FILE REMOVED

file subr_disk_open.c was added on branch yamt-nfs-mp on 2009-09-16 13:38:01 +0000

Revision 1.1 / (download) - annotate - [select for diffs], Sun Sep 6 16:18:56 2009 UTC (2 years, 8 months ago) by pooka
Branch: MAIN
CVS Tags: yamt-nfs-mp-base8, matt-premerge-20091211, jym-xensuspend-nbase
Branch point for: yamt-nfs-mp

Remove autoconf dependency on vfs and dk:
opendisk() -> kern/subr_disk_open.c
config_handle_wedges -> dev/dkwedge/dk.c

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>