]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
The self-relocation code is not efi-specific, move it to boot/common.
[FreeBSD/FreeBSD.git] / sys / kern /
2015-05-10 kibOn exec, single-threading must be enforced before argum...
2015-05-09 gjbMerge ^/projects/release-arm-redux into ^/head.
2015-05-09 kibThe vmem callback to reclaim kmem arena address space...
2015-05-09 kibDo not return from thread_single(SINGLE_BOUNDARY) until...
2015-05-07 aem_dup() is supposed to give a writable copy of an mbuf...
2015-05-06 mjgFix up panics when fork fails due to hitting proc limit
2015-05-06 gjbMFH: r282315-r282534
2015-05-04 gjbMFV r225523, r282431:
2015-05-04 ianImplement a mechanism for making changes in the kernel...
2015-05-04 cyMFV ntp 4.2.8p2 (r281348)
2015-05-02 oshogbonv_malloc can fail in userland.
2015-05-02 oshogboRemove duplicated code using macro template for the...
2015-05-02 oshogboIntroduce the NV_FLAG_NO_UNIQUE flag. When set, it...
2015-05-02 oshogboApproved, oprócz użycie RESTORE_ERRNO() do ustawiania...
2015-05-02 bzFix an off-by-one bug in string/array handling which...
2015-05-02 markjRemove a stale reference to the stop_scheduler_on_panic...
2015-05-01 gjbMFH: r281855-r282312
2015-05-01 oshogboAdd nvlist_flags() function, which returns nvlist's...
2015-04-30 oshogboMark local function as static as a result of removing...
2015-04-30 oshogboRename macros to use prefix ERRNO. Add macro ERRNO_SET...
2015-04-30 jhbRemove support for Xen PV domU kernels. Support for...
2015-04-29 oshogboSave errno from close override.
2015-04-29 oshogboRemove the nvlist_.*[fv] functions.
2015-04-29 oshogboRemove recursion from descriptor-related functions.
2015-04-29 oshogboAlways use the nv_malloc macro instead of malloc(3).
2015-04-29 oshogboStyle fixes.
2015-04-29 traszAdd kern.racct.enable tunable and RACCT_DISABLED config...
2015-04-28 pfgMFV r282150
2015-04-27 desRestore packaging subdir to enable running unmodified...
2015-04-27 traszMake setproctitle(3) work in Capsicum capability mode...
2015-04-27 kibPartially revert r255986: do not call VOP_FSYNC() when...
2015-04-27 kibFix locking for oshmctl() and shmsys().
2015-04-27 ngieIntegrate tools/regression/aio/aiotest and tools/regres...
2015-04-27 ngieIntegrate tools/regression/mqueue into the FreeBSD...
2015-04-27 ngieIntegrate tools/regression/fifo into the FreeBSD test...
2015-04-27 ngieIntegrate tools/regression/kqueue into the FreeBSD...
2015-04-27 ngieIntegrate tools/regression/execve into the FreeBSD...
2015-04-27 ngieMove etc/tests/rc.d to etc/rc.d/tests to match the...
2015-04-26 mjgfd: plug an always overwritten initialization in fdalloc
2015-04-26 mjgConsistently use p instead of td->td_proc in create_thread
2015-04-25 rmacklemMAXBSIZE defines both the largest UFS block size and the
2015-04-24 kibUse correct length for sparse uiomove(). It must be...
2015-04-24 markjMake vpanic() externally visible so that it can be...
2015-04-23 kibHandle incorrect ELF images specifying size for PT_GNU_...
2015-04-22 mavMake AIO to not allocate pbufs for unmapped I/O like...
2015-04-22 rodrigcMove zlib.c from net to libkern.
2015-04-22 gjbMFH: r280643-r281852
2015-04-22 rodrigcSupport file verification in MAC.
2015-04-21 traszModify kern___getcwd() to take max pathlen limit as...
2015-04-21 mavRewrite physio() to not allocate pbufs for unmapped...
2015-04-21 sjgMerge bmake-20150418
2015-04-21 rpauloMerge wpa_supplicant/hostapd 2.4.
2015-04-21 gjbMerge the following from ^/projects/release-arm64 to...
2015-04-20 vangyzenAlways send log(9) messages to the message buffer.
2015-04-20 gjbMFH: r281668 through r281783
2015-04-18 kibRegen.
2015-04-18 kibThe lseek(2), mmap(2), truncate(2), ftruncate(2), pread...
2015-04-18 markjRemove unimplemented sched provider probes.
2015-04-18 kibInitialize td_sel in the thread_init(). Struct thread...
2015-04-18 mckusickMore accurately collect name-cache statistics in sysctl...
2015-04-16 dteskeAdd "GELI Passphrase:" prompt to boot loader.
2015-04-16 ngieMFhead @ r281584
2015-04-15 rmacklemFile systems that do not use the buffer cache (such...
2015-04-15 neelFix handling of BUS_PROBE_NOWILDCARD in 'device_probe_c...
2015-04-15 traszRewrite linprocfs_domtab() as a wrapper around kern_get...
2015-04-15 kibImplement support for binary to requesting specific...
2015-04-14 gnnWhen a kernel has DEVICE_POLLING turned on but no drive...
2015-04-14 rrsFix my stupid restoral of old code.. must be c_iflags...
2015-04-13 rrsRestore the two lines accidentally deleted that allow...
2015-04-12 ngieMFhead @ r281476
2015-04-11 willuiomove_object_page(): Avoid instantiating pages in...
2015-04-11 mjgReplace struct filedesc argument in getsock_cap with...
2015-04-11 mjgfd: remove filedesc argument from fdclose
2015-04-10 baptUpdate nvi to 2.1.3 which fixes the data corruption...
2015-04-05 mavAdd vmem locking to r281026.
2015-04-04 kibRestore proper error from oshmctl(2), used by COMPAT_43...
2015-04-04 jillesutimensat: Correct Capsicum required capability rights.
2015-04-04 kibRemove useless initialization.
2015-04-03 dimAdd the llvm-cov and llvm-profdata tools, when WITH_CLA...
2015-04-03 mavMake ZFS ARC track both KVA usage and fragmentation.
2015-04-02 kibSpeed up symbol lookup for the amd64 kernel modules.
2015-04-01 rstoneFix integer truncation bug in malloc(9)
2015-03-31 rrsAdopt jhb's suggested changes, updated comments and...
2015-03-30 glebiusCatch up on r271387 and remove unused parameter from
2015-03-30 mavPeriodically wake up threads waiting for vmem(9) resour...
2015-03-30 cyMFV ntp 4.2.8p1 (r258945, r275970, r276091, r276092...
2015-03-29 mavAdd four new DDB commands to display vmem(9) statistics.
2015-03-28 kibMake debug.vmem_check a tunable. It is useful to set...
2015-03-28 vangyzenClean up some cosmetic nits in kern_umtx.c, found durin...
2015-03-28 bzTry to unbreak !SMP kernels broken in r280785 by using...
2015-03-28 rrsChange the callout to supply -1 to indicate we are...
2015-03-25 gjbMFH: r278968-r280640
2015-03-25 hselaskyImplement a simple OID number garbage collector. Given...
2015-03-24 hselaskyMake sure tunable sysctls are only fetched once. The...
2015-03-24 glebiusDo not include if_var.h and in6_var.h into kern_jail...
2015-03-24 hselaskyCorrect string pointer offset for error printout.
2015-03-24 rpauloDisable coredump_devctl because it could lead to leakin...
2015-03-24 mjgfiledesc: microoptimize fget_unlocked by getting rid...
2015-03-22 ianThe sysctls that return process argv and envv return...
2015-03-22 hselaskyFix for out of order device destruction notifications...
next