summaryrefslogtreecommitdiffstats
path: root/lib/libc (follow)
Commit message (Expand)AuthorAgeFilesLines
* change time() to gettimeofday()provos1997-04-191-5/+8
* make things more complicated.provos1997-04-191-13/+46
* move #includes to top; isderaadt1997-04-181-5/+4
* constrain length of db lookups better; reported by adam@math.tau.ac.ilderaadt1997-04-181-3/+3
* Fix __STDC__ macro handling of #, only hurt for mkdep not cpp duegvf1997-04-171-3/+6
* Don't modify variables in the child since we vfork()'d tomillert1997-04-161-4/+10
* typoderaadt1997-04-161-2/+2
* documentation for arc4random. this is out of memory, might needprovos1997-04-152-2/+85
* correct the paranoia checkderaadt1997-04-151-7/+10
* incompatible changederaadt1997-04-141-1/+1
* with this here commit i label myself not the swiftestderaadt1997-04-141-8/+6
* buf oflowderaadt1997-04-141-3/+4
* fouled up a tiny bitprovos1997-04-132-5/+6
* the before mentioned random number generator.provos1997-04-133-18/+202
* copyright foodownsj1997-04-131-2/+33
* buf oflow; bitbltderaadt1997-04-132-6/+10
* repair _hokcharderaadt1997-04-131-6/+8
* Different fix for buffer overflow. From Keith Bostic <bostic@bostic.com>millert1997-04-121-35/+39
* long -> int to fix 64bit issues. This breaks 16bit machines but since we don't have any 16bit ports...) The alternative is to use int32_t's but then this code will break when/if int > 32bits which is not so unlikely. Fixes NetBSD PR #3450 from Ross Harvey (but in a different way)millert1997-04-123-19/+19
* Be a bit more specific about EINVAL and negative offsets.tholo1997-04-121-1/+3
* do not need sys/types.h; dima@tejblum.dnttm.rssi.ruderaadt1997-04-101-1/+0
* fix up a few pieces of doc.deraadt1997-04-101-5/+17
* doc EOPNOTSUPP, EMLINK, and fix EPERM. from various placesderaadt1997-04-101-2/+15
* Fix typos.millert1997-04-101-5/+5
* doc EFAULT and xref poll(2)deraadt1997-04-081-0/+8
* prettyderaadt1997-04-081-14/+14
* chflags can get EOPNOTSUPPderaadt1997-04-081-0/+6
* Change a stat(2) -> lstat(2) to avoid symlink games. From Keithmillert1997-04-071-2/+2
* strncpyderaadt1997-04-061-2/+4
* issetugid() this last getenv based openderaadt1997-04-061-3/+3
* Use in_addr_t not u_long and use in_port_t in some cases insteadmillert1997-04-0516-58/+59
* Document that negative offsets will cause EINVAL as well.tholo1997-04-051-1/+1
* Check for overflow; from FreeBSDtholo1997-04-051-2/+4
* RLIMIT_NPROC; mike.long@analog.comderaadt1997-04-041-7/+7
* clarifyderaadt1997-04-041-2/+2
* seek(2) is not neededderaadt1997-04-041-1/+0
* hokchar -> _hokchar, and make it non-static. Use it in getnetnamadr.c asdownsj1997-04-032-7/+13
* another lookup[] loop accidentderaadt1997-04-031-2/+4
* Full implementation of lookups support, plus some bug fixes. Still no YP.downsj1997-04-031-68/+97
* an -> a; soil@quick.netderaadt1997-04-031-2/+2
* use MATCH()deraadt1997-04-031-3/+3
* if dns lookup fails, still honour _res.lookups[]deraadt1997-04-031-2/+2
* ensure host_addr[] remains nicely aligned; pr#145, grr@shandakor.tharsis.comderaadt1997-04-031-2/+6
* 10 X's for mktemp() and mkstemp().millert1997-04-033-7/+7
* a start a making getnetbyaddr() respect "lookup" keyword in resolv.confkstailey1997-04-031-2/+24
* add htonl()kstailey1997-04-031-2/+2
* spelling errorderaadt1997-04-021-2/+2
* correctly code the classes of permitted TZ specifications for thederaadt1997-04-021-2/+6
* salt is an int32_tderaadt1997-03-311-2/+2
* flags param is intderaadt1997-03-311-2/+2