dragonfly.git
2004-04-23 Jeffrey HsuPass more information down to the protocol-specific...
2004-04-23 Matthew Dillonmsync(..., MS_INVALIDATE) will incorrectly remove dirty...
2004-04-23 Matthew Dillonbuildiso was assuming a native obj hierarchy when runni...
2004-04-22 Matthew DillonRevamp UPDATING with separate instructions for upgradin...
2004-04-22 Chris PresseyStyle(9) cleanup.
2004-04-22 Chris PresseyStyle(9) cleanup to src/sys/vfs, stage 13/21: nwfs.
2004-04-22 Matthew Dillonposixlocks resource limit part 2/4: Add support to...
2004-04-22 Chris PresseySplit the suggested invocation of fdisk (which is faili...
2004-04-22 Matthew Dillonposixlocks resource limit part 1/4: Add support to...
2004-04-22 Matthew DillonMore M_NOWAIT -> M_INTWAIT | M_NULLOK conversions,...
2004-04-22 Matthew DillonCorrect type-o in last commit. oops.
2004-04-22 Matthew DillonM_NOWAIT to mostly M_INTWAIT conversions, with a splatt...
2004-04-22 Matthew DillonThe temporary message allocated to execute a connect...
2004-04-22 Matthew DillonUse M_INTWAIT instead of M_NOWAIT in the ip messaging...
2004-04-22 Matthew DillonM_NOWAIT -> M_WAITOK or M_INTWAIT conversions. There...
2004-04-22 Matthew DillonFix a race in user_ldt_free() against an interrupt...
2004-04-21 Chris PresseyStyle(9) cleanup.
2004-04-21 Matthew DillonFix a netmsg memory leak in the ARP code. Adjust all...
2004-04-21 David RhodusFix symlink ordering issue with the less man page.
2004-04-21 Chris PresseyStyle(9) cleanup to src/sys/vfs, stage 12/21: nullfs.
2004-04-21 Justin C. SherrillAdded short descriptions for kern.acct_suspend, kern...
2004-04-21 Matthew DillonFollowup commit, redo the way the root file descriptor...
2004-04-21 Hiten PandyaAdd a KKASSERT to mount(2) to make sure we have a proc...
2004-04-21 Hiten PandyaMerge: FreeBSD (RELENG_4) vfs_syscalls.c rev. 1.151...
2004-04-21 Hiten PandyaMerge: FreeBSD (RELENG_4) kern_event.c rev. 1.2.2.10
2004-04-21 Hiten PandyaMerge: FreeBSD (RELENG_4) msdosfs_vfsops.c rev. 1.60.2.9
2004-04-21 Hiten PandyaMerge: FreeBSD (RELENG_4) kern_descrip.c rev. 1.81...
2004-04-21 Hiten PandyaMerge: FreeBSD (RELENG_4) aac_pci.c rev. 1.3.2.19
2004-04-21 Chris PresseyRemove two unused GEOM function prototypes. They were...
2004-04-21 Chris PresseyClean up typos and punctuation in comment.
2004-04-20 David RhodusFix an symlink ordering issue that was causing the...
2004-04-20 Justin C. SherrillNew logo of the DragonFly logo instead of the BSD Beast...
2004-04-20 Chris PresseyStyle(9) cleanup to src/sys/vfs, stage 11/21: ntfs.
2004-04-20 Eirik NygaardUpdate less to version 381.
2004-04-20 Eirik NygaardMerge from vendor branch LESS:
2004-04-20 Eirik NygaardImport of less 381
2004-04-20 Matthew DillonWhen an mpipe was being destroyed, each element in...
2004-04-20 Joerg Sonnenbergerm_tag_alloc illegally passed the mbuf flags to malloc...
2004-04-20 Matthew DillonRevamp the initial lwkt_abortmsg() support to normalize...
2004-04-19 Matthew DillonUse vm_page_hold() instead of vm_page_wire() for exec...
2004-04-19 Justin C. SherrillSync with FreeBSD 4-STABLE manpages.
2004-04-19 Chris PresseyFix code typo in previous commit to this file, thus...
2004-04-19 Chris PresseyStyle(9) cleanup to src/sys/vfs, stage 10/21: nfs.
2004-04-19 Joerg SonnenbergerIn contrast to FreeBSD 4 and 5, our slab allocator...
2004-04-18 Jeffrey HsuAllow an inp control block to be inserted on multiple...
2004-04-18 Jeffrey HsuCosmetic changes.
2004-04-18 David RhodusDefine that Dragonfly HAS isblank() as to fix the
2004-04-17 Eirik NygaardUpdate to awk 20040207.
2004-04-17 Eirik NygaardMerge from vendor branch AWK:
2004-04-17 Eirik NygaardImport of awk 20040207
2004-04-17 David RhodusAdd in kernel config file options that were
2004-04-17 Matthew Dillonnetisr_queue() needs to reliably allocate the message...
2004-04-17 Chris PresseyStyle(9) cleanup to src/sys/vfs, stage 9/21: msdosfs.
2004-04-16 Matthew DillonChange WAIT_FOR_AUTO_NEG_DEFAULT to 0. Do not wait...
2004-04-16 David RhodusAdd in the twa(4) driver. This adds in support for...
2004-04-16 David RhodusPlace 'device acpica5' into the TINDERBOX kernel config so
2004-04-16 David RhodusAdd back in basic ACPI support into the LINT kernel...
2004-04-16 Joerg SonnenbergerMerge changes from FreeBSD 5:
2004-04-16 Joerg Sonnenbergerfor() ==> TAILQ_FOREACH
2004-04-16 Joerg SonnenbergerNuke unused fields in struct ifnet, if_done and if_poll...
2004-04-16 Joerg SonnenbergerMove IFF_PROMISC and IFF_POLLING from ifnet.ipending...
2004-04-15 David RhodusUpdate tag creation paths to reflect the cvs
2004-04-15 Joerg SonnenbergerKObj extension stage IIIb/III
2004-04-15 Joerg SonnenbergerUse "mixer -s" for saving the mixer settings and adjust...
2004-04-15 Joerg SonnenbergerFix output format of "mixer -s", it is supposed to...
2004-04-15 Joerg SonnenbergerDo some style(9) cleanups and make add static.
2004-04-15 Joerg SonnenbergerDon't print the recording sources to stderr, the manpag...
2004-04-15 Chris PresseyMake a comment less misleading. rpcbind_enable (portma...
2004-04-15 Chris PresseyStyle(9) cleanup to src/sys/vfs, stage 8/21: mfs.
2004-04-15 Matthew DillonDetect when the target process's thread is sitting...
2004-04-15 Matthew DillonImplement lwkt_abortmsg() support. This function chase...
2004-04-14 Joerg SonnenbergerKObj extension stage IIIa/III
2004-04-14 Joerg SonnenbergerRemove unit from sis_softc and use device_printf and...
2004-04-14 Matthew DillonRun the exec test for 5 seconds instead of 1 to improve...
2004-04-14 Matthew Dillonuio_td might be NULL, do not indirect through uio_td...
2004-04-13 Matthew Dillonres_search only incremented got_servfail for h_errno...
2004-04-13 Eirik NygaardUpdate diff, diff3 and sdiff to use diffutils 2.8.1
2004-04-13 Eirik NygaardRemove vim swap file, which should not have been imported.
2004-04-13 Eirik NygaardMerge from vendor branch DIFFUTILS:
2004-04-13 Eirik NygaardImport of diffutils 2.8.1
2004-04-13 Eirik NygaardFix a core dump caused by a .DEFAULT target with no...
2004-04-13 Jeffrey HsuDon't need opt_tcp_input.h for TCP_DISTRIBUTED_TCBINFO...
2004-04-13 Matthew Dillonget rid of TCP_DISTRIBUTED_TCBINFO, it only added confu...
2004-04-13 Jeffrey HsuCreate another entry point into ip_input() so MT_TAGs...
2004-04-12 Chris PresseyStyle(9) cleanup to src/sys/vfs, stage 7/21: isofs.
2004-04-12 Matthew DillonThe malloc() call in at_fork() needs to use M_WAITOK...
2004-04-12 Matthew DillonANSIfication/style cleanups (non operational)
2004-04-12 Matthew DillonRemove the now obsolete /usr/include/g++. Cleanup...
2004-04-12 Eirik NygaardRemove gawk from the build and let one-true-awk be...
2004-04-12 Eirik NygaardTell awk where the arguments for the program ends and...
2004-04-12 Matthew DillonFix the conditional used to determine whether psignal...
2004-04-11 Chris PresseyStyle(9) cleanup.
2004-04-11 Chris PresseyStyle(9) cleanup to src/sys/vfs, stage 6/21: hpfs.
2004-04-11 Jeffrey HsuSilence compiler warning by adding include files.
2004-04-11 Jeffrey HsuSilence warning about missing prototype.
2004-04-11 Jeffrey HsuFix compilation errors with missing header files and...
2004-04-11 Matthew DillonUse the sf_buf facility rather then kmem_alloc_wait...
2004-04-10 Matthew DillonAdd vfork/exec perf test. exec1 tests static binaries...
2004-04-10 Matthew DillonDo some minor critical path performance improvements...
2004-04-10 Matthew DillonANSIfication and style cleanups. Non operational.
next