]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Sync strlcpy with userland version, again
[FreeBSD/FreeBSD.git] / sys / kern /
2018-06-21 Justin HibbitsIntroduce PMCR-based cpufreq(4) driver, for IBM POWER8...
2018-06-21 Kyle Evanssubr_hints: simplify a little bit
2018-06-20 Hans Petter SelaskyPermit the kernel environment to set an array of numeri...
2018-06-20 Kyle EvansAdd debug.verbose_sysinit tunable for VERBOSE_SYSINIT
2018-06-20 Emmanuel VadotAdd pmap_mapdev_attr for arm64
2018-06-20 Bjoern A. ZeebInstead of using hand-rolled loops where not needed...
2018-06-20 Bjoern A. ZeebSometimes it is helpful to get the path for a vnode.
2018-06-19 Matt Macyconvert inpcbinfo hash and info rwlocks to epoch +...
2018-06-16 Andrey V. ElsukovSwitch RIB and RADIX_NODE_HEAD lock from rwlock(9)...
2018-06-15 Gleb SmirnoffSince 'ticks' is an int, it may wrap around and cr_tick...
2018-06-15 Bryan Dreweryproc0_post: Fix some locking issues
2018-06-14 Olivier HouchardUse M_EXEC when calling malloc() to allocate the memory...
2018-06-14 Brooks DavisRegen after 335177 (rename sys_obreak to sys_break).
2018-06-14 Brooks DavisName the implementation of brk and sbrk sys_break().
2018-06-14 Emmanuel Vadotdts: Update our copy to Linux 4.17
2018-06-13 Jonathan T. LooneyMake UMA and malloc(9) return non-executable memory...
2018-06-13 Warner LoshImplement a 'car limit' for bioq.
2018-06-13 Bruce EvansFix the encoding of major and minor numbers in 64-bit...
2018-06-13 Bruce EvansFix some bugs found while fixing the representation...
2018-06-11 Ed Mastemakesyscalls: simplify capenabled pipeline
2018-06-11 Matt Macylimit change to fixing controlp handling pending review
2018-06-11 Matt Macysoreceive_stream: correctly handle edge cases
2018-06-08 Mateusz Guzikcounter: add a bit missed in r334858
2018-06-08 Matt MacyAF_UNIX: bring uipc_ready in compliance with new lockin...
2018-06-08 Jonathan T. LooneyAdd a socket destructor callback. This allows kernel...
2018-06-08 Mateusz Guzikuma: fix up r334824
2018-06-08 Matt Macyhwpmc: simplify calling convention for hwpmc interrupt...
2018-06-07 Randall StewartThis commit brings in a new refactored TCP stack called...
2018-06-07 Alan CoxWhen pidctrl_daemon() is called multiple times within...
2018-06-07 Matt MacyAF_UNIX: check for unp == unp2 on disconnect
2018-06-07 Alan Coxpidctrl_daemon() implements a variation on the classica...
2018-06-06 Sean BrunoLoad balance sockets with new SO_REUSEPORT_LB option.
2018-06-06 Justin HibbitsRevert r334708
2018-06-06 Justin HibbitsAdd a memory barrier after taking a reference on the...
2018-06-05 Matt Macyhwpmc: log name->pid, name->tid mappings
2018-06-04 Jung-uk KimMFV: r334448
2018-06-04 Mark JohnstonRegen after r334626.
2018-06-04 Mark JohnstonReimplement brk() and sbrk() to avoid the use of _end.
2018-06-04 Alan CoxUse a single, consistent approach to returning success...
2018-06-04 Matt Macyhwpmc: support sampling both kernel and user stacks...
2018-06-02 Mateusz GuzikRemove an unused argument to turnstile_unpend.
2018-06-02 Mateusz Guzikmalloc: try to use builtins for zeroing at the callsite
2018-06-01 Mark JohnstonAvoid completing I/O when dumping core after a panic.
2018-06-01 Ed MasteANSIfy sys/kern
2018-05-31 Warner LoshMake the data returned by devinfo harder to overflow.
2018-05-30 Brooks DavisRemove alternative names that are identical to the...
2018-05-30 Ed Mastelink_elf_obj: correct an error message
2018-05-30 Matt Macyepoch(9): make epoch closer to style(9)
2018-05-29 Stephen Hurdiflib: mark irq allocation name parameter as constant
2018-05-29 Gleb SmirnoffRevert second chunk of r333860. The warning from gcc...
2018-05-29 Matt Macyhwpmc: don't enter epoch section across mmap hook
2018-05-29 Brooks DavisCorrect pointer subtraction in KASSERT().
2018-05-29 Andriy Gaponadd support for console resuming, implement it for...
2018-05-29 Slava ShwartsmanMFV r333668:
2018-05-28 Matt Macywitness/hwpmc: fix locking order for pmc locks
2018-05-28 Hans Petter SelaskyMFV r333789: libpcap 1.9.0 (pre-release)
2018-05-26 Eric van Gyzenkern_cpuset: fix small leak on error path
2018-05-26 Eric van Gyzenkdb_trap: Fix use of uninitialized data
2018-05-25 Brooks DavisRegen after r334223: make vadvise compat freebsd11.
2018-05-25 Brooks DavisMake vadvise compat freebsd11.
2018-05-24 Olivier HouchardImport CK as of commit 0f017230ccc86929f56bf44ef2dca93d...
2018-05-24 Matt MacyAF_UNIX: It is possible for UNIX datagram sockets to...
2018-05-24 Matt MacyAF_UNIX: evidently Samba likes to connect a unix socket...
2018-05-24 Matt MacyAF_UNIX in connectat unp and unp2 can be the same
2018-05-24 Conrad MeyerYank crufty INTR_FILTER option
2018-05-24 Brooks DavisAvoid two suword() calls per auxarg entry.
2018-05-24 Bjoern A. ZeebTry to be consistent and spell "vnet" lower case like...
2018-05-24 Bjoern A. ZeebImprove the KASSERT to also have the prison pointer.
2018-05-24 Matt MacyAF_UNIX: assert that we're not acquiring the same lock
2018-05-23 Mateusz GuzikRemove incorrect owepreempt assertion added in r334062
2018-05-23 Matt Macykern_sendit: use pre-initialized rights
2018-05-23 Phil ShaferImport libxo-0.9.0:
2018-05-22 Mateusz GuzikMove preemption handling out of critical_exit.
2018-05-22 Fabien ThomasAdd a SPD cache to speed up lookups.
2018-05-22 Mateusz Guziksx: fixup a braino in r334024
2018-05-22 Mateusz GuzikReduce sdt-related branch-fest in mi_switch.
2018-05-22 Mateusz Guziksx: port over writer starvation prevention measures...
2018-05-22 Mateusz Guzikrw: decrease writer starvation
2018-05-21 Andriy Gaponstop and restart kernel event timers in the suspend...
2018-05-21 Mark JohnstonDon't pass a section cookie to CK for non-preemptible...
2018-05-20 Matt MacyAF_UNIX gc unused label
2018-05-20 Matt MacyAF_UNIX: Don't unlock unp/unp2 if they're not locked
2018-05-20 Matt MacyAF_UNIX: fix LOR introduced by the locking rewrite
2018-05-20 Matt MacyAdd additional preinitialized cap_rights
2018-05-20 Eitan AdlerMFV: file 5.33
2018-05-20 Mateusz Guzikvfs: simplify vop_stdlock/unlock
2018-05-20 Matt MacyAF_UNIX: make unpcb lock name line up with what's in...
2018-05-19 Warner LoshRestore the all rights reserved language. Put it on...
2018-05-19 Ed MasteRemove duplicate cap_no_rights from r333874
2018-05-19 Matt MacyUnbreak BeagleBone Black boot by collapsing 29 SYSINITs...
2018-05-19 Matt Macyintr unbreak KTR/LINT build
2018-05-19 Matt MacyAF_UNIX: switch to annotations to avoid warnings
2018-05-19 Matt Macycapsicum: propagate const correctness
2018-05-19 Matt Macyintr: eliminate / annotate unused stack locals
2018-05-19 Matt Macysendfile: annotate unused value and ensure that npages...
2018-05-19 Matt Macyumtx: don't call umtxq_getchain unless the value is...
2018-05-19 Matt Macycpuset: revert and annotate instead
2018-05-19 Matt Macyconf: revert last change and annotate unused var instead
2018-05-19 Matt Macykevent: annotate unused stack local
2018-05-19 Matt Macylockf: annotate LOCKF_DEBUG only var
next