summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
Commit message (Expand)AuthorAgeFilesLines
* Implement compile time thread lock debug.jb1998-06-092-4/+4
* Rename fstat as _thread_sys_fstat if being built into libc_r.jb1998-06-091-1/+5
* Implement thread support for libc_r. Make the lseek syscall directlyjb1998-06-091-2/+7
* Spelling nits.jkoshy1998-06-062-4/+4
* Fix a bunch of spelling errors.steve1998-06-049-16/+16
* kill.1: Remove reference to obsolete sigvec(2) man page. Removedjkoshy1998-05-181-2/+1
* Remove reference to signanosleepache1998-05-141-1/+0
* Nuke signanosleep()peter1998-05-142-21/+3
* Add a BUGS section and describe a problem I've been having forbrian1998-05-091-1/+14
* Typo fix.jraynard1998-05-031-2/+2
* Fixed disordering and other style bugs in rev.1.50.bde1998-05-011-6/+4
* Change the description of errno to match the thread-aware implementationjb1998-04-301-32/+6
* Build __error.c into libc, but not libc_r. The weak symbol in thejb1998-04-301-2/+7
* `sigprocmask()' man page references `sigmask()' in synopsis.phk1998-04-261-1/+0
* Backed out lseek changes.des1998-04-191-1/+1
* Return EINVAL and do not changefile pointer if resulting offset is negative.des1998-04-181-2/+2
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B anddufault1998-03-285-1/+532
* For 1.3, NetBSD replaced the swapon() syscall with swapctl() and movedjb1998-03-232-2/+46
* For 1.3, NetBSD walloped the msync syscall and replaced it withjb1998-03-232-2/+59
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aqcharnier1998-03-191-6/+8
* <sys/errno.h> -> <errno.h>eivind1998-03-161-1/+1
* Add #include <unistd.h> to get the prototype for __syscall().jb1998-03-091-1/+2
* Yikes, this is the worst of the lot. Bruce suggested doing this (!).jb1998-03-091-58/+47
* Function to return a pointer to the non-threaded errno. This is declaredjb1998-03-091-0/+47
* Compatibility functions for use when __NETBSD_SYSCALLS is defined.jb1998-03-092-0/+222
* Don't add OBJS to CLEANFILES. bsd.obj.mk does it. Some objects werebde1998-02-251-3/+1
* correct a typo I just noticed.jkh1998-02-171-1/+1
* Document the fpgetprec/fpsetprec functions in their man page.jlemon1998-02-042-1/+3
* Kill lfs files that were causing make world to fail.imp1998-01-311-3/+2
* Added cross references to mincore(2) and minherit(2).alex1998-01-201-0/+3
* Added #include <sys/types.h> to synopsis.alex1998-01-202-1/+4
* Fixed missing #include in synopsis.bde1998-01-161-0/+2
* Fixed wrong prototype for clock_getres().bde1998-01-161-2/+2
* Typo fix.alex1998-01-151-2/+12
* Consistently reference init as .Xr init 8.alex1998-01-131-2/+2
* Dump the constant NGROUPS in favor of the POSIX way:alex1998-01-131-9/+6
* Use .Fn for sysconf(_SC_CLOCK_TCK) reference.alex1998-01-131-1/+3
* Formatting fix & improved comment for struct timeval.alex1998-01-111-1/+3
* Fixed brk(2) xref.alex1998-01-111-1/+2
* Added sys/types.h to synopsis as per POSIX.alex1998-01-111-1/+2
* Replace sys/param.h with sys/types.h as per POSIX.alex1998-01-111-1/+9
* Document that arg max is controllable via sysctl.alex1998-01-111-5/+7
* Formatting fix.alex1998-01-111-1/+2
* Added EMFILE and ENFILE to errors section.alex1998-01-111-0/+5
* .Xr sigvec --> sigactionalex1998-01-111-2/+2
* Add <sys/types.h> to synopsis.alex1998-01-111-1/+4
* Expanded cross references.alex1998-01-026-8/+15
* Convert caddr_t --> void * for sys/mman.h functions.alex1997-12-319-16/+16
* Fixed formatting of the MADV_FREE flag description.alex1997-12-301-3/+3
* Typo fix.alex1997-12-301-2/+2
OpenPOWER on IntegriCloud