summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* back out previous patch.. there are still some vax/m68k issuesmarc2002-11-031-1/+6
* libc changes for thread safety. Tested on:marc2002-11-031-6/+1
* Add [gs]etres[ug]id(2) syscall to libc and use it in emulating some 4.3BSDmillert2002-10-302-9/+106
* .Xr ipcs 1henning2002-10-072-2/+6
* Document FD_CLOEXEC; from FreeBSD (Peter Jeremy)millert2002-09-191-7/+14
* fix Xr refs; frisco@blackant.netderaadt2002-09-182-4/+4
* uncommit, since it breaks macppc libc. millert and miod have now said theyderaadt2002-09-178-24/+37
* move __syscall prototype into unistd.h (like everybody else) and avoid private protos for it everywhere; millert@ okmickey2002-09-178-37/+24
* mickey, did you not look at the output?deraadt2002-09-171-1/+2
* Sync limits described by EFBIG and ELOOP with current reality; from NetBSD.aaron2002-08-111-3/+5
* grammar nitspjanzen2002-08-091-5/+4
* document generic ioctls. ok art@wcobb2002-08-081-1/+49
* Comma splice introduced in last commit.aaron2002-08-061-2/+2
* Fix brain blackout.art2002-08-051-2/+2
* One more ELF_TOOLCHAIN.art2002-08-051-2/+2
* o Mention that interval timers are cleared (FreeBSD)millert2002-07-241-1/+21
* ansideraadt2002-07-161-4/+2
* Back out revision 1.3; we return EWOULDBLOCK on lock failure, not EAGAIN.millert2002-07-111-9/+2
* Remove kernel support for NTP. ok deraadt@ and tholo@nordin2002-07-062-4/+2
* note Supplementary group IDs remain unchanged; ok deraadt@ tholo@stevesk2002-06-271-2/+4
* match man page to source; from Jean-Francois Brousseau <krapht@secureops.com>todd2002-06-161-3/+3
* correct comment.fgsch2002-06-101-2/+2
* spelling; moritz@jodeit.orgderaadt2002-06-091-3/+3
* ELF architectures all support weak aliases, enable them for this part.drahn2002-06-081-2/+2
* Fix *documentation*: one arg of the ktrace(2) is pid_t not int, found whilempech2002-06-061-2/+2
* typo fix from NetBSDpjanzen2002-05-311-2/+2
* nsems must be > 0, not >= 0; Michael Knudsenmillert2002-05-051-3/+3
* SWAP_OFF has been implemented a long time ago.art2002-05-021-6/+0
* Sync EA with FreeBSD, mostly addition of new ENOATTR errno.drahn2002-05-012-2/+6
* o) start new sentence on a new line;mpech2002-05-011-2/+3
* Some errno entries were not documented or added to _sys_errlist[] whendrahn2002-04-301-1/+5
* Initial cleanup:mpech2002-04-3013-50/+52
* sync doc, export->export_info.espie2002-04-231-6/+8
* don't attach to system processes.fgsch2002-04-101-1/+5
* .Xr getpeereid.espie2002-04-081-1/+6
* doc ECONNREFUSED; maurice@amaze.nlderaadt2002-03-311-1/+11
* Fix error; open(2) is not supposed to restart when SA_RESTART is set,millert2002-03-141-2/+1
* Document reality.art2002-03-121-6/+19
* Document PT_IOart2002-03-111-1/+39
* Clarify rename(2) behavior in the presence of a system crash.millert2002-03-101-2/+4
* Document how NOTE_TRACK behaves.art2002-03-021-2/+2
* .In -> .Fdfgsch2002-02-231-3/+3
* Add a big fat warning that setlogin() changes the login name for allmillert2002-02-231-8/+48
* manpages fixes, mostly from fgsch@ with cleanup and correction.drahn2002-02-221-7/+4
* Extended Attribute support, from FreeBSD/TrustedBSD. ok art@ deraadt@drahn2002-02-222-1/+235
* note KTRFAC_EMULderaadt2002-02-221-1/+2
* remove rfork.o from the auto-generated assembler stubsart2002-02-211-3/+2
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-192-27/+3
* rfork() needs a fork.S-like stub as well; ok artderaadt2002-02-171-2/+2
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-162-5/+5