]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
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 jhbAdd the ability to run /usr/sbin/crashinfo on a new...
2008-08-29 jkimDo not pass validatation level since all issues are...
2008-08-29 jkimMerge local copy of bpf_validate() with bpf_filter.c.
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 pjdBy default backup geli metadata to a file. It is quite...
2008-08-29 pjd- Give algorithms recommendation.
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 jkimMerge bpf_filter.c r182425 and add test cases for jump...
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-29 trhodesList authentication types supported with "-X" taken...
2008-08-28 trhodesFix a typo in r180291
2008-08-28 jkimMove comments to the right places.
2008-08-28 jfvUpdate to igb driver:
2008-08-28 jkimMerge bpf_filter.c r182412 and remove additional local...
2008-08-28 jfvAdd support in ifconfig to control the vlan hardware...
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 jkimFix style consistencies and a comment.
2008-08-28 obrienProtect _IOC's 'len' and 'inout' parameters so that...
2008-08-28 attilioAdd a missing file change from the VOP_GETATTR() argume...
2008-08-28 jkimMerge bpf_filter.c r182380 and remove additional local...
2008-08-28 jkimValidate scratch memory addresses for BPF_STX and BPF_L...
2008-08-28 jkimAdd links to all bpf(9) functions.
2008-08-28 jkimAdd a test case for uninitialized scratch memory (for...
2008-08-28 jkimInitialize scratch memory for JIT-compiled filter when...
2008-08-28 obrienAdd the needed libpthread_md.c for MIPS.
2008-08-28 attilioDecontextualize the couplet VOP_GETATTR / VOP_SETATTR...
2008-08-28 pjdAdd links to all libpcap functions.
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 gshapiroGoogle changed the location of the blacklists again.
2008-08-28 kientzleIf no atime was specified (for example, when extracting...
2008-08-28 gshapiroUpdate import/merge instructions for the svn repo
2008-08-28 gshapiroMerge sendmail 8.14.3 into HEAD.
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 stefanfAdd a test for r182300.
2008-08-27 stefanfFix a bug in r177497 which caused the getopts state...
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 obrienAdd the needed _setjmp.S for MIPS.
2008-08-27 emasteMove CTASSERT of ether header sizes out of the header...
2008-08-27 ivorasTrivial typo fix.
2008-08-27 matteoImplement -R support, similar to ping(8)'s -A.
2008-08-27 matteoAdd -e to usage()
2008-08-27 rrs- When we close a socket with pending assoc's that...
2008-08-27 rpauloFix typo.
2008-08-27 impRemove opt_wi.h from module and fix typo in pccarddevs.
2008-08-27 impRemove opt_wi.h
2008-08-27 impAdd recent ELSA additions to wi(4), plus make sure...
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 jasoneAdd thread-specific caching for small size classes...
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 jkimAdd a test case for null filter.
2008-08-26 jkimMove empty filter handling to MI source.
2008-08-26 jkimAdd more test cases for invalid instructions and add...
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 rpauloAdd ECN stats.
2008-08-26 matteoImplement audible support similar to ping(8) -a option...
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 jkimRemove some hacks from regression test since bpf_filter...
2008-08-26 jkimMake sys/net/bpf_filter.c build cleanly on user land.
2008-08-25 jkimAdd a trivial bpf filter benchmark.
next