]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
This commit was generated by cvs2svn to compensate for changes in r175801,
[FreeBSD/FreeBSD.git] / sys /
2008-01-29 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2008-01-29 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-29 Pyun YongHyeonFix link state handling in bfe(4).
2008-01-28 Alexander MotinAvoid data copying when it is possible.
2008-01-28 Ruslan ErmilovAdd a wrapper function that bound checks writes to...
2008-01-28 Christian BruefferCorrect the kernel config hint in a printf statement.
2008-01-28 Christian S.J. PeronMake sure that the termid type is initialized to AU_IPv...
2008-01-28 Mitsuru IWASAKIDon't repeat error logging about NOP message sending if
2008-01-28 Andrew GallatinOnly reset driver state when a hardware error is detected.
2008-01-28 Randall Stewart- Fix a comment about prison.
2008-01-28 Randall Stewart- Change back to using prioity 0. Which means don't...
2008-01-28 Randall Stewart- Fix a bug where the socket may have been closed which
2008-01-28 Randall Stewart- Fixes a comparison wrap issue with sack gap ack block...
2008-01-28 Robert WatsonProperly return the error from mls_subject_privileged...
2008-01-28 Mitsuru IWASAKIReturn errno value rather than boolean in this context.
2008-01-27 Mitsuru IWASAKIEnter the sleep state immediately without waiting for...
2008-01-27 Mitsuru IWASAKIAdd devctl_process_running() so that power management...
2008-01-27 Alexander MotinRun expire even without export hook connected.
2008-01-27 Alexander MotinFix memory leak when export hook is not connected.
2008-01-27 Alexander MotinRemove one very strange unneded if.
2008-01-27 Kip MacyFix loading for case where we don't overload tcp_usrreq...
2008-01-27 Kip Macyfix DISABLE_MBUF_IOVEC case by initializing mbuf header...
2008-01-27 Alexander MotinSlightly simplify code.
2008-01-27 Marius Strobl- Fix a typo in a comment.
2008-01-27 Marius StroblFix a typo in a comment.
2008-01-27 Marius StroblAdd a driver for the National Semiconductor DP83815...
2008-01-27 Marius StroblSort values according to style.Makefile(5).
2008-01-26 Robert WatsonIncrease maximum DDB capture buffer size to 5MB.
2008-01-26 Alexander MotinImprove multilink receive performance by netgraph item...
2008-01-26 Alexander MotinImprove multilink xmit performance by netgraph item...
2008-01-26 Alexander MotinImprove multilink receive performance with fragment...
2008-01-26 Sam Lefflerrx mbufs must have a pkthdr; use m_gethdr to populate...
2008-01-26 Robert WatsonAllow DDB_CAPTURE_DEFAULTBUFSIZE and DDB_CAPTURE_MAXBUF...
2008-01-26 Yaroslav TykhiyOur fts(3) API, as inherited from 4.4BSD, suffers from...
2008-01-26 Robert WatsonRename DB_ constants in db_capture.c to DDB_ so that...
2008-01-26 Robert WatsonRemove Giant acquisition around soreceive() and sosend...
2008-01-26 Konstantin BelousovIn rev. 1.156, the convertion of the minor number to...
2008-01-26 Julian ElischerOne of my powerbooks has this chip in it..
2008-01-26 Ed MasteAllow arbitrary baud rates, not just the standard ones.
2008-01-26 Kip Macyadd opt_global.h dependency
2008-01-25 John BaldwinFix a bug where a thread that hit the race where the...
2008-01-25 Robert WatsonHide ipfw internal data structures behind IPFW_INTERNAL...
2008-01-25 Ed MasteCalculate baud rate divisor instead of allowing only...
2008-01-25 John BaldwinFix a race in the sleepqueue timeout code that resulted...
2008-01-24 Jean-Sébastien PédronWhen asked to use kqueue, AIO stores its internal state...
2008-01-24 Konstantin BelousovDo not dereference NULL scp in the case the screen...
2008-01-24 Attilio RaoBump __FreeBSD_version in order to signal:
2008-01-24 Attilio RaoCleanup lockmgr interface and exported KPI:
2008-01-24 Pawel Jakub Dawidek- Reduce how much ZFS caches by default. This is anothe...
2008-01-24 Pawel Jakub DawidekChange type of kmem_used() and kmem_size() functions...
2008-01-24 Bjoern A. ZeebReplace the last susers calls in netinet6/ with privile...
2008-01-24 Bjoern A. ZeebDifferentiate between addifaddr and delifaddr for the...
2008-01-24 Scott LongMany improvements that have been collected over time:
2008-01-23 Robert Watsontcp_usrreq.c:1.313 removed tcbinfo locking from tcp_usr...
2008-01-23 Alexander MotinFix bundle xmit octets stats for packet-split operation...
2008-01-23 Maxim Konovalovo Add boot, gdb, nfsserver and opencrypto dirs to CSCOP...
2008-01-23 Jeff Roberson - sched_prio() should only adjust tdq_lowpri if the...
2008-01-23 Andrey A. ChernovBump FreeBSD_version after adding "ASCII" encoding...
2008-01-22 Andrew GallatinTake advantage of the new physically contiguous 9K...
2008-01-21 Robert WatsonPut "coda_rdwr: Internally Opening" printf generated...
2008-01-21 Robert WatsonReplace references to VOP_LOCK() w/o LK_RETRY to vn_loc...
2008-01-21 Ruslan ErmilovAdd copyrights.
2008-01-21 Pyun YongHyeonFix build.
2008-01-21 Pyun YongHyeonUncomment sf(4), sf(4) should work on all architectures.
2008-01-21 Pyun YongHyeonOverhaul sf(4) to make it run on all architectures...
2008-01-21 Pyun YongHyeonIt seems that the firmware for TxGFP does not work...
2008-01-21 Pyun YongHyeonImport AIC-6915 firmware for GFP from Adaptec.
2008-01-21 Pyun YongHyeonsf(4) was repocopied to src/sys/dev/sf.
2008-01-21 Pyun YongHyeonUpdate file list and Makefile after repocopying sf...
2008-01-21 Pyun YongHyeonForced commit to note that sf(4) was repocopied from...
2008-01-20 Robert WatsonRegenerate.
2008-01-20 Robert WatsonUse audit events AUE_SHMOPEN and AUE_SHMUNLINK with...
2008-01-20 Robert WatsonExport a type for POSIX SHM file descriptors via kern...
2008-01-20 Bjoern A. ZeebCorrect the commented out debugging printf()s in REPLAC...
2008-01-19 Kip MacyRe-enable pcpu caching by default make sysctl R/W
2008-01-19 David SchultzCorrect the visibility macro surrounding SIGSYS.
2008-01-19 Robert WatsonRemove unused oldhash definition from Coda namecache.
2008-01-19 Attilio RaoBump FreeBSD_version in order to reflect introduction of
2008-01-19 Attilio Rao- Introduce the function lockmgr_recursed() which retur...
2008-01-19 Robert WatsonImprove default vnode operation handling for Coda:
2008-01-19 Robert WatsonRework coda_statfs(): no longer need to zero the statfs...
2008-01-19 Robert WatsonZero mi_rotovp and coda_ctlvp immediately after calling...
2008-01-19 Robert WatsonDon't acquire an additional vnode reference to a vnode...
2008-01-19 Robert WatsonDon't declare functions as extern.
2008-01-19 Robert WatsonUse VOP_NULL rather than VOP_PANIC for Coda's vop_print...
2008-01-19 Robert WatsonLock the new directory vnode returned by coda_mkdir...
2008-01-19 Robert WatsonBorrow the VM object associated with an underlying...
2008-01-18 Jung-uk KimAdd a flag for Ethernet@WireSpeed capability and correc...
2008-01-18 Jung-uk KimFix mbuf pool watermark configuration (mismerged from...
2008-01-18 Christian S.J. PeronFix gratuitous whitespace bug
2008-01-18 Christian S.J. PeronAdd a case for AUE_LISTEN. This removes the following...
2008-01-18 Robert WatsonMove unlock of global UNIX domain socket lock slightly...
2008-01-18 Konstantin BelousovIn the rev. 1.153, the one place for converting minor...
2008-01-18 Remko LodderUse nfsrv_destroycache() only once, else it crashes...
2008-01-18 Julian Elischerrefactor code so it can run in a chroot without having...
2008-01-18 Doug AmbriskoStyle changes from avatar.
2008-01-18 Doug AmbriskoFirst real attempt at proper locking. The locking...
2008-01-18 David XuMake sure reading td_runtime in critical section since...
2008-01-18 Robert WatsonIn tcp_ctloutput(), don't hold the inpcb lock over...
2008-01-18 Konstantin Belousovudf_vget() shall vgone() the vnode when the file_entry...
next