]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Lock vnode exclusively around insmntque().
[FreeBSD/FreeBSD.git] / sys /
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 rpauloFlatten the vendor-sys/ath tree for future imports.
2008-08-27 rpauloWorkaround the detect-merge-conflicts.sh script and...
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.
2008-08-26 impMFp4: Sort a couple options alphabetically.
2008-08-26 jkimMake sys/net/bpf_filter.c build cleanly on user land.
2008-08-25 jkimFix a typo in copyrights.
2008-08-25 jkimEmbed scratch memory in the filter structure.
2008-08-25 jhbResort a few accessor routines so that they are consist...
2008-08-25 jhbAdd more PCI IDs including those for ICH10.
2008-08-25 nyanAdd the uart for 2nd CCU support.
2008-08-25 nyanAdd the 2nd CCU and PnP devices support on pc98.
2008-08-25 rwatsonMore fully audit fexecve(2) and its arguments.
2008-08-25 dfrRename RPC's 'struct pmap' to 'struct portmap' to avoid...
2008-08-25 dfrAdd a missing return statement in nlm4_unlock_msg_4_svc...
2008-08-25 julianI think we can remove the conditionals for freebsd...
2008-08-25 juliananother missed V_
2008-08-25 julianAnother missed V_ instance
2008-08-25 julianAnother V_ forgotten
2008-08-25 julianWe left out V_static_len from ip_fw2.c
2008-08-25 julianThis instance of ifnet got forgotten.
next