]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Remove duplicate definition of get_pcb_td(). gcc works for detecting
[FreeBSD/FreeBSD.git] / sys / sys /
2016-08-14 mmMFV r304060:
2016-08-12 shurdUpdate iflib to support more NIC designs
2016-08-11 markjRemove b_pin_count from struct buf.
2016-08-11 traszRemove unused textvp_fullpath() macro.
2016-08-10 traszReplace all remaining calls to vprint(9) with vn_printf...
2016-08-09 dumbbellsys/pcpu.h: Revert change introduced in r303890
2016-08-09 dumbbellConsistently use `device_t`
2016-08-09 stevekMove IPv4-specific jail functions to new file netinet...
2016-08-08 markjHandle races with listening socket close when connectin...
2016-08-05 traszRemove lockmgr_waiters(9) and BUF_LOCKWAITERS(9); they...
2016-08-04 bdreweryRegenerate after r303755.
2016-08-04 jhbAdd __printflike() to bus_describe_intr() to enable...
2016-08-04 traszRemove unused - never actually implemented - vnode...
2016-08-03 edRegenerate system call tables for r303699 and r303700.
2016-08-03 edmprotect(): Change prototype to comply to POSIX.
2016-08-03 jhibbitsRemove a duplicate PMC CPU number
2016-08-02 emasteMove/add ARM ELF PHDR types to elf_common.h
2016-08-02 emasteAdd ELFOSABI_ARM_AEABI ELF OSABI constant
2016-08-01 mjgImplement trivial backoff for locking primitives.
2016-07-28 stevekRemove BSD and USL copyright and update license block...
2016-07-28 edRegenerate system call table for r303435.
2016-07-28 edChange the return type of msgrcv() to ssize_t as requir...
2016-07-28 kibRewrite subr_sleepqueue.c use of callouts to not depend...
2016-07-28 kibExtract the calculation of the callout fire time into...
2016-07-28 kibFix typo in comment.
2016-07-28 kibWhen a debugger attaches to the process, SIGSTOP is...
2016-07-27 stevekPrepare for network stack as a module
2016-07-27 kibHide the boottime and bootimebin globals, provide the...
2016-07-26 edAdd shmatt_t.
2016-07-25 julianSplit MAKE_SYSENT into two parts so that the initialize...
2016-07-25 delphijChange bsdiff to use divsufsort suffix sort library...
2016-07-24 mavAdd more UEFI/e820 memory types from latest specifications.
2016-07-23 baptUpdate mandoc to 1.13.4 release
2016-07-23 kibImplement mtx_trylock_spin(9).
2016-07-21 kibProvide counter_warning(9) KPI which allows to issue...
2016-07-20 markjMake vm_pageout_wakeup_thresh a u_int rather than an...
2016-07-19 markmRandom bit generator (RBG) driver for RPi and RPi2.
2016-07-18 jhbInclude process IDs in core dumps.
2016-07-18 jhbAdd PTRACE_VFORK to trace vfork events.
2016-07-15 jhbAdd a mask of optional ptrace() events.
2016-07-14 jhbMove nested include of <sys/queue.h> inside _KERNEL.
2016-07-13 badgerAdd explicit detection of KVM hypervisor
2016-07-13 kibTrace timeval parameters to the getitimer(2) and setiti...
2016-07-12 acheBump __FreeBSD_version after removing collation from...
2016-07-10 rwatsonDo allow auditing of read(2) and write(2) system calls...
2016-07-08 gjbReflect head is now 12.0-CURRENT.
2016-07-07 traszAdd new unmount(2) flag, MNT_NONBUSY, to check whether...
2016-07-06 jhbCorrect locking annotation for p_comm.
2016-07-05 glebiusThe paradigm of a callout is that it has three conseque...
2016-07-05 glebiusCompile in the kassert_panic() function with INVARIANT_...
2016-07-04 grehanImport bhyve_graphics into CURRENT. Thanks to all who...
2016-07-03 kibProvide helper macros to detect 'non-silent SBDRY'...
2016-07-01 delphijMFV r302260: expat 2.2.0
2016-06-30 wmaARM, ARM64: Workaround for buf_ring reordering
2016-06-27 kibFix userspace build after r302235: do not expose bool...
2016-06-27 kibWhen filt_proc() removes event from the knlist due...
2016-06-27 delphijMFV r302218: file 5.28.
2016-06-26 kibRewrite sigdeferstop(9) and sigallowstop(9) into more...
2016-06-25 kibDo not clear robust lists pointers on fork. The forked...
2016-06-24 asomersFix bitstring allocation on 32-bit platforms
2016-06-23 npAdd spares to struct ifnet and socket for packet pacing...
2016-06-23 kenSwitch geom_disk over to using a pool mutex.
2016-06-22 brooksGenerate syscall tables and update pipe() implementatio...
2016-06-22 kibFix a LOR between vnode locks and allproc_lock.
2016-06-22 mmMFV r302003,r302037,r302038,r302056:
2016-06-21 jhbAccount for AIO socket operations in thread/process...
2016-06-21 kenBump __FreeBSD_version to 1100118 for r302069, which...
2016-06-17 mjgvfs: ifdef out noop vop_* primitives on !DEBUG_VFS_LOCK...
2016-06-17 kibAdd VFS interface to flush specified amount of free...
2016-06-17 bdreweryImport ClangFormat.cpp from ^/vendor/clang/clang-releas...
2016-06-16 kibUpdate comments for the MD functions managing contexts...
2016-06-15 jhbMove backend-specific fields of kaiocb into a union.
2016-06-15 mjgsdt: annotate the probe test as likely to fail
2016-06-14 bdreweryBump __FreeBSD_version for r301602.
2016-06-08 oshogboIntroduce the PD_CLOEXEC for pdfork(2).
2016-06-07 skraRemove temporary solution for storing interrupt mapping...
2016-06-07 mmelINTRNG: As follow up of r301451, implement mapping...
2016-06-06 araujoAdd support to priority code point (PCP) that is an...
2016-06-05 kibGet rid of struct proc p_sched and struct thread td_sch...
2016-06-05 skraINTRNG - change the way how an interrupt mapping data...
2016-06-05 skra(1) Add a new bus method to get a mapping data for...
2016-06-04 edDon't test for INKERNEL to check whether we're in kerne...
2016-06-04 baptImport libucl snapshot 20160604
2016-06-03 andrewAdd an interface to handle interrupt controllers that...
2016-06-03 delphijMFV r301238:
2016-06-01 lidlImport NetBSD's blacklist source from vendor tree
2016-06-01 mjgMicrooptimize locking primitives by avoiding unnecessar...
2016-06-01 bzThe pr_destroy field does not allow us to run the teard...
2016-06-01 edDefine the id_t type as required by POSIX.
2016-05-31 edMake RLIM_INFINITY usable without including <stdint.h>.
2016-05-31 edAdd missing dependency on <machine/param.h>.
2016-05-31 edImprove POSIX conformance of <signal.h>.
2016-05-31 edMake CMSG_*() work without having NULL available.
2016-05-31 edLet <sched.h> define struct timespec.
2016-05-31 allanjudeBump __FreeBSD_version for ZFS's support for SHA-512t25...
2016-05-30 emasteAdd and correct MIPS relocation types
2016-05-30 edAdd missing restrict keywords to lio_listio().
2016-05-30 sephembuf: Add a flag for M_HASHTYPE_ to indicate the type...
2016-05-29 dimStop exposing the C11 _Atomic() macro in <sys/cdefs...
2016-05-29 allanjudeImport the skein hashing algorithm, based on the threef...
next