]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
This commit was generated by cvs2svn to compensate for changes in r121326,
[FreeBSD/FreeBSD.git] / sys /
2003-10-22 hartiThis commit was generated by cvs2svn to compensate...
2003-10-22 hartiVirgin import of the NgATM SAAL layer shared kernel...
2003-10-22 hartiRemove a gcc-ism: declaring a variable array at the...
2003-10-22 phkForgotten commit: If a provider has zero sectorsize...
2003-10-22 samterminate the rx descriptor list with a self-linked...
2003-10-22 alc - Assert that every page found in the active queue...
2003-10-21 mjacobTurn off ISP_SMPLOCK- not to be turned on again.
2003-10-21 ume- change scope to zone.
2003-10-21 alc - Assert that the containing vm object is locked in
2003-10-21 sosProperly unload the DMA SG list on errors.
2003-10-21 sosFix the DMA problem that most severely hit on the DS311...
2003-10-21 silbyChange all SYSCTLS which are readonly and have a relate...
2003-10-21 silbyAdd another sysctl flag, CTLFLAG_TUN, which is a hint...
2003-10-21 rwatsonLine-break sync to the MAC development branch.
2003-10-21 simokawaWe need to initialize bp->b_offset and bp->b_iooffset
2003-10-21 tjrReject negative ngrp arguments in linux_setgroups(...
2003-10-21 sosUp the alignment requirement of the SC1100 to 16 bytes...
2003-10-21 scottlDon peril-sensitive sunglasses and mark pipe(2) as...
2003-10-21 phkRetire bio_caller2 (alias for b_io.bio_caller2), this...
2003-10-21 phkRemove KASSERTS on B_PHYS for vmapbuf() and vunmapbuf...
2003-10-21 marcelRemove md_bspstore from the MD fields of struct thread...
2003-10-20 samrevert default for idle polling to zero until we can...
2003-10-20 jeff - If a thread is not bound to a kse return 0 from...
2003-10-20 alc - Remove some long unused code.
2003-10-20 alcInitialize the buf's b_object in pbgetvp(). Clear...
2003-10-20 samfix build: linux_to_bsd_msf_lba is no longer used becau...
2003-10-20 umeenclose IPv6 part with ifdef INET6.
2003-10-20 dwmaloneMark dup as MPSAFE. Giant was pushed into dup ages...
2003-10-20 umecorrect linkmtu handling.
2003-10-20 phkRemember to check the DE_WHITEOUT flag in the case...
2003-10-20 sosIf just gcc could make up its mind...
2003-10-20 sosOnly return valid DMA error bits.
2003-10-20 sosUp delay from 10 to 100ms after reset, this helps some...
2003-10-20 sosOnly announce ECC errors when its only that.
2003-10-20 tjrFix some security bugs in the SVR4 emulator:
2003-10-20 sosWe dont support CDROMREADAUDIO anymore.
2003-10-20 sosRemove no longer existant CDIOCREADAUDIO ioctl.
2003-10-20 phkWhen a driver successfully created a device on demand...
2003-10-20 alc - Synchronize access to a vm page's valid field using...
2003-10-20 marcelPut the RSE backing store at a fixed address. This...
2003-10-20 alc - Remove comments referring to functions that no longe...
2003-10-20 cognetVarious style and type fixes in my last commit.
2003-10-20 alc - Hold the vm object's lock around calls to vm_page_se...
2003-10-19 silbyFix m_head handling in sis_encap so that the correct...
2003-10-19 silbyFix a problem where m_defrag would allocate a new mbuf...
2003-10-19 silbyAdd a new macro M_ASSERTVALID which ensures that the...
2003-10-19 phkAdd a testcase which validates that the same buffer...
2003-10-19 ume- revert to old rijndael code. new rijndael code broke...
2003-10-19 dwmalonefalloc allocates a file structure and adds it to the...
2003-10-19 alc - Add vm object locking to vfs_clean_pages() and vfs_b...
2003-10-19 phkRemove KASSERT check for negative bio_offsets, add...
2003-10-19 impFinish the removal of the bst/bsh confusion.
2003-10-19 muxRemove debug printf().
2003-10-19 cognetImplement partially /proc/<pid>/maps.
2003-10-19 nyanMFi386: revision 1.577.
2003-10-19 bmsFix LINT build by correcting a missed change.
2003-10-19 njlDisable irqs before entering the power-off state. ...
2003-10-19 peterTidy up loose ends in the idle process. Call the MI...
2003-10-19 peterAdd a stub cpu_idle() function for sparc64, alpha,...
2003-10-19 davidxuUse npxdrop in cpu_thread_exit to save some cycles.
2003-10-19 impDon't confuse tags and handles.
2003-10-19 alc - Synchronize access to a vm page's valid field using...
2003-10-18 njlAdd the cpu_idle_hook() function pointer so that other...
2003-10-18 alc - Synchronize access to the page's valid field in
2003-10-18 alc - Increase the object lock's scope in vm_contig_launde...
2003-10-18 bmsFix a typo. The module has the EISA front-end commented...
2003-10-18 phkInitialize b_iooffset before calling VOP_[SPEC]STRATEGY
2003-10-18 phkInitialize b_iooffset before calling strategy
2003-10-18 alcCorrections to revision 1.305
2003-10-18 phkRetire b_pblkno which was an alias for a bio field...
2003-10-18 phkDon't report b_pblkno, it is going away.
2003-10-18 phkDo not initialize bp->b_pblkno, it is going away.
2003-10-18 phkRetire bio_blkno entirely.
2003-10-18 phkEliminate use bio_blkno.
2003-10-18 umertfree() must be called in lock context.
2003-10-18 phkDiscontinue bio_blkno usage.
2003-10-18 phkDiscontinue bio_blkno, use bio_offset instead.
2003-10-18 phkEliminate reporting of bio_blkno.
2003-10-18 phkReport bio_pblkbo instead of bio_blkno.
2003-10-18 phkUse bio_offset instead of bio_blkno
2003-10-18 phkNo need to initialize bio_pblkno from bio_blkno, diskso...
2003-10-18 phkMake bioq_disksort() sort on the bio_offset field inste...
2003-10-18 impTransition to using bus_space macros rather than the...
2003-10-18 phkDuH!
2003-10-18 phkI think rwatson got the sign wrong here...
2003-10-18 phkDon't initialize unused bio_blkno field.
2003-10-18 phkInitialize bp->b_offset before calling VOP_[SPEC]STRATEGY()
2003-10-18 phkInitialize bp->b_offset before calling VOP_STRATEGY().
2003-10-18 phkInitialize bp->b_offset before calling VOP_STRATEGY()
2003-10-18 phkInitialize bp->b_offset before calling VOP_[SPEC]STRATE...
2003-10-18 phkInitialize b_offset before calling VOP_SPECSTRATEGY()
2003-10-18 phkInitialize bp->b_offset before calling VOP_[SPEC]STRATEGY()
2003-10-18 phkInitialize b_offset before calling VOP_STRATEGY/VOP_SPE...
2003-10-18 phkInitialize bp->b_offset and remove comment about B_PHYS.
2003-10-18 phkThere is no need to muck about with the B_PHYS flag...
2003-10-18 phkWe do not get B_PHYS buffers here anymore. /dev/drum...
2003-10-18 phkConvert some if(bla) panic("foo") to KASSERTS to improv...
2003-10-18 markmMark as __unused some arguments that are, erm, unused.
2003-10-18 phkThe size and contents of the DEV_STRATEGY() macro has...
2003-10-18 phkRearrange the deck-chairs while we wait for scottl...
next