summaryrefslogtreecommitdiffstats
path: root/sys/amd64/linux32
Commit message (Expand)AuthorAgeFilesLines
* MFC r314312:dchagin2017-03-303-2/+8
* MFC r314295:dchagin2017-03-301-4/+0
* MFC r314292:dchagin2017-03-305-36/+97
* MFC r314291:dchagin2017-03-301-3/+6
* MFC r312986:trasz2017-03-191-4/+1
* MFC r314282:trasz2017-03-191-1/+3
* MFC r313940:dchagin2017-03-151-1/+0
* MFC r303464 (by brooks@):dchagin2017-03-111-5/+0
* MFC r314219mmokhi2017-03-083-4/+4
* MFC r313284:dchagin2017-02-227-43/+1805
* MFC r302517:dchagin2016-07-182-188/+3
* MFC r302516:dchagin2016-07-185-7/+14
* MFC r302515:dchagin2016-07-181-1/+1
* Regen after r300359 (struct l_sched_param removal).dchagin2016-05-215-13/+13
* Correct an argument param of linux_sched_* system calls as a struct l_sched_p...dchagin2016-05-211-3/+3
* sys/amd64: Small spelling fixes.pfg2016-05-031-1/+1
* Cleanup redundant parenthesis from existing howmany()/roundup() macro uses.pfg2016-04-221-1/+1
* X86: use our nitems() macro when it is avaliable through param.h.pfg2016-04-191-1/+1
* Add kern.features flags for linux and linux64 modulesbapt2016-04-051-0/+1
* Revert r297310 as the SOL_XXX are equal to the IPPROTO_XX except SOL_SOCKET.dchagin2016-03-271-1/+0
* iConvert Linux SOL_IPV6 level.dchagin2016-03-271-0/+1
* Regen for r297061 (fstatfs64 Linux syscall).dchagin2016-03-205-7/+29
* Implement fstatfs64 system call.dchagin2016-03-202-2/+1
* Convert ss_sp in stack_t and sigstack to void *.jhb2016-01-271-2/+2
* Implement AT_SECURE properly.delphij2016-01-271-1/+3
* Regen after r293907.glebius2016-01-145-7/+7
* Change linux get_robust_list system call to match actual linux one.glebius2016-01-141-2/+2
* Implement vsyscall hack. Prior to 2.13 glibc uses vsyscalldchagin2016-01-091-0/+1
* Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the structkib2015-11-281-3/+0
* Update for LINUX32 rename. The assembler didn't complain about undefinedjhb2015-10-291-2/+2
* Fix build with DEBUG defined.jhb2015-10-292-3/+3
* Regen for linux32 rename and linux64 systrace.jhb2015-10-224-602/+602
* Rename remaining linux32 symbols such as linux_sysent[] andjhb2015-10-223-8/+8
* Merge r289055 to amd64/linux32:jhb2015-10-221-1/+1
* pcb_gs32sd is unused for long time, remove it. Keep the padding in pcb.kib2015-06-291-1/+0
* Implement lockless resource limits.mjg2015-06-101-1/+1
* When I merged the lemul branch I missied kib@'s r282708 commit.dchagin2015-05-251-9/+0
* Regen for r283492.dchagin2015-05-245-8/+20
* Implement Linux specific syncfs() system call.dchagin2015-05-242-2/+1
* Regen for r283488.dchagin2015-05-245-10/+69
* Implement recvmmsg() and sendmmsg() system calls.dchagin2015-05-242-4/+6
* Reduce duplication between MD Linux code by moving msg relateddchagin2015-05-241-16/+0
* Regen for r283484.dchagin2015-05-245-7/+7
* Implement epoll_pwait() system call.dchagin2015-05-242-2/+1
* Regen for r283480.dchagin2015-05-245-8/+35
* Add utimensat() system call.dchagin2015-05-242-2/+2
* Rework signal code to allow using it by other modules, like linprocfs:dchagin2015-05-243-93/+16
* According to Linux man sigaltstack(3) shall return EINVAL if the ssdchagin2015-05-242-27/+0
* Regen for r283467.dchagin2015-05-244-5/+7
* Call nosys in case when the incorrect syscall number is specified.dchagin2015-05-242-1/+4
OpenPOWER on IntegriCloud