2007-10-10 |
Matthew Dillon | Initial commit of newfs_hammer - basic working skeleton...
|
commit | commitdiff | tree |
2007-10-10 |
Matthew Dillon | Initial commit of mount_hammer - basic working skeleton...
|
commit | commitdiff | tree |
2007-10-09 |
Matthew Dillon | Add syslink_vfs.h for userfs, defining the syslink...
|
commit | commitdiff | tree |
2007-10-09 |
Matthew Dillon | Adjust RB_PROTOTYPEX to match RB_GENERATE_XLOOKUP....
|
commit | commitdiff | tree |
2007-10-09 |
Matthew Dillon | Add a typedef for uuid_t for kernel compiles. One...
|
commit | commitdiff | tree |
2007-10-09 |
Matthew Dillon | Indicate that alist_free() calls do not have to supply...
|
commit | commitdiff | tree |
2007-10-06 |
Matthew Dillon | Allow the crc32.c module to be used in userland or...
|
commit | commitdiff | tree |
2007-10-05 |
Matthew Dillon | Remove the /usr/lib/crt* files. These files have been...
|
commit | commitdiff | tree |
2007-10-03 |
Matthew Dillon | libiconv was declaring a base kobj_class structure...
|
commit | commitdiff | tree |
2007-09-29 |
Matthew Dillon | Add a uuid for the "DragonFly HAMMER" filesystem type.
|
commit | commitdiff | tree |
2007-09-27 |
Matthew Dillon | Add an install location for the vkernel binary, add...
|
commit | commitdiff | tree |
2007-09-27 |
Matthew Dillon | Add a note that dntpd can be started at boot time even...
|
commit | commitdiff | tree |
2007-09-27 |
Matthew Dillon | Interrupt thread preemption was switching in threads...
|
commit | commitdiff | tree |
2007-09-27 |
Matthew Dillon | alist debug mode - report unrounded byte usage.
|
commit | commitdiff | tree |
2007-09-26 |
Matthew Dillon | Fix a bootstrapping issue with the change of the default...
|
commit | commitdiff | tree |
2007-09-10 |
Matthew Dillon | Fix bugs in the handling of CIDR specifications such...
|
commit | commitdiff | tree |
2007-09-10 |
Matthew Dillon | kern_access() had the same bug kern_stat() had with...
|
commit | commitdiff | tree |
2007-09-07 |
Matthew Dillon | General userfs fleshing out work. Abstract out construction and
|
commit | commitdiff | tree |
2007-09-07 |
Matthew Dillon | Remove a bogus assertion. in_vm86call may have been...
|
commit | commitdiff | tree |
2007-09-05 |
Matthew Dillon | Set si_iosize_max to silence run-time warnings.
|
commit | commitdiff | tree |
2007-09-04 |
Matthew Dillon | Change the virtual kernel's default hz to 20, because...
|
commit | commitdiff | tree |
2007-09-04 |
Matthew Dillon | Force an over-the-wire transaction when resolving the...
|
commit | commitdiff | tree |
2007-09-03 |
Matthew Dillon | Bring in FreeBSD/1.177 - fix a bug in a call made to...
|
commit | commitdiff | tree |
2007-09-03 |
Matthew Dillon | Add a MNTK_ flag to the mount structure allowing a...
|
commit | commitdiff | tree |
2007-08-28 |
Matthew Dillon | Fix a bug in vnode_pager_generic_getpages(). This...
|
commit | commitdiff | tree |
2007-08-28 |
Matthew Dillon | Add vop_stdgetpages() and vop_stdputpages() and replace...
|
commit | commitdiff | tree |
2007-08-26 |
Matthew Dillon | Fix a misleading error message when the device specified...
|
commit | commitdiff | tree |
2007-08-26 |
Matthew Dillon | Fix a bugaboo in the last commit. Pages are hard-busied...
|
commit | commitdiff | tree |
2007-08-24 |
Matthew Dillon | Add T2300 cpu support to EST.
|
commit | commitdiff | tree |
2007-08-24 |
Matthew Dillon | part2 ppX fix for altq/pf.
|
commit | commitdiff | tree |
2007-08-24 |
Matthew Dillon | Add geode companion support to ohci probe code
|
commit | commitdiff | tree |
2007-08-24 |
Matthew Dillon | Add missing if_softc assignment, allowing pppX interfaces to
|
commit | commitdiff | tree |
2007-08-24 |
Matthew Dillon | Add missing xfer->state assignment.
|
commit | commitdiff | tree |
2007-08-22 |
Matthew Dillon | Temporary hack up a fix for msdos which avoids a deadlock...
|
commit | commitdiff | tree |
2007-08-21 |
Matthew Dillon | Do not try to dump UIO_NOCOPY writes to the journal...
|
commit | commitdiff | tree |
2007-08-21 |
Matthew Dillon | getpages/putpages fixup part 1 - Add support for UIO_NOCOPY...
|
commit | commitdiff | tree |
2007-08-20 |
Matthew Dillon | Add a prototype and wrapper for lockuninit() to complement...
|
commit | commitdiff | tree |
2007-08-20 |
Matthew Dillon | Fix another ^T race related to catching a LWP just...
|
commit | commitdiff | tree |
2007-08-20 |
Matthew Dillon | Fix the root device selection to match the manual page...
|
commit | commitdiff | tree |
2007-08-18 |
Matthew Dillon | Deprecate 'installer_*' targets. If used a warning...
|
commit | commitdiff | tree |
2007-08-16 |
Matthew Dillon | Bring CARP into the tree. CARP = Common Address Redundancy...
|
commit | commitdiff | tree |
2007-08-15 |
Matthew Dillon | Clean up the kvm process code. This is only used when...
|
commit | commitdiff | tree |
2007-08-15 |
Matthew Dillon | Convert the lwp list into a red-black tree. This greatly...
|
commit | commitdiff | tree |
2007-08-15 |
Matthew Dillon | Signals have to be blocked when creating our LWPs or...
|
commit | commitdiff | tree |
2007-08-14 |
Matthew Dillon | Add '-H', 'nlwp', and 'tid' options to ps(1) to display...
|
commit | commitdiff | tree |
2007-08-14 |
Matthew Dillon | Fix pci bus detection on certain motherboards. Fixes...
|
commit | commitdiff | tree |
2007-08-14 |
Matthew Dillon | Fix for amd geode cs5536 companion (ehci) panic. Also...
|
commit | commitdiff | tree |
2007-08-13 |
Matthew Dillon | Part 1/many USERFS support. Bring in the initial userfs...
|
commit | commitdiff | tree |
2007-08-13 |
Matthew Dillon | Add additional functionality to the syslink implementation...
|
commit | commitdiff | tree |
2007-08-13 |
Matthew Dillon | The new VOP_N*() (namespace) operations pass a pointer...
|
commit | commitdiff | tree |
2007-08-13 |
Matthew Dillon | Remove the vpp (returned underlying device vnode) argument...
|
commit | commitdiff | tree |
2007-08-13 |
Matthew Dillon | Add xio_init_pages(), which builds an XIO based on...
|
commit | commitdiff | tree |
2007-08-13 |
Matthew Dillon | Replace the huge mess that was vnode_pager_generic_getpages...
|
commit | commitdiff | tree |
2007-08-13 |
Matthew Dillon | Explicitly extract the sector size for the underlying...
|
commit | commitdiff | tree |
2007-08-12 |
Matthew Dillon | Fix the fstab installation example. vkd0a -> vkd0s0a.
|
commit | commitdiff | tree |
2007-08-12 |
Matthew Dillon | Change the ordering of the zombie test for ^T to avoid...
|
commit | commitdiff | tree |
2007-08-12 |
Matthew Dillon | The cvs checkout commands were improperly specified...
|
commit | commitdiff | tree |
2007-08-12 |
Matthew Dillon | Make m_mclfree() MP safe by fixing a N->0 dereferencing...
|
commit | commitdiff | tree |
2007-08-11 |
Matthew Dillon | Add another fix to the 1's complement checksum. A...
|
commit | commitdiff | tree |
2007-08-11 |
Matthew Dillon | Oops. Correct attribution for the last commit - 1...
|
commit | commitdiff | tree |
2007-08-11 |
Matthew Dillon | Port FreeBSD/pf_norm.c 1.18 - fix 1's complement carry...
|
commit | commitdiff | tree |
2007-08-11 |
Matthew Dillon | It is possible to catch a LWP while it is being created...
|
commit | commitdiff | tree |
2007-08-10 |
Matthew Dillon | The 1's complement checksum in m->m_pkthdr.csum_data...
|
commit | commitdiff | tree |
2007-08-10 |
Matthew Dillon | Add support for a new revision of the RealTek 8168B...
|
commit | commitdiff | tree |
2007-08-09 |
Matthew Dillon | Introduce two delays in nfe_stop().
|
commit | commitdiff | tree |
2007-08-09 |
Matthew Dillon | nfe_init() can be called as a side effect of certain...
|
commit | commitdiff | tree |
2007-08-09 |
Matthew Dillon | Explicitly set a large receive buffer for datagram...
|
commit | commitdiff | tree |
2007-08-09 |
Matthew Dillon | Add the MBUF_DEBUG option. This is a fairly invasive...
|
commit | commitdiff | tree |
2007-08-09 |
Matthew Dillon | Fix a mbuf leak that was introduced in April. In April...
|
commit | commitdiff | tree |
2007-08-07 |
Matthew Dillon | Fix build errors when MSDOSFS_DEBUG is defined.
|
commit | commitdiff | tree |
2007-08-05 |
Matthew Dillon | Adjust the installer to properly install /usr/Makefile.
|
commit | commitdiff | tree |
2007-08-04 |
Matthew Dillon | Do not require AHC_PCI_CONFIG to be defined.
|
commit | commitdiff | tree |
2007-08-03 |
Matthew Dillon | Update some packages supplied by corecode. The new...
|
commit | commitdiff | tree |
2007-08-02 |
Matthew Dillon | Breakout a target for preview as well, and use the...
|
commit | commitdiff | tree |
2007-08-02 |
Matthew Dillon | The distribution installs a Makefile in /usr with easy...
|
commit | commitdiff | tree |
2007-08-01 |
Matthew Dillon | The LWP run/sleep state does not always match the actual...
|
commit | commitdiff | tree |
2007-07-31 |
Matthew Dillon | I missed this file. We are running 9.3.4-P1 now, not...
|
commit | commitdiff | tree |
2007-07-31 |
Matthew Dillon | Fix a coding mistake when dequeueing memory disk BIOs.
|
commit | commitdiff | tree |
2007-07-31 |
Matthew Dillon | Fix vinum. Vinum illegally uses device ops such as...
|
commit | commitdiff | tree |
2007-07-31 |
Matthew Dillon | Detect the case where rename()ing over a file that...
|
commit | commitdiff | tree |
2007-07-31 |
Matthew Dillon | vrecycle() is typically called from a VFS's inactive...
|
commit | commitdiff | tree |
2007-07-30 |
Matthew Dillon | Allow the compatibility slice (s0) to be specified.
|
commit | commitdiff | tree |
2007-07-30 |
Matthew Dillon | Rate-limit residual I/O warnings from the VM system...
|
commit | commitdiff | tree |
2007-07-30 |
Matthew Dillon | Introduce krateprintf(), a rate-controlled kprintf...
|
commit | commitdiff | tree |
2007-07-30 |
Matthew Dillon | When an inode collision occurs a partially initialized...
|
commit | commitdiff | tree |
2007-07-30 |
Matthew Dillon | Add infrastructure to locate a disk device by name...
|
commit | commitdiff | tree |
2007-07-29 |
Matthew Dillon | Fix missing history->hist adjustments from libreadline...
|
commit | commitdiff | tree |
2007-07-28 |
Matthew Dillon | Add an ordering field to the interrupt config hook...
|
commit | commitdiff | tree |
2007-07-26 |
Matthew Dillon | Include a virtual kernel in the release along with...
|
commit | commitdiff | tree |
2007-07-25 |
Matthew Dillon | Turn syscall_mpsafe and trap_mpsafe on by default....
|
commit | commitdiff | tree |
2007-07-24 |
Matthew Dillon | Merge from vendor branch BIND:
|
commit | commitdiff | tree |
2007-07-24 |
Matthew Dillon | Update to 9.3.4-P1 with key id generation security...
|
commit | commitdiff | tree |
2007-07-24 |
Matthew Dillon | Release engineering: Update version information in...
|
commit | commitdiff | tree |
2007-07-24 |
Matthew Dillon | release engineering: Add a slip tag for 1.10 and add...
|
commit | commitdiff | tree |
2007-07-24 |
Matthew Dillon | Add logic to allow the first hog partition to specify...
|
commit | commitdiff | tree |
2007-07-24 |
Matthew Dillon | Bump DragonFly_version and create a subvers-DEVELOPMENT...
|
commit | commitdiff | tree |
2007-07-24 |
Matthew Dillon | Minor checkpt usage() patch.
|
commit | commitdiff | tree |
2007-07-23 |
Matthew Dillon | Synchronize the syslink manual page with the system...
|
commit | commitdiff | tree |
2007-07-23 |
Matthew Dillon | Clarify two usage cases for umtx.2
|
commit | commitdiff | tree |
2007-07-23 |
Matthew Dillon | Remove a duplicate SUBDIR +=
|
commit | commitdiff | tree |