Go to file
thorpej 1edb40635e - Define disk information, disk geometry, and disk partition dictionary
schemas.  Disk information and disk geometry are designed to replace
  information currently conveyed to user space using struct disklabel.
- Add a dk_info member to struct disk; a reference to a disk information
  dictionary.  This dictionary is to be allocated and the reference stored
  in struct disk by individual drivers.
- disk_detach0() will release dk_info if non-NULL.
- Convert the wd(4) driver to stash geometry and other disk properties
  as the "disk-info" property in its properties dictionary.  This needs
  some cleanup, but will serve as an example of what to do with other
  disk drivers.
2006-09-22 04:48:38 +00:00
bin fixes for installing into a case insensitive $DESTDIR 2006-09-11 22:24:09 +00:00
common Alter the protocol impemented by prop_kern to allow for bi-directional 2006-09-22 04:20:23 +00:00
crypto credit 2006-09-21 09:43:47 +00:00
dist PR/34284: Gene ENonymous: Fix the userland copy of ip_lookup.c. Why do we 2006-09-17 14:49:46 +00:00
distrib Alter the protocol impemented by prop_kern to allow for bi-directional 2006-09-22 04:20:23 +00:00
doc yamt-splraiseipl: mac68k, x68k, hpcarm, shark, acorn32, 2006-09-21 14:33:24 +00:00
etc Remove last traces of /var/log/aculog 2006-09-18 22:39:37 +00:00
games PR/34175: Zafer Aydogan: touch the window to cause a refresh after help 2006-08-09 14:29:40 +00:00
gnu Fix libgcc4 build for ia64 2006-09-21 15:13:02 +00:00
include Add efun(3) 2006-08-26 18:11:12 +00:00
lib Alter the protocol impemented by prop_kern to allow for bi-directional 2006-09-22 04:20:23 +00:00
libexec Handle .br - this makes processing of the netbsd-4 2006-09-12 21:56:43 +00:00
regress Add test for in-file seeking for data; it should return the passed offset. 2006-09-21 22:09:20 +00:00
rescue Add mount_tmpfs(8) to /rescue. Ok with christos. 2006-08-16 16:50:59 +00:00
sbin - Add a new DRVCTLCOMMAND ioctl to /dev/drvctl. This is a generic 2006-09-22 04:37:36 +00:00
share BUFQ_PRIOCSCAN: s/experimental// 2006-09-20 02:15:42 +00:00
sys - Define disk information, disk geometry, and disk partition dictionary 2006-09-22 04:48:38 +00:00
tools Allow for building a crosstools version of gprof. 2006-08-27 07:04:00 +00:00
usr.bin Rename the variable 'jobs' to 'job_list' in preparation for making it an array. 2006-09-21 19:56:05 +00:00
usr.sbin Apply changes to ffs_find_disk_blocks_ufs1() from revision 1.19 2006-09-20 21:49:12 +00:00
x11 rename 2 installed files in xsrc which may have case conflicts in $DESTDIR 2006-09-11 22:28:33 +00:00
BUILDING mkisofs is in pkgsrc/sysutils/cdrtools now, not pkgsrc/sysutils/cdrecord. 2006-01-29 14:03:59 +00:00
Makefile don't filter out .WAIT when converting from _SUBDIR to SUBDIR 2006-09-07 03:51:44 +00:00
Makefile.inc don't set KERNSRCDIR here; pull in <bsd.kernobj.mk> if you need it 2002-04-10 14:53:43 +00:00
UPDATING Mention acorn32 console changes, since they'll break builds with custom 2006-08-15 20:48:01 +00:00
build.sh Recognize MACHINE=landisk (sh3el). 2006-09-01 21:52:55 +00:00