]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
- Updated TOE support in the kernel.
[FreeBSD/FreeBSD.git] / sys /
2012-06-13 Jung-uk Kim- Fix resumectx() prototypes to reflect reality.
2012-06-13 Jung-uk KimAdd a convenience macro for the fastcall attribute.
2012-06-13 Pawel Jakub DawidekThere is only one caller of the dupfdopen() function...
2012-06-13 Joel Dahlmdoc: avoid nested displays. Fixes mandoc warnings.
2012-06-13 Mateusz GuzikRemove 'low' argument from fd_last_used().
2012-06-13 Mateusz GuzikRe-apply reverted parts of r236935 by pjd with some...
2012-06-13 Warner LoshRemove leakage of other patches into last commit.
2012-06-13 John BaldwinFix a couple of bugs that prevented windows in PCI...
2012-06-13 Martin MatuskaFix ZFS boot with pre-features pools (version <= 28...
2012-06-13 Adrian ChaddImplement a separate, smaller pool of ath_buf entries...
2012-06-13 Fabien ThomasAdd ARM callchain support for hwpmc.
2012-06-13 Adrian ChaddRemove a duplicate definition.
2012-06-13 Adrian ChaddOops, return the newly allocated buffer to the queue...
2012-06-13 Adrian ChaddReplace the direct sc_txbuf manipulation with a pair...
2012-06-13 Warner Loshtrim trailing whitespace
2012-06-13 Warner LoshFinal whitespace trim.
2012-06-13 Warner LoshTrim trailing whitespace...
2012-06-13 Warner LoshStrip trailing whitespace before other changes.
2012-06-13 Warner LoshStrip trailing whitespace.
2012-06-13 Warner Loshtrim trailing spaces that have accumulated over the...
2012-06-12 John BaldwinReplace a reference to the non-existent SI_ORDER_LAST...
2012-06-12 Dag-Erling Smørgravauth.conf is dead.
2012-06-12 Michael TuexenAdd a cmsg of type IP_TOS for UDP/IPv4 sockets to speci...
2012-06-12 Michael TuexenAdd a IP_RECVTOS socket option to receive for received...
2012-06-12 Michael TuexenDeliver IPV6_TCLASS, IPV6_HOPLIMIT and IPV6_PKTINFO...
2012-06-12 Randall StewartFix comment to better reflect how we are
2012-06-12 Michael TuexenUnify the sending of ABORT, SHUTDOWN-COMPLETE and ERROR...
2012-06-12 Randall StewartNote to self. Have morning coffee *before* committing...
2012-06-12 Randall StewartOpps forgot to commit the flag.
2012-06-12 Bjoern A. ZeebFix a problem where zero-length RDATA fields can cause...
2012-06-12 Alexander Motin - Limit r214102 workaround to only x86. On arm it...
2012-06-12 Randall StewartAllow a gif tunnel to be used with ALTq.
2012-06-12 Pawel Jakub DawidekRevert part of the r236935 for now, until I figure...
2012-06-12 Michael TuexenSmall cleanup.
2012-06-12 Mitsuru IWASAKIShare IPI init and startup code of mp_machdep.c with...
2012-06-11 Kirk McKusickIn softdep_setup_inomapdep() we may have to allocate...
2012-06-11 Pawel Jakub Dawidekfdgrowtable() no longer drops the filedesc lock so...
2012-06-11 Alan CoxAvoid unnecessary atomic operations for clearing PGA_WR...
2012-06-11 Pawel Jakub DawidekUse consistent way of checking if descriptor number...
2012-06-11 Pawel Jakub DawidekUse consistent way of checking if descriptor number...
2012-06-11 Andrew ThompsonFix a panic I introduced in r234487, the bridge softc...
2012-06-11 Pawel Jakub DawidekBe consistent with white spaces.
2012-06-11 Pawel Jakub DawidekRemove code duplicated in kern_close() and do_dup(...
2012-06-11 Pawel Jakub DawidekIntroduce closefp() function that we will be able to...
2012-06-11 Pawel Jakub DawidekMerge two ifs into one to make the code almost identica...
2012-06-11 Pawel Jakub DawidekMove the code around a bit to move two parts of code...
2012-06-11 Pawel Jakub DawidekNow that fdgrowtable() doesn't drop the filedesc lock...
2012-06-11 Mitsuru IWASAKIAnother fixe for r236772.
2012-06-11 Mateusz GuzikFix unloading of libiconv module.
2012-06-11 Pawel Jakub DawidekStyle fixes and simplifications.
2012-06-11 Adrian ChaddFix uninitialised reference.
2012-06-11 Martin MatuskaIntroduce "feature flags" for ZFS pools (bump SPA versi...
2012-06-11 Adrian ChaddWrap the whole (software) TX path from ifnet dequeue...
2012-06-11 Adrian ChaddAdd another TID lock.
2012-06-11 Adrian ChaddMake sure the frames are queued to the head of the...
2012-06-11 Adrian ChaddWhen scheduling frames in an aggregate session, the...
2012-06-11 Adrian ChaddRetried frames need to be inserted in the head of the...
2012-06-11 Adrian ChaddFinish undoing the previous commit - this part of the...
2012-06-11 Adrian ChaddIntroduce a new lock debug which is specifically for...
2012-06-11 Adrian ChaddRevert r233227 and followup commits as it breaks CCMP...
2012-06-10 Pawel Jakub DawidekRemove redundant include.
2012-06-10 Pawel Jakub DawidekStyle: move opt_*.h includes in the proper place.
2012-06-10 Pawel Jakub DawidekWhen we are closing capability during dup2(), we want...
2012-06-10 Pawel Jakub DawidekMerge two ifs into one. Other minor style fixes.
2012-06-10 Konstantin BelousovUse the previous stack entry protection and max protect...
2012-06-10 Alexander MotinPartially revert r236666:
2012-06-10 Andrew TurnerRemove an unneeded increment from initarm. The variable...
2012-06-10 Andrew TurnerThe GUMSTIX-QEMU config file is almost identical to...
2012-06-10 Adrian ChaddAdd a new ioctl for ath(4) which returns the aggregate...
2012-06-10 Pawel Jakub DawidekSimplify fdtofp().
2012-06-10 Mitsuru IWASAKISome fixes for r236772.
2012-06-10 Andrew TurnerPull out the common code to initialise proc0 & thread0...
2012-06-09 Kirk McKusickWhen synchronously syncing a device (MNT_WAIT), wait...
2012-06-09 Pawel Jakub Dawidekds_guid of 0 is special, as it is used by snapshot...
2012-06-09 Pawel Jakub DawidekThere is no need to drop the FILEDESC lock around mallo...
2012-06-09 Pawel Jakub DawidekRemove now unused variable.
2012-06-09 Pawel Jakub DawidekMake some of the loops more readable.
2012-06-09 Alexander V. ChernikovValidate IPv4 network mask being passed to ipfw kernel...
2012-06-09 Alexander MotinOne more major cam_periph_error() rewrite to improve...
2012-06-09 Pawel Jakub DawidekCorrect panic message.
2012-06-09 Alexander V. ChernikovFix typo introduced in r236559.
2012-06-09 Mitsuru IWASAKIAdd x86/acpica/acpi_wakeup.c for amd64 and i386. Diffe...
2012-06-08 John BaldwinSplit the second half of vn_open_cred() (after a vnode...
2012-06-08 Mateusz GuzikPlug socket refcount leak on error in sys_sctp_peeloff.
2012-06-08 Alexander MotinAdd IDs for Marvell 88SE9220/9230/9235 PCIe 2.0 x2...
2012-06-08 John HayAdd support for the Sunix SER5437A dual serial PCI...
2012-06-07 Pawel Jakub DawidekIn fdalloc() f_ofileflags for the newly allocated descr...
2012-06-07 Pawel Jakub DawidekEliminate redundant variable.
2012-06-07 Maksim YevmenkinCorrect typo(?) and actually set PTHRESH to 32 and...
2012-06-07 Pawel Jakub DawidekPlug file reference leak in capability failure case.
2012-06-07 Mikolaj GolubSort includes.
2012-06-07 Mikolaj GolubAdd VIMAGE support to if_tap.
2012-06-07 Alexander MotinAdd CAM_DEBUG_INFO debug messages for periph created...
2012-06-07 Alexander MotinTo make CAM debugging easier, compile in some debug...
2012-06-07 Pyun YongHyeonFix typo.
2012-06-07 Kevin LoFix a logic error when use PCIY_PMG capability
2012-06-06 Alexander MotinRemove declaration of scsi_interpret_sense(), removed...
2012-06-06 Kenneth D. MerryFix a memory leak in the kernel case in scsi_command_st...
2012-06-06 Konstantin BelousovImprove handling of uiomove(9) errors for the NFS client.
2012-06-06 Warner LoshRemove stray break; that resulted from a last-minute...
next