aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/i386/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-022-6/+12
* Removed trailing whitespace.Ruslan Ermilov2004-07-021-10/+10
* Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'mJacques Vidrine2004-01-095-15/+5
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-081-1/+1
* Make getcontext(2) work on i386. It needs a small wrapper in libcPeter Wemm2003-09-042-2/+52
* Add the mlockall() and munlockall() system calls.Bruce M Simpson2003-08-111-1/+1
* Allow foot shooting as Linux emulation needs it.Julian Elischer2003-08-041-1/+2
* Update manual for i386_set_ldt to reflect newly added features.David Xu2003-07-311-0/+34
* Remove stale reference to the deprecated USER_LDT option. The associatedJohn Baldwin2003-06-091-4/+0
* Assorted mdoc(7) fixes.Ruslan Ermilov2003-05-221-6/+9
* Fixed troff(1) and mdoc(7) warnings.Ruslan Ermilov2003-05-181-1/+1