]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Correct typo in UPDATING message
[FreeBSD/FreeBSD.git] / sys /
2015-07-21 rrsWhen a tunneling protocol is being used with UDP we...
2015-07-21 hirenRemove a couple of TUNABLE_INT() calls which are unnece...
2015-07-20 kibTypo in comment.
2015-07-20 mavIncrease output amp on ASUS UX31A by +5dB.
2015-07-20 edMake forking of CloudABI processes work.
2015-07-20 edAdd an API for easily creating userspace threads in...
2015-07-20 mavFix typo in comment.
2015-07-20 zecPrevent null-pointer dereferencing.
2015-07-20 aeAdd helper functions for IP checksum adjusting. Use...
2015-07-20 aeAdd LLE event handler to report ND6 events to userland...
2015-07-20 aeInvoke LLE event handler when entry is deleted.
2015-07-20 markjDeclare lockstat_enabled even when KDTRACE_HOOKS is...
2015-07-19 marcelCheck the hw.proto.attach environment variable for...
2015-07-19 markjDon't increment the spin count until after the first...
2015-07-19 mckusickRestructure code for readability improvement. No functi...
2015-07-19 markjConsistently use a reader/writer flag for lockstat...
2015-07-19 markjImplement the lockstat provider using SDT(9) instead...
2015-07-19 markmFix some untidy logic. I committed the wrong local...
2015-07-19 luigiadd a use count so the netmap module cannot be unloaded...
2015-07-19 luigiproperly destroy persistent vale ports
2015-07-19 luigido not free NULL if pipe allocation fails
2015-07-19 luigirelease a reference when stopping a monitor
2015-07-19 luigismall documentation update
2015-07-19 andrewFix atomic_store_64, it should write the value passed...
2015-07-19 markmRemove out-of-date comments.
2015-07-19 markmFix the read blocking so that it is interruptable and...
2015-07-19 markmClarify the intent of the RANDOM_* options.
2015-07-19 markmOptimise the buffer-size calculation. It was possible...
2015-07-19 andrewClean up the style of the armv6 atomic code.
2015-07-19 andrewSort the ARM atomic functions to be in alphabetical...
2015-07-19 kibRevert bit of the r285627, locore.s does not need inclu...
2015-07-19 araujoAdd support to the jail framework to be able to mount...
2015-07-18 jmgmove the prototype to the lib.h header.. This makes...
2015-07-18 jmgother fixes to make boot2 compile for IXP... Properly...
2015-07-18 jmgrevert r278579, this is in a different compile environm...
2015-07-18 kibFurther cleanup after r285607.
2015-07-18 ianDeselect the sd card before re-selecting it when workin...
2015-07-18 luigifix a typo in a comment
2015-07-18 kibThe si_status field of the siginfo_t, provided by the...
2015-07-18 kevloSince the IETF has redefined the meaning of the tos...
2015-07-18 markjFix the !KDTRACE_HOOKS build.
2015-07-18 markjPass the lock object to lockstat_nsecs() and return...
2015-07-18 markjModify lockstat_nsecs() to just return unless lockstat...
2015-07-17 bennoMerge driver for PMC Sierra's range of SAS/SATA HBAs.
2015-07-17 edUndo r285656.
2015-07-17 bennoEnable pms module on amd64 for now.
2015-07-17 bennoDisable debugging.
2015-07-17 pkelseyCheck TCP timestamp option flag so that the automatic...
2015-07-17 edAdd an API for easily creating userspace threads in...
2015-07-17 zbbFix possible coherency issues between PEs related to...
2015-07-17 zbbFix secondary stacks calculation on ARM64
2015-07-17 zbbIncrease DMAP (Direct Map) size on ARM64
2015-07-17 edImplement CloudABI memory management system calls.
2015-07-17 npcxgbe(4): Ask the firmware for the start of the RSS...
2015-07-16 kibWhen checking for the valid value of the frame pointer...
2015-07-16 edAdd a sysentvec for CloudABI on x86-64.
2015-07-16 sbrunoAdd an adapter CORE lock in the DDB hook em_dump_queue...
2015-07-16 hselaskyOptimise the DWC OTG host mode driver's transmit path:
2015-07-16 mjgfd: partially deduplicate fdescfree and fdescfree_remapped
2015-07-16 mjgGet rid of lim_update_thread and cred_update_thread.
2015-07-16 mjgvfs: implement v_holdcnt/v_usecount manipulation using...
2015-07-16 andrewSplit out the arm and armv6 parts of atomic.h to new...
2015-07-16 kibFix warnings about unused functions for UP build.
2015-07-16 bruefferActually recognize all Intel Lynx Point devices we...
2015-07-16 zbbFix KSTACK_PAGES issue when the default value was chang...
2015-07-16 zbbSet-up proper TCR values for memory related to Translat...
2015-07-16 kevloFix typo in register definition.
2015-07-16 edImplement CloudABI's exec() call.
2015-07-16 jhibbitsFix userland program exception handling for powerpc64.
2015-07-16 neelIf uart interrupts are not functioning then schedule...
2015-07-15 kibDo not use atomic_swap_int(9), it is not available...
2015-07-15 kibReset non-zero it_need indicator to zero atomically...
2015-07-15 kibStyle. Remove excessive brackets. Compare non-boolean...
2015-07-15 andrewFix an infinite loop when a node doesn't have an interr...
2015-07-15 mavMULTI_ID supported does not mean it is used.
2015-07-15 edImplement the trivial socket system calls: shutdown...
2015-07-15 zbbAdd identify_cpu() to ARM64 init_secondary routine
2015-07-15 edMake posix_fallocate() and posix_fadvise() work.
2015-07-15 allanjudeAdd a new option to gpart(8) to fix Lenovo BIOS boot...
2015-07-15 pkelseyRevert inadvertent change to amd64/GENERIC.
2015-07-15 pkelseyAdd netmap support for ixgbe SRIOV VFs (that is, to...
2015-07-15 hirenRemove FreeBSD version check for deprecated M_FLOWID.
2015-07-15 pkelseyFix igxbe SRIOV VF (if_ixv) initialization bugs. The...
2015-07-14 edFix the build after breaking it in r285549.
2015-07-14 andrewAlso accept "ok" to enable a device, some vendor device...
2015-07-14 edImplement the CloudABI random_get() system call.
2015-07-14 markjFix some error-handling bugs when core dump compression...
2015-07-14 edRegenerate system call table for r285540.
2015-07-14 edImplement thread_tcb_set() and thread_yield().
2015-07-14 edImplement {,p}{read,write}{,v}().
2015-07-14 andrewSet memory to be inner-sharable. This isn't needed...
2015-07-14 edLet proc_raise() call into pksignal() directly.
2015-07-14 zbbFix secondary PIC initialization order
2015-07-14 zbbFix intr_machdep.c for ARM64
2015-07-14 bruefferSpell crypto correctly.
2015-07-14 hirenExpose full 32bit RSS hash from card regardless of...
2015-07-14 npcxgbe(4): Update T4 and T5 firmwares to 1.14.2.0.
2015-07-14 jmgFix XTS, and name things a bit better...
2015-07-14 jmgfix typos..
2015-07-14 adrianPopulate hw.model with the CPU model information.
next