summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* Added group= facility to /etc/ttys for tty grouping for moredavidn1997-01-022-1/+9
* Spelling/mdoc police.mpp1996-12-301-6/+6
* Small yet significant tweaks/cleanups:wpaul1996-12-273-10/+14
* Make a note in the standards section that sysconf isn't completelyalex1996-12-271-2/+3
* Use dynamic allocated buffers instead static buffers. No member orwosch1996-12-251-19/+91
* Speeling fix.davidn1996-12-221-1/+1
* Add a missing #ifdef YP/#endif pair so that this module willwpaul1996-12-211-0/+2
* Mention FreeBSD explicitly along with 4.2BSD so that thempp1996-12-151-2/+4
* Correct some xrefs/mlinks.mpp1996-12-141-1/+1
* Merge Lite2 mods, and -Wall cleaning. undelete(2) cruftsteve1996-12-143-6/+21
* Don't free the line buffer, since getttynam(3) might still referencejoerg1996-12-121-5/+4
* Change another reference to host names to domain names, and restore somempp1996-12-091-4/+3
* sethostname() returns int, not long. I could get used to having thisjkh1996-12-051-2/+2
* _key is a char array and we don't need to pass its address to _buildkey()jkh1996-12-051-1/+1
* gethostname() returns int, not long. Answered my own question byjkh1996-12-051-1/+1
* Add support for detecting and hopefully using the passwd.adjunct.bynamewpaul1996-12-031-13/+65
* Update getdomainname(3) to reflect that it operates onmpp1996-12-011-11/+13
* Fixed execvp() of an empty pathname to fail POSIXly. Previously itbde1996-11-181-0/+6
* Fixed uninitialized variables for the '/'-in-pathname case in execvp().bde1996-11-181-1/+2
* Parameters pthread_getspecific() changed.hsu1996-11-111-1/+1
* Document that the `old' count is returned for the ENOMEM case.bde1996-11-041-1/+2
* collate_range_cmp -> __collate_range_cmpache1996-10-312-6/+8
* Fix an off-by-one error in getvfsent().joerg1996-10-261-1/+1
* GNU-style changes:ache1996-10-232-11/+21
* Fix a potential memory leak i've introduced with my recent patch.joerg1996-10-211-2/+2
* add flag FNM_ICASE for case insensitve searchwosch1996-10-202-1/+25
* Remove the arbitrary limit for the line length in /etc/ttys, and makejoerg1996-10-191-11/+33
* Corrently null-terminate the path being passed to the opendir() calls,peter1996-10-171-0/+1
* delete doubled words, e.g.: "the the" -> "the"wosch1996-10-051-2/+2
* Made this about as (in)complete as sysctl.8.bde1996-09-291-35/+42
* .Os NetBSD -> .Os FreeBSD.wosch1996-09-284-4/+4
* Fix typo from previous commit (tsvsec --> tv_sec).alex1996-09-231-1/+1
* fix .Xr macrowosch1996-09-211-1/+1
* ts_sec -> tv_secnate1996-09-202-5/+5
* Don't use __dead or __pure in user code. They were obfuscationsbde1996-09-141-4/+4
* Apply patch to fix +group YP overrides and prevent SEGV on badlywpaul1996-09-051-8/+47
* Some minor man page cleanup.mpp1996-08-231-9/+10
* Typo police.mpp1996-08-231-2/+2
* Correctly use .Fn instead of .Nm to reference function namesmpp1996-08-2214-16/+30
* Update a bunch of man pages to use .Fn insteadmpp1996-08-2219-168/+187
* Update some more man pages to use the .Fx macro.mpp1996-08-211-2/+3
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>julian1996-08-201-1/+2
* Don't claim to be POSIX compliant, since our alarm function isn't.mpp1996-08-151-5/+5
* Convert to newly aded collate compare functionache1996-08-122-6/+6
* Use collate for alpha character rangesache1996-08-121-1/+4
* Remove static collcmp, ise new internal function nowache1996-08-121-35/+3
* Use collate for alpha character rangesache1996-08-121-1/+35
* Fixed description of _SC_CLK_TCK. Both the clock and the unitsbde1996-07-301-1/+1
* Refer to the ASCII character 000 by its proper name, `NUL', and notwollman1996-07-251-11/+12
* Finish rename of KERN_DOMAINNAME to KERN_NISDOMAINNAME.wollman1996-07-252-4/+4
OpenPOWER on IntegriCloud