]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
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 markmANSIfy, WARNSify, CONSTify. Bit of style(9)-ify.
2003-10-18 markmRemove a GCC specifig CFLAG. We should be using WARNS...
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...
2003-10-18 simokawaAdd SBP-II target mode driver.
2003-10-18 simokawa- Call sbp_reset_start() for mgm timeout.
2003-10-18 simokawa- Enable 16byte commands.
2003-10-18 rwatsonWrap db_active check in #ifdef DDB, as db_active is...
2003-10-18 rwatsonAdd a new cn_flags fields to struct consdev, the low...
2003-10-17 samfix station mode breakage (repeat after me: "test every...
2003-10-17 samadd statistics for all failures and/or abnormal events...
2003-10-17 samfixup debug msgs
2003-10-17 saminclude FH/DS parameters element in probe response...
2003-10-17 samo consolidate rx filter calculations in one place
2003-10-17 samcorrect comment
2003-10-17 samindicate device receives all management frames
2003-10-17 samo add capability to indicate if device receives all...
2003-10-17 scottlFix a couple of bugs with AIF handling:
2003-10-17 samparameterize locking to improve portability and possible
2003-10-17 jeff - Remove the correct thread from the run queue in...
2003-10-17 umeuse ND_IFINFO().
2003-10-17 phkMake the regression test run also with obj directories.
2003-10-17 umenuke duplicate function and unused function.
2003-10-17 umerevert wrongly dropped null check by previous commit.
2003-10-17 kensmith - fix to UID test description, non-zero -> zero
2003-10-17 hrsModified release note:
2003-10-17 peterForced commit for attribution. Last commit was
2003-10-17 peterUpdate context code for my last ABI breakage of mcontex...
2003-10-17 umedon't print ndp -i result if the interface is not
2003-10-17 ume- add dom_if{attach,detach} framework.
2003-10-17 peterExplicitly specify an alignment for abitag. Without...
2003-10-17 bmahAdd multicast(4) and pim(4) manual pages and hook up...
2003-10-17 mckusickWhen expunging unlinked files from a snapshot, skip...
2003-10-17 phkSimplify count_dev()
2003-10-17 ume- NI_WITHSCOPEID was deprecated
2003-10-17 ume- style
2003-10-17 seancUses wait4() instead of wait3() when waiting for a...
2003-10-17 bde1. Catch up with the move of the declaration of panic...
2003-10-17 alc - Synchronize access to a vm page's valid field using...
2003-10-17 peterHalt the cpu on amd64 as well. For some strange reason...
2003-10-17 marcelImplement cpu_idle() on ia64. We put the processor...
2003-10-16 jeff - The kse may be null in sched_pctcpu().
2003-10-16 jeff - Only kse_reassign() in the !running case.
2003-10-16 jeff - Call sched_add() with the correct argument on SMP.
2003-10-16 samfix horribly botched MFp4 merge
2003-10-16 sampfil hooks can modify packet contents so check if the...
2003-10-16 hrsNew release note:
2003-10-16 sampfil hooks can modify packet contents so check if the...
2003-10-16 samDrop dummynet lock when calling back into the network...
2003-10-16 samCorrect handling of cloning loop avoidance: rtalloc1...
2003-10-16 samo correct handling of a frame that has too many segment...
2003-10-16 fanfA comment about spam and cockroaches.
2003-10-16 umeAF_LINK sockaddr has to be attached to ifp->if_addrlist...
2003-10-16 dfrChanges for new SMP-safe kobj method dispatch algorithm.
2003-10-16 bdeDon't forget to load %es with the kernel data segment...
2003-10-16 jeff - Fix a minor problem with my last commit, we don...
2003-10-16 jeff - mtx_ownedby() was unpopular and is no longer needed...
2003-10-16 dfrAdd a workaround for the fact that the priv field was...
2003-10-16 dfr* Add multiple inheritance to kobj. Each class can...
2003-10-16 jeff - Collapse sched_switchin() and sched_switchout()...
2003-10-16 jeff - Update the sched api. sched_{add,rem,clock,pctcpu...
2003-10-16 jeff - The non iterative algorithm for interact_update...
2003-10-16 phkBump FreeBSD version for changed layout of cdevsw
2003-10-16 tjrHandle realloc() failure correctly.
2003-10-16 mckusickMalloc buckets of size 128 have been having their 64...
2003-10-15 obrienQuiet warnings about mis-matched pointer assignment.
2003-10-15 phkIntroduce a new optional memberfunction for cdevsw...
2003-10-15 psPrint the correct logical drive lun number returned...
2003-10-15 sampurge extraneous ';'s
2003-10-15 shibaAdd Allied Telesis SIC-AT boards support.
2003-10-15 hrsCatch up with the English version and refine translation.
2003-10-15 rushaniRefine translation.
2003-10-15 rushaniModified release note:
2003-10-15 tgFix typo.
2003-10-15 hrsNew release note:
2003-10-15 phkMake sure to pull in all relevant crypto for GEOM_BDE
2003-10-15 tgFix typos; reformat some entries.
2003-10-15 alc - vm_fault_copy_entry() should not assume that the...
2003-10-15 jeff - If our user_pri doesn't match our actual priority...
2003-10-15 deischenAdd a wrapper for a function that takes and releases...
2003-10-15 linimonLet the world figure out exactly how superannuated...
2003-10-15 peterThe KERN_PROC_PROC sysctl took 4 args in 5.0-REL and...
2003-10-15 peterPull the tier-2 card one last time and break the get...
2003-10-15 peterGet some more data if we hit the pmap_enter() thing.
2003-10-15 jkoshyDetect errors during 'cat' page creation better. This...
2003-10-14 samo convert mutex calls to #defines for portability,...
next