dragonfly.git
2004-05-13 Matthew DillonClose an interrupt race between vm_page_lookup() and...
2004-05-13 Matthew DillonRemove DIAGNOSTIC elements that are no longer correct.
2004-05-13 Joerg SonnenbergerAdd PCI IDs for i865 agpgart support.
2004-05-13 Matthew Dillonsf_buf_free() requires a critical section to safely...
2004-05-13 Hiten PandyaAdd a read-only sysctl for observing the maximum number of
2004-05-13 Matthew DillonAttempting to access a device which has been destroyed...
2004-05-12 Hiten PandyaIn sodealloc(), use do_setopt_accept_filter() to free...
2004-05-12 Chris PresseyThree minor fixes:
2004-05-11 Joerg SonnenbergerReadd em_read_reg_io and em_write_reg_io for workaround...
2004-05-11 Matthew DillonFix a bug in sys/pipe.c. xio_init_ubuf() might not...
2004-05-11 Matthew DillonFollowup log-only addendum: It turns out that last...
2004-05-11 Chris PresseyMerge ... FreeBSD (RELENG_4) src/usr.sbin/timed/timedc...
2004-05-11 Matthew DillonAdd an assertion to sys_pipe to cover a possible overru...
2004-05-11 Joerg Sonnenberger- remove em_adapter_list, it was not used for anything...
2004-05-11 Joerg SonnenbergerAdd the lockf regression test from NetBSD, slightly...
2004-05-11 Matthew Dillonlf_alloc_range() must initialize the returned structure...
2004-05-11 Matthew Dillonlf_setlock() was not returning the correct error code...
2004-05-10 Hiten PandyaDo not specify a macro as first argument to the literal...
2004-05-10 Hiten PandyaCorrect usage of the `.Em' macro.
2004-05-10 Hiten PandyaCorrect the usage of the .Dx macro.
2004-05-10 Hiten PandyaRemove extraneous `.El' macro.
2004-05-10 Hiten PandyaCorrect the usage of the .Dx macro to avoid mdoc errors.
2004-05-10 Hiten PandyaAdd entry for the CAPS IPC library. It is now possible...
2004-05-10 Hiten PandyaCorrect the use of the .Dx/.Fx macro.
2004-05-10 Hiten PandyaRemove erroneous use of the `Fl' mdoc macro and replace...
2004-05-10 Hiten PandyaMdoc(7) police:
2004-05-10 Hiten PandyaMdoc(7) police:
2004-05-10 Hiten PandyaRemove unneeded empty line to silence mdoc(7) warnings.
2004-05-10 Hiten PandyaCorrect mdoc(7).
2004-05-10 Hiten PandyaUpdate the suser(9) manual page about reality.
2004-05-10 Hiten PandyaUpdate the KASSERT(9) manual page to reality.
2004-05-10 Hiten PandyaUpdate the DELAY(9) manual page about the header file...
2004-05-10 Hiten PandyaUpdate the tsleep(9) manual page about our reality.
2004-05-10 Hiten PandyaAdd MLINK busdma(9) which points to bus_dma(9).
2004-05-10 Hiten PandyaRemove newline from panic(9) message, it is redundant.
2004-05-10 Hiten PandyaRemove newline from panic(9) message, it is redundant.
2004-05-10 Hiten PandyaRemove redundant newline in a call to panic(9).
2004-05-10 Joerg SonnenbergerSync em(4) with FreeBSD current. Most important is...
2004-05-10 Chris PresseyFix a bug in bsd.port.mk that was causing 'make clean...
2004-05-09 Hiten PandyaAdd a readonly sysctl for the `kern.mmxopt' loader...
2004-05-09 Chris PresseyMake a small grammar correction: "...most forms of...
2004-05-09 Chris PresseyStyle(9) cleanup to src/sys/vfs, stage 17/21: udf.
2004-05-09 Joerg SonnenbergerFix two bugs in the lockf code. The first one is a...
2004-05-09 Jeffrey HsuMove accounting of sendfile header bytes sent down...
2004-05-08 Hiten PandyaKKASSERT that we require inp->inp_pcbinfo, in in_pcbins...
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 Matthew DillonMove the fsx filesystem tester program from /usr/src...
2004-05-07 Matthew DillonAdd the filesystem/NFS stress tester program, adapted...
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 PresseyMerge ... FreeBSD (RELENG_4) src/bin/mv/mv.c, revision...
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...
next