]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Sprinkle some .MAKE magic
[FreeBSD/FreeBSD.git] / sys / kern /
2013-07-06 jamieMake the comments a little more clear about PRIV_KMEM_...
2013-07-05 jamieAdd new privileges, PRIV_KMEM_READ and PRIV_KMEM_WRITE...
2013-07-04 rpauloRestore the dbus directory that was not meant to be...
2013-07-04 rpauloMerge hostapd / wpa_supplicant 2.0.
2013-07-04 alfredThe change in r236456 (atomic_store_rel not locked...
2013-07-02 mjgFix receiving fd over unix socket broken in r247740.
2013-07-01 trocinyPlug up the lock lock leakage when exporting to a short...
2013-07-01 kibFix issues with zeroing and fetching the counters,...
2013-06-30 mjgacct: create a special plimit object and set it for...
2013-06-30 mjgacct: reduce code duplication by using acct_disable...
2013-06-29 peterRevert accidental commit.
2013-06-29 peterHelp out gcc. clang understands.
2013-06-28 davideCorrect the comment above _sleep() function which still...
2013-06-28 davide- Trim an unused and bogus Makefile for mount_smbfs.
2013-06-28 mjgRemove duplicate NULL check in kern_proc_filedesc_out.
2013-06-28 trocinyRework r252313:
2013-06-28 rstoneCorrect a bug that prevented deadlkres from (almost...
2013-06-28 jeff - Add a general purpose resource allocator, vmem,...
2013-06-27 jhbMake detaching drivers from PCI devices more robust...
2013-06-27 trocinyTo avoid LOR, always drop the filedesc lock before...
2013-06-25 jhbA few mostly cosmetic nits to aid in debugging:
2013-06-25 jhbSeveral improvements to rmlock(9). Many of these are...
2013-06-19 lstewartWhen a previous call to sbsndptr() leaves sb->sb_sndptr...
2013-06-18 peterIntroduce svnlite so that we can check out our source...
2013-06-17 baptUpdate dialog to 1.2-20130523
2013-06-17 lstewartThe fix committed in r250951 replaced the reported...
2013-06-16 edChange callout use counter to use C11 atomics.
2013-06-15 lstewartMove hhook's per-vnet initialisation to an earlier...
2013-06-15 lstewartCleanup and simplification in khelp_{register|deregiste...
2013-06-15 lstewartAdd a private KPI between hhook and khelp that allows...
2013-06-15 lstewartInternalise handling of virtualised hook points inside
2013-06-14 lstewartFix a major oversight in r251732 which causes non-VIMAG...
2013-06-14 lstewartAdd support for non-virtualised hhook points, which...
2013-06-14 lstewartFix a potential NULL-pointer dereference that would...
2013-06-13 jeff - Add a BIT_FFS() macro and use it to replace cpusetff...
2013-06-13 kibFix two issues with the spin loops in the umtx(2) imple...
2013-06-12 dimUpgrade our copy of llvm/clang to 3.3 release.
2013-06-10 marcelRevert r251590. It unexpectedly broke the build and...
2013-06-09 marcelAdd vfs_mounted and vfs_unmounted events so that compon...
2013-06-08 glebiusaio_mlock() added:
2013-06-08 glebius Add new system call - aio_mlock(). The name speaks...
2013-06-08 glebius Separate LIO_SYNC processing into a separate function...
2013-06-06 jhbDo not compare the existing mask of a cpuset with a...
2013-06-06 alcDon't busy the page unless we are likely to release...
2013-06-05 jeff - Consolidate duplicate code into support functions.
2013-06-05 jkimAdd GNU regex from glibc 2.17.
2013-06-04 glebiusImprove r250890, so that we stop processing of a messag...
2013-06-03 jhb- Fix a couple of inverted panic messages for shared...
2013-06-03 jhb- Handle the recursed/not recursed flags with RA_RLOCKE...
2013-06-03 kibBe more generous when donating the current thread time...
2013-06-03 kibDo not map the shared page COW. If the process wired...
2013-06-03 kibWhen auto-sizing the buffer cache, limit the amount...
2013-06-02 alcReduce the scope of the VM object locking in brelse...
2013-06-01 mariusMove an assertion to the right spot; only bus_dmamap_lo...
2013-05-31 jhbStyle fixes to vn_ioctl().
2013-05-31 jeff - Convert the bufobj lock to rwlock.
2013-05-30 delphijMFV: tcpdump 4.4.0.
2013-05-24 julianInitialising the new fibnum field to a known value...
2013-05-24 lstewartEnsure alq's shutdown_pre_sync event handler is deregis...
2013-05-23 pjdUse proper malloc type for ioctls white-list.
2013-05-22 luigiIncrease the (arbitrary) limit for the number of packet...
2013-05-21 mjgpassing fd over unix socket: fix a corner case where...
2013-05-21 attiliovm_object locking is not needed there as pages are...
2013-05-21 jkimAdd flex 2.5.37 from flex.sourceforge.net to contrib.
2013-05-21 kibRegenerate.
2013-05-21 kibFix the wait6(2) on 32bit architectures and for the...
2013-05-20 jkimMerge ACPICA 20130517.
2013-05-20 sjgSync with upstream version (20130520) that includes...
2013-05-19 pjdStyle nits.
2013-05-19 pjdUse SDT_PROBE1() instead of SDT_PROBE().
2013-05-19 markjRe-introduce another part of r249367. This commit fixes...
2013-05-19 jamieRefine the "nojail" rc keyword, adding "nojailvnet...
2013-05-17 attilioUse readlocking now that assertions on vm_page_lookup...
2013-05-16 jhA library function shall not set errno to 0.
2013-05-12 markjBring back part of r249367 by adding DTrace's temporal...
2013-05-12 jeff - Add a new general purpose path-compressed radix...
2013-05-11 kib- Fix nullfs vnode reference leak in nullfs_reclaim_low...
2013-05-10 eadlerFxi a bunch of typos.
2013-05-09 marcelAdd option WITNESS_NO_VNODE to suppress printing LORs...
2013-05-09 kibItem 1 in r248830 causes earlier exits from the sendfil...
2013-05-08 andreWhen the accept queue is full print the number of alrea...
2013-05-07 scottlAdd a sysctl vfs.read_min to complement the exiting...
2013-05-06 andreBack out r249318, r249320 and r249327 due to a heisenbu...
2013-05-04 mdfAdd missing vdrop() in error case.
2013-05-03 jhbSimilar to 233760 and 236717, export some more useful...
2013-05-03 jhbFix FIONREAD on regular files. The computed result...
2013-05-01 jillesRegenerate files for pipe2().
2013-05-01 jillesAdd pipe2() system call.
2013-05-01 jillesRegenerate files for accept4().
2013-05-01 jillesAdd accept4() system call.
2013-05-01 trocinyIntroduce a constant, ELF_NOTE_ROUNDSIZE, which evident...
2013-04-30 jillessocket: Make shutdown() wake up a blocked accept().
2013-04-28 kibEliminate the layering violation in the kern_sendfile...
2013-04-28 adrianCopy the vendor branch ar9300 code from qcamain_open_ha...
2013-04-24 andreBase the calculation of maxmbufmem in part on kmem_map...
2013-04-21 gshapiroMerge sendmail 8.14.7 to HEAD
2013-04-19 jkimMerge ACPICA 20130418.
2013-04-19 jhInclude PID in the error message which is printed when...
2013-04-19 glebiusDon't compare unsigned socklen_t against < 0.
2013-04-19 jillessem: Restart the POSIX sem_* calls after signals with...
next