| 2009-06-24 |
Matthew Dillon | AMD64 - Fix many compile-time warnings. int/ptr type... |
blob | commitdiff |
| 2008-08-29 |
Matthew Dillon | Add BUF_CMD_FLUSH support - issue flush command to... |
blob | commitdiff | diff to current |
| 2008-04-20 |
Sascha Wildner | Another round of typo fixes (mostly in messages). |
blob | commitdiff | diff to current |
| 2007-07-23 |
Matthew Dillon | dssetmask() was being called too early, causing the... |
blob | commitdiff | diff to current |
| 2007-06-19 |
Matthew Dillon | Make some adjustments to clean up structural field... |
blob | commitdiff | diff to current |
| 2007-06-19 |
Matthew Dillon | Implement non-booting support for the DragonFly 64... |
blob | commitdiff | diff to current |
| 2007-06-18 |
Matthew Dillon | Move all the code related to handling the current 32... |
blob | commitdiff | diff to current |
| 2007-06-17 |
Matthew Dillon | Disklabel separation work - Generally shift all disklab... |
blob | commitdiff | diff to current |
| 2007-06-17 |
Matthew Dillon | Fix an overflow in the GPT code, I wasn't allocating... |
blob | commitdiff | diff to current |
| 2007-06-17 |
Matthew Dillon | Implement (non-bootable) GPT support. If a PMBR partit... |
blob | commitdiff | diff to current |
| 2007-06-13 |
Matthew Dillon | Expand the diskslice->ds_openmask from 8 bits to 256... |
blob | commitdiff | diff to current |
| 2007-05-21 |
Matthew Dillon | Fix a bug in recent commits. When creating a virgin... |
blob | commitdiff | diff to current |
| 2007-05-20 |
Matthew Dillon | When a traditional bsd disklabel is present, try to... |
blob | commitdiff | diff to current |
| 2007-05-20 |
Matthew Dillon | Cleanup diskerr() output a bit - don't say it was tryin... |
blob | commitdiff | diff to current |
| 2007-05-19 |
Matthew Dillon | Include geometry data in DIOCGPART so fdisk can use... |
blob | commitdiff | diff to current |
| 2007-05-19 |
Matthew Dillon | Keep the ds_skip_* fields in struct diskslice properly... |
blob | commitdiff | diff to current |
| 2007-05-19 |
Matthew Dillon | Implement raw extensions for WHOLE_DISK_SLICE device... |
blob | commitdiff | diff to current |
| 2007-05-19 |
Matthew Dillon | Continue untangling the disklabel. |
blob | commitdiff | diff to current |
| 2007-05-17 |
Matthew Dillon | Remove #include <sys/disklabel.h> from various source... |
blob | commitdiff | diff to current |
| 2007-05-17 |
Matthew Dillon | Remove the roll-your-own disklabel from CCD. Use the... |
blob | commitdiff | diff to current |
| 2007-05-16 |
Matthew Dillon | Continue untangling the disklabel. Add sector index... |
blob | commitdiff | diff to current |
| 2007-05-15 |
Matthew Dillon | * The diskslice abstraction now stores offsets/sizes... |
blob | commitdiff | diff to current |
| 2007-05-15 |
Matthew Dillon | Continue untangling the disklabel. Reorganize struct... |
blob | commitdiff | diff to current |
| 2007-05-15 |
Matthew Dillon | Continue untangling the disklabel. Use the generic... |
blob | commitdiff | diff to current |
| 2007-05-15 |
Matthew Dillon | Continue untangling the disklabel. Have most disk... |
blob | commitdiff | diff to current |
| 2007-05-14 |
Matthew Dillon | Start untangling the disklabel from various bits of... |
blob | commitdiff | diff to current |
| 2006-12-23 |
Sascha Wildner | Rename printf -> kprintf in sys/ and add some defines... |
blob | commitdiff | diff to current |
| 2006-12-20 |
Matthew Dillon | Rename sprintf -> ksprintf |
blob | commitdiff | diff to current |
| 2006-09-10 |
Matthew Dillon | Change the kernel dev_t, representing a pointer to... |
blob | commitdiff | diff to current |
| 2006-09-05 |
Matthew Dillon | Rename malloc->kmalloc, free->kfree, and realloc->kreal... |
blob | commitdiff | diff to current |
| 2006-09-05 |
Matthew Dillon | Rename malloc->kmalloc, free->kfree, and realloc->kreal... |
blob | commitdiff | diff to current |
| 2006-07-28 |
Matthew Dillon | MASSIVE reorganization of the device operations vector... |
blob | commitdiff | diff to current |
| 2006-07-04 |
Matthew Dillon | Do not attempt to read the slice table or disk label... |
blob | commitdiff | diff to current |
| 2006-05-04 |
Matthew Dillon | Block devices generally truncate the size of I/O reques... |
blob | commitdiff | diff to current |
| 2006-05-03 |
Matthew Dillon | - Clarify the definitions of b_bufsize, b_bcount, and... |
blob | commitdiff | diff to current |
| 2006-04-30 |
Matthew Dillon | Replace the the buffer cache's B_READ, B_WRITE, B_FORMA... |
blob | commitdiff | diff to current |
| 2006-04-28 |
Matthew Dillon | Get rid of pbgetvp() and pbrelvp(). Instead fold the... |
blob | commitdiff | diff to current |
| 2006-04-03 |
Matthew Dillon | A number of structures related to UFS and QUOTAS have... |
blob | commitdiff | diff to current |
| 2006-03-24 |
Matthew Dillon | Major BUF/BIO work commit. Make I/O BIO-centric and... |
blob | commitdiff | diff to current |
| 2006-02-17 |
Matthew Dillon | Make the entire BUF/BIO system BIO-centric instead... |
blob | commitdiff | diff to current |
| 2005-08-26 |
Hiten Pandya | Add more documentation comments to disk_create() and... |
blob | commitdiff | diff to current |
| 2005-08-03 |
Hiten Pandya | BUF/BIO cleanup 3/99: |
blob | commitdiff | diff to current |
| 2005-06-06 |
Matthew Dillon | Remove spl*() calls from kern, replacing them with... |
blob | commitdiff | diff to current |
| 2005-04-30 |
Sascha Wildner | Remove DEC Alpha support. |
blob | commitdiff | diff to current |
| 2004-06-02 |
Matthew Dillon | ANSIfication and cleanup. No functional changes. |
blob | commitdiff | diff to current |
| 2003-11-10 |
Matthew Dillon | Fully synchronize sys/boot from FreeBSD-5.x, but add... |
blob | commitdiff | diff to current |
| 2003-08-26 |
Robert Garrett | __P() removal |
blob | commitdiff | diff to current |
| 2003-08-07 |
Matthew Dillon | kernel tree reorganization stage 1: Major cvs repositor... |
blob | commitdiff | diff to current |
| 2003-07-22 |
Matthew Dillon | DEV messaging stage 2/4: In this stage all DEV commands... |
blob | commitdiff | diff to current |
| 2003-06-23 |
Matthew Dillon | proc->thread stage 2: MAJOR revamping of system calls... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Add the DragonFly cvs id and perform general cleanups... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Initial import from FreeBSD RELENG_4: |
blob | commitdiff | diff to current |
|