]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Merge from vendor/bind9/dist as of the 9.4.2-P2 import
[FreeBSD/FreeBSD.git] / sys /
2008-09-01 brooksWrap an 81 column SYSCTL_NODE decleration.
2008-09-01 edRemove unneeded D_NEEDMINOR from cpuctl(4).
2008-09-01 brooksWrap a line that became too long with the addition...
2008-09-01 kibIn rev. 1.17 (r33548) of msdosfs_fat.c, relative cluste...
2008-09-01 pjdWhen setting error to EINVAL in 'fvp == tdvp' case...
2008-09-01 kmacyDon't check if an interface can do tcp offload if there...
2008-08-31 marcelTrace interrupts with KTR_INTR.
2008-08-31 marcelRemove redundant KTR statements.
2008-08-31 marcelTrace all PMAP calls using KTR_PMAP.
2008-08-31 julianfix tiny nti in comment
2008-08-31 impUse a locally assigned address rather than stealing...
2008-08-31 attilioDecontextualize vfs_busy(), vfs_unbusy() and vfs_mount_...
2008-08-31 rwatsonIn UDPv6, reduce scope of global udbinfo lock during...
2008-08-31 edDisable processing of output data after disabling scrol...
2008-08-31 stas- Fix comment.
2008-08-31 impMake uipaq's ucom callbacks easier to read while I...
2008-08-31 impAll the other routines returned EIO from the param...
2008-08-31 impIoctls that aren't handled by this layer need to return...
2008-08-31 impKill dead code. This has been a 'todo' item for a...
2008-08-31 marcelRemove restore_intr(). We have intr_restore()...
2008-08-30 csjpImprove the entropy of the source port randomization...
2008-08-30 marcelIn db_show_mdpcpu(), print MD fields.
2008-08-30 marcelWhitespace fixes.
2008-08-30 marcelCall powerpc_sync() instead of using an asm statement.
2008-08-30 marcelAdd powerpc_sync() as an inline function.
2008-08-30 marcelDon't clear PSL_RI. Disabling external interrupts
2008-08-30 impopt_bus.h isn't needed here anymore. It never was...
2008-08-30 impopt_bus.h isn't needed here. It is supposed to be...
2008-08-30 impopt_bus.h is supposed to be for subr_bus.c only. There...
2008-08-30 marius- Read ASI_{D,I}TLB_DATA_ACCESS_REG twice in order...
2008-08-30 stas- Try to look for MAC address in all SA registers,...
2008-08-30 stas- Style fix.
2008-08-30 attilio- Improve some witness_watch operability in code which...
2008-08-30 edFix some edge cases in the TTY queues:
2008-08-30 rnolandDon't return EINVAL when trying to unlock.
2008-08-30 rnolandWe need to lock around driver unload now.
2008-08-30 rnolandFree the device lock around the call to drm_drawable_fr...
2008-08-29 gnnFix a bug whereby multicast packets that are looped...
2008-08-29 jkimMake bpf_maxinsns visible from ng_bpf.c.
2008-08-29 mariusFor chips with a broken DC_ISR_RX_STATE which f.e....
2008-08-29 jkimFix the last missing parentheses for a return statement...
2008-08-29 jkimMore convergence towards style(9).
2008-08-29 jkim- Directly match code wherever possible instead of...
2008-08-29 scottlEnsure that the padding calcualtion doesn't return...
2008-08-29 jkimMake sure BPF program is not bigger than set maximum...
2008-08-29 attilio- Make witness_watch a 3 state value.
2008-08-29 edRestore assertion that was removed in r182444.
2008-08-29 edBackport two small fixes from the MPSAFE TTY branch...
2008-08-29 nyanunifdef PC98
2008-08-29 nyanRemove unneeded include.
2008-08-29 avatarFixing INVARIANTS build by adding 'z' format prefix...
2008-08-29 samFix mic calculation when final data is entirely in...
2008-08-29 scottlFix a locking mistake in daopen(). If the open fails...
2008-08-29 jkimSimplify jump instruction range checks.
2008-08-29 davidxuDon't remove queued SIGCHLD if options contain WNOWAIT...
2008-08-29 scottlWork again to fix the interrupt masking problems. ...
2008-08-28 trhodesFix a typo in r180291
2008-08-28 jfvUpdate to igb driver:
2008-08-28 jfvFix to bug kern/126850. Only dispatch event hander...
2008-08-28 jkimCheck invalid BPF codes from bpf_validate(9).
2008-08-28 rpauloFix typo in comment.
2008-08-28 rrsok, non static the function and put in the .h so
2008-08-28 rrsFixes compile error when INVARIANTs is on. Adds an
2008-08-28 jhbFail detach if cpufreq_unregister() fails.
2008-08-28 edMake ureadc() warn when holding any locks, just like...
2008-08-28 obrienProtect _IOC's 'len' and 'inout' parameters so that...
2008-08-28 jkimValidate scratch memory addresses for BPF_STX and BPF_L...
2008-08-28 jkimInitialize scratch memory for JIT-compiled filter when...
2008-08-28 attilioDecontextualize the couplet VOP_GETATTR / VOP_SETATTR...
2008-08-28 rrs- Make strict-sacks be the default.
2008-08-28 kibIn ffs_valloc(), ffs_vget() may fail because insmntque...
2008-08-28 kibSoftdep code may need to instantiate vnode when processing
2008-08-28 kibIntroduce the VV_FORCEINSMQ vnode flag. It instructs...
2008-08-28 rajMove initialization of tlb0, ptbl_bufs and kernel_pdir...
2008-08-28 jhbRemove hack attempt at using devfs cloning for per...
2008-08-28 jhb- Tweak an error message.
2008-08-28 rpauloMerge ath_hal 0.10.5.10 to head.
2008-08-27 csjpFix a panic in MAC kernels that was a result of un...
2008-08-27 edProperly unlock the init/lock-state devices when invoki...
2008-08-27 davidch- Updated support for 5716.
2008-08-27 jhb- Only count the number of CPUs in the rendezvous map...
2008-08-27 emasteMove CTASSERT of ether header sizes out of the header...
2008-08-27 rrs- When we close a socket with pending assoc's that...
2008-08-27 impRemove opt_wi.h from module and fix typo in pccarddevs.
2008-08-27 impRemove opt_wi.h
2008-08-27 impThe APDL-325 is a Wireless LAN pcmcia adapter that...
2008-08-27 impSome PC Cards don't have the proper IRQ mask in them...
2008-08-27 impAdd preliminary support for the OLICOM OC2231 and OC223...
2008-08-27 impMinor tweaks to remove references to files that aren...
2008-08-27 impSort the network options alphabetically. They were...
2008-08-27 impRemove left-over divot from wi driver cleanup Sam did...
2008-08-26 jkimMove empty filter handling to MI source.
2008-08-26 jhbDisable the code to generate a simple table from the...
2008-08-26 rajImprove kernel stack handling on e500.
2008-08-26 jkimRevert the previous commit to fix buildworld for now.
2008-08-26 matteoAdd geom_journal
2008-08-26 kibImplement WNOWAIT flag for wait4(2). It specifies that...
2008-08-26 kibWhen calculating arguments to the interpreter for the...
2008-08-26 rajtsec: Refactor driver's structure.
2008-08-26 rajtsec: Improve and clean up callouts.
next