]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Change three methods in struct ieee80211com, namely ic_updateslot,
[FreeBSD/FreeBSD.git] / sys / kern /
2015-05-24 dchaginFor future use in the Linuxulator:
2015-05-24 dchaginIn preparation for switching linuxulator to the use...
2015-05-24 dchaginIn preparation for switching linuxulator to the use...
2015-05-24 dchaginIn preparation for switching linuxulator to the use...
2015-05-24 dchaginIn preparation for switching linuxulator to the use...
2015-05-24 dchaginIn preparation for switching linuxulator to the use...
2015-05-23 kibIf thread requested to not stop on non-boundary, then...
2015-05-22 impFix typo in symbol name. It helps to hit save in all...
2015-05-22 impExport the eflags field from the elf header. This allow...
2015-05-22 jkimCALLOUT_MPSAFE has lost its meaning since r141428,...
2015-05-22 jhbExpand ktr_mask to be a 64-bit unsigned integer.
2015-05-22 jhbOnly reparent a traced process to its old parent if...
2015-05-21 jhbRevert r282971. It depends on condvar consumers not...
2015-05-21 pfgddb: finish converting boolean values.
2015-05-20 oshogboFix memory leak.
2015-05-20 oshogboStyle.
2015-05-20 oshogboAlways use the nv_free function.
2015-05-19 asomersProperly null-terminate strings in a kernel dump header...
2015-05-18 jkimMerge ACPICA 20150515.
2015-05-18 mjgfd: fix imbalanced fdp unlock in F_SETLK and F_GETLK
2015-05-18 mjgTidy up sys_umask a little bit
2015-05-15 jhbPreviously, cv_waiters was only updated by cv_signal...
2015-05-15 kibOn amd64, make proc0 pmap initialization slightly more...
2015-05-15 kibRight now, the process' p_boundary_count counter is...
2015-05-14 jonathanAllow sizeof(cpuset_t) to be queried in capability...
2015-05-14 traszBuild GENERIC with RACCT/RCTL support by default. ...
2015-05-10 sjgMerge bmake-20150505 improve detection of malformed...
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
next