dragonfly.git
2004-03-10 Hiten PandyaFix spelling mistake, s/itnerrupts/interrupts/.
2004-03-10 Matthew DillonExplain some of the instruction details in more depth.
2004-03-10 Matthew DillonAllow the nominal NFS io block size to be set with...
2004-03-09 Joerg SonnenbergerRemove a debug printf added with the last commit.
2004-03-09 Joerg SonnenbergerWhile converting ATA to use MPIPE allocations, ata_dmaa...
2004-03-09 Jeffrey HsuClarify strange ipfw byte ordering convention.
2004-03-09 Matthew Dillonncpus2 must be initialized to 1 in the UP case. ncpus2...
2004-03-09 Hiten PandyaAdjust IPFW to use M_WAITOK instead of M_NOWAIT. The...
2004-03-09 Hiten PandyaFix violating usage of M_DONTWAIT in calls to malloc...
2004-03-09 Matthew DillonAddendum comment to last commit. Jeffrey Hsu reminded...
2004-03-08 Matthew DillonIncrease the default socket buffer for NFS to deal...
2004-03-08 Matthew DillonAdd -B to display buffer limits instead of current...
2004-03-08 Jeffrey HsuPartition the TCP connection table.
2004-03-08 Joerg SonnenbergerHandle failure in atapi_queue_cmd correctly
2004-03-08 Joerg SonnenbergerFix panic in acd_report_key when ai->format==DVD_INVALI...
2004-03-08 Hiten PandyaDocument that kldload(2) can also return EEXIST.
2004-03-08 Hiten PandyaMerge from FreeBSD:
2004-03-08 Hiten PandyaMerge from FreeBSD:
2004-03-08 Hiten PandyaMerge from FreeBSD:
2004-03-08 Jeffrey HsuTo comply with the spec, do not copy the TOS from the...
2004-03-08 Jeffrey HsuInclude <sys/types.h> for autoconf/automake detection.
2004-03-08 Matthew DillonThe "Don't forget to do a ``make depend''" warning...
2004-03-08 Matthew DillonConfig cleanup part 3/3: Remove the ns() and twisty...
2004-03-08 Matthew DillonConfig cleanup part 2/3: Remove old style C cruft.
2004-03-08 Matthew DillonConfig cleanup part 1/3: Remove old style C cruft and...
2004-03-08 Matthew DillonANSIfy the tsleep() and sched_setup() procedure definit...
2004-03-08 Matthew Dillonlibcaps now compiles ipiq and token in userland, make...
2004-03-08 Jeffrey HsuPrint out Early Retransmit statistics.
2004-03-08 Jeffrey HsuImplement Early Retransmit.
2004-03-08 Jeffrey HsuCosmetic changes.
2004-03-07 Matthew DillonInitial CAPS IPC structural encoding and decoding suppo...
2004-03-07 Joerg SonnenbergerFrom FreeBSD:
2004-03-07 Jeffrey HsuSend UDP packets out without a temporary connect.
2004-03-07 Eirik NygaardRemove perl from the i386 kernel build.
2004-03-07 Eirik NygaardMove the ASSERT_VOP_LOCKED and ASSERT_VOP_UNLOCKED...
2004-03-07 Matthew Dillonget rid of thr{1,2,3}, which are obsolete at the moment...
2004-03-06 Matthew DillonThe sys/xxx2.h files are supposed to be included after...
2004-03-06 Matthew DillonAdjust the caps client/server test code to match new...
2004-03-06 Matthew DillonAdditional CAPS IPC work. Add additional system calls...
2004-03-06 Matthew DillonBring libcaps in line with recent LWKT changes.
2004-03-06 Matthew DillonSimplify LWKT message initialization semantics to reduc...
2004-03-06 Jeffrey HsuRemove unused second argument to ip_stripoptions().
2004-03-06 Jeffrey HsuEliminate the use of curproc in route_output() by passi...
2004-03-06 Jeffrey HsuChange the "struct inpcbhead *listhead" field in "struc...
2004-03-06 Jeffrey HsuUse 0 for integer value rather than NULL.
2004-03-06 Jeffrey HsuCorrect double increment of the inp generation count.
2004-03-06 Jeffrey HsuDispatch upper-half protocol request handling.
2004-03-06 Jeffrey HsuDispatch upper-half protocol request handling.
2004-03-05 Joerg SonnenbergerPropolice for GCC 3.3 based on:
2004-03-05 Jeffrey HsuVerify code assumption on number of processors with...
2004-03-05 Jeffrey HsuUse power of 2 masking to make packet hash function...
2004-03-05 Jeffrey HsuRemember the next lowest power of 2 of "npus" in "ncpus2".
2004-03-05 Jeffrey HsuPropagate curproc removal changes to files compiled...
2004-03-05 Jeffrey HsuOnce we distribute socket protocol processing requests...
2004-03-05 Hiten PandyaBring the BFE(4) manual page up-to-date with FreeBSD...
2004-03-05 Matthew DillonCorrect bug introduced in last commit.
2004-03-05 Joerg SonnenbergerAdd patch infrastructure for contrib/ and similiar...
2004-03-05 Hiten PandyaI just scored a few duh-points for myself. I committed...
2004-03-04 Eirik Nygaardthis -> the fix in comment.
2004-03-04 Eirik NygaardMake the comment a bit clearer.
2004-03-04 Eirik Nygaardstyle(9) cleanup:
2004-03-04 Eirik Nygaardstyle(9) cleanup:
2004-03-04 Eirik Nygaardstyle(9) cleanup:
2004-03-04 Jeffrey HsuIntroduce access methods for making protocol requests.
2004-03-04 Jeffrey HsuA UDP socket is still bound after it is disconnected...
2004-03-04 Matthew DillonPartitions>8: Increase the number of supported partitio...
2004-03-04 Jeffrey HsuSplit out wildcarded sockets from the connection hash...
2004-03-04 Matthew DillonPartitions>8: Leave a whole 512 bytes for the disklabel...
2004-03-04 Matthew DillonPartitions>8: Do not hardwire partition limit at 'h'.
2004-03-03 Hiten PandyaDo not print a warning about PIM sysctl node (net.inet...
2004-03-03 Hiten PandyaInclude thread.h if _KERNEL_STRUCTURES is defined.
2004-03-03 Hiten PandyaBring the cue(4) and miibus(4) manual page in line...
2004-03-02 David Rhodus* Add in support for the Silicon Image SATA controller.
2004-03-02 David Rhodus* Correct end value calculation. This should fix...
2004-03-02 David Rhodus* Remove instances of PRIBIO because DragonFly no...
2004-03-02 Robert GarrettPatch forr FreeBSD-SA-04:04.tcp
2004-03-02 Joerg SonnenbergerThe slab allocator has been in for while now. Change...
2004-03-02 Joerg SonnenbergerWe have /etc/rc.subr, don't add the dependency
2004-03-02 Hiten PandyaCorrect a filename typo, there is no such thing as...
2004-03-01 Eirik NygaardUse MALLOC_DEFINE.
2004-03-01 Joerg SonnenbergerUse M_WAITOK instead of M_WAIT to get memory.
2004-03-01 Joerg SonnenbergerMake subr_bus.c more consistent with regard to style...
2004-03-01 Joerg SonnenbergerAdjust indentation, use uint32_t and line up comments.
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-02-29 Joerg SonnenbergerMerge FreeBSD rev. 1.8:
2004-02-29 Joerg SonnenbergerDe-K&R-ify function prototyps and remove register keyword.
2004-02-27 Joerg SonnenbergerAdd bfe(4) support from FreeBSD.
2004-02-27 Joerg SonnenbergerThere are historically two families of fixed size integ...
2004-02-27 Jeffrey HsuCosmetic changes.
2004-02-26 Joerg SonnenbergerUse ifp->xname instead of if_name(ifp)
2004-02-26 Joerg SonnenbergerAdd missing return from last commit
2004-02-26 Joerg SonnenbergerRemove unused and undocumented strhash files.
2004-02-26 Joerg SonnenbergerRemove parameter names, adjust white spaces in prototyp...
2004-02-26 Joerg SonnenbergerRemove the entry for pccard and allow src/include/Makef...
2004-02-25 Eirik NygaardUpdate FILES section
2004-02-25 Eirik NygaardRemove unused settings
2004-02-25 Joerg SonnenbergerRemove parameter names.
2004-02-25 Joerg SonnenbergerDon't use parameter names for kernel prototyps
2004-02-25 Joerg SonnenbergerCleanup emujoy_pci_probe
2004-02-25 Joerg SonnenbergerAdjust mixer script to depend on mixer_enable="YES...
next