summaryrefslogtreecommitdiff
path: root/lib/libc/i386/sys
Commit message (Expand)AuthorAgeFilesLines
* libc: rename arm and i386 Ovfork.S to vfork.SBrooks Davis2024-01-022-3/+1
* libc: Centralize non-building of sbrk stubsBrooks Davis2024-01-021-1/+1
* libc/<arch>/sys/Makefile.inc: remove cruftBrooks Davis2023-12-131-2/+0
* libc: Purge unneeded cdefs.hWarner Losh2023-11-2711-11/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-163-6/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1615-30/+0
* libc: Build all i386 sources for amd64 lib32Jessica Clarke2023-07-091-4/+2
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-129-9/+9
* libc/<arch>/sys/cerror.S: fix typoKonstantin Belousov2021-04-031-1/+1
* Reimplement brk() and sbrk() to avoid the use of _end.Mark Johnston2018-06-043-175/+2
* Replace MD assembly exect() with a portable version.Brooks Davis2018-04-122-55/+1
* Remove caching from getlogin(2).Brooks Davis2018-04-062-51/+1
* Remove architecture specific sigreturn.S files.Brooks Davis2018-04-042-49/+1
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2511-4/+26
* Renumber copyright clause 4Warner Losh2017-02-289-9/+9
* Reduce duplicate NOASM and PSEUDO definitionsBrooks Davis2016-09-081-4/+1
* Rewrite ptrace(2) wrappers in C.Konstantin Belousov2016-08-292-60/+1
* Do not obliterate errno value in the main thread during ptrace(2) call on x86.Konstantin Belousov2016-08-271-6/+8
* Remove unusedd and obsolete openbsd_poll system call. (Phase 1)George V. Neville-Neil2016-08-181-1/+1
* Implement userspace gettimeofday(2) with HPET timecounter.Konstantin Belousov2016-08-172-116/+1
* Replace use of the pipe(2) system call with pipe2(2) with a zero flagsBrooks Davis2016-06-222-50/+1
* libc/{i386,amd64}: Do not export .cerror when building WITHOUT_SYMVEREd Maste2016-03-081-0/+1
* Copy the fencing of the algorithm to do lock-less update and readingKonstantin Belousov2015-08-041-2/+56
* Remove reboot.S (part of libc). It's not needed and was actuallyEdward Tomasz Napierala2015-07-072-46/+1
* The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), andKonstantin Belousov2015-04-181-3/+0
* Convert from WITHOUT_SYSCALL_COMPAT to MK_SYSCALL_COMPAT.Warner Losh2014-04-051-1/+1
* Replace the WEAK_ALIAS() alias with the WEAK_REFERENCE() alias. Use it andAndreas Tobler2013-11-212-8/+4
* libc: Access _logname_valid more efficiently.Jilles Tjoelker2013-08-171-8/+1
* Rework the __vdso_* symbols attributes to only make the symbols weak,Konstantin Belousov2013-01-301-0/+10
* libc/i386: Do not export .cerror.Jilles Tjoelker2012-09-058-32/+12
* Use struct vdso_timehands data to implement fast gettimeofday(2) andKonstantin Belousov2012-06-222-1/+52
* mdoc: sort prologue macros.Joel Dahl2012-03-263-3/+3
* Add section .note.GNU-stack for assembly files used by 386 and amd64.Konstantin Belousov2011-01-0712-0/+23
* Unconditionally build wrappers for i386_get_ioperm(), i386_set_ioperm(),Konstantin Belousov2009-04-011-4/+3
* On i386, the primary function that SYSCALL() generates is with thePeter Wemm2008-11-153-3/+3
* Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.Ed Schouten2008-11-091-2/+1
* Add missing END() macros, as per rev 184547 for amd64. The lack of thesePeter Wemm2008-11-0210-0/+11
* Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudoPeter Wemm2007-07-041-3/+5
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-0912-48/+0
* Forgot to bump the document date.Ruslan Ermilov2006-10-131-1/+1
* Some word smithing adopted from the PR.Ruslan Ermilov2006-10-131-14/+14
* Markup fixes.Ruslan Ermilov2006-09-171-6/+6
* A few minor wording changes and a clarification about error conditions.Brian S. Dean2006-05-031-10/+10
* Provide stub functions for i386_set_ldt() and i386_get_ldt() even whenPeter Wemm2005-04-261-3/+4
* No longer use _amd64_set_gsbase(). Use i386_set_gsbase() even whenPeter Wemm2005-04-265-165/+1
* Add stubs for the %fs/%gs base management calls.Peter Wemm2005-04-145-0/+149
* Fix strict-alias warnings by removing excessive (and wrong) casts.Peter Wemm2005-04-072-2/+2
* When building the custom i386 libraries for use on amd64 kernels, wePeter Wemm2004-11-065-0/+166