2006-03-24 |
Matthew Dillon | Fix numerous translation problems in msdosfs, related...
|
commit | commitdiff | tree |
2006-03-24 |
Matthew Dillon | Don't just assume that the directory offset supplied...
|
commit | commitdiff | tree |
2006-03-24 |
Matthew Dillon | Major BUF/BIO work commit. Make I/O BIO-centric and...
|
commit | commitdiff | tree |
2006-03-24 |
Matthew Dillon | Add missing commit for the VM load heuristic and page...
|
commit | commitdiff | tree |
2006-03-24 |
Matthew Dillon | Bump 1.5.2 for the preview tag, synchronized to just...
|
commit | commitdiff | tree |
2006-03-24 |
Matthew Dillon | Backout the rest of 1.29. There are a number of issues...
|
commit | commitdiff | tree |
2006-03-21 |
Matthew Dillon | Make a slight adjustment to the last commit. Change...
|
commit | commitdiff | tree |
2006-03-20 |
Matthew Dillon | strnstr() was testing one byte beyond the specified...
|
commit | commitdiff | tree |
2006-03-19 |
Matthew Dillon | Prevent the driver from reinitializing the card when...
|
commit | commitdiff | tree |
2006-03-19 |
Matthew Dillon | Fix a serious bug in the olddelta microseconds calculation...
|
commit | commitdiff | tree |
2006-03-18 |
Matthew Dillon | Add an option to add a slight time skew to the execution...
|
commit | commitdiff | tree |
2006-03-18 |
Matthew Dillon | Cleanup the copyright in this file. Easy since its...
|
commit | commitdiff | tree |
2006-03-15 |
Matthew Dillon | Implement a VM load heuristic. sysctl vm.vm_load will...
|
commit | commitdiff | tree |
2006-03-15 |
Matthew Dillon | cache_fromdvp() uses a recursive algorithm to resolve...
|
commit | commitdiff | tree |
2006-03-12 |
Matthew Dillon | Change KKASSERT() to not embed #exp in the control...
|
commit | commitdiff | tree |
2006-03-10 |
Matthew Dillon | Add missing block number assignment in ATA raid mirroring...
|
commit | commitdiff | tree |
2006-03-10 |
Matthew Dillon | cluster_read() was very dangerously issuing a blind...
|
commit | commitdiff | tree |
2006-03-08 |
Matthew Dillon | Struct buf's cannot simply be bcopy'd any more due...
|
commit | commitdiff | tree |
2006-03-07 |
Matthew Dillon | Remove two incorrect serializer calls in the NDIS code.
|
commit | commitdiff | tree |
2006-03-05 |
Matthew Dillon | Roll 1.5.1 for the slip tag
|
commit | commitdiff | tree |
2006-03-05 |
Matthew Dillon | Replace the global buffer cache hash table with a per...
|
commit | commitdiff | tree |
2006-03-04 |
Matthew Dillon | Unlock vnodes prior to issuing VOP_NREMOVE to accomodate...
|
commit | commitdiff | tree |
2006-03-03 |
Matthew Dillon | Add additional red-black tree functions for fast numeric...
|
commit | commitdiff | tree |
2006-03-02 |
Matthew Dillon | vfs_bio_awrite() was unconditionally locking a buffer...
|
commit | commitdiff | tree |
2006-03-02 |
Matthew Dillon | buftimespinlock is utterly useless since the spinlock...
|
commit | commitdiff | tree |
2006-03-02 |
Matthew Dillon | Pass LK_PCATCH instead of trying to store tsleep flags...
|
commit | commitdiff | tree |
2006-03-01 |
Matthew Dillon | dvp must be unlocked prior to issuing a VOP operation...
|
commit | commitdiff | tree |
2006-03-01 |
Matthew Dillon | A thread may be freed from a different cpu then it...
|
commit | commitdiff | tree |
2006-02-28 |
Matthew Dillon | Properly check for buffered data in ukbd_check_char...
|
commit | commitdiff | tree |
2006-02-28 |
Matthew Dillon | Do not set the pcb_ext field until the private TSS...
|
commit | commitdiff | tree |
2006-02-26 |
Matthew Dillon | nvi's "memory use after free" bug exists in following...
|
commit | commitdiff | tree |
2006-02-21 |
Matthew Dillon | Change the server side NFS write gather delay from...
|
commit | commitdiff | tree |
2006-02-21 |
Matthew Dillon | bioops.io_start() was being called in a situation where...
|
commit | commitdiff | tree |
2006-02-21 |
Matthew Dillon | Reduce the default NFSv3 access cache timeout from...
|
commit | commitdiff | tree |
2006-02-21 |
Matthew Dillon | Reformulate some code which was #if 0'd out in the...
|
commit | commitdiff | tree |
2006-02-21 |
Matthew Dillon | Fix a bunch of race cases in the NFS callout timer...
|
commit | commitdiff | tree |
2006-02-17 |
Matthew Dillon | Make the entire BUF/BIO system BIO-centric instead...
|
commit | commitdiff | tree |
2006-02-17 |
Matthew Dillon | Properly assert the state of the MP lock in the async...
|
commit | commitdiff | tree |
2006-02-13 |
Matthew Dillon | Get rid of seriously out of date example code.
|
commit | commitdiff | tree |
2006-02-12 |
Matthew Dillon | Bring in a bunch of malloc features from OpenBSD and...
|
commit | commitdiff | tree |
2006-02-12 |
Matthew Dillon | Make warn() a weak reference.
|
commit | commitdiff | tree |
2006-02-12 |
Matthew Dillon | Remove serialization calls that are no longer correct...
|
commit | commitdiff | tree |
2006-02-08 |
Matthew Dillon | Remove the VBWAIT flag test, it will soon go away.
|
commit | commitdiff | tree |
2006-01-31 |
Matthew Dillon | Bring in the parallel route table code and clean up... Work-by: Jeffrey Hsu and Matthew Dillon
|
commit | commitdiff | tree |
2006-01-28 |
Matthew Dillon | Lobotomize libcaps so it compiles again and can be...
|
commit | commitdiff | tree |
2006-01-26 |
Matthew Dillon | Add a missing #include <sys/lock.h> to fix a UP kernel...
|
commit | commitdiff | tree |
2006-01-25 |
Matthew Dillon | The random number generator was not generating sufficient...
|
commit | commitdiff | tree |
2006-01-21 |
Matthew Dillon | Switch the type and how argument declarations around...
|
commit | commitdiff | tree |
2006-01-19 |
Matthew Dillon | Add the '-c cpu' option to arp, netstat, and route...
|
commit | commitdiff | tree |
2006-01-18 |
Matthew Dillon | Use the DragonFly contrib patch system to correct improper...
|
commit | commitdiff | tree |
2006-01-17 |
Matthew Dillon | Add mk.conf to the ISO and have the installer install...
|
commit | commitdiff | tree |
2006-01-17 |
Matthew Dillon | Correct sizeof(pointer) bugs that should have been...
|
commit | commitdiff | tree |
2006-01-13 |
Matthew Dillon | bx is supposed to point to twiddle_chars, not contain...
|
commit | commitdiff | tree |
2006-01-04 |
Matthew Dillon | Clean up unmount() by removing the vnode resolution...
|
commit | commitdiff | tree |
2006-01-04 |
Matthew Dillon | Mostly fix nullfs. There are still namespace race...
|
commit | commitdiff | tree |
2006-01-01 |
Matthew Dillon | Add a target that will update the 1.4-release slip...
|
commit | commitdiff | tree |
2005-12-31 |
Matthew Dillon | Finish fixing NDIS serialization. Wrap detach in the...
|
commit | commitdiff | tree |
2005-12-31 |
Matthew Dillon | Preliminary ndis cleanup. The serializer has taken...
|
commit | commitdiff | tree |
2005-12-30 |
Matthew Dillon | Weed out files with .sample, .orig, or .dist extensions...
|
commit | commitdiff | tree |
2005-12-30 |
Matthew Dillon | Do not call ether_ifdetach() with the serializer held...
|
commit | commitdiff | tree |
2005-12-30 |
Matthew Dillon | The stat and ino_t changes were not intended to break...
|
commit | commitdiff | tree |
2005-12-30 |
Matthew Dillon | ether_input() no longer allows the MAC header to be... Submitted-by: Matthew Dillon (ether_input fixes),
|
commit | commitdiff | tree |
2005-12-29 |
Matthew Dillon | Do not require a .sh extension for scripts in local_startup...
|
commit | commitdiff | tree |
2005-12-29 |
Matthew Dillon | Give up trying to port ezm3, add a cvsup binary bootstrap...
|
commit | commitdiff | tree |
2005-12-29 |
Matthew Dillon | Add a cvsup example to track the 1.4 release.
|
commit | commitdiff | tree |
2005-12-29 |
Matthew Dillon | Add a 2 second delay after configuring interfaces before...
|
commit | commitdiff | tree |
2005-12-28 |
Matthew Dillon | Make wait*() behave the same as it did before we moved...
|
commit | commitdiff | tree |
2005-12-27 |
Matthew Dillon | After much hair pulling the problem with dual BGE interfaces...
|
commit | commitdiff | tree |
2005-12-27 |
Matthew Dillon | Fix a type-o that was causing the wrong mbuf's csum_data...
|
commit | commitdiff | tree |
2005-12-26 |
Matthew Dillon | A ^Z signals the whole process group, causing the parent...
|
commit | commitdiff | tree |
2005-12-23 |
Matthew Dillon | Fix the installer_quickrel target. Also fix the pkgsrc...
|
commit | commitdiff | tree |
2005-12-23 |
Matthew Dillon | 1.4 Release branched, HEAD is now 1.5.
|
commit | commitdiff | tree |
2005-12-23 |
Matthew Dillon | By the time list_net_interfaces() is called in /etc...
|
commit | commitdiff | tree |
2005-12-23 |
Matthew Dillon | Bump us to 1.3.8 in preparation for pre-release tagging.
|
commit | commitdiff | tree |
2005-12-23 |
Matthew Dillon | Cleanup minor typeos.
|
commit | commitdiff | tree |
2005-12-22 |
Matthew Dillon | run ./bootstrap in a chroot so it configures the correct...
|
commit | commitdiff | tree |
2005-12-22 |
Matthew Dillon | Fix numerous nrelease build issues related to the pkgsrc...
|
commit | commitdiff | tree |
2005-12-20 |
Matthew Dillon | Clean up some minor typos in comments.
|
commit | commitdiff | tree |
2005-12-19 |
Matthew Dillon | Add a feature that allows a correction factor to be...
|
commit | commitdiff | tree |
2005-12-19 |
Matthew Dillon | Fix a number of panic conditions for network cardbus... Patches-by: Matthew Dillon and Sepherosa Ziehau <sepherosa...
|
commit | commitdiff | tree |
2005-12-18 |
Matthew Dillon | Add KTR logging to the core tcp protocol loop.
|
commit | commitdiff | tree |
2005-12-16 |
Matthew Dillon | Properly integrate the now mandatory serializer into...
|
commit | commitdiff | tree |
2005-12-14 |
Matthew Dillon | pfnStop() seems to take a flags argument which as far...
|
commit | commitdiff | tree |
2005-12-12 |
Matthew Dillon | Move tsc_offsets[] to a new home to unbreak kernel...
|
commit | commitdiff | tree |
2005-12-11 |
Matthew Dillon | Remove the 'all' target to fix buildworld, and fix a
|
commit | commitdiff | tree |
2005-12-10 |
Matthew Dillon | Add a feature and a sysctl (debug.ktr.testipicnt) to...
|
commit | commitdiff | tree |
2005-12-10 |
Matthew Dillon | Fix another interesting bug. td_threadq is shared...
|
commit | commitdiff | tree |
2005-12-10 |
Matthew Dillon | Don't display the file and line by default.
|
commit | commitdiff | tree |
2005-12-10 |
Matthew Dillon | Add KTR logging for IF_EM to measure interrupt overhead...
|
commit | commitdiff | tree |
2005-12-10 |
Matthew Dillon | Add KTR logging for tsleep entry/exit and wakeup entry...
|
commit | commitdiff | tree |
2005-12-10 |
Matthew Dillon | Make the KTR test logging work for UP as well as SMP.
|
commit | commitdiff | tree |
2005-12-10 |
Matthew Dillon | Fix UP build issues. Move tsc_offsets[] from mp_machdep...
|
commit | commitdiff | tree |
2005-12-10 |
Matthew Dillon | Do not ldconfig -m /usr/lib/gcc2 if there is no /usr...
|
commit | commitdiff | tree |
2005-12-10 |
Matthew Dillon | Beef up error reporting for a particular assertion...
|
commit | commitdiff | tree |
2005-12-08 |
Matthew Dillon | Fix the directory scan code for SMBFS. It was losing...
|
commit | commitdiff | tree |
2005-12-08 |
Matthew Dillon | SB_NOINTR must be set for the socket to prevent nbssn_recv...
|
commit | commitdiff | tree |
2005-12-08 |
Matthew Dillon | Clean up more spinlock conversion issues and fix related...
|
commit | commitdiff | tree |
2005-12-07 |
Matthew Dillon | Add additional KTR lines to allow us to characterize...
|
commit | commitdiff | tree |
2005-12-07 |
Matthew Dillon | Add KTR_TESTLOG and debug.ktr.testlogcnt, which issues...
|
commit | commitdiff | tree |
2005-12-06 |
Matthew Dillon | Enhance ktrdump to generate relative timestamps in...
|
commit | commitdiff | tree |