summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* Fix a .Nm -> .Fn fix that was missed in the previous commit.jkoshy1998-11-091-1/+1
* Update manual page to reflect changes in rev 1.12 ofjkoshy1998-11-061-3/+6
* A feeble attempt at kld compatability. The mount_* programs assume thatpeter1998-11-031-1/+10
* Prevent buffer overflow in getpwnam()msmith1998-10-291-2/+2
* Clarify processing of the string argument by psignal().rnordier1998-10-291-1/+3
* The man page implies that the string argument to psignal() may bernordier1998-10-291-4/+2
* Handle ELF symbols better. This fixes "vmstat -i" for the casejdp1998-10-281-59/+77
* (`'): and (`'); -> (`:') and (`;')fenner1998-10-261-2/+2
* Slight style police.obrien1998-10-251-3/+13
* Fix style issues in execl(), and make execle() vfork()-safe.des1998-10-151-13/+23
* Conform to POSIX and close any copies of popen() descriptors inherited by amsmith1998-10-151-0/+4
* Correct braino in previous commit. I get the pointy hat again.des1998-10-141-3/+4
* Make execl() vfork()-safe. This should fix potential bugs in rcp,des1998-10-141-8/+20
* Avoid the need for calling functions that malloc after a vfork().peter1998-10-111-2/+10
* vfork -> fork. The child calls execl() which calls malloc(), sobde1998-10-101-1/+1
* Fix a memory leakjulian1998-10-071-15/+25
* `kern.maxproc' is not changeable from sysctl(8).jkoshy1998-09-291-1/+1
* Don't cast int pointers to long pointers when reading labels fromdfr1998-09-261-6/+9
* Sort table and descriptions.jkoshy1998-09-161-7/+7
* Replace memory leaking instances of realloc with non-leaking reallocf.imp1998-09-169-19/+19
* Don't initialize NIS until it is really necessary. Now, in case of networkdt1998-09-151-55/+71
* Turn off replies to ICMP echo requests for broadcast and multicastjkoshy1998-09-151-2/+6
* Replace accidentally-deleted `x' which caused warnx() to misbehave.wollman1998-09-151-2/+2
* Correct a typo that I noticed.jkoshy1998-09-151-1/+1
* A small last-minute iitem for 3.0:wollman1998-09-122-84/+124
* Document a number of VM sysctl variables with help from old emailsghelmer1998-09-091-1/+38
* Add a new library function getobjformat(). It checks all thejdp1998-09-093-3/+238
* restore rev 1.23 to give clear SIGALRM handling example, 68 yearsache1998-09-081-28/+16
* Reviewed by: Andrey A. Chernov <ache@nagual.pp.ru>, Doug Rabson <dfr@nlsystem...dillon1998-09-061-17/+29
* Use INT_MAX instead of LONG_MAX since the variable being comparedjb1998-09-051-4/+4
* Sort cross references.wosch1998-08-311-3/+3
* Update to use the new elf headers.dfr1998-08-171-15/+28
* isnetworktty -> isnettty. ttyent.h has already gone through 3bde1998-08-032-6/+6
* Fixed printf format errors.bde1998-08-021-1/+1
* 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
* 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-301-1/+1
* Make nlist() understand elf unconditionallypeter1998-06-122-5/+2
* Move ftok() from libcompat to libc, so that it can be closer to itsjdp1998-06-101-3/+3
* This is a null commit to log the fact that I have done a repositoryjdp1998-06-102-2/+2
* Implement compile time debug mode for thread locks.jb1998-06-093-11/+11
* Fix this so that it compiles in the !__STDC__ case.steve1998-06-061-1/+5
* Mention that tftpd(8) also uses syslog(3).jkoshy1998-06-051-2/+3
* Correct wrong claim about `telldir()' cookie lifetimes.jkoshy1998-06-031-16/+11
* Add a trivial mechanism for returning a useful default value if one ismsmith1998-06-011-1/+4
* Several sources including Unix98 say that semctl's fourthsteve1998-05-311-5/+24
OpenPOWER on IntegriCloud