summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Add the sys/types.h include to the necessary documented includes for theats1994-12-311-0/+1
* fixunsdfsi.S:bde1994-12-271-37/+22
* sigsetjmp.S:bde1994-12-272-6/+4
* Remove unnecessary .align statement.bde1994-12-274-4/+0
* Fix a spelling error and add a comment about possible improvements.bde1994-12-271-3/+17
* Fix the bug reported by Torbjorn Granlund <tege@cygnus.com>:bde1994-12-251-5/+5
* Add missing getdomainname manual page.guido1994-12-182-3/+103
* Obtained from: 1.1.5bde1994-12-121-1/+5
* Obtained from: 386BSD-0.1 patchkit; also fixed in 1.1.5bde1994-12-121-2/+3
* Fix execl[e]. Multiple execle's failed because of bogus caching of thebde1994-12-121-16/+14
* Comment out the man page of rstat.1 from Makefile.inc. There is no rstatats1994-12-114-5/+5
* Added the mpool.3 manpage to the installed manpages. It is referred from theats1994-12-111-0/+1
* In _gethostbydnsaddr(), force RES_RECURSE into _res.options. This iswollman1994-12-011-1/+4
* Go back to Bruce's fix with a minor change that will allow a NULL stringdg1994-11-251-4/+3
* Fixed bugs related to returning NULL if length is zero.dg1994-11-251-3/+4
* Added sysarch system call which is used my i386_get/set_ltd.c and is neededdfr1994-11-171-1/+1
* Added routines to read the canonical UNIX configuration file. This willphk1994-11-133-4/+267
* Date: Wed, 26 Oct 1994 15:44:49 -0600nate1994-11-051-0/+1
* >Description:rgrimes1994-10-272-1/+2
* Fix memchr(p, 0, 0) to return NULL instead of p.bde1994-10-271-3/+3
* Reenable sigsetjmp.S. Preserve the FP state. Rearrange offsetsbde1994-10-254-14/+50
* Nuke sigsetjmp.c. sigsetjmp() can't be implemented as a C functionbde1994-10-251-2/+2
* cfmakeraw(): set IGNBRK, clear IXOFF, INPCK per Bruce suggestionache1994-10-221-2/+3
* makeraw(): forget to clear IMAXBEL, set VMIN/VTIMEache1994-10-221-2/+3
* Remove CPU_COLORDISP, GIO_COLOR now existsache1994-10-181-1/+0
* Add new machdep variablesache1994-10-171-0/+3
* sysctl(3) can return an error (setting errno to ENOMEM) when thewollman1994-10-132-28/+90
* Sync with ctype.h (remove EOF handling)ache1994-10-091-9/+0
* Sync with ctype.h (EOF, sign extention fixes)ache1994-10-081-0/+17
* Use same configuration file, /etc/host.conf, for both gethost* andwollman1994-09-261-7/+9
* Fixed YP networks map support.wollman1994-09-261-7/+24
* remove need for -DDEBUG from resolver code (conflict with db/hash)pst1994-09-257-77/+38
* get* rework and new bind codepst1994-09-2515-1090/+2785
* Document getvfsent() and kin.wollman1994-09-252-2/+232
* Fix so that people who don't have LKMs compiled in their kernels don'twollman1994-09-251-0/+8
* Make not-so-space-eaten locale version:ache1994-09-2412-290/+525
* Added $Id$dg1994-09-243-0/+6
* If sysctl() fails, return "/kernel" so as not to screw people who haven'twollman1994-09-241-2/+2
* Added getbootfile(3), for an easy C interface to the kern.bootfile MIBwollman1994-09-233-13/+140
* Added *ran48 functions, and put them in the correct place this time.wollman1994-09-2313-2/+476
* Pass -q and -u flags to modload so that it shuts up and doesn't leavewollman1994-09-221-1/+1
* Make iso_addr's output conform to modern conventions for NSAPpst1994-09-221-18/+16
* Fix stupid memory-allocation error.wollman1994-09-221-3/+9
* Added VFS functions: getvfsvbyname, getvfsbytype, getvfsent, setvfsent,wollman1994-09-222-1/+235
* Document YP support.wollman1994-09-202-29/+51
* My implementation of YP group file support, modeled after thewollman1994-09-201-6/+210
* Second half of YP security hole fix. Needs updated passwordwollman1994-09-201-5/+12
* Re-implement YP password file support from scratch. This implementationwollman1994-09-201-3/+215
* Maintain pw_fields, and output same to password database.wollman1994-09-201-0/+17
* Function in this module bloodly called 'gethostname' and linkedache1994-09-191-2/+2
OpenPOWER on IntegriCloud