2007-06-17 |
Matthew Dillon | Add subr_diskgpt.c to the platform conf files.
|
commit | commitdiff | tree |
2007-06-17 |
Matthew Dillon | Implement (non-bootable) GPT support. If a PMBR partition...
|
commit | commitdiff | tree |
2007-06-16 |
Matthew Dillon | Backout the last commit, it's creating panics.
|
commit | commitdiff | tree |
2007-06-16 |
Matthew Dillon | Bring the gpt labeling program in from FreeBSD.
|
commit | commitdiff | tree |
2007-06-16 |
Matthew Dillon | Create the USB task queues before creating the event...
|
commit | commitdiff | tree |
2007-06-16 |
Matthew Dillon | Correct mistake in last commit.
|
commit | commitdiff | tree |
2007-06-16 |
Matthew Dillon | Update all sound code to use the snd_*() locking abstraction...
|
commit | commitdiff | tree |
2007-06-16 |
Matthew Dillon | Regenerate system callsa (add uuidgen()).
|
commit | commitdiff | tree |
2007-06-16 |
Matthew Dillon | Implement an opaque function, if_getanyethermac(),...
|
commit | commitdiff | tree |
2007-06-16 |
Matthew Dillon | Bring uuidgen(3) into libc and implement the uuidgen...
|
commit | commitdiff | tree |
2007-06-16 |
Matthew Dillon | Import the kernel GPT and UUID header files from FreeBSD...
|
commit | commitdiff | tree |
2007-06-15 |
Matthew Dillon | Add vfs.nfs.pos_cache_timeout to complement vfs.nfs...
|
commit | commitdiff | tree |
2007-06-14 |
Matthew Dillon | When getnewvnode() is called the vnode's v_type defaults...
|
commit | commitdiff | tree |
2007-06-14 |
Matthew Dillon | xpt_bus_deregister() never returns 0, don't test for it.
|
commit | commitdiff | tree |
2007-06-14 |
Matthew Dillon | Do not destroy the device queue, it is needed by the...
|
commit | commitdiff | tree |
2007-06-13 |
Matthew Dillon | Expand the diskslice->ds_openmask from 8 bits to 256...
|
commit | commitdiff | tree |
2007-06-13 |
Matthew Dillon | dev_dopen() can be called multiple times with only...
|
commit | commitdiff | tree |
2007-06-13 |
Matthew Dillon | Refuse to poll a detached sim.
|
commit | commitdiff | tree |
2007-06-13 |
Matthew Dillon | Dont poll PS/2 mouse interrupts, it can cause the mouse...
|
commit | commitdiff | tree |
2007-06-09 |
Matthew Dillon | Move initialization of a vnode's various red-black...
|
commit | commitdiff | tree |
2007-06-09 |
Matthew Dillon | This patch allows umct (USB<->RS232 adapter) to write...
|
commit | commitdiff | tree |
2007-06-09 |
Matthew Dillon | Remove the temporary NATA kernel build config file...
|
commit | commitdiff | tree |
2007-06-09 |
Matthew Dillon | Create an upgrade target for MAKEDEV. This target...
|
commit | commitdiff | tree |
2007-06-08 |
Matthew Dillon | Change the -a option to be a bit friendlier. Have...
|
commit | commitdiff | tree |
2007-06-08 |
Matthew Dillon | Add a new option to ktrdump (-l) which causes it to...
|
commit | commitdiff | tree |
2007-06-08 |
Matthew Dillon | Increase the tsleep/wakeup hash table size and augment...
|
commit | commitdiff | tree |
2007-06-08 |
Matthew Dillon | Formalize the object sleep/wakeup code when waiting...
|
commit | commitdiff | tree |
2007-06-08 |
Matthew Dillon | Remove the last source of SMP TLB invalidations in...
|
commit | commitdiff | tree |
2007-06-07 |
Matthew Dillon | Remove unused variables after last commit.
|
commit | commitdiff | tree |
2007-06-07 |
Matthew Dillon | Get rid of some broken _KERNEL_VIRTUAL hacks.
|
commit | commitdiff | tree |
2007-06-07 |
Matthew Dillon | Entirely remove exec_map from the kernel. Use the...
|
commit | commitdiff | tree |
2007-06-07 |
Matthew Dillon | Implement vm_fault_object_page(). This function returns...
|
commit | commitdiff | tree |
2007-06-07 |
Matthew Dillon | Add KTR logging for SMP page table syncing ops.
|
commit | commitdiff | tree |
2007-06-07 |
Matthew Dillon | Use the slab cache for PAGE_SIZE and PAGE_SIZE*2 sized...
|
commit | commitdiff | tree |
2007-06-07 |
Matthew Dillon | Add polling support to BGE.
|
commit | commitdiff | tree |
2007-06-07 |
Matthew Dillon | When compiling a kernel with all ktr logging (KTR_ALL...
|
commit | commitdiff | tree |
2007-06-06 |
Matthew Dillon | Add a field to the keyboard abstraction structure that...
|
commit | commitdiff | tree |
2007-06-04 |
Matthew Dillon | Do any crash dump operation before the shutdown_post_sync...
|
commit | commitdiff | tree |
2007-06-03 |
Matthew Dillon | Catch up a bit with FreeBSD netgraph by replacing ...
|
commit | commitdiff | tree |
2007-06-03 |
Matthew Dillon | Go to bed before the sun comes up.
|
commit | commitdiff | tree |
2007-06-03 |
Matthew Dillon | Part 1/2: Add a sanity check to the NATA interrupt...
|
commit | commitdiff | tree |
2007-06-03 |
Matthew Dillon | Set the IDE DMA start bit as a separate I/O write from...
|
commit | commitdiff | tree |
2007-06-03 |
Matthew Dillon | Implement boundary and maximum segment size handling...
|
commit | commitdiff | tree |
2007-06-03 |
Matthew Dillon | M_NOWAIT can only be used in a driver where a failed...
|
commit | commitdiff | tree |
2007-06-03 |
Matthew Dillon | Add a timings line for UDMA6 in two places. The drivers...
|
commit | commitdiff | tree |
2007-06-03 |
Matthew Dillon | Update MAKEDEV for acd* and cd* devices, the kernel...
|
commit | commitdiff | tree |
2007-06-02 |
Matthew Dillon | Synchronize to FreeBSD 1.35 - just adds a #define for...
|
commit | commitdiff | tree |
2007-06-02 |
Matthew Dillon | Bring in 1.343 from FreeBSD. FreeBSD commit message:
|
commit | commitdiff | tree |
2007-06-01 |
Matthew Dillon | Merge all the FreeBSD work done since our initial import...
|
commit | commitdiff | tree |
2007-06-01 |
Matthew Dillon | Add a missing header file dependancy.
|
commit | commitdiff | tree |
2007-06-01 |
Matthew Dillon | Add flsl() for the NATA driver.
|
commit | commitdiff | tree |
2007-06-01 |
Matthew Dillon | Add flsl() for the NATA driver.
|
commit | commitdiff | tree |
2007-05-31 |
Matthew Dillon | Adjust M_NOWAIT to M_WAITOK or M_INTWAIT as appropriate.
|
commit | commitdiff | tree |
2007-05-29 |
Matthew Dillon | Rename private to privdata and class to srclass to...
|
commit | commitdiff | tree |
2007-05-28 |
Matthew Dillon | Remove unnecessary initialization and fix a GCC-4.x...
|
commit | commitdiff | tree |
2007-05-28 |
Matthew Dillon | Add some syslink debugging programs.
|
commit | commitdiff | tree |
2007-05-28 |
Matthew Dillon | Open the root image O_EXLOCK|O_NONBLOCK and exit with...
|
commit | commitdiff | tree |
2007-05-27 |
Matthew Dillon | From within a virtual kernel, make /sbin/shutdown and...
|
commit | commitdiff | tree |
2007-05-27 |
Matthew Dillon | Syslink API work - greatly simplify the syslink_msg...
|
commit | commitdiff | tree |
2007-05-27 |
Matthew Dillon | The proper root device for a vkernel fs is vkd0s0a...
|
commit | commitdiff | tree |
2007-05-26 |
Matthew Dillon | Add the kernel support function allocsysid().
|
commit | commitdiff | tree |
2007-05-25 |
Matthew Dillon | Add a -c file option to the vkernel to specify CD images...
|
commit | commitdiff | tree |
2007-05-25 |
Matthew Dillon | Update documentation.
|
commit | commitdiff | tree |
2007-05-24 |
Matthew Dillon | Add lwkt_sleep() to formalize a shortcut numerous bits...
|
commit | commitdiff | tree |
2007-05-24 |
Matthew Dillon | Do an even better job discerning between blocked threads...
|
commit | commitdiff | tree |
2007-05-24 |
Matthew Dillon | Properly detect interruptable LWKT sleeps and display...
|
commit | commitdiff | tree |
2007-05-24 |
Matthew Dillon | LWKT message ports contain a number of function pointers...
|
commit | commitdiff | tree |
2007-05-24 |
Matthew Dillon | Fix the kinfo run/sleep state for pure kernel threads...
|
commit | commitdiff | tree |
2007-05-23 |
Matthew Dillon | The dump device must be opened before ioctls can be...
|
commit | commitdiff | tree |
2007-05-23 |
Matthew Dillon | * Greatly reduce the complexity of the LWKT messaging...
|
commit | commitdiff | tree |
2007-05-23 |
Matthew Dillon | Simplify the lwkt_msg structure by removing two unused...
|
commit | commitdiff | tree |
2007-05-22 |
Matthew Dillon | Remove unused define.
|
commit | commitdiff | tree |
2007-05-21 |
Matthew Dillon | Remove DIOCWLABEL operation. Doing it destroyed the...
|
commit | commitdiff | tree |
2007-05-21 |
Matthew Dillon | Handle disklabels with the disk management layer instead...
|
commit | commitdiff | tree |
2007-05-21 |
Matthew Dillon | Fix a bug in recent commits. When creating a virgin...
|
commit | commitdiff | tree |
2007-05-21 |
Matthew Dillon | Use 0x%08x for all minor numbers, not just those >...
|
commit | commitdiff | tree |
2007-05-20 |
Matthew Dillon | Revert sc1 to testing getuid() like it says it does...
|
commit | commitdiff | tree |
2007-05-20 |
Matthew Dillon | Continue untangling the disklabel.
|
commit | commitdiff | tree |
2007-05-20 |
Matthew Dillon | Remove the fragment size, block size, and cpg fields...
|
commit | commitdiff | tree |
2007-05-20 |
Matthew Dillon | More disklabel disentanglement - use DIOCGPART instead...
|
commit | commitdiff | tree |
2007-05-20 |
Matthew Dillon | Remove all dependancies newfs had on accessing the...
|
commit | commitdiff | tree |
2007-05-20 |
Matthew Dillon | When a traditional bsd disklabel is present, try to...
|
commit | commitdiff | tree |
2007-05-20 |
Matthew Dillon | Cleanup diskerr() output a bit - don't say it was trying...
|
commit | commitdiff | tree |
2007-05-20 |
Matthew Dillon | Quickly update UPDATING with 1.8 -> 1.9+ documentation.
|
commit | commitdiff | tree |
2007-05-19 |
Matthew Dillon | Disklabel operations are no longer legal on the raw...
|
commit | commitdiff | tree |
2007-05-19 |
Matthew Dillon | Include geometry data in DIOCGPART so fdisk can use...
|
commit | commitdiff | tree |
2007-05-19 |
Matthew Dillon | Fix device recognition, /dev/vn0 now uses WHOLE_SLICE_PART...
|
commit | commitdiff | tree |
2007-05-19 |
Matthew Dillon | Fix a one-character allocated string buffer overflow...
|
commit | commitdiff | tree |
2007-05-19 |
Matthew Dillon | Keep the ds_skip_* fields in struct diskslice properly...
|
commit | commitdiff | tree |
2007-05-19 |
Matthew Dillon | Continue untangling the disklabel. Clean up dumpdev...
|
commit | commitdiff | tree |
2007-05-19 |
Matthew Dillon | Make savecore work wagain by using the new 64 bit dumplo...
|
commit | commitdiff | tree |
2007-05-19 |
Matthew Dillon | Temporary hack until we can get rid of the disklabel...
|
commit | commitdiff | tree |
2007-05-19 |
Matthew Dillon | Implement raw extensions for WHOLE_DISK_SLICE device...
|
commit | commitdiff | tree |
2007-05-19 |
Matthew Dillon | Use the WHOLE_DISK_SLICE instead of the compatibility...
|
commit | commitdiff | tree |
2007-05-19 |
Matthew Dillon | Continue untangling the disklabel.
|
commit | commitdiff | tree |
2007-05-18 |
Matthew Dillon | Update # comments and documentation for disktab(5).
|
commit | commitdiff | tree |
2007-05-18 |
Matthew Dillon | Cleanup shutdown(2) usage and make it consistent. ...
|
commit | commitdiff | tree |
2007-05-18 |
Matthew Dillon | Finish moving boot/i386 to boot/pc32 (it was left half...
|
commit | commitdiff | tree |
2007-05-18 |
Matthew Dillon | use_mcd.h, use_scd.h no longer exist.
|
commit | commitdiff | tree |
2007-05-18 |
Matthew Dillon | Remove the NATA config file generation rules. Add...
|
commit | commitdiff | tree |