]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Simplify arguments to signal handlers on mips.
[FreeBSD/FreeBSD.git] / sys / kern /
2020-01-05 mjglocks: add default delay struct
2020-01-05 mjglocks: convert delay times to u_short
2020-01-05 mjgMark mtxpool_sleep as read mostly, not frequently.
2020-01-05 kevansshm: correct KPI mistake introduced around memfd_create
2020-01-05 kevansshmfd/mmap: restrict maxprot with MAP_SHARED + F_SEAL_WRITE
2020-01-05 mjgvfs: factor out avoidable branches in _vn_lock
2020-01-05 mjgvfs: drop thread argument from vinactive
2020-01-05 mjgvfs: patch up vnode count assertions to report found...
2020-01-04 jeffUse a separate lock for the zone and keg. This provide...
2020-01-03 mjgvfs: drop the mostly unused flags argument from VOP_UNLOCK
2020-01-03 kevansemulated atomic64: disable interrupts as the lock mecha...
2020-01-02 bdragon[PowerPC] [MIPS] Implement 32-bit kernel emulation...
2020-01-02 kibRename umtxq_check_susp() to thread_check_susp()
2020-01-02 kibStyle: remove trailing spaces/tabs.
2020-01-02 kaktussysctl: hide 2.x era compat node
2020-01-01 mjgvfs: drop an always-false check from vlrureclaim
2019-12-31 melifaroSplit gigantic rtsock route_output() into smaller funct...
2019-12-31 cyMFV r356143:
2019-12-31 mmMFV r356163,r356197:
2019-12-30 mavUse atomic for start_count in devstat_start_transaction().
2019-12-28 markjRemove page locking for queue operations.
2019-12-27 jhibbitsFix the powerpc copyout fixup from r356113
2019-12-27 mjgPlug a warning in read-mostly spinlocks reported by...
2019-12-27 mjgvfs: remove production kernel checks and mp == NULL...
2019-12-27 mjgAdd read-mostly sleepable locks
2019-12-27 jhibbitsFix the build from r356113.
2019-12-27 jhibbitsEliminate the last MI difference in AT_* definitions...
2019-12-26 cemrandom(9): Deprecate random(9), remove meaningless...
2019-12-26 cemgone_in(9): Trivial string grammar and style cleanups
2019-12-26 kevanskern_cons: add a stub kbdinit for configs with no keybo...
2019-12-26 kevanskbd: merge linker set drivers into standard kbd driver...
2019-12-24 cemsleep(9), sleepqueue(9): const'ify wchan pointers
2019-12-24 bdragon[PowerPC] Implement Secure-PLT jump table processing...
2019-12-24 cemkern_synch: Fix some UB
2019-12-23 kibDo not use waitable allocation of pbuf when creating...
2019-12-22 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-12-21 cyMFV r353143 (phillip):
2019-12-21 cyMFV r353141 (by phillip):
2019-12-20 philipPrint upper 32 bits in devmap table entries
2019-12-19 markjFix SIGINFO stack collection to ignore threads with...
2019-12-19 jeffFix a bug in r355784. I missed a sched_add() call...
2019-12-18 hselaskyRestore important comment in RCU/EPOCH support in FreeB...
2019-12-16 mjgvfs: flatten vop vectors
2019-12-16 mjgmtx: eliminate recursion support from thread lock
2019-12-15 jeffschedlock 4/4
2019-12-15 jeffschedlock 3/4
2019-12-15 jeffschedlock 2/4
2019-12-15 ianRewrite arm kernel stack unwind code to work when unwin...
2019-12-15 jeffschedlock 1/4
2019-12-15 jeffFix a mistake in r355765. We need to activate the...
2019-12-15 jeffAdd a deferred free mechanism for freeing swap space...
2019-12-15 jeffHandle pagein clustering in vm_page_grab_valid() so...
2019-12-14 dougmSimplify the processing a leaf mask to find big-enough...
2019-12-14 mjgRemove the useless return value from proc_set_cred
2019-12-13 jhbRemove the deprecated timeout(9) interface.
2019-12-13 impCreate new wrapper function: bus_delayed_attach_children()
2019-12-13 jhbUse callout(9) instead of deprecated timeout(9) for...
2019-12-13 traszAdd kern_kill() and use it in Linuxulator. It's just...
2019-12-13 traszAdd kern_getsid() and use it in Linuxulator; no functio...
2019-12-13 rlibbybitset: rename confusing macro NAND to ANDNOT
2019-12-13 cemkern/subr_unit: Rip srandomdev, random(3) out of dead...
2019-12-13 rmacklemr355677 requires that vop_stdioctl() be global so it...
2019-12-12 traszAdd kern_sync(9), and make kernel code call it instead...
2019-12-12 markjRename tdq_ipipending and clear it in sched_switch().
2019-12-11 mjgvfs: locking primitives which elide ->v_vnlock and...
2019-12-11 mjgfd: static-ize and devolatile openfiles
2019-12-11 avgadd a sanity check to the system call registration...
2019-12-10 jhbAdd a callout_func_t typedef for functions used with...
2019-12-10 mjgvfs: refactor vhold and vdrop
2019-12-09 jhbCopy out aux args after the argument and environment...
2019-12-08 mjgvfs: introduce v_irflag and make v_type smaller
2019-12-08 mjgvfs: clean up vputx a little
2019-12-08 mjgvfs: factor out vnode destruction out of vdrop
2019-12-08 jeffHandle multiple clock interrupts simultaneously in...
2019-12-07 kibOnly return EPERM from kill(-pid) when no process was...
2019-12-07 mjgvfs: clean up delmntque similarly to vdrop r355414
2019-12-07 mjgvfs: catch vn_printf up with reality
2019-12-06 brookssysent: Reduce duplication and improve readability.
2019-12-06 mavMake devstat_end_transaction_bio() count BIO_ORDERED.
2019-12-06 bzImprove EPOCH_TRACE
2019-12-05 mjgsx: check for SX_LOCK_SHARED | SX_LOCK_WRITE_SPINNER...
2019-12-05 mjgvfs: remove 'active' variable from _vdrop
2019-12-05 emasteUpdate ELF Tool Chain to upstream r3769
2019-12-04 mavMark some more hot global variables with __read_mostly.
2019-12-04 rlibbymbuf zones: take out the trash
2019-12-03 jhbUse uintptr_t instead of register_t * for the stack...
2019-12-03 mckusickCurrently the breadn_flags() and getblkx() interfaces...
2019-12-03 manuImport DTS files for riscv from Linux 5.4
2019-12-02 jeffUse a precise bit count for the slab free items in...
2019-12-02 jeffFix the last few cases that grab without busy or valid...
2019-12-02 jeffInitialize the idle thread's lock sooner so it's not...
2019-12-01 mjglockmgr: remove more remnants of adaptive spinning
2019-11-30 kevanstty: implement TIOCNOTTY
2019-11-30 mjgsmp: cast the read in quiesce_all_critical through...
2019-11-30 mjglockprof: use IPI-injecetd fences to fix hangs on stat...
2019-11-30 mjgAdd a way to inject fences using IPIs
2019-11-30 mjgdevfs: introduce a per-dev lock to protect ->si_devsw
2019-11-29 kevanstty_rel_gone: add locking assertion
2019-11-29 kibAdd a VN_OPEN_INVFS flag.
2019-11-29 rlibbyktls_session zone: don't need to specify uma trash
next