]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
This commit was generated by cvs2svn to compensate for changes in r109298,
[FreeBSD/FreeBSD.git] / sys /
2003-01-15 murrayThis commit was generated by cvs2svn to compensate...
2003-01-15 simokawaDV_PAL shouldn't be here.
2003-01-15 simokawaAdd DV_PAL for PAL users.
2003-01-15 mdoddMinimally document hw.syscons.sc_no_suspend_vtswitch.
2003-01-15 simokawaFix IT DMA underun while bus reset.
2003-01-15 mdoddMake the SC_NO_SUSPEND_VTYSWITCH kernel option availabl...
2003-01-15 mdodd- GC a few more hand-rolled 'abs' macros.
2003-01-15 mdodd- Add inline functions for {ll,l,}abs() to libkern.
2003-01-14 mdoddSuspend/resume support (mostly for MiniPCI Prism2.5...
2003-01-14 joeSome USB devices are not prepared to deal with a single...
2003-01-14 phkAdd a very simple but functional GEOM mirror class.
2003-01-14 dillonAdd missing #include
2003-01-14 phkNow that we have non-geom_disk based drivers, we need...
2003-01-14 njlFor the cpu throttling message, s/enabled/available
2003-01-14 dillonIntroduce the ability to flag a sysctl for operation...
2003-01-14 njlRemove bogus locking from dc(4). Instead, move interru...
2003-01-14 cognetDon't call destroy_dev it a channel has children.
2003-01-14 impSave 4 more bytes by not initializing opts to 0. This...
2003-01-14 bennoMake the base pcib_route_interrupt method available...
2003-01-14 simokawaFix for FreeBSD-4.
2003-01-14 alc - Update vm_pageout_deficit using atomic operations...
2003-01-14 alcMake vm_pageout_page_free() static.
2003-01-13 scottlSince reseting the SCSI busses via the passthrough...
2003-01-13 dillonIt is possible for an active aio to prevent shared...
2003-01-13 dillonApply bandaid to bring svr4_sys_waitsys() in line with...
2003-01-13 phkEven if the permissions deny it, a process should be...
2003-01-13 phkWe can get past here on a normal vnode as well, so...
2003-01-13 impFix interactive booting:
2003-01-13 phkOK Ok, so I didn't check the NO_GEOM case for the final...
2003-01-13 orionAdd Realtek ALC650 id.
2003-01-13 orionAdd nForce2 device id.
2003-01-13 phkEnable the new h0h0magic code which on GEOM kernels...
2003-01-13 simokawaMinimal fix for DV part.
2003-01-13 simokawaMerge big endian and little endian case.
2003-01-13 alfredstyle(9) fixes, mostly add parens around return arguments.
2003-01-13 phkAlways issue ioctls as BIO_GEATTR requests. The direct...
2003-01-13 hsuFix NewReno.
2003-01-13 phkAdd a mutex around the per unit bioqueue.
2003-01-13 phkRemove four members of struct nameidata which have...
2003-01-13 phkRemove g_silence(). It does not do anything anymore.
2003-01-13 phkFix typo.
2003-01-13 phkAdd opt_geom.h to the list.
2003-01-13 phkRemove the printf which announces the creation of mallo...
2003-01-13 nyanFixed typo and style.
2003-01-13 njlQuirk for Sony USB disk-on-key device.
2003-01-13 obrienEnable rl(4). It is now fully working using busdma.
2003-01-13 obrienRegenerate
2003-01-13 jeff - Unbreak world. I did not notice that libkvm was...
2003-01-13 bennoCorrect an off-by-one error in the calculation of the...
2003-01-13 dillonBow to the whining masses and change a union back into...
2003-01-12 alcMake vm_page_alloc() return PG_ZERO only if VM_ALLOC_ZE...
2003-01-12 phkAdd code to make md(4) a GEOM device driver instead...
2003-01-12 obrienPartial support for the nVidia nForce2 chipset's on...
2003-01-12 jeff - Move ke_pctcpu and ke_cpticks into the scheduler...
2003-01-12 phkShift things around a bit in preparation for future...
2003-01-12 tjrAllowing nent < 0 in aio_suspend() and lio_listio(...
2003-01-12 tjrRemove "XXX undocumented" comment from lio_listio().
2003-01-12 impMake compile cleanly when USB_DEBUG is defined.
2003-01-12 alcvm_fault_copy_entry() needn't clear PG_ZERO because...
2003-01-12 alcvm_hold_load_pages() needn't clear PG_ZERO because...
2003-01-12 nyanMerged from sys/isa/fd.c revision 1.244.
2003-01-12 dillonChange struct file f_data to un_data, a union of the...
2003-01-11 joergBail out of fd_clone() if the parsed unit number doesn...
2003-01-11 anholtAdd support for the Intel 82820 UP-only AGP bridge.
2003-01-11 alcIn vm_page_alloc(), fuse two if statements that are...
2003-01-11 desFBSDIDize and clean up whitespace nits.
2003-01-11 desRead sanpei's mind, and unbreak the build.
2003-01-11 shibaChange to correct card entry. RATOC REX-R280 is 10Base...
2003-01-11 shibaRegen.
2003-01-11 shibaRATOC REX-R280(10Base-T Ether Card) and REX-9530(SCSI2...
2003-01-11 muxFix kernel build.
2003-01-11 phkDon't restrict MBR sectorsize to 512 bytes.
2003-01-11 tjrDon't count mbufs with m_type == MT_HEADER or MT_OOBDAT...
2003-01-11 dillonMake 'sysctl vm.vmtotal' work properly using updated...
2003-01-11 sanpeiAdd support for Corega FEtherII CB-TXD (CardBus 100M...
2003-01-11 samcorrect printf format
2003-01-11 jakeReset the channel in attach if its not the console.
2003-01-11 ddAdd symlink support to devfs_rule_matchpath(). This...
2003-01-11 scottlMajor bugfixes for large memory and fast systems.
2003-01-11 dillonRemove all use of the LOG2() macro/inline, undoing...
2003-01-10 alfredmake sem_leave return a usable errno instead of -1.
2003-01-10 jhbOutput the fstype of each partition in a disklabel...
2003-01-10 nyanMFi386: revision 1.552.
2003-01-10 davidxuDon't record thread pointer, it's not permanent in...
2003-01-10 mbrMake newer integrated SiS900 cards working.
2003-01-10 mbrSis no longer implements the enhanced phy control
2003-01-10 mbrSIS_CFG_EDB_MASTER_EN indicates the EDB bus is used...
2003-01-10 mbrWhen reading PHY regs over the i2c bus, the turnaround...
2003-01-10 marcelo Improve wording of the comment that accompanies...
2003-01-10 impAdd preliminary support for the Hawking PN672TX CardBus...
2003-01-10 jakeDon't allow user process to set an invalid window state...
2003-01-10 tmmClear the target hardware address field when generating...
2003-01-09 gordonFix superblock alignment problems on non-i386 platforms...
2003-01-09 emooreFix for DELL PERC firmware. Driver was hanging
2003-01-09 trhodesAdd support for the Davicom DM9009 chipset.
2003-01-09 jhbRemove earlysetcpuclass() as it has been OBE.
2003-01-09 jhbRework part of the previous processor name changes...
2003-01-09 obrienBuild gem(4) on powerpc also.
2003-01-09 obrienMoved if_hme to hme.
2003-01-09 obrienAdd an hme(4) module.
next