]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Free the shared devq last since CAM expects it to be there if
[FreeBSD/FreeBSD.git] / sys /
2005-01-10 dwhiteFree the shared devq last since CAM expects it to be...
2005-01-09 julianfix a "little-endian-big-endian confusion that luckily:
2005-01-09 peadarOnly update the boot sector when there is a valid drive...
2005-01-09 impIn my last commit, I'd assumed that LINE30 was always...
2005-01-09 samcorrect direction for bus_dma sync of rx buffer
2005-01-09 marcelDon't panic when we're asked to allocate a resource...
2005-01-09 cognetUse uint32_t instead of u_long when appropriate.
2005-01-09 pjdIncrease default synchronization speed.
2005-01-09 rwatsonMark the IPX netisr as MPSAFE so that inbound IPX traff...
2005-01-09 rwatsonRecent changes have locked down most of the highly...
2005-01-09 rwatsonUse the IPX PCB list mutex and IPX PCB mutexes to lock...
2005-01-09 rwatsonClean up return handling for a number of SPX-related...
2005-01-09 rwatsonProtect ipx_pexseq with the IPX PCB list mutex.
2005-01-09 rwatsonAcquire or assert the IPX PCB list lock or IPX PCB...
2005-01-09 rwatsonAssert or acquire the IPX PCB list lock or IPX PCB...
2005-01-09 rwatsonHold the IPX PCB mutex around calls to ipx_input()...
2005-01-09 rwatsonHold the global IPX PCB list mutex in the IPX input...
2005-01-09 rwatsonIntroduce a global mutex, ipxpcb_list_mtx, to protect...
2005-01-09 rwatsonIn ipx_setsockaddr(), use M_WAITOK instead of M_NOWAIT...
2005-01-09 rwatsonEliminate jump to 'bad' label in order to clean up...
2005-01-08 alcMove the acquisition and release of the page queues...
2005-01-08 impRemove support for FreeBSD < 4.recent from this driver.
2005-01-08 impRemove vnode.h and adjust includes to compensate for...
2005-01-08 impLINE30 is always defined now, so unifdef -DLINE30 for...
2005-01-08 impMerge module.h into 30line.h and remove it. It lacked a
2005-01-08 glebiusThis change adds reliability for Ethernet trunks built...
2005-01-08 njlIn total violation of at least 4 sections in the ACPI...
2005-01-08 davidxuBreak out of loop earlier if it is not timeout.
2005-01-08 rwatsonAnnotate that pfs_exit() always acquires and releases...
2005-01-08 rwatsonIn acct_process(), do a lockless read of acctvp to...
2005-01-08 darrenrElminate 1 LOR (actually a recursive mutex grab) involv...
2005-01-08 rwatsonIn kern_wait(), let the compiler copy the rusage struct...
2005-01-07 phkRevert local experiment which leaked into commit.
2005-01-07 phkFix compilation of DEVICE_POLLING code.
2005-01-07 keramidaComment typo.
2005-01-07 jhbFix support for machines with default MP Table configur...
2005-01-07 scottlIntroduce bus_dmamap_load_mbuf_sg(). Instead of taking...
2005-01-07 scottlFix typo from previous commit.
2005-01-07 scottlAdd a default driver to attach to the "hidden" scsi...
2005-01-07 alcTransfer responsibility for freeing the page taken...
2005-01-07 scottlFix typos from previous commit.
2005-01-07 cpercivaAdjust two of my comments to the new world order: Inden...
2005-01-07 imp/* -> /*- for license, minor formatting changes, insert...
2005-01-07 imp/* -> /*- for license, minor formatting changes, separa...
2005-01-07 imp/* -> /*- for license, minor formatting changes
2005-01-07 impAdd FreeBSD tag
2005-01-07 imp/* -> /*- for license, minor formatting changes
2005-01-07 grehanReturn correct value in the lock routine.
2005-01-07 impThese are no longer relevant. They are scripts for...
2005-01-07 impThis is no longer supported, so remove it from the...
2005-01-07 imp/* -> /*- for copyright notices, minor format tweaks...
2005-01-07 phkWe no longer recurse the mutex.
2005-01-07 phkIf we get an interrupt and the interface is down, retur...
2005-01-06 phkDon't tweak DSP on the ..16 chips.
2005-01-06 phkFix for an issue with excessive collisions in half...
2005-01-06 phkNail the short cable problem the exact way National...
2005-01-06 phkSimplify and fix bugs in rx/tx ring cleanup.
2005-01-06 imp/* -> /*- for copyright notices, minor format tweaks...
2005-01-06 impExpand COPYRIGHT inline, per Matthew Dillon's earlier...
2005-01-06 phkRewrite the rx/tx ring initialization to use pointers...
2005-01-06 phkEliminate a bunch of unnecessary prototypes.
2005-01-06 phkMove the module related stuff to the bottom of the...
2005-01-06 imp/* -> /*- for license, add FreeBSD tag
2005-01-06 phkMake sure to clear any pending interrupts when we stop...
2005-01-06 phkClose a theoretical race: By the time the watchdog...
2005-01-06 imp/* -> /*- for copyright notices, minor format tweaks...
2005-01-06 impRemove left over include file from stallion driver.
2005-01-06 impExpand indirect reference to BSD license with the curre...
2005-01-06 impThis doesn't seem to have been used since 386BSD days
2005-01-06 jhbBit 0 of td_flags is now used by the priority borrowing...
2005-01-06 alcRevise the part of vm_pageout_scan() that moves pages...
2005-01-06 imp/* -> /*- for copyright notices, minor format tweaks...
2005-01-06 impAdd dol FreeBSD dol and /*+ize license
2005-01-06 imp/* -> /*- for copyright notices, minor format tweaks...
2005-01-06 emaxIntroduce new startup level SI_SUB_NETGRAPH that is...
2005-01-06 maximUnbreak the tinderbox, make this compile.
2005-01-06 simokawaClear PCIM_CMD_SERRESPEN and PCIM_CMD_PERRESPEN for...
2005-01-06 grehanModules on PPC need to be compiled with -mlongcall...
2005-01-06 scottlMake this compile from the last commit
2005-01-06 davidxuReturn ETIMEDOUT when thread is timeouted since POSIX...
2005-01-06 impStart each of the license/copyright comments with ...
2005-01-06 impadd copyright notice to something I wrote that didn...
2005-01-06 impStart each of the license/copyright comments with /*-
2005-01-05 impStart each of the license/copyright comments with /*-
2005-01-05 psIf the NFS/TCP stream is out of sync between the client...
2005-01-05 impStart each of the license/copyright comments with /*-
2005-01-05 jhbTypo.
2005-01-05 phkAlign if else if properly
2005-01-05 phkStyle: new-speak functions, remove pointless "return".
2005-01-05 jhb- Move the function prototypes for kern_setrlimit(...
2005-01-05 impStart each of the license/copyright comments with /*-
2005-01-05 impRemove obsolete note about the boot loader not being...
2005-01-05 impStart all license statements with /*-
2005-01-05 jhbRework the optimization for spinlocks on UP to be sligh...
2005-01-05 impThese appear to be unused in our tree, so remove them.
2005-01-05 impBegin all license/copyright comments with /*-
2005-01-05 impPC98 will never be defined for amd64
2005-01-05 keramidaFix KASSERT inversion that was introduced in 1.150...
2005-01-05 wilkoAdd support for Chase/Perle PCI FAST-4 4 port serial...
2005-01-05 impBegin all license/copyright comments with /*- or #-
next