2007-06-19 |
Matthew Dillon | Refuse to label media that is too large to handle a...
|
commit | commitdiff | tree |
2007-06-19 |
Matthew Dillon | Add the -p pidfile option to the vkernel.
|
commit | commitdiff | tree |
2007-06-19 |
Matthew Dillon | Rename d_obj_uuid to d_stor_uuid to conform to the...
|
commit | commitdiff | tree |
2007-06-19 |
Matthew Dillon | Correct a couple of uuid retention issues. Output...
|
commit | commitdiff | tree |
2007-06-19 |
Matthew Dillon | Make some adjustments to clean up structural field...
|
commit | commitdiff | tree |
2007-06-19 |
Matthew Dillon | Implement non-booting support for the DragonFly 64...
|
commit | commitdiff | tree |
2007-06-19 |
Matthew Dillon | Improve the error message for gpt add a little.
|
commit | commitdiff | tree |
2007-06-18 |
Matthew Dillon | Move all the code related to handling the current 32...
|
commit | commitdiff | tree |
2007-06-18 |
Matthew Dillon | Disklabel separation work - more.
|
commit | commitdiff | tree |
2007-06-17 |
Matthew Dillon | Disklabel separation work - Generally shift all disklabel...
|
commit | commitdiff | tree |
2007-06-17 |
Matthew Dillon | More syslink messaging work. Now basically done except...
|
commit | commitdiff | tree |
2007-06-17 |
Matthew Dillon | Implement SIGTERM handling. When a SIGTERM is received...
|
commit | commitdiff | tree |
2007-06-17 |
Matthew Dillon | Disable per-channel interrupt sources before enabling...
|
commit | commitdiff | tree |
2007-06-17 |
Matthew Dillon | Fix an overflow in the GPT code, I wasn't allocating...
|
commit | commitdiff | tree |
2007-06-17 |
Matthew Dillon | Fix compiler warning (embedded /*)
|
commit | commitdiff | tree |
2007-06-17 |
Matthew Dillon | Make indexes start at 0, not 1, so they match the GPT...
|
commit | commitdiff | tree |
2007-06-17 |
Matthew Dillon | Create defaults/uuids and adjust the build to copy...
|
commit | commitdiff | tree |
2007-06-17 |
Matthew Dillon | Adjust gpt to use the new UUID lookup functions via...
|
commit | commitdiff | tree |
2007-06-17 |
Matthew Dillon | Augment RB tree macros even more, allowing for static...
|
commit | commitdiff | tree |
2007-06-17 |
Matthew Dillon | Fix mistake in last commit, the file locations were...
|
commit | commitdiff | tree |
2007-06-17 |
Matthew Dillon | Change the location of the files to /etc/defaults/uuids...
|
commit | commitdiff | tree |
2007-06-17 |
Matthew Dillon | Lines in /etc/uuids[.local] beginning with '#' are...
|
commit | commitdiff | tree |
2007-06-17 |
Matthew Dillon | Add two new UUID helper functions to libc, uuid_name_lookup...
|
commit | commitdiff | tree |
2007-06-17 |
Matthew Dillon | Have UFS set the vnode type to VBAD instead of VNON...
|
commit | commitdiff | tree |
2007-06-17 |
Matthew Dillon | Bring in the uuidgen utility from FreeBSD.
|
commit | commitdiff | tree |
2007-06-17 |
Matthew Dillon | Add subr_diskgpt.c - oops. part of the GPT commit.
|
commit | commitdiff | tree |
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 |