aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/ibcs2
Commit message (Expand)AuthorAgeFilesLines
* Remove iBCS2, part3: the implementationMateusz Guzik2018-12-1951-8099/+0
* Regen after 335177 (rename sys_obreak to sys_break).Brooks Davis2018-06-143-2/+9
* Name the implementation of brk and sbrk sys_break().Brooks Davis2018-06-141-1/+1
* Fix kernel memory disclosure in ibcs2_getdentsEd Maste2018-03-211-0/+1
* Add ) missing from r330297Ed Maste2018-03-211-1/+1
* sys: Fix a few potential infoleaks in cloudabiEitan Adler2018-03-071-0/+4
* Rename kernel-only members of semid_ds and msgid_ds.Brooks Davis2018-03-021-6/+2
* Correct pseudo misspelling in sys/ commentsEd Maste2018-02-231-1/+1
* Don't use an .OBJDIR for 'make sysent'.Bryan Drewery2018-01-291-0/+3
* Use long for the last argument to VOP_PATHCONF rather than a register_t.John Baldwin2018-01-171-1/+5
* Disable vim syntax highlighting.Brooks Davis2017-11-281-0/+1
* sys/i386: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2734-0/+68
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* Remove register keyword from sys/ and ANSIfy prototypesEd Maste2017-05-174-146/+56
* Regenerate all the system call tables to drop "created from" lines.John Baldwin2017-02-103-3/+8
* Do not allocate struct statfs on kernel stack.Konstantin Belousov2017-01-051-10/+15
* Don't create pointless backups of generated files in "make sysent".Brooks Davis2016-07-281-8/+0
* X86: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni2016-04-191-1/+1
* x86: for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-141-3/+3
* Implement vsyscall hack. Prior to 2.13 glibc uses vsyscallDmitry Chagin2016-01-091-0/+1
* Replace struct filedesc argument in getvnode with struct threadMateusz Guzik2015-06-161-4/+2
* Implement lockless resource limits.Mateusz Guzik2015-06-101-22/+6
* In preparation for switching linuxulator to the use the native 1:1Dmitry Chagin2015-05-241-0/+1
* On exec, single-threading must be enforced before arguments space isKonstantin Belousov2015-05-101-0/+14
* Remove the no-at variants of the kern_xx() syscall helpers. E.g., weKonstantin Belousov2014-11-135-22/+32
* Eliminate unnecessary memory allocation in sys_getgroups and its ibcs2 counte...Mateusz Guzik2014-10-211-20/+15
* Update kernel inclusions of capability.h to use capsicum.h instead; someRobert Watson2014-03-163-3/+3
* Remove redundant declarations of szsigcode and sigcode inDimitry Andric2013-10-071-2/+0
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping useJohn Baldwin2013-09-091-2/+2
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-053-5/+14
* Replace kernel virtual address space allocation with vmem. This providesJeff Roberson2013-08-071-3/+3
* Merge Capsicum overhaul:Pawel Jakub Dawidek2013-03-021-4/+3
* The r241025 fixed the case when a binary, executed from nullfs mount,Konstantin Belousov2012-11-021-2/+5
* Remove the support for using non-mpsafe filesystem modules.Konstantin Belousov2012-10-221-8/+2
* Revert previous commit...Kevin Lo2012-10-101-1/+1
* Prefer NULL over 0 for pointersKevin Lo2012-10-091-1/+1
* Fix misuse of the kernel map in miscellaneous image activators.Konstantin Belousov2012-02-171-13/+3
* Convert files to UTF-8Ulrich Spörlein2012-01-155-5/+5
* Use strchr() and strrchr().Ed Schouten2012-01-022-3/+3
* Regenerate system call tables.Ed Schouten2011-11-193-4/+4
* Improve *access*() parameter name consistency.Ed Schouten2011-11-192-2/+2
* Auto-generated code from sys_ prefixing makesyscalls.sh changeKip Macy2011-09-164-97/+103
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-167-68/+68
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson2011-08-113-4/+9
* Corrections for the iBCS2 support that seems to regressed from 4.x times.Konstantin Belousov2011-08-021-30/+34
* Restore binary compatibility for GIO_KEYMAP and PIO_KEYMAP.Ed Schouten2011-07-171-2/+2
* Extend struct sysvec with new method sv_schedtail, which is used for anDmitry Chagin2011-03-081-0/+1
* Add macro DECLARE_MODULE_TIED to denote a module as requiring theKonstantin Belousov2010-10-121-1/+1
* RegenerateKonstantin Belousov2010-06-283-131/+131
* Reorganize syscall entry and leave handling.Konstantin Belousov2010-05-231-1/+4