Age | Commit message (Expand) | Author |
2008-03-24 | Change XXgetdisklabel() to the 'normal' four parameter model to | Kenneth R Westerback |
2007-10-15 | more remove unneeded declarations that shadows existing vars; ok by many. | Federico G. Schwindt |
2007-09-29 | make safe vnds work on block devices. | Felix Kronlage |
2007-09-12 | There is no such word as `detatch'. | Michael Knudsen |
2007-09-11 | KNF | Gilles Chehade |
2007-09-08 | more M_ZERO changes | Gilles Chehade |
2007-06-20 | b_cylinder does not need to be set on the callpath down into drivers. | Theo de Raadt |
2007-06-08 | all drivers should spoof version 1 labels | Theo de Raadt |
2007-06-06 | now that all partition size/offsets are potentially 64-bit, change the | Theo de Raadt |
2007-06-05 | use six new macros to access & store the 48-bit disklabel fields related | Theo de Raadt |
2007-06-01 | Don't initialize d_partitions[RAW_DISK] just before calling | Kenneth R Westerback |
2007-05-12 | Use VNDLABELDEV() and not DISKLABELDEV() in writedisklabel() since | Kenneth R Westerback |
2007-04-29 | Replace expansions of DISKLABELDEV() with DISKLABELDEV(). Shorter, and | Kenneth R Westerback |
2007-03-25 | include rwlock.h ourselves, better than depending on it getting picked | Ted Unangst |
2007-03-25 | use a rwlock instead of the homegrown approach | Ted Unangst |
2007-02-26 | Don't enforce RLIMIT_FSIZE on vnd(4) I/O operations, okay deraadt@ | Pedro Martelletto |
2007-02-21 | Don't use arbitrary 128 bytes as size of the blf key array if we know exactly | Alexander von Gernler |
2007-02-01 | Don't throttle and serialize I/O operations, okay miod@ krw@ | Pedro Martelletto |
2007-01-13 | Touch of clean up: | Thordur I. Bjornsson |
2006-12-24 | ansify, no binary change, from Bret Lambert | Pedro Martelletto |
2006-10-05 | Always allow read-only opens on (s)vnd devices, despite the | Thordur I. Bjornsson |
2006-10-03 | Introduce daddr64_t and use it for physical block numbers | Pedro Martelletto |
2006-09-20 | Make vnd(4) work on read-only file systems, from Paul Stoeber, okay tedu@ | Pedro Martelletto |
2006-08-13 | fix a panic when trying to fdisk vnd devices (not svnd) wich | Thordur I. Bjornsson |
2006-08-12 | Setting d_secsize to DEV_BSIZE (or 1 << DEV_BSHIFT, or 512) and then | Kenneth R Westerback |
2006-03-15 | Nuke dk_establish(), no longer used. | Miod Vallat |
2006-03-04 | Disk interrupts can cause buffers to be returned to the vnd pool, so | Pedro Martelletto |
2006-01-22 | b_cylin -> b_cylinder; no functional change. | Miod Vallat |
2005-12-29 | Correctly bounds check transfers passed to vndstrategy() | Pedro Martelletto |
2005-07-20 | change sc_keyctx from void * to blf_ctx *. there's no point for it to be | Ted Unangst |
2005-04-19 | use pool for struct vndbug; tested by many and pedro@ ok | Michael Shalayeff |
2005-04-12 | simplify vndopen() a bit. | Joris Vink |
2005-01-05 | copyoutstr doesn't work so well with the kernel addresses | Ted Unangst |
2004-06-30 | since we're not using 'len' for anything, nuke it and pass null to | Pedro Martelletto |
2004-06-30 | don't strlcpy() to user-space, use copyoutstr() instead. ok deraadt@ | Pedro Martelletto |
2004-06-28 | You *cannot* strlcpy from userland. Pedro, go read this and find out what | Theo de Raadt |
2004-06-27 | back out crud that breaks the macppc | Theo de Raadt |
2004-06-20 | add the VNDIOCGET ioctl to vnode disks, ok millert@ | Pedro Martelletto |
2004-06-19 | save curproc for further reference, otherwise we may end up in lockmgr() | Pedro Martelletto |
2004-05-22 | Do not truncate intermediate results computing aiov.iov_len in vndsetcred(); | Otto Moerbeek |
2004-03-04 | 3 buglets. | Ted Unangst |
2004-03-03 | Make sure than svnd read their disklabel as svnd, not vnd devices. | Miod Vallat |
2004-02-15 | knf | Ted Unangst |
2004-02-15 | new arg to disk_unbusy, to record separate read/write statistics. | Ted Unangst |
2003-10-17 | vndunit() wasn't quite right after last change, limiting vnds to 16. | Ted Unangst |
2003-10-11 | bump minor gap for svnd devices, so more vnds are allowed. | Ted Unangst |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-04-19 | Some string cleanup: sprintf -> snprintf and magic numbers to sizeof | Kenneth R Westerback |
2003-04-06 | The return value for bounds_check_with_label() is not set in stone, and it | Miod Vallat |