]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat
Restore prototype accidently removed by r316811. Also remove $NetBSD$
[FreeBSD/FreeBSD.git] / sys / compat /
2017-04-19 hselaskyUse __typeof() instead of typeof() in some RCU related...
2017-04-19 hselaskyFix problem regarding priority inversion when using...
2017-04-19 hselaskyZero number of CPUs should be translated into the defau...
2017-04-17 emasteUpdate ELF Tool Chain to upstream r3520
2017-04-17 emasteRemove trailing whitespace from r317061
2017-04-17 glebius- Remove 'struct vmmeter' from 'struct pcpu', leaving...
2017-04-17 glebiusAll these files need sys/vmmeter.h, but now they got...
2017-04-17 glebiusRemove unneeded include of vm_phys.h.
2017-04-15 baptImport zstandard 1.1.4 in base
2017-04-13 cemlinux_ioctl: Refactor some v4l2 struct converters
2017-04-09 cognetImport CK as of commit 6b141c0bdd21ce8b3e14147af8f87f22...
2017-04-09 avatarAdding SIOCGIFNAME support in Linuxulator. This should...
2017-04-09 hselaskyFix compilation of LinuxKPI for PowerPC.
2017-04-07 hselaskyCreate the LinuxKPI current task structure on the fly...
2017-04-07 hselaskyThe __stringify() macro in the LinuxKPI should expand...
2017-04-07 dchaginPrevent ushort values overflow when convert new Linux...
2017-04-06 brooksRegen after r316594.
2017-04-06 brooksChange the size argument of __getcwd() to size_t.
2017-04-06 hselaskyCleanup the bitmap_xxx() functions in the LinuxKPI:
2017-04-06 hselaskyDefine VM_READ, VM_WRITE and VM_EXEC in the LinuxKPI.
2017-04-06 hselaskyImplement need_resched() in the LinuxKPI.
2017-04-06 hselaskyFix implementation of task_pid_group_leader() in the...
2017-04-06 hselaskyImplement proper support for memory map operations...
2017-04-06 hselaskyBefore registering a new mm_struct in the LinuxKPI...
2017-04-05 hselaskyUnify error handling when si_drv1 is NULL in the LinuxKPI.
2017-04-05 hselaskyImplement down_write_killable() in the LinuxKPI.
2017-04-02 dchaginUse the kern_clock_nanosleep() to implement Linux clock...
2017-04-02 dchaginRemove excess tv_nsec test as this is done by linux_to_...
2017-04-02 dchaginThe value in the tv_nsec field should be in the range...
2017-04-02 dchaginAs noted by bde@ negative tv_sec values are not checked...
2017-03-30 dchaginUse kern_mincore() helper instead of abusing syscall...
2017-03-29 rwatsonHook up new audit event identifiers for various non...
2017-03-28 mmMFV r316083,316094:
2017-03-27 hselaskyImplement vmalloc_32() in the LinuxKPI.
2017-03-27 hselaskyAdd more platforms supporting the direct map feature...
2017-03-27 hselaskyImplement a series of physical page management related...
2017-03-25 dchaginImplement Linux mincore() system call.
2017-03-25 dchaginUpdate to tcsh 6.20.00
2017-03-24 edInclude <sys/systm.h> to obtain the memcpy() prototype.
2017-03-24 mmMFV r315875:
2017-03-23 delphijMFV r315791: ntp 4.2.8p10.
2017-03-23 hselaskyUse ppsratecheck() for ratelimiting in the LinuxKPI.
2017-03-23 hselaskyAdd proper error checking for the string to number...
2017-03-23 hselaskyFunction macros are preferred in the LinuxKPI.
2017-03-23 hselaskyAdd support for ratelimited printouts in the LinuxKPI.
2017-03-22 edMake file descriptor passing for CloudABI's recvmsg...
2017-03-22 markjExtend cmpxchg() to support 8- and 16-bit values, and...
2017-03-22 hselaskyAdd full VNET support to the inet_get_local_port_range...
2017-03-22 hselaskyAdd support for more IPv4 and IPv6 related macros in...
2017-03-22 edMake file descriptor passing work for CloudABI's sendmsg().
2017-03-20 mmMFV r315633, 315635:
2017-03-19 vangyzenRegenerate syscall files for r315526
2017-03-19 vangyzenAdd clock_nanosleep()
2017-03-18 vangyzennanosleep: plug a kernel memory disclosure
2017-03-18 dchaginGlibc get_nprocs() and get_nprocs_conf() uses the sysfs...
2017-03-18 dchaginImplement getrandom() syscall.
2017-03-18 dchaginAs noted by Roel Bouwman Linux allows a large buffer...
2017-03-18 dchaginTo reduce code duplication move socket defines to the...
2017-03-18 dchaginRemove superflous break statment.
2017-03-18 dchaginCheck for negative nanoseconds.
2017-03-17 hselaskyImplement get_pid_task(), pid_task() and some other...
2017-03-17 hselaskyImplement minimalistic memory mapping structure, struct...
2017-03-17 hselaskyAdd comment describing the use of pagefault_disable...
2017-03-16 hselaskyUse __LP64__ to detect presence of suword64() to fix...
2017-03-16 hselaskyThe LinuxKPI pagefault disable and enable functions...
2017-03-16 hselaskyImplement more userspace memory access functions in...
2017-03-16 hselaskyDefine some more LinuxKPI task related macros.
2017-03-16 hselaskyAdd helper function similar to ip_dev_find() to the...
2017-03-16 hselaskyAdd basic support for VIMAGE to the LinuxKPI and ibcore.
2017-03-14 dchaginFix usage of the same 'i' variable in the external...
2017-03-14 hselaskySet "current" pointer for LinuxKPI interrupts and timer...
2017-03-14 kibUse designated initializers for kevent_copyops.
2017-03-10 gonzoMerge from vendor branch importing dtc 1.4.3
2017-03-09 hselaskyFix implementation of the DECLARE_WORK() macro in the...
2017-03-09 hselaskyImplement support for mutexes with deadlock avoidance...
2017-03-09 hselaskyCleanup the LinuxKPI mutex wrappers.
2017-03-09 hselaskyDon't create any threads before SI_SUB_INIT_IF in the...
2017-03-08 hselaskyFix compilation warning for powerpc64 by not using...
2017-03-08 hselaskyCleanup the LinuxKPI slab implementation.
2017-03-08 hselaskyImplement eth_zero_addr() in the LinuxKPI.
2017-03-08 impCopy needed include files from EDK2. This is a minimal...
2017-03-07 hselaskyAdd support for constant pointer constructs to READ_ONC...
2017-03-07 dchaginLinux semop system call return EINVAL in case when...
2017-03-07 dchaginLinux kernel does not export to the user space ipc_perm...
2017-03-07 dchaginReduce code duplication between MD Linux code by moving...
2017-03-07 hselaskyImplement time_is_after_eq_jiffies() function in the...
2017-03-07 hselaskyFix implementation of the DECLARE_RWSEM() macro in...
2017-03-07 hselaskyMake sure jiffies value is cast to an integer in the...
2017-03-07 manuUpdate our device tree files to a Linux 4.10
2017-03-07 hselaskyUse grouptaskqueue for tasklets in the LinuxKPI.
2017-03-07 hselaskyLinuxKPI workqueue cleanup.
2017-03-06 mmokhiAdd UNIMPLEMENTED() placeholder macro for
2017-03-06 hselaskyImplement add_timer_on() function in the LinuxKPI.
2017-03-06 hselaskyImplement DECLARE_RWSEM() macro in the LinuxKPI to...
2017-03-06 hselaskyGive LinuxKPI Read-Write semaphores better debug names...
2017-03-06 desUpgrade to OpenSSH 7.4p1.
2017-03-04 hselaskyRemove duplicate prototype in the LinuxKPI to fix compi...
2017-03-04 dchaginStyle(9).
2017-03-04 dchaginRemove attribute __packed from some IPC struct definiti...
2017-03-04 dchaginHide Linux socketcall constants under corresponding...
next