]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Refine r264422: set buf to NULL only when we don't allocate memory,
[FreeBSD/FreeBSD.git] / sys / kern /
2014-04-14 bruefferRefine r264422: set buf to NULL only when we don't...
2014-04-13 bruefferFree buf after usage.
2014-04-12 davideHide internal details of sbintime_t implementation...
2014-04-12 bdreweryUse proper MFSNAMELEN for fs type.
2014-04-10 davidxuAdd kqueue support for devctl.
2014-04-08 sbrunosys/kern/imgact_binmisc.c -- free the right pointer...
2014-04-08 sbrunoAdd Stacey Son's binary activation patches that allow...
2014-04-07 rayDo not fill screen, while muted.
2014-04-07 edThinko: don't forget to apply 'howto' in case init...
2014-04-07 edClean up shutdown_nice(). Just send the right signal...
2014-04-07 edImplement kqueue(2) for procdesc(4).
2014-04-06 edFix a typo. The function name is pdfork; not pfork.
2014-04-06 edNit: fix locking of p->p_state in procdesc_close().
2014-04-05 kibUse realloc(9) instead of doing the reallocation inline.
2014-04-05 dchaginPrevent alq from panic when the invalid alq_file path...
2014-04-05 kibWhen KN_INFLUX is set on the knote due to kqueue_regist...
2014-04-04 emasteInitialise m_pkthdr via bzero instead of explicitly...
2014-04-04 davidxuFix SIGIO delivery. Use fsetown() to handle file descri...
2014-04-04 gjbMerge r262907 from ^/projects/release-embedded:
2014-04-04 mjgGarbage collect fdavail.
2014-04-02 ianFix build breakage. Apparently all ARM configs build...
2014-04-02 ianAdd support for event timers whose clock frequency...
2014-04-01 jmmvAdd atf m4 files from the vendor branch.
2014-03-29 marcelAdd mkimg, a utility for making disk images from raw...
2014-03-25 mjgDocument a known problem with handling the process...
2014-03-25 mjgRemove long obsolete sysctl hw.bus.devctl_disable.
2014-03-25 mjgRemove lockless check in devopen, while correct it...
2014-03-25 desUpgrade to OpenSSH 6.6p1.
2014-03-25 mjgMake /dev/devctl mpsafe.
2014-03-24 emaxchange defaule permissions on /dev/devstat. while i...
2014-03-22 neelDon't lose track of the KTR entries copied from 'ktr_bu...
2014-03-22 baptUpdate to 20140321
2014-03-22 bdreweryRename global cnt to vm_cnt to avoid shadowing.
2014-03-21 mjgMark the following sysctls as MPSAFE:
2014-03-21 kibFix two issues with /dev/mem access on amd64, both...
2014-03-21 mjgTake filedesc lock only for reading when allocating...
2014-03-19 attilioFix comments.
2014-03-19 kibMake the array pointed to by AT_PAGESIZES auxv properly...
2014-03-19 attilioFix GENERIC build.
2014-03-18 attilioRegen per r263318.
2014-03-18 attilioRemove dead code from umtx support:
2014-03-16 rwatsonUpdate kernel inclusions of capability.h to use capsicu...
2014-03-16 jmgchange td_retval into a union w/ off_t, with defines...
2014-03-14 glebiusRemove AppleTalk support.
2014-03-14 glebiusRemove IPX support.
2014-03-14 bdreweryCombine similar code from vprintf(9) and log(9).
2014-03-13 asomersReplace 4.4BSD Lite's unix domain socket backpressure...
2014-03-12 kibUse correct types for sizeof() in the calculations...
2014-03-12 kibThe auio structure is only initialized when the vnode...
2014-03-10 baptUpdate libucl to 2014-03-03
2014-03-08 jeff - Make runq_steal_from more aggressive. Previously...
2014-03-07 asomersPartial revert of change 262914. I screwed up subversi...
2014-03-07 asomerssbin/devd/devd.8
2014-03-06 asomersFix PR kern/185813 "SOCK_SEQPACKET AF_UNIX sockets...
2014-03-05 gjbMerge ^/projects/release-embedded into ^/head.
2014-03-05 delphijMFV r262756:
2014-03-02 delphijMFV r262639: ncurses 5.9 20140222 snapshot.
2014-02-28 delphijMFV r262617: ncurses 5.9.
2014-02-28 dimMerge the projects/clang-sparc64 branch back to head...
2014-02-28 dimMerge from head up to r262611.
2014-02-28 impSymbolic bindings for the dts files...
2014-02-28 impAdd missing skeleton file.
2014-02-28 markj4478 dtrace_dof_maxsize is far too small
2014-02-28 impInitial import of DTS files from Linux
2014-02-26 dimMerge from head up to r262536.
2014-02-26 desMFV (r262529): fix is_upper() predicate
2014-02-26 emasteUpdate LLDB snapshot to upstream r202189
2014-02-25 dimMerge from head up to r262472.
2014-02-23 dimMerge from head up to r262415.
2014-02-23 baptImport libucl into head
2014-02-23 dimOn sparc64, VM_KMEM_SIZE_SCALE is not a constant expres...
2014-02-22 bdreweryFix style of comment blocks.
2014-02-22 markjPrint a backtrace if the SDT(9) stub gets called so...
2014-02-21 gjbMerge the following:
2014-02-21 dimMerge from head up to r262311.
2014-02-21 mjgFix a race between kern_proc_{o,}filedesc_out and fdesc...
2014-02-21 baptImport Dragonfly Mail Agent into base system
2014-02-21 gjbMove ^/user/gjb/hacking/release-embedded up one directo...
2014-02-21 gjbMFH: tracking commit
2014-02-18 emasteUpdate LLDB snapshot to upstream r201577
2014-02-17 bdreweryFix M_FILEDESC leak in fdgrowtable() introduced in...
2014-02-16 bdreweryRemove redundant memcpy of fd_ofiles in fdgrowtable...
2014-02-16 dimUpgrade our copy of llvm/clang to 3.4 release. This...
2014-02-14 adrianInclude the CPU id in the per-CPU timer swi thread...
2014-02-14 pluknetPreserve one character space for a trailing '\0'.
2014-02-14 jmmvMFV: Import atf-0.20.
2014-02-13 bruefferFix a bug in be_uuid_dec(); it called le16dec() instead...
2014-02-12 ianRework the EARLY_PRINTF mechanism. Instead of defining...
2014-02-11 jhbExpose OBJT_MGTDEVICE VM objects used for GEM/TTM with...
2014-02-10 glebiusCreate two public UMA_ZONE_PCPU zones: 64 bit sized...
2014-02-07 glebiusRemove identical vnet sysctl handlers, and handle CTLFL...
2014-02-05 jhbDrop the 3rd clause from all 3 clause BSD licenses...
2014-02-01 nwhitehornULE works on Book-E since r258002, so remove statements...
2014-02-01 uqsMerge mdocml v1.12.3 into head
2014-01-31 jamieBack out r261266 pending security buy-in.
2014-01-31 desUpgrade to OpenSSH 6.5p1.
2014-01-30 kibThe posix_madvise(3) and posix_fadvise(2) should return...
2014-01-30 dimImport libc++ 3.4 release. This contains a lot of...
2014-01-29 jamieAdd a jail parameter, allow.kmem, which lets jailed...
2014-01-28 kaiwMFH@261240.
next