]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Fix typo.
[FreeBSD/FreeBSD.git] / sys /
2006-05-13 hmPR: kern/76611
2006-05-13 mlaierUpdate UPDATING and bump __FreeBSD_version for the...
2006-05-13 impTidy up a bit...
2006-05-13 celAdd better sanity checking to the logic that handles...
2006-05-12 marcelo A divisor of 0 is perfectly valid. Reserve -1 for...
2006-05-12 keramidaCheck the return code of sc_clean_up() in the only...
2006-05-12 peterTest commit after repoman upgrade. Remove one of my...
2006-05-12 peterTest commit after repoman upgrade. Remove one of my...
2006-05-12 mlaierRemove ip6fw. Since ipfw has full functional IPv6...
2006-05-12 jmgdrop D_MEMDISK, not used in the tree...
2006-05-12 ariffUnbreak build. es1888.c (alpha bit) no longer exist.
2006-05-12 mlaierPut debugging messages related to inconsistent ticket...
2006-05-12 bennoDocument VERBOSE_SYSINIT in NOTES.
2006-05-12 jhbRemove various bits of conditional Alpha code and fixup...
2006-05-12 mlaierReintroduce net.inet6.ip6.fw.enable sysctl to dis/enabl...
2006-05-12 jhbRemove the snd_ess identify routine for the sound devic...
2006-05-12 jhbRemove some tga bits I missed.
2006-05-12 jhbRemove more Alpha bits from the boot code including...
2006-05-12 jhbRemove Alpha bits for ficl.
2006-05-12 jmgadd support for makeoptions MFS_IMAGE="<file>" in the...
2006-05-12 bennoAdd a new kernel config option, VERBOSE_SYSINIT.
2006-05-11 marcelFix braino in previous commit: Don't redefine OID_AUTO...
2006-05-11 jhbFirst pass at removing Alpha kernel support.
2006-05-11 jhbFixup some comments to allow for the fact that PCI...
2006-05-11 jhbUse __LP64__ rather than the PTR64 hack.
2006-05-11 phkRemove more straggling CPU_ macro references
2006-05-11 phkRemove straggling reference to CPU_ macros
2006-05-11 silbyRevert if_bfereg.h rev 1.8; restore the RX and TX list...
2006-05-11 njlAdd support for the VIA C7-M processor family.
2006-05-11 phkClean out sysctl machdep.* related defines.
2006-05-11 ambriskoRemove the dependency on procfs since it isn't used.
2006-05-11 mlaierDon't claim "(+ipv6)" if we didn't build with INET6.
2006-05-11 cognetGet this to compile :
2006-05-11 sosFix probe printing of highpoint and promise controllers.
2006-05-11 wollmanThis commit was generated by cvs2svn to compensate...
2006-05-11 hsuCorrect test for fragmented packet.
2006-05-10 netchildNow that we don't have a linuxolator on alpha anymore:
2006-05-10 netchildregen (linux rt_sigpending)
2006-05-10 netchildImplement rt_sigpending in the linuxolator.
2006-05-10 cognetMove the call to cpu_setup() before the call to vm_ksub...
2006-05-10 pjdUse better order here.
2006-05-10 sammake tinderbox happy: GENERIC got ath and wlan added...
2006-05-10 ambriskoFix LINSYSFS in the platform options files that I misse...
2006-05-09 teggeBring the call to softdep_releasefile() within the...
2006-05-09 ambriskoAdd in linsysfs. A linux 2.6 like sys filesystem to...
2006-05-09 netchildIt seems I forgot to commit the removal of the linux...
2006-05-09 nyanFix build (s:pc98/cbus/cbus.h:pc98/pc98/pc98_machdep.h:)
2006-05-09 davidxuUse wakeup_one to avoid thundering herd.
2006-05-09 davidxuUse a dedicated mutex to protect aio queues, the movati...
2006-05-08 impreplace all the 660 with 650 in the cut-n-pasted line...
2006-05-08 impAnother NEW MEDIA .WAVjammer.
2006-05-08 impAdd (back) the D-Link DE-650. Not sure why it was...
2006-05-08 impThe D-Link DE-650 that I got in the last bulk PC Card...
2006-05-08 samquiet tindexbox complaints about passing BUS_SPACE_MAXA...
2006-05-08 netchildRemove the Alpha specific linuxolator files.
2006-05-08 nyanRemove unneeded include.
2006-05-08 nyan- Move defines for PC-98 machine type from pc98/cbus...
2006-05-08 nyanAdd the ath and the wlan crypto support.
2006-05-08 samfix braino that broke building on amd64
2006-05-07 teggeCall vn_finished_write() before calling the coredump...
2006-05-07 maximo Add acpi_ibm to the build.
2006-05-07 netchild- change the example of compiling only specific modules...
2006-05-07 njlDon't attach special devices in the order they appear...
2006-05-07 csjpPickup locks for the BPF interface structure. It's...
2006-05-06 samforce type coercion for bus tag+handle when calling...
2006-05-06 samfix build on sparc
2006-05-06 teggeffs_syncvnode() might skip some of the blocks due to...
2006-05-06 ambriskoForgot the amd/linux32 part since sys/*/linux didn...
2006-05-06 rwatsonModify UDP to use sosend_dgram() instead of sosend...
2006-05-05 teggeReturn error if vnode was reclaimed while it was tempor...
2006-05-05 teggeTemporarily unlock vnode for new image being executed...
2006-05-05 teggeTurn off disk quotas for snapshot files.
2006-05-05 teggeAvoid locking overhead when snapshots are disabled.
2006-05-05 teggeAvoid dereferencing NULL pointer.
2006-05-05 cognetSetting the rid of the resource is a good idea, but...
2006-05-05 keramidaCheck for VFS_STATFS() failure in _xfs_mount() and...
2006-05-05 mohansFix a snafu caused while patching the previous fix...
2006-05-05 mohansFix for a NFS/TCP client bug which would cause the...
2006-05-05 ambriskoFix the the duplicate cut-n-paste in linux_fstat64...
2006-05-05 ambriskoEnhance the Linux emulation layer to make MegaRAID...
2006-05-05 scottlRemove hand-rolled cross-build glue. Normal cross...
2006-05-05 pjd- Set bio_done directly to NULL to indicate that we...
2006-05-05 bzMake sure the ip data pointer is correct before touchin...
2006-05-05 rwatsonOnly return (tw) from tcp_twclose() if reuse is passed...
2006-05-05 pjd/tmp/cvsTXPIwQ
2006-05-05 samAH_REGOPS_FUNC is needed for sparc
2006-05-05 samcorrect type
2006-05-04 bzAssert ip6_forward_rt protected by Giant adding GIANT_R...
2006-05-04 bzIn rtrequest and rtinit check for sa_len != 0 for the...
2006-05-04 pjdUse G_RAID3_FOREACH_SAFE_BIO() macro instead of G_RAID3...
2006-05-04 silbyFix three more bugs in bfe:
2006-05-04 mjacobAdd 4Gb Fibre Channel support.
2006-05-04 mjacobRemove MPT_PRT_INVARIANT- it was a silly idea.
2006-05-04 mjacobGratuitous tag alignment. It bugged me.
2006-05-03 scottlHide another common print under bootverbose.
2006-05-03 samadd ath and wlan crypto support
2006-05-03 samadd ath and wlan crypto support
2006-05-03 ambriskoMake amr_linux work as a module by avoiding calling...
2006-05-03 jhbRestore the pre-5.x behavior of only beeping if the...
2006-05-03 scottlAllow bus_dmamap_load() to pass ENOMEM back to the...
next