aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/freebsd32
Commit message (Expand)AuthorAgeFilesLines
* Move 32-bit compat for md(4) ioctls into the md code.Brooks Davis2018-03-272-105/+0
* Move uio enums to sys/_uio.h.Brooks Davis2018-03-271-0/+1
* Regenerate sysent files after r331279.Conrad Meyer2018-03-214-1/+34
* Implement getrandom(2) and getentropy(3)Conrad Meyer2018-03-211-0/+2
* Regen after r330517.Brooks Davis2018-03-052-2/+2
* Remove remenants of 1990s efforts to let us run Net/OpenBSD binaries.Brooks Davis2018-03-051-8/+1
* Rename kernel-only members of semid_ds and msgid_ds.Brooks Davis2018-03-021-6/+6
* Correct pseudo misspelling in sys/ commentsEd Maste2018-02-231-1/+1
* Reduce duplication in dynamic syscall registration code.Brooks Davis2018-02-202-102/+3
* Regen after r329322.Brooks Davis2018-02-155-17/+9
* Remove freebsd32_getdirentries(), it will be unused after the nextBrooks Davis2018-02-151-19/+0
* Revert r329323. I missed something in my testing.Brooks Davis2018-02-155-9/+17
* Regen after r329322: Fix getdirentries(2) under 32-bit compat.Brooks Davis2018-02-155-17/+9
* Fix getdirentries(2) under 32-bit compat.Brooks Davis2018-02-151-2/+2
* Add kern.ipc.{msqids,semsegs,sema} sysctls for FreeBSD32.Brooks Davis2018-02-021-0/+32
* Don't use an .OBJDIR for 'make sysent'.Bryan Drewery2018-01-291-0/+3
* Regenerate auto-generated filesJeff Roberson2018-01-125-67/+126
* Implement 'domainset', a cpuset based NUMA policy mechanism. This allowsJeff Roberson2018-01-122-6/+29
* Disable vim syntax highlighting.Brooks Davis2017-11-281-0/+1
* sys/compat: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-277-0/+14
* Decode kevent structures logged via ktrace(2) in kdump.John Baldwin2017-11-252-25/+36
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-202-0/+4
* Properly bzero kldstat structure to prevent kernel information leak.Gordon Tetlow2017-11-151-13/+18
* regen freebsd32_sysent.c after r324564 (freebsd32_posix_fallocate)Ed Maste2017-10-121-2/+2
* allow posix_fallocate in 32-bit compat capability modeEd Maste2017-10-121-0/+1
* Correct bintime32 declaration: uint32_t sec -> time32_t sec.Maxim Sobolev2017-09-081-1/+1
* In the recvmsg32() system call iterate over returned structure(s)Maxim Sobolev2017-09-072-7/+72
* Add proper support for the md_label into md(4) ioctl compat layer.Maxim Sobolev2017-08-302-8/+10
* Correct sysent flags for dynamically loaded syscalls.Konstantin Belousov2017-07-141-2/+9
* Port PowerPC kqueue(2) compat32 fix in r320500 to MIPS.Konstantin Belousov2017-07-012-5/+5
* Amend the layout of kevent32 on powerpc where uint64_t has 8-byteKonstantin Belousov2017-06-302-0/+10
* Store a 32-bit PT_LWPINFO struct for 32-bit process core dumps.John Baldwin2017-06-291-38/+0
* Update comments and simplify conditionals for compat32Justin Hibbits2017-06-272-8/+6
* Solve the y2038 problem for powerpcJustin Hibbits2017-06-262-4/+4
* Regen.Konstantin Belousov2017-06-175-56/+69
* Add abstime kqueue(2) timers and expand struct kevent members.Konstantin Belousov2017-06-173-11/+143
* Enhance vfs.ino64_trunc_error sysctl.Konstantin Belousov2017-06-091-4/+24
* Add sysctl vfs.ino64_trunc_error controlling action on truncatingKonstantin Belousov2017-06-051-12/+24
* Followup to r318765 (capsicumize cpuset_*affinity)Allan Jude2017-05-241-2/+2
* Allow cpuset_{get,set}affinity in capabilities modeAllan Jude2017-05-241-2/+2
* Regen.Konstantin Belousov2017-05-235-535/+455
* Commit the 64-bit inode project.Konstantin Belousov2017-05-234-57/+296
* Regen sysent after r318634, no open(2) in capability modeEd Maste2017-05-221-1/+1
* disallow open(2) in capability modeEd Maste2017-05-221-1/+0
* Regent post r317845.Brooks Davis2017-05-055-9/+16
* Provide a freebsd32 implementation of sigqueue()Brooks Davis2017-05-052-2/+28
* Regen after r316594.Brooks Davis2017-04-061-2/+2
* Change the size argument of __getcwd() to size_t.Brooks Davis2017-04-061-1/+1
* Hook up new audit event identifiers for various non-Orange Book/CAPPRobert Watson2017-03-293-146/+146
* Regenerate syscall files for r315526Eric van Gyzen2017-03-195-2/+45