The rule field in the ipfw_dyn_rule structure is used as storage
[freebsd.git] / sys / kern /
2017-04-14 aeFix the build.
2017-04-14 aeRework r316770 to make it protocol independent and...
2017-04-13 andrewDon't prefix zero with 0x in assym.s.
2017-04-09 pkelseyCorrected misspelled versions of rendezvous.
2017-04-07 cemkern_descrip: Move kinfo_ofile size assert under COMPAT...
2017-04-06 brooksRegen after r316594.
2017-04-06 brooksChange the size argument of __getcwd() to size_t.
2017-04-05 kibAdd V_VMIO flag for vinvalbuf(9) to indicate that the...
2017-04-04 brooksCorrect a kernel stack leak in 32-bit compat when vfc_n...
2017-03-31 rwatsonAudit arguments to posix_fallocate(2) and posix_fadvise...
2017-03-31 rwatsonAudit arguments to POSIX message queues, semaphores...
2017-03-30 rwatsonAudit arguments to System V IPC system calls implementi...
2017-03-30 rwatsonAdd system-call argument auditing for ACL-related syste...
2017-03-30 tychonAdd support for capturing 'struct ptrace_lwpinfo' for...
2017-03-30 kibA followup to r315749, two more places where brand...
2017-03-29 rwatsonWhen handling msgsys(2), semsys(2), and shmsys(2) multi...
2017-03-29 rwatsonHook up new audit event identifiers for various non...
2017-03-28 mmMFV r316083,316094:
2017-03-27 bdeOops, my fix for bright colors broke bright black some...
2017-03-25 avgdtrace sched:::preempt should fire only when there...
2017-03-25 dchaginUpdate to tcsh 6.20.00
2017-03-24 glebiusMake sendfile(2) more robust against file change. ...
2017-03-24 mmMFV r315875:
2017-03-23 delphijMFV r315791: ntp 4.2.8p10.
2017-03-23 edDon't require the presence of the compat_3_brand.
2017-03-23 avgmove thread switch tracing from mi_switch to sched_switch
2017-03-22 kibUpdate r315753 with the proper flag name.
2017-03-22 kibAdd a flag BI_BRAND_ONLY_STATIC to specify that the...
2017-03-22 kibAdjust r314851 to not require every brand to specify...
2017-03-22 ngiePrint out name of non-dynamic sysctl in sysctl_remove_o...
2017-03-21 cemkern_fail: Allow sleeping for more than 2147483/hz...
2017-03-21 emastetighten buffer bounds in imgact_binmisc_populate_interp
2017-03-20 mmMFV r315633, 315635:
2017-03-20 alcUse IDX_TO_OFF(), not ptoa(), when converting the diffe...
2017-03-19 alcStyle fixes. In particular, the variable "bogus" is...
2017-03-19 vangyzenRegenerate syscall files for r315526
2017-03-19 vangyzenAdd clock_nanosleep()
2017-03-18 alcAvoid unnecessary calls to vm_map_protect() in elf_load...
2017-03-18 vangyzennanosleep: plug a kernel memory disclosure
2017-03-18 bdeFix bright colors for syscons, and make them work for...
2017-03-17 kibWhen clearing altsigstack settings on exec, do it to...
2017-03-16 badgerDon't clear p_ptevents on normal SIGKILL delivery
2017-03-15 jhbUse UMA_ALIGN_PTR instead of sizeof(void *) for zone...
2017-03-15 alcRelax the locking requirements for vm_object_page_noreu...
2017-03-15 markjWhen draining a callout, don't clear CALLOUT_ACTIVE...
2017-03-14 vangyzenAdd missing pieces of r315280
2017-03-14 kibUse atop() instead of OFF_TO_IDX() for convertion of...
2017-03-14 vangyzenWhen the RTC is adjusted, reevaluate absolute sleep...
2017-03-14 kibUse designated initializers for kevent_copyops.
2017-03-14 kibHide kev_iovlen() definition under #ifdef KTRACE, fixin...
2017-03-12 ianChange 'Hz' back to 'HZ'... it's referring to the kerne...
2017-03-12 ianCorrect the abbreviations for microseconds (us, not...
2017-03-12 kibAvoid reusing p_ksi while it is on queue.
2017-03-12 kibAccept linkers representation for ELF segments with...
2017-03-12 kibStyle.
2017-03-12 kibKtracing kevent(2) calls with unusual arguments might...
2017-03-11 alcSimplify the control flow and tidy up a comment in...
2017-03-11 avgtrace thread running state when a thread is run for...
2017-03-11 avgactually implement proc:::lwp-exit probe
2017-03-10 gonzoMerge from vendor branch importing dtc 1.4.3
2017-03-10 mmokhiFix NULL pointer dereference and panic with shm file...
2017-03-09 glebiusIn linker_load_file() print name of a file that failed...
2017-03-09 glebiusReduce stack usage in link_elf_load_file(), allocating...
2017-03-08 impCopy needed include files from EDK2. This is a minimal...
2017-03-07 glebiusm_mbuftouio() doesn't modify the mbuf.
2017-03-07 manuUpdate our device tree files to a Linux 4.10
2017-03-07 badgerdon't stop in issignal() if P_SINGLE_EXIT is set
2017-03-07 kibWhen selecting brand based on old Elf branding, prefer...
2017-03-07 kibRequire whole brand string matching for old Elf branding.
2017-03-07 kibConsistently use vm_ooffset_t type for the vm object...
2017-03-07 hirenFix the KASSERT check from r314813.
2017-03-07 hirenWe've found a recurring problem where some userland...
2017-03-06 glebiusFix compilation of r314784 on 32 bit.
2017-03-06 glebiusIn panic() print current timestamp, which matches times...
2017-03-06 kibInstead of direct use of vm_map_insert(), call vm_map_f...
2017-03-06 desUpgrade to OpenSSH 7.4p1.
2017-03-05 alcStyle and punctuation fixes.
2017-03-05 manuExport a sysctl dev.<clkdom>.<unit>.clocks for each...
2017-03-03 vangyzenFix grammar in some comments in subr_sleepqueue.c
2017-03-03 markjFix a ticks comparison in sched_pctcpu_update().
2017-03-03 jkimMerge ACPICA 20170303.
2017-03-02 mmMFV r314565,314567,314570:
2017-03-02 emastekern_sig.c: ANSIfy and remove archaic register keyword
2017-03-02 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2017-03-02 kibStyle.
2017-03-02 hselaskyImplement taskqueue_poll_is_busy() for use by the LinuxKPI.
2017-03-02 desUpgrade to OpenSSH 7.3p1.
2017-03-01 dimMerge ^/head r314482 through r314522.
2017-03-01 sbrunoMake gtaskqueue compatible with drm-next such that...
2017-03-01 kibUse vm_map_insert() instead of vm_map_find() in elf_map...
2017-03-01 kibWhen deallocating the vm object in elf_map_insert(...
2017-03-01 dimMerge ^/head r314420 through r314481.
2017-03-01 mjglocks: ensure proper barriers are used with atomic...
2017-02-28 dimMerge ^/head r314270 through r314419.
2017-02-28 scottlProvide a comment on why stdio.h needs to be included.
2017-02-28 jkimInclude stdio.h to fix libsbuf build.
2017-02-28 scottlImplement sbuf_prf(), which takes an sbuf and outputs it
2017-02-28 glebiusRemove SVR4 (System V Release 4) binary compatibility...
2017-02-25 dimMerge ^/head r314178 through r314269.
2017-02-25 kibDo not leak mount references for dying threads.
next