summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Implement the weak aliases for private entry points in the inet_*jdp1998-09-0220-90/+167
* Sort cross references.wosch1998-08-315-14/+14
* Typo fix.jkoshy1998-08-281-1/+1
* Describe what constitues an exceptional condition.steve1998-08-241-0/+2
* Update to use the new elf headers.dfr1998-08-171-15/+28
* Remove support for NetBSD syscalls.jb1998-08-179-378/+3
* Remove the comment about how to get NetBSD syscalls since there arejb1998-08-171-8/+1
* Add missing #include of <sys.types.h>phk1998-08-151-0/+1
* I have added the support for BIG5 encoding into libc/libxpg4/mklocale.phk1998-08-153-5/+127
* If using FreeBSD syscalls, handle the syscalls that don't requirejb1998-08-081-1/+11
* Include FreeBSD's syscall.h if not using NetBSD syscalls.jb1998-08-081-2/+5
* Allow for the fact that NetBSD syscalls are no longer the default. Calljb1998-08-081-0/+4
* Make NetBSD compatibility conditional on NETBSD_SYSCALLS being defined.jb1998-08-081-1/+3
* References to NetBSD syscalls changed to just a comment about what tojb1998-08-081-6/+7
* Fixed bitrot in prototypes in synopsis.bde1998-08-031-5/+5
* Fixed missing header in synopsis.bde1998-08-031-1/+2
* isnetworktty -> isnettty. ttyent.h has already gone through 3bde1998-08-032-6/+6
* Fixed printf format errors.bde1998-08-021-1/+1
* Fixed disordering in previous commit.bde1998-07-292-8/+8
* Add missing period. We don't allow maternity leaves.hoek1998-07-291-2/+2
* u_int --> unsigned int, remove (now unneeded) <sys/types.h>jlemon1998-07-283-15/+13
* oops, forgot to do ``cvs add'' first.jlemon1998-07-286-0/+417
* Add wrappers for i386_*_ioperm, i386_vm86 so userland code doesjlemon1998-07-283-8/+13
* Provide meaningful errno value on error returnache1998-07-141-5/+17
* Changed to the C9x draft spelling of the (unsigned) integral typebde1998-07-141-12/+12
* Oops, fptrint_t still needs to be declared in <machine/profile.h> in thebde1998-07-101-9/+1
* Added a kernel-only typedef (ptrint_t) giving an integral type that isbde1998-07-101-2/+11
* Correct wording on range of addresses examined by `msync(2)'.jkoshy1998-07-091-2/+2
* Add lockf().dt1998-07-081-3/+3
* Make this look more FreeBSDish.dt1998-07-081-8/+2
* This commit was generated by cvs2svn to compensate for changes in r37510,dt1998-07-082-0/+345
|\
| * An implementation of lockf() function call.dt1998-07-082-0/+345
* | Replace my original asprintf() and vasprintf() hacks with somethingpeter1998-07-084-142/+99
* | fts_close calls free(sp), the ISSET(FTS_NOCHDIR) which is a macro thatphk1998-07-032-6/+8
* | Cross-reference to sysconf(3).eivind1998-06-301-1/+2
* | Fixed printf format errors.bde1998-06-304-7/+7
* | Fixed scanf format errors. The error handling is not quite bug for bugbde1998-06-301-7/+4
* | Fixed printf format errors. Don't assume so many things about time_t.bde1998-06-301-20/+16
* | Fix btree problems. This passes regressions tests.guido1998-06-252-2/+5
* | preserve errno across the readlink() calls. There is no value in trashingpeter1998-06-181-1/+4
* | Don't compile in the use of poll() when building libc_r. This isn'tpeter1998-06-141-1/+15
* | Document EINVAL return value.bde1998-06-141-0/+7
* | Make nlist() understand elf unconditionallypeter1998-06-122-5/+2
* | Update the resolver parts to bind-8.1.2 level. I have not touched thepeter1998-06-1125-1733/+3219
* | Move ftok() from libcompat to libc, so that it can be closer to itsjdp1998-06-101-3/+3
* | Fix grammar, "null" -> "NUL"danny1998-06-101-5/+5
* | This is a null commit to log the fact that I have done a repositoryjdp1998-06-102-2/+2
* | Remove __NETBSD_SYSCALLS from CFLAGS now that it is set in sys.mk.jb1998-06-091-2/+3
* | Rename calls when building libc_r.jb1998-06-091-3/+3
* | Make this thread-safe in both libc as well as libc_r.jb1998-06-091-13/+2
OpenPOWER on IntegriCloud