]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Decrease arc4_count only when needed and with proper bytes amount.
[FreeBSD/FreeBSD.git] / sys /
2008-07-21 Pawel Jakub DawidekWe want to check new options given, not the current...
2008-07-21 Kip Macyremove unneeded declarations
2008-07-21 Kip Macyremove local version of tcp_offload_* functions
2008-07-21 Kip Macyupdate syncache function names
2008-07-21 Kip MacyAdd versions of tcp_twstart, tcp_close, and tcp_drop...
2008-07-21 Kip Macyremove cxgb local definition of locked syncache_expand
2008-07-21 Kip Macyadd interface for external consumers to syncache_expand...
2008-07-21 Kip Macyremove cxgb local definitions of socket accessor functions
2008-07-21 Kip MacyAdd accessor functions for socket fields.
2008-07-21 Kip Macyadd inpcb accessor functions for fields needed by TOE...
2008-07-20 Julian ElischerAdd support for actually sending WCCP return packets...
2008-07-20 Pawel Jakub DawidekClear passphrase buffer after use.
2008-07-20 Tom RhodesDocument a few sysctls. While here, remove dead code
2008-07-20 Scott LongWhile spin-waiting for the mailbox semaphore to update...
2008-07-20 Tom RhodesDocument a few sysctls.
2008-07-20 Tom RhodesDocument a few sysctls.
2008-07-20 Bjoern A. Zeebia is a pointer thus use NULL rather then 0 for initial...
2008-07-20 Maxim Konovalovo Add cddl, nlm and xdr to CSCOPEDIRS.
2008-07-20 Pawel Jakub DawidekConvert lock that protects sessions list from a mutex...
2008-07-20 Alan CoxEliminate dead code. (The commit message for revision...
2008-07-20 Kip Macyremove unused toedev functions and add comments for...
2008-07-19 Alan CoxIncrease the ceiling on the size of the buffer map.
2008-07-19 Alan CoxCorrect the description of v_cache_count. Eliminate...
2008-07-19 Pawel Jakub DawidekSay hi to svn, by simplifing ffs_vget() function a...
2008-07-19 Robert WatsonRather than simply waiting silently and indefinitely...
2008-07-19 Robert Watsonwitness_addgraph() is required even if DDB isn't compil...
2008-07-19 Ulf Lilleengen- When renaming a drive, also set the drive name in...
2008-07-19 Robert WatsonAdd DDB "show conifhk" command, which lists hooks curre...
2008-07-19 Jeff RobersonFix a race which could result in some timeout buckets...
2008-07-19 Jeff Roberson - Check whether we've recorded this tick in ts_ticks...
2008-07-18 Alan CoxCorrect an error in pmap_change_attr()'s initial loop...
2008-07-18 Alan CoxSimplify pmap_extract()'s control flow, making it more...
2008-07-18 Alan CoxEliminate stale comments from kmem_malloc().
2008-07-18 David MaloneAdd an accept filter for TCP based DNS requests. It...
2008-07-18 Robert WatsonEliminate use of the global ripsrc which was being...
2008-07-18 Kip Macyrevert local change
2008-07-18 Kip Macyrevert change from local tree
2008-07-18 Kip Macynew vendor PHY support
2008-07-18 Kip Macyrevert changes accidentally included in last commit
2008-07-18 Alan CoxEliminate unused global variables. (These global varia...
2008-07-18 Kip Macyimport vendor fixes to cxgb
2008-07-18 Pyun YongHyeonCorrect 1000Mbps link handling logic for JMC250. This...
2008-07-18 Pyun YongHyeonUse DELAY() instead of pause if waiting time is less...
2008-07-17 Luoqi ChenFix a benign typo that would give out an incorrect...
2008-07-17 Konstantin BelousovPair the VOP_OPEN call from do_execve() with the recipr...
2008-07-17 Andrew GallatinClean up mxge's use of callouts as pointed out by jhb,
2008-07-16 Ed SchoutenMove the TCSA* definitions out of _KERNEL. They are...
2008-07-16 Ed SchoutenSort the ioctl's in <sys/ttycom.h> by number.
2008-07-16 Ed SchoutenRemove OTTYDISC, NETLDISC and NTTYDISC definitions.
2008-07-16 Robert WatsonFix error in comment.
2008-07-16 Pyun YongHyeonFix a multicast handling regression on VT6105M introduc...
2008-07-16 Pyun YongHyeonFix VR_RXSTAT_RX_OK bit definition which lasted for...
2008-07-15 Robert WatsonMerge last of a series of rwlock conversion changes...
2008-07-15 Rui PauloFix commment in typo.
2008-07-15 Alan CoxUpdate bus_dmamem_alloc()'s first call to malloc()...
2008-07-15 Xin LIAdd quirk for Dell D630 laptops.
2008-07-14 Jung-uk KimAllow injecting big packets via bpf(4) up to min(MTU...
2008-07-14 David E. O'BrienMatch the implementation of the inline function from...
2008-07-14 Ermal LuçiFix carp(4) panics that can occur during carp interface...
2008-07-14 Jack F VogelAdd event notification at attach/detach so the NIC
2008-07-14 Jack F VogelAdd an event handler to the vlan driver so the NIC...
2008-07-14 Tom RhodesFill in the string portion of the bluetooth stack versi...
2008-07-13 Doug BartonChange the character prefixed to the svn version to...
2008-07-13 Alan CoxHandle a race between pmap_kextract() and pmap_promote_...
2008-07-13 Antoine BrodinStaticize M_STACK.
2008-07-13 Ed SchoutenMake uart(4) the default serial port driver on i386...
2008-07-12 Bernd Walterfix multicast hash register definition
2008-07-12 Alan CoxRefine the changes made in SVN rev 180430. Specificall...
2008-07-12 Craig RodriguesIn nmount(), if we see "update" in the mount options,
2008-07-12 Alan CoxIn order to apply pmap_demote_pde() to a page directory...
2008-07-12 Doug BartonMerge from vendor/bind9/dist as of the 9.4.2-P1 import...
2008-07-11 Scott LongA number of significant enhancements to the ciss driver:
2008-07-11 Xin LIDon't leak DMA map if not freed.
2008-07-11 Maksim YevmenkinDust off old code for support of USB isochronous transfers.
2008-07-11 Ulf Lilleengen- Fix a logic error when updating plex configuration.
2008-07-11 David E. O'BrienImprove readability and cscope searches a little bit...
2008-07-11 Konstantin BelousovUse the VM_ALLOC_INTERRUPT for the page requests when...
2008-07-11 Konstantin BelousovMake it atomic for the devfs_populate_loop() to see...
2008-07-11 David E. O'BrienRevert r180431.
2008-07-10 Remko LodderDetect ATA controllers in the Macbook3.
2008-07-10 Brooks Davisstyle(9): put parentheses around return values.
2008-07-10 Brooks DavisRegen
2008-07-10 Brooks Davisid_t is a 64-bit integer and thus is passed as two...
2008-07-10 David E. O'BrienAllow 'elf_file_t' to be used in a wider scope.
2008-07-10 Alan CoxExtend pmap_demote_pde() to include the ability to...
2008-07-10 Robert WatsonSlightly rearrange validation of UDP arguments and...
2008-07-10 David E. O'BrienUse 'CSCOPE_ARCHDIR' to change the default architecture...
2008-07-10 Bjoern A. ZeebPass the ucred along into in{,6}_pcblookup_local for...
2008-07-10 Bjoern A. ZeebFor consistency take lport as u_short in in{,6}_pcblook...
2008-07-10 Robert WatsonApply the MAC label to an outgoing UDP packet when...
2008-07-10 Peter WemmMerge gnu cpio 2.6 -> 2.8 changes. Unfortunately,...
2008-07-10 Maksim YevmenkinGet in some basic infrastructure for Bluetooth SCO...
2008-07-09 Peter WemmBand-aid a problem with 32 bit selector setup.
2008-07-09 Bjoern A. ZeebFor consistency with the rest of the function use the...
2008-07-09 Robert WatsonRather than checking for a NULL so_pcb in raw_attach...
2008-07-09 Robert WatsonAdd sysctl subtree net.raw for generic raw socket infra...
2008-07-09 Remko LodderAdd quirk for the Samsung YP-U3
2008-07-09 Warner LoshImprove the EEPROM parsing, based on finding a datashee...
2008-07-09 Randall Stewart1) Adds the rest of the VIMAGE change macros
2008-07-09 Bjoern A. ZeebDocument required locking in in6_sleectsrc() in case...
next