summaryrefslogtreecommitdiff
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* Use the correct type for uid and gid in struct passwd. Document it.Dag-Erling Smørgrav1999-01-181-2/+2
* Make the implementation and documentation agree. Specifically:Dag-Erling Smørgrav1999-01-062-6/+11
* Ignore the fs_spec entry for "/" in /etc/fstab if the device whichBruce Evans1999-01-011-0/+29
* Restore old semantics (broken in rev 1.47's buffer overflow fix).Eivind Eklund1998-12-171-1/+3
* Adjust for kern.ps_strings and PS_STRINGS not being a pointer. This isBruce Evans1998-12-161-8/+7
* Add reminder to return memory allocated by this call.Warner Losh1998-12-161-1/+10
* PR: docs/9050Matthew Dillon1998-12-131-0/+1
* Removed unused include of <kvm.h>. It was alarming for libc to apparentlyBruce Evans1998-12-071-3/+1
* Fix a .Nm -> .Fn fix that was missed in the previous commit.Joseph Koshy1998-11-091-1/+1
* Update manual page to reflect changes in rev 1.12 ofJoseph Koshy1998-11-061-3/+6
* A feeble attempt at kld compatability. The mount_* programs assume thatPeter Wemm1998-11-031-1/+10
* Prevent buffer overflow in getpwnam()Mike Smith1998-10-291-2/+2
* Clarify processing of the string argument by psignal().Robert Nordier1998-10-291-1/+3
* The man page implies that the string argument to psignal() may beRobert Nordier1998-10-291-4/+2
* Handle ELF symbols better. This fixes "vmstat -i" for the caseJohn Polstra1998-10-281-59/+77
* (`'): and (`'); -> (`:') and (`;')Bill Fenner1998-10-261-2/+2
* Slight style police.David E. O'Brien1998-10-251-3/+13
* Fix style issues in execl(), and make execle() vfork()-safe.Dag-Erling Smørgrav1998-10-151-13/+23
* Conform to POSIX and close any copies of popen() descriptors inherited by aMike Smith1998-10-151-0/+4
* Correct braino in previous commit. I get the pointy hat again.Dag-Erling Smørgrav1998-10-141-3/+4
* Make execl() vfork()-safe. This should fix potential bugs in rcp,Dag-Erling Smørgrav1998-10-141-8/+20
* Avoid the need for calling functions that malloc after a vfork().Peter Wemm1998-10-111-2/+10
* vfork -> fork. The child calls execl() which calls malloc(), soBruce Evans1998-10-101-1/+1
* Fix a memory leakJulian Elischer1998-10-071-15/+25
* `kern.maxproc' is not changeable from sysctl(8).Joseph Koshy1998-09-291-1/+1
* Don't cast int pointers to long pointers when reading labels fromDoug Rabson1998-09-261-6/+9
* Sort table and descriptions.Joseph Koshy1998-09-161-7/+7
* Replace memory leaking instances of realloc with non-leaking reallocf.Warner Losh1998-09-169-19/+19
* Don't initialize NIS until it is really necessary. Now, in case of networkDmitrij Tejblum1998-09-151-55/+71
* Turn off replies to ICMP echo requests for broadcast and multicastJoseph Koshy1998-09-151-2/+6
* Replace accidentally-deleted `x' which caused warnx() to misbehave.Garrett Wollman1998-09-151-2/+2
* Correct a typo that I noticed.Joseph Koshy1998-09-151-1/+1
* A small last-minute iitem for 3.0:Garrett Wollman1998-09-122-84/+124
* Document a number of VM sysctl variables with help from old emailsGuy Helmer1998-09-091-1/+38
* Add a new library function getobjformat(). It checks all theJohn Polstra1998-09-093-3/+238
* restore rev 1.23 to give clear SIGALRM handling example, 68 yearsAndrey A. Chernov1998-09-081-28/+16
* Reviewed by: Andrey A. Chernov <ache@nagual.pp.ru>, Doug Rabson <dfr@nlsystem...Matthew Dillon1998-09-061-17/+29
* Use INT_MAX instead of LONG_MAX since the variable being comparedJohn Birrell1998-09-051-4/+4
* Sort cross references.Wolfram Schneider1998-08-311-3/+3
* Update to use the new elf headers.Doug Rabson1998-08-171-15/+28
* isnetworktty -> isnettty. ttyent.h has already gone through 3Bruce Evans1998-08-032-6/+6
* Fixed printf format errors.Bruce Evans1998-08-021-1/+1
* Add lockf().Dmitrij Tejblum1998-07-081-3/+3
* Make this look more FreeBSDish.Dmitrij Tejblum1998-07-081-8/+2
* This commit was generated by cvs2svn to compensate for changes in r37510,Dmitrij Tejblum1998-07-082-0/+345
|\
| * An implementation of lockf() function call.Dmitrij Tejblum1998-07-082-0/+345
* fts_close calls free(sp), the ISSET(FTS_NOCHDIR) which is a macro thatPoul-Henning Kamp1998-07-032-6/+8
* Cross-reference to sysconf(3).Eivind Eklund1998-06-301-1/+2
* Fixed printf format errors.Bruce Evans1998-06-301-1/+1
* Make nlist() understand elf unconditionallyPeter Wemm1998-06-122-5/+2