]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Fix a typo in comment.
[FreeBSD/FreeBSD.git] / sys /
2015-07-24 delphijFix a typo in comment.
2015-07-24 alcAdd a comment discussing the appropriate use of the...
2015-07-24 marius- Since r253161, uart_intr() abuses FILTER_SCHEDULE_THR...
2015-07-24 emasteAdd RISC-V ELF machine type definition
2015-07-24 marius- In mpt_send_handshake_cmd(), use bus_space_write_stre...
2015-07-24 mariuso Revert the other functional half of r239864, i. e...
2015-07-24 rrsFix silly syntax error emacs chugged in for me.. gesh.
2015-07-24 rrsFix an issue with MAC OS locking and also optimize...
2015-07-24 edImplement the basic system calls that operate on pathnames.
2015-07-24 impPanic when a device is trying to recursively acquire...
2015-07-23 pluknetCall ksem_get() with initialized 'rights'.
2015-07-23 jeffRefactor unmapped buffer address handling.
2015-07-23 jimharrisnvme: ensure csts.rdy bit is cleared before returning...
2015-07-23 jimharrisnvme: properly handle case where pci_alloc_msix does...
2015-07-23 edAllow us to create UNIX sockets and socketpairs in...
2015-07-23 edAllow cap_rights_{set,clear,is_set} to be called with...
2015-07-23 jeff - Don't defeat the FIFO nature of the buffer cache...
2015-07-22 cemvt: cpu logos: Correct reversed 0/1 beastie descriptions
2015-07-22 cemvt: Change default CPU logo to Orb
2015-07-22 cemvt: Default to cpu logos off
2015-07-22 cemvt_core.c: Use do/while to highlight missed semi-colon...
2015-07-22 jkimCatch up with ACPICA 20150717.
2015-07-22 arybchiksfxge: added fallbacks for pre 4.2.1 firmware support
2015-07-22 jkimMerge ACPICA 20150717.
2015-07-22 cemvt: Unbreak build on no-splash configurations
2015-07-22 rrsFix several problems with Stream Reset.
2015-07-22 edRegenerate system call table.
2015-07-22 edImport upstream changes to the system call definitions.
2015-07-22 zbbIntroduce support for MSI-X interrupts in AHCI
2015-07-22 rrsFix inverted logic bug that David Wolfskill found ...
2015-07-22 kibRemove duplicate and useless declarations.
2015-07-22 edAdd Makefiles for CloudABI kernel modules.
2015-07-22 whuDo not enable UDP checksum offloading when running...
2015-07-22 loosCosmetic change. When printing the child's mapped...
2015-07-22 jhbVarious changes to the registers displayed in DDB for...
2015-07-21 markjRemove checks for a NULL return value from M_WAITOK...
2015-07-21 delphijFix resource exhaustion due to sessions stuck in LAST_A...
2015-07-21 markjLet the unwinder handle faults during function prologue...
2015-07-21 markjImprove stack unwinding on i386 and amd64 after an...
2015-07-21 markjDon't return undefined symbols to a DDB symbol lookup.
2015-07-21 markjRemove some dead code from DDB's amd64 stack unwinder.
2015-07-21 kibThe smp_rendezvous_cpus() function should ensure that...
2015-07-21 eriIPSEC, remove variable argument function its already...
2015-07-21 erjFix for a customer issue with ixl(4):
2015-07-21 jimharrisnvd: set d_delmaxsize to full capacity of NVMe namespace
2015-07-21 cemvt: Draw logos per CPU core
2015-07-21 cemvt: De-static VT_SYSCTL_INT-defined objects
2015-07-21 andrewTeach the GICv2 driver about the Qualcomm GICv2 compati...
2015-07-21 zbbAdd some more explanation to r285752
2015-07-21 zbbDon't allow malloc() to wait for resource while holding...
2015-07-21 edMake clock_gettime() and clock_getres() work for CloudA...
2015-07-21 zbbAdd support for vendor specific function for PCI devid...
2015-07-21 kibThe part of r285680 which removed release semantic...
2015-07-21 edDescribe COMPAT_CLOUDABI64 in the amd64 configuration...
2015-07-21 zbbImplement get_cyclecount() on ARM64
2015-07-21 edMake thread creation work for CloudABI processes.
2015-07-21 zbbImprove ARM64 CPU_MATCH
2015-07-21 pluknetFix sb_state constant names as used e.g. to display...
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...
next