dragonfly.git
2004-03-13 Joerg SonnenbergerAdd convient functions for the bus interface: child_pre...
2004-03-13 Joerg SonnenbergerMerge from FreeBSD 5:
2004-03-13 Matthew DillonFix a bunch of NFS races. These races existed in FreeB...
2004-03-12 Matthew DillonIn an rfork'd or vfork'd situation where multiple proce...
2004-03-12 Joerg SonnenbergerAdd userland UDF support based on mount_cd9660
2004-03-12 Joerg SonnenbergerMerge the kernel part of UDF support from FreeBSD 5.
2004-03-12 Joerg SonnenbergerThe free(9) implementation based on the slab allocator...
2004-03-12 Joerg SonnenbergerThink before commit and remove some more cruft
2004-03-12 Joerg SonnenbergerAdd a short cut for DVD_INVALIDATE_AGID to simplify...
2004-03-12 Joerg SonnenbergerInitialize all fields in MALLOC_DEFINE and VFS_SET...
2004-03-12 Joerg SonnenbergerInitialize the interface name for if_de
2004-03-12 Hiten PandyaCollapse the if(...) block in pim_stats added by my...
2004-03-12 Matthew DillonUse M_INTWAIT and M_WAITOK instead of M_NOWAIT within...
2004-03-12 Matthew DillonChange M_NOWAIT to M_INTWAIT or M_WAITOK. CAM does...
2004-03-11 Hiten PandyaUse info->td instead of curthread in ffs_reload_scan1...
2004-03-11 Hiten PandyaReplace a manual check for a VMIO candidate with vn_can...
2004-03-11 Joerg SonnenbergerUse local cpu tcbinfo
2004-03-11 Hiten PandyaMega mdoc(7) update:
2004-03-11 Hiten PandyaLinux emulation system call update.
2004-03-11 Hiten PandyaConvert the code to ANSI style, and remove 'register...
2004-03-10 Matthew Dillongdb was unable to obtain backtraces of pure threads...
2004-03-10 Matthew DillonANSIfication, remove 'register' and 'auto' use, convert...
2004-03-10 Matthew DillonAllow %e, %E, %f, %g, %G formats to work without produc...
2004-03-10 Matthew DillonMinor documentation adjustments.
2004-03-10 Matthew Dillondislabel -> 16 partitions work addendum: MAKEDEV now...
2004-03-10 Matthew DillonANSIfication, convert K&R procedure declarations and...
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...
next