]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Add extra flags for the radar event API.
[FreeBSD/FreeBSD.git] / sys / kern /
2011-07-30 avgsmp_rendezvous: master cpu should wait until all slaves...
2011-07-30 kibFix the devmtx lock leak from make_dev(9) when the...
2011-07-25 avgremove RESTARTABLE_PANICS option
2011-07-24 mckusickMove the MNTK_SUJ flag in mnt_kern_flag to MNT_SUJ...
2011-07-24 mckusickThis update changes the mnt_flag field in the mount...
2011-07-22 jonathanTurn on AUDIT_ARG_RIGHTS() for cap_new(2).
2011-07-20 jonathanExport capability information via sysctls.
2011-07-19 attilioRemove explicit MAXCPU usage from sys/pcpu.h avoiding...
2011-07-19 attilioRemove pc_name member of struct pcpu.
2011-07-18 bzRename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN.
2011-07-18 jhb- Export each thread's individual resource usage in...
2011-07-18 attilio- Remove the eintrcnt/eintrnames usage and introduce...
2011-07-17 rwatsonDefine two new sysctl node flags: CTLFLAG_CAPRD and...
2011-07-17 rstoneFix a LOR between hwpmc and the kernel linker. When...
2011-07-17 dimUpgrade our copy of llvm/clang to r135360, from upstrea...
2011-07-17 hrs- Improve interface list handling. The rtadvd(8) now...
2011-07-16 dougbUpgrade to version 9.8.0-P4
2011-07-15 jonathanAuto-generated system call code with cap_new(), cap_get...
2011-07-15 jonathanAdd cap_new() and cap_getrights() system calls.
2011-07-15 jonathanAdd implementation for capabilities.
2011-07-14 jkimIf TSC stops ticking in C3, disable deep sleep when...
2011-07-14 traszRename resource names to match these in login.conf.
2011-07-14 bzRemove semaphore map entry count "semmap" field and...
2011-07-14 nwhitehornUpdate dialog to 1.1-20110707.
2011-07-12 kibImplement an RFTSIGZMB flag to rfork(2) to specify...
2011-07-11 mmUpdate xz to git snapshot of v5.0 branch as of 20110711...
2011-07-11 aeInclude sys/sbuf.h directly.
2011-07-10 mckusickUpdate tags build script
2011-07-09 kibAdd a facility to disable processing page faults. When...
2011-07-08 mdfAdd an option to have a fail point term only execute...
2011-07-08 mdfstyle(9) and cleanup fixes.
2011-07-08 jonathanFix the "passability" test in fdcopy().
2011-07-08 andreIn the experimental soreceive_stream():
2011-07-07 traszStyle fix - macros are supposed to be uppercase.
2011-07-07 andreRemove the TCP_SORECEIVE_STREAM compile time option...
2011-07-06 traszAll the racct_*() calls need to happen with the proc...
2011-07-05 mariusCall pmap_qremove() before freeing or unwiring the...
2011-07-05 jonathanRework _fget to accept capability parameters.
2011-07-04 jonathanAdd kernel functions to unwrap capabilities.
2011-07-04 attilioWith retirement of cpumask_t and usage of cpuset_t...
2011-07-03 bzAdd infrastructure to allow all frames/packets received...
2011-07-02 edReintroduce the cioctl() hook in the TTY layer for...
2011-06-30 jonathanWhen Capsicum starts creating capabilities to wrap...
2011-06-30 jonathanAdd some checks to ensure that Capsicum is behaving...
2011-06-29 alcAdd a new option, OBJPR_NOTMAPPED, to vm_object_page_re...
2011-06-29 jonathanWe may split today's CAPABILITIES into CAPABILITY_MODE...
2011-06-26 edFix whitespace inconsistencies in the TTY layer and...
2011-06-25 jonathanRemove redundant Capsicum sysctl.
2011-06-25 avgunconditionally stop other cpus when entering kdb in...
2011-06-25 avggeneric_stop_cpus: pull timeout logic from under DIAGNOSTIC
2011-06-24 jonathanTidy up a capabilities-related comment.
2011-06-22 jkimSet negative quality to TSC timecounter when C3 state...
2011-06-20 gavinMerge tnftp-20100108 from the vendor branch into head.
2011-06-17 obrienAdd comment from CSRG rev 7.27 (1992/06/23 19:56:55...
2011-06-16 kibDo not trash the argv[0] pointer for an a.out process...
2011-06-16 kibFix silly typo that resulted in the a.out process stack...
2011-06-16 marcelEven if the loaded module has no symbols, we still...
2011-06-16 hrsMerge from HEAD@222977.
2011-06-14 gibbssys/kern/subr_kdb.c:
2011-06-14 obrienWe should not return ECHILD when debugging a child...
2011-06-14 gibbssys/sys/conf.h:
2011-06-14 gshapiroMerge sendmail 8.14.5 to HEAD
2011-06-13 kenInstead of using an atomic operation to determine wheth...
2011-06-13 gibbsFix a couple of race conditions in devstat(9) initializ...
2011-06-12 dimUpgrade our copy of llvm/clang to r132879, from upstrea...
2011-06-11 hrsMerge from HEAD@222975.
2011-06-10 jeff - When printing bufs with show buf the lblkno is often...
2011-06-08 attilioIn the current code, a double panic condition may lead...
2011-06-08 hrsMerge from HEAD@222848.
2011-06-07 jhbLog the socket address passed as the destination to...
2011-06-07 attilioetire the cpumask_t type and replace it with cpuset_t...
2011-06-07 attilioMFC
2011-06-07 kenSet pca.p_bufr to NULL when we haven't allocated a...
2011-06-07 davidxuUse p4prio_to_tsprio to calculate TS priority instead...
2011-06-07 marcelFix making kernel dumps from the debugger by creating...
2011-06-06 attilioMFC
2011-06-06 jhbClear the device_t pointer in 'struct resource' when...
2011-06-05 hrsMerge from HEAD@222712.
2011-06-04 attilioMFC
2011-06-03 edUpgrade libcompiler_rt from revision 117047 to 132478.
2011-06-03 attilioMFC
2011-06-02 attilioMFC
2011-06-01 attilioMFC
2011-05-31 kenFix a bug introduced in revision 222537.
2011-05-31 attilioMFC
2011-05-31 attilioFix KTR_CPUMASK in order to accept a string representin...
2011-05-31 attilioRevert a change that crept in during MFC.
2011-05-31 kenFix apparent garbage in the message buffer.
2011-05-31 nwhitehornOn multi-core, multi-threaded PPC systems, it is import...
2011-05-31 attilioMFC
2011-05-29 attilioMFC
2011-05-29 trocinyIn soreceive_generic(), if MSG_WAITALL is set but the...
2011-05-29 hrsMerge from head@222434.
2011-05-29 attilioMFC
2011-05-27 traszRemove definitions for RACCT_FSIZE and RACCT_SBSIZE...
2011-05-27 attilioMFC
2011-05-26 traszFix support for RACCT_CORE by merging forgotten file.
2011-05-26 attilioMFC
2011-05-24 jhbSilly spelling typos.
2011-05-24 jhbFix an issue with critical sections and SMP rendezvous...
next