dragonfly.git
2008-05-16 Simon SchubertAdd blacklist feature for weak Debian-generated ssh...
2008-05-15 Sascha WildnerFor 'make upgrade', teach etc/Makefile to remove GNU...
2008-05-15 Sepherosa Ziehau'check' label is only used in SMP build.
2008-05-15 Sascha WildnerAdd some more remains from the Fortran removal.
2008-05-15 Sascha WildnerBump .Dd for r1.8.
2008-05-15 Sascha WildnerMention ASSERT_NOT_SERIALIZED() and IS_SERIALIZED(...
2008-05-15 Matthew DillonThe char dummy must be dummy[2] to accomodate a nul...
2008-05-15 Matthew DillonFix str[c]spn off by one error.
2008-05-15 Matthew DillonHAMMER 45/Many: Stabilization pass, undo sequencing.
2008-05-15 Matthew DillonHAMMER Utilities: Features
2008-05-14 Hasso TepperMake use of interrupt endpoint to increase responsiveness.
2008-05-14 Hasso TepperRemove fortran from base.
2008-05-14 Sepherosa ZiehauMention KTR_IFQ and KTR_IF_START
2008-05-14 Sepherosa ZiehauReduce ifnet.if_serializer contention on output path:
2008-05-13 Matthew DillonHAMMER Utilities: Feature add
2008-05-13 Matthew DillonHAMMER 44/Many: Stabilization pass, user-guaranteed...
2008-05-13 Hasso TepperRemove udbp(4) form tree. It was never connected to...
2008-05-13 Hasso TepperAssorted fixes to ugen(4) from FreeBSD.
2008-05-13 Matthew DillonHAMMER 43C/Many: Performance cleanup
2008-05-13 Matthew DillonHAMMER Utilities: Misc features and adjustments.
2008-05-13 Matthew DillonHAMMER 43B/Many: Correct delete-on-disk record bug.
2008-05-12 Matthew DillonHAMMER 43A/Many: Cleanup, bug fixes.
2008-05-12 Matthew DillonHAMMER 43/Many: Remove records from the media format...
2008-05-12 Sascha WildnerReword slightly and point out that DESTDIR has to exist.
2008-05-12 Matthew DillonHAMMER Utilities: Cleanup.
2008-05-12 Matthew DillonHAMMER 42E/Many: Cleanup.
2008-05-11 Matthew DillonHAMMER 42D/Many: Stabilization.
2008-05-11 Matthew DillonHAMMER Utilities: Features
2008-05-11 Matthew DillonFix UP real kernel crash, a vkernel define was being...
2008-05-11 Sascha WildnerBring ifnet(9) a bit closer to reality.
2008-05-11 Sascha WildnerAdd an ffs(5) manual page.
2008-05-11 Hasso TepperAdd useconds_t and suseconds_t used for time in microse...
2008-05-10 Matthew DillonHAMMER Utilities: scan feedback
2008-05-10 Sascha WildnerComment out some unimplemented syscalls.
2008-05-10 Matthew DillonHAMMER 42C/Many: Stabilization.
2008-05-10 Matthew DillonHAMMER 42B/Many: Stabilization.
2008-05-10 Sascha WildnerFix function name.
2008-05-10 Matthew DillonHAMMER Utilities: Feature add
2008-05-10 Sascha WildnerFix function name.
2008-05-10 Matthew DillonFinish moving the kernel from tsc_freq (32 bits) to...
2008-05-10 Sepherosa Ziehauiwi(4) does not support hardware based WEP encryption...
2008-05-10 Matthew DillonFix feature logic so changing kern.pipe.dwrite_enable...
2008-05-09 Sascha WildnerSync member functions with our struct ifnet.
2008-05-09 Matthew DillonHAMMER 42A/Many: Stabilization.
2008-05-09 Sascha WildnerUse .Dv for signal names.
2008-05-09 Matthew DillonFix a HAMMER assertion which turned out to be a bug...
2008-05-09 Matthew DillonReturn EINVAL if a NULL pointer is passed to the mutex...
2008-05-09 Matthew DillonSync sysperf with some random stuff, and add a cld...
2008-05-09 Simon SchubertMake the code we're running under total signal mask...
2008-05-09 Matthew DillonHAMMER 42/Many: Cleanup.
2008-05-09 Matthew DillonFix many bugs and issues in the VM system, particularly...
2008-05-09 Matthew DillonFix fork/vfork statistics. forks and vforks were being...
2008-05-09 Matthew DillonFix a nasty memory corruption issue which can occur...
2008-05-08 Matthew DillonFix a race between the namecache and the vnode recycler...
2008-05-08 Matthew DillonFix some lock ordering issues in the pipe code.
2008-05-08 Matthew DillonRecode the resource limit core (struct plimit) to fix...
2008-05-08 Matthew DillonClear the direction flag (CLD) on entry to the kernel...
2008-05-07 Sascha WildnerAdd some lines about lwkt_serialize_adaptive_enter().
2008-05-07 Matthew DillonBump base development version to 197700 so it is proper...
2008-05-07 Matthew DillonCorrect comments and minor variable naming and sysctl...
2008-05-06 Matthew DillonFix a sizeof() the wrong variable name. The correct...
2008-05-06 Sascha WildnerThe vkernel's maximum number of CPUs is now 16.
2008-05-06 Matthew DillonEnable kern.trap_mpsafe and kern.syscall_mpsafe by...
2008-05-06 Matthew DillonRemove the SMP_MAXCPU override for vkernels, causing...
2008-05-06 Sepherosa ZiehauAdd strings for some AMD features
2008-05-06 Matthew DillonHAMMER 41B/Many: Cleanup.
2008-05-06 Matthew DillonHAMMER Utilities: Sync with recent changes.
2008-05-06 Matthew DillonKeep track of the number of buffers undgoing IO, and...
2008-05-05 Matthew DillonOnly call bwillwrite() for regular file write()s, inste...
2008-05-05 Matthew DillonHAMMER Utilities: Feature add
2008-05-05 Matthew DillonHAMMER 41/Many: Implement CRC checking (WARNING: On...
2008-05-05 Sepherosa Ziehau- Add lwkt_serialize_adaptive_enter(9), it is same...
2008-05-05 Sepherosa ZiehauUse mask instead of modulo, since bo->backoff is always...
2008-05-04 Matthew DillonHAMMER 40G/Many: UNDO cleanup & stabilization.
2008-05-04 Matthew DillonHAMMER Utilities: enhanced show, timeout option
2008-05-04 Sascha WildnerAdjust to our current directory layout on pkgbox.
2008-05-04 Matthew DillonHAMMER 40F/Many: UNDO cleanup & stabilization.
2008-05-04 Matthew DillonThe direct-write pipe code has a bug in it somewhere...
2008-05-04 Sepherosa Ziehau- Randomize spinlock exponential backoff value, which...
2008-05-04 Sascha WildnerAdd more missing entries and fix more mistakes (some...
2008-05-04 Sascha WildnerFix some mistakes and add some missing entries.
2008-05-04 Matthew DillonPrint the 64 bit inode as a 64 bit quantity rather...
2008-05-04 Sascha WildnerAdd missing names and MLINKS.
2008-05-03 Matthew DillonCorrect a bug in seekdir/readdir which could cause...
2008-05-03 Matthew DillonHAMMER 40F/Many: Inode/link-count sequencer cleanup...
2008-05-03 Matthew DillonHAMMER 40E/Many: Inode/link-count sequencer cleanup...
2008-05-03 Matthew DillonHAMMER 40D/Many: Inode/link-count sequencer cleanup...
2008-05-03 Matthew DillonPrint the path even if we do not understand the filesys...
2008-05-02 Sascha WildnerElaborate a bit more on lexical conventions and ISA...
2008-05-02 Matthew DillonHAMMER 40C/Many: Inode/link-count sequencer cleanup...
2008-05-02 Sepherosa Ziehau- Put exit ktr in proper place
2008-05-02 Sepherosa ZiehauWhite space
2008-05-02 Sascha WildnerUse a list with tags.
2008-05-02 Sepherosa ZiehauIntroduce ETHER_INPUT_CHAIN option:
2008-05-02 Matthew DillonHAMMER 40B/Many: Inode/link-count sequencer cleanup...
2008-05-02 Sascha WildnerSweep over our manual pages and remove .Pp before a...
2008-05-02 Matthew DillonHAMMER 40A/Many: Inode/link-count sequencer.
2008-05-02 Simon SchubertProperly yield to userland processes.
2008-05-01 Sascha WildnerMove text that doesn't belong to a list outside of it.
2008-05-01 Sascha WildnerAdd .It
next