]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Fix a typo.
[FreeBSD/FreeBSD.git] / sys /
2006-03-13 ruFix a typo.
2006-03-13 ruThe mount(8) manpage says: "In case of conflicting...
2006-03-13 ruFix build on 64-bit platforms.
2006-03-13 sosAdd support for the JMicron JMB361, 365 and 366 chips.
2006-03-13 sosPut autosense data in the right place (needs a 4pos...
2006-03-13 davidxuRemove unused code.
2006-03-13 hartiThis commit was generated by cvs2svn to compensate...
2006-03-13 psFix the format/display descriptor of vm.kmem_size and...
2006-03-13 ruQuote ${CC} when passing it in environment.
2006-03-13 pjd- Reimplement I/O data allocation to prevent deadlocks.
2006-03-13 pjd- Speed up synchronization process by using configurabl...
2006-03-13 deischenAdd macros for generating symbol version assembler...
2006-03-12 damienremove depedancy with vnode_if.h.
2006-03-12 damiensync w/ iwi:
2006-03-12 damieno don't use '-' characters in firmware names
2006-03-12 andreRemove comment that does not appy to FreeBSD.
2006-03-12 andreImport of OpenBSD's sys/sys/hash.h providing generic...
2006-03-12 jeff - Remove the call to softdep_waitidle after suspending...
2006-03-12 jeff - Remove the call to softdep_waitidle after suspending...
2006-03-12 jeff - Reorder vrele calls after vput calls to prevent...
2006-03-12 jeff - Define a null_getwritemount to get the mount-point...
2006-03-11 csjpMake sure that we are adding a path token to the audit...
2006-03-11 phkDon't be noisy in case of shared interrupts.
2006-03-11 damienadd dependency with firmware module.
2006-03-11 phkGo over calcru and friends once more.
2006-03-11 phkRemove last traces of disk_enumerate()
2006-03-11 sosRemove debug flag.
2006-03-11 ruFix build.
2006-03-11 teggeBlock secondary writes while expunging active unlinked...
2006-03-10 philipFix multicast support for cs89x0 chips. Just setting...
2006-03-10 jkimMicro-optimize invalid UUID check.
2006-03-10 damieno acknowledge interrupts early in the interrupt handler
2006-03-10 damienmake use of the firmware(9) subsystem.
2006-03-10 sosAdd atausb module
2006-03-10 sosAdd "device atausb"
2006-03-10 sosModule that adds support for using USB storage devices...
2006-03-10 damienfix the locking.
2006-03-10 soswrite the right unit # on verbose output.
2006-03-10 pjdWhen inserting a new component md_provsize metadata...
2006-03-10 samfix switching between agressive and non-agressive wmm...
2006-03-10 davidxuIt is not necessary to read %gs twice.
2006-03-10 davidxuFix stack offset to allow gcc's stack aligment code...
2006-03-10 teggeRemove unneeded (and broken) usage of MNT_REF()/MNT_REL().
2006-03-09 cognetMFp4: Forget the asm inlined version of in_cksum_hdr...
2006-03-09 jkim- Implement serial numbers, UUID, and asset tag (turned...
2006-03-09 jkimImplement printf 'X' conversion for both libstand and...
2006-03-09 jhbFlip the switch and don't route interrupts to hyperthre...
2006-03-09 impDon't dereference an uninitialized pointer.
2006-03-09 yarAvoid pulling in the whole <net/pfvar.h> by opaquely...
2006-03-09 yarThe `pf' and `pflog' sources do not depend on DEV_PF...
2006-03-09 ruDon't acquire a lock before calling vlan_unconfig().
2006-03-09 sosOnly use the channel in the request given to ata_comple...
2006-03-09 sostypo.
2006-03-09 phkOops, forgot newline.
2006-03-09 phkAdd slop to "backwards" cpu accounting messages, 3...
2006-03-09 phksilence cpu_tick calibration and notice only (under...
2006-03-09 phkIgnore kenv strings which overflow the room we have...
2006-03-09 sosGet rid of all the "long long"/"maxint" casting around...
2006-03-09 davidxuRemove _STOPEVENT call, it is already called in issigna...
2006-03-09 jkoshyWhen a process is de-configuring a log file, also stop...
2006-03-09 samcorrect ni_txrate when using a fixed rate; fixes curren...
2006-03-08 teggeUse vn_start_secondary_write() and vn_finished_secondar...
2006-03-08 upsFix exec_map resource leaks.
2006-03-08 simonWhen parsing an RPC request in nfsrv_dorec(), KASSERT...
2006-03-08 sosATA_USB will need to hook into the delayed boot identif...
2006-03-08 jhbUpdate a DB_SET to DB_FUNC I missed yesterday.
2006-03-08 andreProperly handle the case when the packet secondary...
2006-03-08 sosAlways read the TOC in acd_read_toc even if MEDIA_CHANG...
2006-03-08 sosBail out of afd_sense if ENODEV.
2006-03-08 pjdAllow to dump kernel to gmirror providers.
2006-03-08 impRemove leading __ from __(inline|const|signed|volatile...
2006-03-08 teggeDon't set IN_CHANGE and IN_UPDATE on inodes for potenti...
2006-03-08 celFix a bug in NFSv3 READDIRPLUS reply processing
2006-03-08 teggeIgnore dirty pages owned by "dead" objects.
2006-03-07 jhbStyle nit.
2006-03-07 jhbClean up the way we handle auxiliary commands for a...
2006-03-07 jhbUse the Alpha PCC as a cpu ticker for process runtime...
2006-03-07 jhb- Simplify the i8254 timecounter for the alpha since...
2006-03-07 thompsaFurther refine the bridge hack in the arp code. Only...
2006-03-07 jhbFor consistency sake, use >= MINCLSIZE rather than...
2006-03-07 damienDisable 802.11e support for now. Did some cleanup...
2006-03-07 mjacobAdd a serial number for requests so we don't just depen...
2006-03-07 sosPoll device for readiness before trying to get geometry...
2006-03-07 sosOnly look for ICRC and CORR errors on ATA devices not...
2006-03-07 ariffAdd another inverted amplifier sense quirk for Kvazar...
2006-03-07 samThis commit was generated by cvs2svn to compensate...
2006-03-07 samThis commit was generated by cvs2svn to compensate...
2006-03-07 samuse m_dup instead of m_copypacket when doing internal...
2006-03-06 samdeliver an l2uf frame on sta join to prime the bridge
2006-03-06 samwhen scanning channels marked passive defer probe reque...
2006-03-06 mlaierFix the build. %ju prints uintmax_t not unsigned long...
2006-03-06 yarMFi386 revision 1.1220: options TDFX_LINUX --> device...
2006-03-06 phkImprove the advantech watchdog.
2006-03-06 thompsaIf we miss the LINK_UP event from the network interface...
2006-03-05 silbyFix include paths to make this compile.
2006-03-05 yarRetire NETSMBCRYPTO as a kernel option and make its...
2006-03-05 sosAdd USB modes.
2006-03-05 damienImport microcodes for RT2561, RT2561S and RT2661 chipsets.
2006-03-05 damienAdd support for the second (RT2561/RT2561S) and third...
2006-03-05 damienAdd support for the second (RT2561/RT2561S) and third...
next