]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Create a private library directory (LIBPRIVATEDIR) for libraries which
[FreeBSD/FreeBSD.git] / sys / kern /
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 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...
2013-08-24 mavMFprojects/camlock r254460:
2013-08-24 markmMFC
2013-08-24 andredd a 24 bits wide ext_flags field to m_ext by reducing...
2013-08-24 andreAvoid code duplication for mbuf initialization and...
2013-08-24 kenAdd support to physio(9) for devices that don't want...
2013-08-23 delphijAllow tmpfs be mounted inside jail.
2013-08-23 markmIFC
2013-08-23 emasteMerge lldb r188801 to contrib/llvm/tools/lldb/
2013-08-23 jkimFix a whitespace.
2013-08-23 kibSince the 253927, which removed the soft busy call...
2013-08-23 jhbUse tvtohz() to convert a socket buffer timeout to...
2013-08-23 emasteImport NetBSD libexecinfo 20130822 to contrib
2013-08-23 emasteImport NetBSD libexecinfo 20130822 to contrib
2013-08-23 markmMFC
2013-08-22 kibBoth cluster_rbuild() and cluster_wbuild() sometimes...
2013-08-22 erwinUpdate Bind to 9.9.3-P2
2013-08-22 kibRemove the deprecated VM_ALLOC_RETRY flag for the vm_pa...
2013-08-21 andreRevert r254520 and resurrect the M_NOFREE mbuf flag...
2013-08-21 kibImplement read(2)/write(2) and neccessary lseek(2)...
2013-08-21 kibMake the seek a method of the struct fileops.
2013-08-21 kibExtract the general-purpose code from tmpfs to perform...
2013-08-20 phoAdded sysctl to turn off calls to vmem_check().
2013-08-19 jeff - Use an arbitrary but reasonably large import size...
2013-08-19 andreRemove the unused M_NOFREE mbuf flag. It didn't have...
2013-08-18 jillesDisallow opening a POSIX message queue for execute.
2013-08-18 pjdImplement 32bit versions of the cap_ioctls_limit(2...
2013-08-17 bryanvDo not use potentially stale thread in kthread_add()
2013-08-17 pjdIn r114945 the line 'nmp = TAILQ_NEXT(mp, mnt_list...
2013-08-17 delphijFix build.
2013-08-16 kibRestore the previous sendfile(2) behaviour on the block...
2013-08-16 markjUse strdup(9) instead of reimplementing it.
2013-08-15 kenChange the way that unmapped I/O capability is advertised.
2013-08-15 cpercivaChange the queue of locks in kern_rangelock.c from...
2013-08-15 glebiusMake sendfile() a method in the struct fileops. Curren...
2013-08-15 markjSpecify SDT probe argument types in the probe definitio...
2013-08-14 markjUse kld_{load,unload} instead of mod_{load,unload}...
2013-08-13 jeff - Disable quantum caches on the kmem_arena. This...
2013-08-13 jeff - Add a statically allocated memguard arena since...
2013-08-13 jhbSome small cleanups to the fixes in r180340:
2013-08-13 glebius- Minor style(9) fix.
2013-08-13 markjFreeBSD's DTrace implementation has a few problems...
2013-08-13 markjRemove some unused fields from struct linker_file....
2013-08-13 markjAdd event handlers for module load and unload events...
2013-08-10 kibThe r254167 moved initialization of the sleepqueues...
2013-08-09 cognetDon't call sleepinit() from proc0_init(), make it a...
2013-08-09 cognetInstead of just trying to do it for arm, make sure...
2013-08-09 attilioOn all the architectures, avoid to preallocate the...
2013-08-09 attilioGive mutex(9) the ability to recurse on a per-instance...
next