aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/i386/copyout.c
Commit message (Expand)AuthorAgeFilesLines
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2021-08-081-1/+0
* Provide protection against starvation of the ll/sc loops when accessing userp...Konstantin Belousov2019-07-121-3/+5
* i386: Merge PAE and non-PAE pmaps into same kernel.Konstantin Belousov2019-01-301-21/+10
* Add pmap_is_valid_memattr(9).Konstantin Belousov2018-08-011-1/+2
* Use vm_page_unhold_pages() instead of manually rolling unoptimizedKonstantin Belousov2018-07-051-5/+1
* i386: copyin/copyout error is EFAULTRyan Libby2018-06-131-2/+2
* Fix futexes on i386 after the 4/4G split.Konstantin Belousov2018-04-241-1/+1
* i386 4/4G split.Konstantin Belousov2018-04-131-0/+489