Peter Edwards brought up an interesting NFS bug which we both originally
[dragonfly.git] / sys /
2004-05-08 Matthew DillonPeter Edwards brought up an interesting NFS bug which...
2004-05-08 Matthew DillonFix IPV6 listen(). It was simply a matter of a missing
2004-05-07 Joerg SonnenbergerMerge rev 1.10 from FreeBSD:
2004-05-07 Joerg SonnenbergerFix panic due to the way change_ruid handles the userinfo.
2004-05-07 Matthew DillonOne of the lf_create_range() calls in lf_clearlock...
2004-05-06 Matthew DillonFollowup, fix some missing ODFM->OFDM conversions.
2004-05-06 Matthew DillonDocument the fact that SYSTIMERS operate without the...
2004-05-06 Joerg SonnenbergerTwo more defines from FreeBSD.
2004-05-06 Joerg SonnenbergerAdd ifmedia infrastructure for the generic IEEE 802...
2004-05-06 Joerg SonnenbergerSwitch to the callout interface and rename the associat...
2004-05-05 Matthew DillonUse M_INTWAIT instead of M_NOWAIT for the rest of the...
2004-05-05 Matthew DillonDo not trust the third-party ACPI code. Track memory...
2004-05-05 Matthew Dillonpmap_qremove() takes a page count, not a byte count...
2004-05-05 Matthew DillonAnother major mmx/xmm/FP commit. This is a combination...
2004-05-05 Hiten PandyaAdd bus_alloc_resource_any(9).
2004-05-05 Joerg SonnenbergerSerialize access to lockf via pool tokens.
2004-05-05 Jeffrey HsuAdd restrict keyword to string functions.
2004-05-04 Matthew DillonFix an exit-race with ^T. If a process is exiting...
2004-05-04 Matthew Dillonip6_input() must call the IP6_EXTHDR_CHECK() macro...
2004-05-04 Matthew DillonA memory ordering barrier is needed in crit_exit()...
2004-05-04 Joerg SonnenbergerFix races in lf_getlock and lf_clearlock when waiting...
2004-05-04 Hiten PandyaCorrect pre-processor conditional surrounding mmxopt...
2004-05-04 Hiten Pandyanetif/cx/cx.c:
2004-05-04 Hiten PandyaBring le(4) up-to-speed with 64-bit physical addressing.
2004-05-04 Hiten PandyaCatch up with if_ioctl prototype changes (see rev....
2004-05-04 Hiten PandyaJust pass NULL to sync(), no need to create a `dummyarg'.
2004-05-04 Hiten PandyaHandle UIO_USERISPACE (just fallthrough to UIO_NOCOPY...
2004-05-04 Hiten PandyaBring the I4B layer up-to-speed with 64-bit physical...
2004-05-04 Hiten PandyaAdd a forward declaration of 'struct uidinfo'.
2004-05-04 Hiten PandyaMove around some #ifdefs to silence warnings.
2004-05-04 Hiten PandyaUse the correct cast, ns_ifra_addr -> ns_ifaddr.
2004-05-04 Hiten PandyaClean warnings under DIAGNOSTIC.
2004-05-03 Chris PresseyMerge ... FreeBSD (RELENG_4) src/sys/msdosfs/msdosfs_vf...
2004-05-03 Chris PresseyStyle(9) cleanup to src/sys/vfs, stage 17/21: specfs.
2004-05-03 Matthew Dillonipstat needs thread2.h for MP stuff and mycpu.
2004-05-03 Joerg SonnenbergerPOSIX lock resource limit part 3/4
2004-05-03 Hiten PandyaMake IP statistics counters per-CPU so they can be...
2004-05-03 Chris PresseyStyle(9) cleanup to src/sys/vfs, stage 16/21: smbfs.
2004-05-02 Matthew Dillon(non bug) The hash routines are never called with a...
2004-05-02 Matthew DillonWe must pmap_qremove() pages that we previously pmap_qe...
2004-05-02 Chris PresseyStyle(9) cleanup to src/sys/vfs, stage 15/21: procfs.
2004-05-01 Matthew DillonCommit an update to the pipe code that implements vario...
2004-05-01 Matthew DillonAdd bcopyb() back in for the PCVT driver. bcopyb(...
2004-05-01 Matthew DillonClear npxthread before setting CR0_TS.
2004-04-30 Matthew DillonFix another bug in the recent bcopy revamp. The range...
2004-04-30 Matthew DillonFix a race in the FP copy code. If we setup our tempor...
2004-04-30 Matthew DillonFix a race in npxdna(). If an interrupt occurs after...
2004-04-30 Matthew DillonCorrect a bug in the last FPU optimized bcopy commit...
2004-04-29 Matthew DillonRemove the (now non existant) i486_bzero assignment...
2004-04-29 Matthew DillonMake SF_BUF_HASH() into an inline routine, sf_buf_hash...
2004-04-29 Matthew DillonMake hash tables one power of 2 larger so they don...
2004-04-29 Matthew DillonRewrite the optimized memcpy/bcopy/bzero support subsys...
2004-04-29 Joerg SonnenbergerMove the Plug'n'Play BIOS support into a separate file...
2004-04-29 Hiten Pandya1) Move the tcp_stats structure back to netinet/tcp_var.h.
2004-04-28 Hiten PandyaFix compilation of profiling.
2004-04-28 Jeffrey HsuRemember if an inpcb was entered into the wildcard...
2004-04-28 Joerg SonnenbergerConditionalize accept_filter variable on defined(INET).
2004-04-26 Matthew DillonBring in the following revs from FreeBS-4:
2004-04-26 Matthew Dillonnextsoftcheck must be a volatile pointer, not a pointer...
2004-04-26 Matthew DillonIf the server goes away while the client is trying...
2004-04-25 Chris PresseyAdd missing function prototype.
2004-04-25 David RhodusLeave out acpica5 from the device build path for a...
2004-04-25 David RhodusCosmetic changes.
2004-04-25 Hiten PandyaThe "Hashed Timers and Hierarchical Wheels: Data Struct...
2004-04-24 Matthew Dillon#ifdef out the PCATCH/CURSIG code for userland (libcaps...
2004-04-24 Jeffrey HsuCosmetic changes.
2004-04-24 Jeffrey HsuThe default protocol threads also need the check for
2004-04-24 Jeffrey HsuReplicate the TCP listen table to give each cpu its...
2004-04-24 Hiten PandyaRename the sysctl handler for nchstats to reflect reali...
2004-04-24 Chris PresseyMerge ... FreeBSD (RELENG_4) src/sys/dev/syscons/syscons.c,
2004-04-24 David RhodusRemove the VREF() macro and uses of it.
2004-04-24 David RhodusAdd in the new acpica5 to the device build path.
2004-04-24 David RhodusCount statistics for exec calls.
2004-04-24 Jeffrey HsuDrop packet if the length checks fail in ip_demux().
2004-04-24 Jeffrey HsuUse a message structure off the stack for a synchronous...
2004-04-23 Matthew DillonFix a client tail -f vs server-appended file data corru...
2004-04-23 Chris PresseyStyle(9) cleanup to src/sys/vfs, stage 14/21: portal.
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-22 Chris PresseyStyle(9) cleanup to src/sys/vfs, stage 13/21: nwfs.
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 Matthew DillonFix a netmsg memory leak in the ARP code. Adjust all...
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 Justin C. SherrillNew logo of the DragonFly logo instead of the BSD Beast...
next