]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2003-10-20 Jeff Roberson - If a thread is not bound to a kse return 0 from...
2003-10-20 Gregory SutterSpelling, grammar fixes.
2003-10-20 Alan Cox - Remove some long unused code.
2003-10-20 Alan CoxInitialize the buf's b_object in pbgetvp(). Clear...
2003-10-20 Sam Lefflerfix build: linux_to_bsd_msf_lba is no longer used becau...
2003-10-20 Hajimu UMEMOTOenclose IPv6 part with ifdef INET6.
2003-10-20 David MaloneMark dup as MPSAFE. Giant was pushed into dup ages...
2003-10-20 Hajimu UMEMOTOcorrect linkmtu handling.
2003-10-20 Bruce A. MahFix typo: s/dev_db/dev_mkdb/
2003-10-20 Poul-Henning... Remember to check the DE_WHITEOUT flag in the case...
2003-10-20 Søren SchmidtIf just gcc could make up its mind...
2003-10-20 Diomidis SpinellisBring the description of st_[cma]time modification...
2003-10-20 Søren SchmidtOnly return valid DMA error bits.
2003-10-20 Søren SchmidtUp delay from 10 to 100ms after reset, this helps some...
2003-10-20 Søren SchmidtOnly announce ECC errors when its only that.
2003-10-20 Tim J. RobbinsFix some security bugs in the SVR4 emulator:
2003-10-20 Warner LoshUpdate to using a 56k modem connection, plus add some...
2003-10-20 Warner LoshWhite space only changes. Put each sentence on a line...
2003-10-20 Søren SchmidtWe dont support CDROMREADAUDIO anymore.
2003-10-20 Søren SchmidtRemove no longer existant CDIOCREADAUDIO ioctl.
2003-10-20 Poul-Henning... When a driver successfully created a device on demand...
2003-10-20 Alan Cox - Synchronize access to a vm page's valid field using...
2003-10-20 Marcel MoolenaarPut the RSE backing store at a fixed address. This...
2003-10-20 Alan Cox - Remove comments referring to functions that no longe...
2003-10-20 Daniel EischenThis test relies on the concurrency level being 1;...
2003-10-20 Olivier HouchardVarious style and type fixes in my last commit.
2003-10-20 Alan Cox - Hold the vm object's lock around calls to vm_page_se...
2003-10-20 John-Mark Gurneydocument the fact that kqueue will immediately return...
2003-10-19 Mike SilbersackFix m_head handling in sis_encap so that the correct...
2003-10-19 Mike SilbersackFix a problem where m_defrag would allocate a new mbuf...
2003-10-19 Mike SilbersackAdd a new macro M_ASSERTVALID which ensures that the...
2003-10-19 Poul-Henning... Add a testcase which validates that the same buffer...
2003-10-19 Ian DowseChange the default mode for lost+found from 01777 to...
2003-10-19 Hajimu UMEMOTO- revert to old rijndael code. new rijndael code broke...
2003-10-19 David Malonefalloc allocates a file structure and adds it to the...
2003-10-19 Alan Cox - Add vm object locking to vfs_clean_pages() and vfs_b...
2003-10-19 Poul-Henning... Remove KASSERT check for negative bio_offsets, add...
2003-10-19 Bruce A. MahThe re(4) driver works on CURRENT/alpha.
2003-10-19 Bruce A. MahModified release notes: Fixed minor grammatical bugs...
2003-10-19 Warner LoshFinish the removal of the bst/bsh confusion.
2003-10-19 Maxime HenrionRemove debug printf().
2003-10-19 Olivier HouchardImplement partially /proc/<pid>/maps.
2003-10-19 Dag-Erling... Various NFS-related bug fixes (mostly related to using...
2003-10-19 Hiroki SatoModified release note:
2003-10-19 Yoshihiro TakahashiMFi386: revision 1.577.
2003-10-19 Poul-Henning... s/5.0-CURRENT/FreeBSD 5.x/
2003-10-19 Bruce M SimpsonFix LINT build by correcting a missed change.
2003-10-19 Nate LawsonDisable irqs before entering the power-off state. ...
2003-10-19 Peter WemmTidy up loose ends in the idle process. Call the MI...
2003-10-19 Peter WemmAdd a stub cpu_idle() function for sparc64, alpha,...
2003-10-19 Olivier HouchardFix broken su -m behaviour :
2003-10-19 David XuUse npxdrop in cpu_thread_exit to save some cycles.
2003-10-19 Gregory Neil... Before trying to restart/stop the MTA or MSP queue...
2003-10-19 Gregory Neil... Adding WorkAroundBrokenAAAA seems a necessity even...
2003-10-19 Warner LoshDon't confuse tags and handles.
2003-10-19 Alan Cox - Synchronize access to a vm page's valid field using...
2003-10-18 Simon L. B... Note that PAE has been MFC'd into RELENG_4 and will...
2003-10-18 Nate LawsonAdd the cpu_idle_hook() function pointer so that other...
2003-10-18 Alan Cox - Synchronize access to the page's valid field in
2003-10-18 Alan Cox - Increase the object lock's scope in vm_contig_launde...
2003-10-18 Bruce M SimpsonFix a typo. The module has the EISA front-end commented...
2003-10-18 Poul-Henning... Initialize b_iooffset before calling VOP_[SPEC]STRATEGY
2003-10-18 Poul-Henning... Initialize b_iooffset before calling strategy
2003-10-18 Poul-Henning... Only automatically create an 'a' partition when there...
2003-10-18 Alan CoxCorrections to revision 1.305
2003-10-18 Hiroki SatoNew release note:
2003-10-18 Poul-Henning... Retire b_pblkno which was an alias for a bio field...
2003-10-18 Poul-Henning... Don't report b_pblkno, it is going away.
2003-10-18 Poul-Henning... Do not initialize bp->b_pblkno, it is going away.
2003-10-18 Poul-Henning... Retire bio_blkno entirely.
2003-10-18 Poul-Henning... Eliminate use bio_blkno.
2003-10-18 Hajimu UMEMOTOrtfree() must be called in lock context.
2003-10-18 Poul-Henning... Discontinue bio_blkno usage.
2003-10-18 Poul-Henning... Discontinue bio_blkno, use bio_offset instead.
2003-10-18 Poul-Henning... Eliminate reporting of bio_blkno.
2003-10-18 Poul-Henning... Report bio_pblkbo instead of bio_blkno.
2003-10-18 Poul-Henning... Use bio_offset instead of bio_blkno
2003-10-18 Poul-Henning... No need to initialize bio_pblkno from bio_blkno, diskso...
2003-10-18 Poul-Henning... Make bioq_disksort() sort on the bio_offset field inste...
2003-10-18 Warner LoshTransition to using bus_space macros rather than the...
2003-10-18 Poul-Henning... DuH!
2003-10-18 Poul-Henning... I think rwatson got the sign wrong here...
2003-10-18 Poul-Henning... Don't initialize unused bio_blkno field.
2003-10-18 Poul-Henning... Initialize bp->b_offset before calling VOP_[SPEC]STRATEGY()
2003-10-18 Poul-Henning... Initialize bp->b_offset before calling VOP_STRATEGY().
2003-10-18 Poul-Henning... Initialize bp->b_offset before calling VOP_STRATEGY()
2003-10-18 Poul-Henning... Initialize bp->b_offset before calling VOP_[SPEC]STRATE...
2003-10-18 Poul-Henning... Initialize b_offset before calling VOP_SPECSTRATEGY()
2003-10-18 Poul-Henning... Initialize bp->b_offset before calling VOP_[SPEC]STRATEGY()
2003-10-18 Poul-Henning... Initialize b_offset before calling VOP_STRATEGY/VOP_SPE...
2003-10-18 Poul-Henning... Initialize bp->b_offset and remove comment about B_PHYS.
2003-10-18 Poul-Henning... There is no need to muck about with the B_PHYS flag...
2003-10-18 Mark MurrayANSIfy, WARNSify, CONSTify. Bit of style(9)-ify.
2003-10-18 Mark MurrayRemove a GCC specifig CFLAG. We should be using WARNS...
2003-10-18 Poul-Henning... We do not get B_PHYS buffers here anymore. /dev/drum...
2003-10-18 Poul-Henning... Convert some if(bla) panic("foo") to KASSERTS to improv...
2003-10-18 Mark MurrayMark as __unused some arguments that are, erm, unused.
2003-10-18 Poul-Henning... The size and contents of the DEV_STRATEGY() macro has...
2003-10-18 Poul-Henning... Rearrange the deck-chairs while we wait for scottl...
2003-10-18 Hidetoshi ShimokawaAdd SBP-II target mode driver.
next