Up to [cvs.NetBSD.org] / src / sys / kern
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.11 / (download) - annotate - [select for diffs], Sat Oct 27 17:18:39 2012 UTC (7 months, 3 weeks ago) by chs
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
tls-maxphys-nbase,
tls-maxphys-base,
khorben-n900,
agc-symver-base,
agc-symver,
HEAD
Changes since 1.10: +3 -3
lines
Diff to previous 1.10 (colored)
split device_t/softc for all remaining drivers. replace "struct device *" with "device_t". use device_xname(), device_unit(), etc.
Revision 1.10 / (download) - annotate - [select for diffs], Sat Jul 7 16:15:20 2012 UTC (11 months, 1 week ago) by tsutsui
Branch: MAIN
Branch point for: tls-maxphys
Changes since 1.9: +3 -3
lines
Diff to previous 1.9 (colored)
unsigned -> unsigned int
Revision 1.9 / (download) - annotate - [select for diffs], Sat Jul 7 16:10:23 2012 UTC (11 months, 1 week ago) by tsutsui
Branch: MAIN
Changes since 1.8: +30 -12
lines
Diff to previous 1.8 (colored)
Check if secsize and numsec returned from ioctl's are sane values and add DIAGNOSTIC messages in getdisksize(). Discussed on source-changes-d@: http://mail-index.NetBSD.org/source-changes-d/2012/07/02/msg004989.html and patch is reviwed by christos@ and pgoyette@.
Revision 1.8 / (download) - annotate - [select for diffs], Fri Apr 27 18:15:55 2012 UTC (13 months, 3 weeks ago) by drochner
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
jmcneill-usbmp-base9,
jmcneill-usbmp-base10
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.7 / (download) - annotate - [select for diffs], Sat Apr 7 05:38:07 2012 UTC (14 months, 1 week 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 (18 months, 3 weeks ago) by tsutsui
Branch: MAIN
CVS Tags: netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
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 (18 months, 3 weeks 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 (19 months 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 (22 months, 2 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.2 / (download) - annotate - [select for diffs], Sat Jan 30 11:57:17 2010 UTC (3 years, 4 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 / (download) - annotate - [select for diffs], Sun Sep 6 16:18:56 2009 UTC (3 years, 9 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