summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
Commit message (Expand)AuthorAgeFilesLines
* `it's'' -> `its'' where appropriate and typo fixes in time2posix.3.eivind1997-05-191-1/+1
* Add clock_* and nanosleep manpages and links.peter1997-05-121-2/+5
* manpage for nanosleep(2)peter1997-05-121-0/+96
* Man pages for clock_{get/set}time() and clock_getres().peter1997-05-121-0/+124
* Create the clock_settime(), clock_gettime(), clock_getres() and nanosleep()peter1997-05-121-3/+7
* Add syscalls for kernel linker.dfr1997-05-071-2/+4
* Changed all paths to be relative to src/lib instead of src/lib/libcjb1997-05-031-21/+48
* Add vfork(2) to SEE ALSOache1997-04-251-0/+1
* Generate .S files for syscalls. This has many advantages:bde1997-04-231-34/+9
* Fixed missing const. Include <unistd.h> so that the function type getsbde1997-04-141-1/+3
* Fixed #includes in synopsis.bde1997-04-131-1/+4
* Updated the LOCK_* #defines in the synopsis to be lexically identicalbde1997-04-131-4/+4
* Fixed missing #include in synopsis.bde1997-04-111-0/+1
* Fixed return type of __syscall() in synopsis.bde1997-04-111-3/+3
* Fixed missing const(s) or #include(s) in synopsis.bde1997-04-1113-12/+18
* Fixed synopsis (the #include was bogus and the return type for brk() wasbde1997-04-111-2/+2
* Missing newline caused too much text to be fed to the macro.peter1997-04-081-1/+2
* setsid is declared in <unistd.h>, which is self sufficient (doesn't needpeter1997-04-081-1/+1
* Update to include details about the changes to setuid/setgid.peter1997-04-021-2/+6
* Correct the most glaring errors. I have a feeling there are somejdp1997-04-021-13/+7
* Link chown with lchownache1997-04-011-2/+2
* Add issetugid.2 to MAN2 listache1997-04-011-2/+3
* Xref the new issetugid(2) man page where appropriate.mpp1997-04-015-4/+13
* Don't xref setregid(2) twice - one of them should be setreuid(2).mpp1997-04-011-2/+2
* Fix one very minor mdoc problem. Gentle enough, Peter? :-)mpp1997-04-011-2/+2
* Fix a minor grammar problem.mpp1997-04-011-2/+2
* General cleanup and update to specify exactly how our implementationpeter1997-03-311-31/+38
* Steal issetugid man page from OpenBSD. Needs work..peter1997-03-311-0/+87
* Add libc hook for issetugid()peter1997-03-311-2/+3
* Create lchown() in libc and document it as a variation of chown().peter1997-03-312-7/+23
* Fixed #includes in synopsis to compile.bde1997-03-281-6/+7
* Get my last commit right. The NOTE section now reads:mpp1997-03-251-2/+4
* Change the description of how attempts to block SIGKILL and SIGSTOPmpp1997-03-251-1/+1
* add xrefs for getpeername, so other people that look for it can find it.. :)jmg1997-03-244-1/+5
* Use the .Tn macro for generic FreeBSD references. Other minor cleanup.mpp1997-03-214-14/+25
* Document SCM_CREDS changes.wpaul1997-03-211-0/+28
* Fixed missing function types in synopsis.bde1997-03-191-0/+1
* Fixed synopsis (put all of the function (return) type info in .Ft andbde1997-03-191-1/+1
* Removed unnecessary quoting of function names in synopsis to simplifybde1997-03-186-13/+13
* Updated prototype for mount() to match Lite2 reality for the 1st argbde1997-03-131-1/+1
* Make this man page really match the current <sys/signal.h> again andbde1997-03-121-2/+2
* Make this man page match the current <sys/signal.h> again :-).mpp1997-03-121-3/+4
* Update the structure to match how things are going to appear aftermpp1997-03-121-3/+3
* Restored a .Fa line that was lost in the Lite2 merge.bde1997-03-121-0/+1
* Cleanup some of the Lite2 merge. Most of it is mdoc cleanup,mpp1997-03-123-15/+10
* Merge from Lite2 onto mainline -peter1997-03-1119-278/+186
* This commit was generated by cvs2svn to compensate for changes in r23658,peter1997-03-111-0/+105
|\
| * Import CSRG 4.4BSD-Lite2 lib/libc onto vendor branchpeter1997-03-1120-177/+353
* | Clarified the behaviour of dup2(fd1,fd2) when fd1==fd2 and when fd1 is invalid.mckay1997-03-091-4/+21
* | Add a missing semi-colon.mpp1997-03-071-1/+1
OpenPOWER on IntegriCloud