summaryrefslogtreecommitdiff
path: root/lib/libc/sys/Makefile.inc
AgeCommit message (Expand)Author
2004-01-02- libc.so.12.109 and libpthread.so.0.4cl
2003-11-18Userland portion of fsync_range(2), written by Bill Studenmund, andthorpej
2003-09-16fix SA/pthread pagefault failure:cl
2003-09-13forgot to install timer_settime.christos
2003-09-13Add timer man pages. Hi Nathan!christos
2003-08-01Rework how dependency generation is performed:lukem
2003-05-08USE ${HOST_SH}christos
2003-03-14Make execve a weak syscall.nathanw
2003-03-01Add _Exit(), for C99 and POSIX-2001.bjh21
2003-02-15add POSIX sigtimedwait(), sigwaitinfo(), sigwait() - wait for queued signalsjdolecek
2003-02-13for WEAKSM list, use leading tab, rather than spaces on the continuation linesjdolecek
2003-01-28Make the generated .S files depend on ${.CURDIR}/sys/Makefile.inc.thorpej
2003-01-27Move accept and connect stubs to WEAKASM so that they can be overridden.nathanw
2003-01-20Add _ksem stubs.christos
2003-01-18Merge the nathanw_sa branch.thorpej
2002-10-23make support for kqueue(2) and kevent(2) unconditional, the kqueue branchjdolecek
2002-10-12if WITH_KQUEUE is defined and <sys/event.h> exists in DESTDIR, compilejdolecek
2002-09-22add kqueue(2)/kevent(2) manpage to mainline, to reduce difference betweenjdolecek
2002-09-14Fix some problems using makelintstub as a cross-tool:thorpej
2002-08-28rasctl(2)gmcgarry
2002-08-07Add stubs to new system calls for performance monitoring interface.briggs
2002-07-10Enable the libc-provided signal trampoline. The old __sigaction14thorpej
2002-01-29Don't even put Lint*.c in DPSRCS if MKLINT=no.tv
2002-01-14* Add WSYSCALL() to SYS.h, which creates a system call with anthorpej
2001-11-13Only put LintSys*.c in DPSRCS; the others are static files.tv
2001-11-13Clean up a little more (DPSRCS already goes in CLEANFILES; reducetv
2001-11-13No need for the .for in this case (holdover from earlier noncommittedtv
2001-11-13Make previous a bit cleaner, too: just refer to all these files by thetv
2001-11-13Fix backslash typo in previous.tv
2001-11-13Make the generation of syscall stubs a lot more reliable by generating realtv
2001-09-16Added support to use the clockctl driver if present for adjtime(),manu
2001-09-08Add __clone.Schristos
2001-09-06Add ntp_adjtime(2) and ntp_gettime(2) man page.wiz
2001-07-18Build __clone.S, the Lint stubs, and the manual pages.thorpej
2001-04-18Document fchroot(2).kleink
2001-01-05add utrace(2)jdolecek
2000-12-13Add __syscall.S back to sys/Makefile.inc. Remove from arch/i386/gen/matt
2000-12-12Move __syscall.S to the arch specific Makefile.inc's where it issimonb
2000-12-10Handle __syscall() in user-level code for i386.mycroft
2000-09-28Need an internal name for pipe(2).kleink
2000-07-08Create link to lchflags.[02].enami
2000-07-07Add special treatment of shmat(2).itohy
2000-06-26Need an internal name for fork().kleink
2000-06-23Add internal names for brk() and sbrk().kleink
2000-05-24Add man pages for LFS syscallsperseant
2000-04-21issetugid(2) manpage.minoura
2000-04-21New syscall issetugid.minoura
2000-04-17implement lchflags(2), which does the chflags(2) dance without followingmrg
2000-01-31Add a userland stub to do the union semun -> union semun * redirection.christos
1999-10-27Actually profile system calls.is