]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Allow the path to the system source directory to be passed in to
[FreeBSD/FreeBSD.git] / sys / kern /
2013-09-26 jmgit must be the last member, not might...
2013-09-26 kibDo not allow negative timeouts for kqueue timers, check...
2013-09-26 kibAcquire a hold reference on the vnode when a knote...
2013-09-26 davideMake the callout arithmetic more robust adding checks...
2013-09-25 attilioAvoid memory accesses reordering which can result in...
2013-09-24 mavMake load average sampling asynchronous to hardclock...
2013-09-22 desAlways request zeroed memory, in case we're dumb enough...
2013-09-22 kibRevert r255797. The LK_UPGRADE | LK_NOWAIT drops the...
2013-09-22 kibPre-acquire the filedesc sx when a possibility exists...
2013-09-22 kibIncrease the chance of the buffer write from the bufdae...
2013-09-22 davideConsistently use the same value to indicate exclusively...
2013-09-22 glebius- Create kern.ipc.sendfile namespace, and put the new...
2013-09-22 gibbsFix ia64 and mips kernel builds due to XENHVM=>GENERIC...
2013-09-21 markjRegenerate syscall argument strings after r255777.
2013-09-21 markjOmit "__restrict" when generating syscall argument...
2013-09-21 desPull in all the OpenSSH bits that we'd previously left...
2013-09-21 desUpgrade to 6.3p1.
2013-09-21 delphijMFV r254750:
2013-09-20 davideFix callout_init_rm() in the shared case, allocating...
2013-09-20 davideFix lc_lock/lc_unlock() support for rmlocks held in...
2013-09-20 gibbsMerge Xen PVHVM support into the GENERIC kernel config...
2013-09-20 gibbsAdd support for suspend/resume/migration operations...
2013-09-19 jhbRegen.
2013-09-19 jhbExtend the support for exempting processes from being...
2013-09-19 emasteMerge lldb man page from r188801 to contrib/llvm/tools...
2013-09-18 pjdFix panic in ktrcapfail() when no capability rights...
2013-09-18 rdivackyRevert r255672, it has some serious flaws, leaking...
2013-09-18 rdivackyImplement epoll support in Linuxulator. This is a tiny...
2013-09-17 glebius Fix assertion in sendfile_readpage() to assert only...
2013-09-16 kibRemove zero-copy sockets code. It only worked for...
2013-09-13 kibUse TAILQ instead of STAILQ for kqeueue filedescriptors...
2013-09-13 grehanImport Hyper-V paravirtualized drivers from projects...
2013-09-13 kibWhen opening or closing fifo, ensure that the vnode...
2013-09-13 kibReduce the scope of the proctree_lock. If several proce...
2013-09-12 jhbRegen.
2013-09-12 jhbFix the type of the idtype argument to wait6() in sysca...
2013-09-12 jhbFix the type of the idtype argument to wait6() in sysca...
2013-09-11 glebiusProvide pr_ctloutput method for AF_LOCAL/SOCK_SEQPACKET...
2013-09-11 kibFix build with gcc.
2013-09-11 kibImplement sendfile(2) for the posix shared memory segme...
2013-09-11 grehanIFC @ r255459
2013-09-10 desFix the length calculation for the final block of a...
2013-09-09 jhbAdd a mmap flag (MAP_32BIT) on 64-bit platforms to...
2013-09-09 desThese three files appeared in 6.0p1, which was imported...
2013-09-09 delphijIn r243868, the error message buffer errmsg have been...
2013-09-08 desImport Magerya Vitaly's ldns-host, and build it instead...
2013-09-08 kibDrain for the xbusy state for two places which potentia...
2013-09-07 desUpdate to OpenPAM Nummularia.
2013-09-07 pjdSort properly.
2013-09-07 pjdFix panic in cap_rights_is_valid() when invalid rights...
2013-09-07 desMFV (r255364): move the code around in preparation...
2013-09-07 mavMicro-optimize cpu_search(), allowing compiler to use...
2013-09-07 markmBring in some behind-the-scenes development, mainly...
2013-09-07 markmMFC
2013-09-07 npAdd a vtprintf. It is to tprintf what vprintf is to...
2013-09-06 cyUpdate ipfilter 4.1.28 --> 5.1.2.
2013-09-06 markmMFC
2013-09-06 jamieKeep PRIV_KMEM_READ permitted inside jails as it is...
2013-09-05 hirenFixing a small typo.
2013-09-05 sjgMerge bmake-20130904
2013-09-05 kibThe vm_pageout_flush() functions sbusies pages in the...
2013-09-05 pjdThe fget() function now takes pointer to cap_rights_t...
2013-09-05 pjdHandle cases where capability rights are not provided.
2013-09-05 glebiusFix !CAPABILITIES build.
2013-09-05 pjdCorrect the logic broken in my last commit.
2013-09-05 sbrunoRestore builds on architectures that don't support...
2013-09-05 sbrunoThis looks like a typo that breaks the build. Yell...
2013-09-05 pjdStyle fixes.
2013-09-05 pjdStyle fixes. Most fixes are about not treating integers...
2013-09-05 pjdRegenerate after r255219.
2013-09-05 pjdChange the cap_rights_t type from uint64_t to a structu...
2013-09-04 grehanIFC @ r255209
2013-09-04 jhbTrim a couple of panic messages.
2013-09-01 davideFix socket buffer timeouts precision using the new...
2013-09-01 rmacklemForced dismounts of NFS mounts can fail when thread...
2013-09-01 markmMFC
2013-08-31 markmMFC
2013-08-30 markmMFC
2013-08-30 hselaskySimplify pause_sbt() logic. Don't call DELAY() if remai...
2013-08-30 kibMove the definition of the struct unrhdr into a separat...
2013-08-29 kenFix some issues in change 254760 pointed out by Bruce...
2013-08-29 jhbDon't return an error for socket timeouts that are...
2013-08-27 andrePad m_hdr on 32bit architectures to to prevent alignmen...
2013-08-27 kibWhen allocating a pbuf for the cluster write, do not...
2013-08-26 willAdd the ability to display the default FIB number for...
2013-08-26 jmgfix up some comments and a white space issue...
2013-08-26 markmSnapshot; Do some running repairs on entropy harvesting...
2013-08-26 markmMFC
2013-08-25 andreGive (*ext_free) an int return value allowing for very...
2013-08-25 markmMFC
2013-08-25 andreAdjust socow_iodone() after r254799.
2013-08-24 andreAfter r254779 "error" must always be present in mb_ctor...
2013-08-24 markjRename the kld_unload event handler to kld_unload_try...
2013-08-24 andreRemove unused m_free_fast(). The difference to m_free...
2013-08-24 markjSet things up so that linker_file_lookup_set() is alway...
2013-08-24 markjRemove the kld lock macros and just use the sx(9) API...
2013-08-24 markjRemove some code that has been commented out since...
2013-08-24 andreRestructure the mbuf pkthdr to make it fit for upcoming...
2013-08-24 kenFix a printf format warning on 32-bit mips and powerpc.
2013-08-24 andreAdd an mbuf pointer parameter to (*ext_free) to give...
next