| Commit message (Expand) | Author | Age | Files | Lines |
| * | libc: rename arm and i386 Ovfork.S to vfork.S | Brooks Davis | 2024-01-02 | 2 | -3/+1 |
| * | libc: Centralize non-building of sbrk stubs | Brooks Davis | 2024-01-02 | 1 | -1/+1 |
| * | libc/<arch>/sys/Makefile.inc: remove cruft | Brooks Davis | 2023-12-13 | 1 | -2/+0 |
| * | libc: Purge unneeded cdefs.h | Warner Losh | 2023-11-27 | 11 | -11/+0 |
| * | Remove $FreeBSD$: one-line nroff pattern | Warner Losh | 2023-08-16 | 1 | -1/+0 |
| * | Remove $FreeBSD$: two-line nroff pattern | Warner Losh | 2023-08-16 | 3 | -6/+0 |
| * | Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-16 | 1 | -1/+0 |
| * | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 15 | -30/+0 |
| * | libc: Build all i386 sources for amd64 lib32 | Jessica Clarke | 2023-07-09 | 1 | -4/+2 |
| * | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 9 | -9/+9 |
| * | libc/<arch>/sys/cerror.S: fix typo | Konstantin Belousov | 2021-04-03 | 1 | -1/+1 |
| * | Reimplement brk() and sbrk() to avoid the use of _end. | Mark Johnston | 2018-06-04 | 3 | -175/+2 |
| * | Replace MD assembly exect() with a portable version. | Brooks Davis | 2018-04-12 | 2 | -55/+1 |
| * | Remove caching from getlogin(2). | Brooks Davis | 2018-04-06 | 2 | -51/+1 |
| * | Remove architecture specific sigreturn.S files. | Brooks Davis | 2018-04-04 | 2 | -49/+1 |
| * | libc: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-25 | 11 | -4/+26 |
| * | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 9 | -9/+9 |
| * | Reduce duplicate NOASM and PSEUDO definitions | Brooks Davis | 2016-09-08 | 1 | -4/+1 |
| * | Rewrite ptrace(2) wrappers in C. | Konstantin Belousov | 2016-08-29 | 2 | -60/+1 |
| * | Do not obliterate errno value in the main thread during ptrace(2) call on x86. | Konstantin Belousov | 2016-08-27 | 1 | -6/+8 |
| * | Remove unusedd and obsolete openbsd_poll system call. (Phase 1) | George V. Neville-Neil | 2016-08-18 | 1 | -1/+1 |
| * | Implement userspace gettimeofday(2) with HPET timecounter. | Konstantin Belousov | 2016-08-17 | 2 | -116/+1 |
| * | Replace use of the pipe(2) system call with pipe2(2) with a zero flags | Brooks Davis | 2016-06-22 | 2 | -50/+1 |
| * | libc/{i386,amd64}: Do not export .cerror when building WITHOUT_SYMVER | Ed Maste | 2016-03-08 | 1 | -0/+1 |
| * | Copy the fencing of the algorithm to do lock-less update and reading | Konstantin Belousov | 2015-08-04 | 1 | -2/+56 |
| * | Remove reboot.S (part of libc). It's not needed and was actually | Edward Tomasz Napierala | 2015-07-07 | 2 | -46/+1 |
| * | The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), and | Konstantin Belousov | 2015-04-18 | 1 | -3/+0 |
| * | Convert from WITHOUT_SYSCALL_COMPAT to MK_SYSCALL_COMPAT. | Warner Losh | 2014-04-05 | 1 | -1/+1 |
| * | Replace the WEAK_ALIAS() alias with the WEAK_REFERENCE() alias. Use it and | Andreas Tobler | 2013-11-21 | 2 | -8/+4 |
| * | libc: Access _logname_valid more efficiently. | Jilles Tjoelker | 2013-08-17 | 1 | -8/+1 |
| * | Rework the __vdso_* symbols attributes to only make the symbols weak, | Konstantin Belousov | 2013-01-30 | 1 | -0/+10 |
| * | libc/i386: Do not export .cerror. | Jilles Tjoelker | 2012-09-05 | 8 | -32/+12 |
| * | Use struct vdso_timehands data to implement fast gettimeofday(2) and | Konstantin Belousov | 2012-06-22 | 2 | -1/+52 |
| * | mdoc: sort prologue macros. | Joel Dahl | 2012-03-26 | 3 | -3/+3 |
| * | Add section .note.GNU-stack for assembly files used by 386 and amd64. | Konstantin Belousov | 2011-01-07 | 12 | -0/+23 |
| * | Unconditionally build wrappers for i386_get_ioperm(), i386_set_ioperm(), | Konstantin Belousov | 2009-04-01 | 1 | -4/+3 |
| * | On i386, the primary function that SYSCALL() generates is with the | Peter Wemm | 2008-11-15 | 3 | -3/+3 |
| * | Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4. | Ed Schouten | 2008-11-09 | 1 | -2/+1 |
| * | Add missing END() macros, as per rev 184547 for amd64. The lack of these | Peter Wemm | 2008-11-02 | 10 | -0/+11 |
| * | Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudo | Peter Wemm | 2007-07-04 | 1 | -3/+5 |
| * | Per Regents of the University of Calfornia letter, remove advertising | Warner Losh | 2007-01-09 | 12 | -48/+0 |
| * | Forgot to bump the document date. | Ruslan Ermilov | 2006-10-13 | 1 | -1/+1 |
| * | Some word smithing adopted from the PR. | Ruslan Ermilov | 2006-10-13 | 1 | -14/+14 |
| * | Markup fixes. | Ruslan Ermilov | 2006-09-17 | 1 | -6/+6 |
| * | A few minor wording changes and a clarification about error conditions. | Brian S. Dean | 2006-05-03 | 1 | -10/+10 |
| * | Provide stub functions for i386_set_ldt() and i386_get_ldt() even when | Peter Wemm | 2005-04-26 | 1 | -3/+4 |
| * | No longer use _amd64_set_gsbase(). Use i386_set_gsbase() even when | Peter Wemm | 2005-04-26 | 5 | -165/+1 |
| * | Add stubs for the %fs/%gs base management calls. | Peter Wemm | 2005-04-14 | 5 | -0/+149 |
| * | Fix strict-alias warnings by removing excessive (and wrong) casts. | Peter Wemm | 2005-04-07 | 2 | -2/+2 |
| * | When building the custom i386 libraries for use on amd64 kernels, we | Peter Wemm | 2004-11-06 | 5 | -0/+166 |