summaryrefslogtreecommitdiff
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* Remove multi-line __P() usage.David E. O'Brien2002-03-221-4/+5
* const poison just like NetBSD.Warner Losh2002-03-221-32/+14
* Make user_from_uid and group_from_gid return const char *, just likeWarner Losh2002-03-222-4/+4
* Remove __P() usage.David E. O'Brien2002-03-211-1/+1
* Move swapcontext.c to the ${MACHINE_ARCH}/gen/Makefile.inc area, otherwisePeter Wemm2002-03-211-1/+1
* mdoc(7) police: bump document date to the date of the last interfaceDima Dorfman2002-03-181-3/+6
* Update to reflect reality; devname(3) hasn't returned NULL on failureDima Dorfman2002-03-181-6/+18
* Come on guys, you can't just take OpenBSD manpage and commit itRuslan Ermilov2002-03-151-30/+41
* If syslog fails to talk to syslogd, then it tries to write a messageDavid Malone2002-03-091-4/+4
* This API will appear in FreeBSD 4.6.Dima Dorfman2002-03-091-1/+1
* Bring a comment in line with the code, and fix some spelling errorsDima Dorfman2002-03-091-4/+3
* Fix build. I commented out getpass() in readpassphrase.c because theBrian Feldman2002-03-091-3/+3
* Update readpassphrase(3)to the latest revisions. Changes are mainly dueBrian Feldman2002-03-082-57/+146
* Add new errno ``ENOATTR''.Brian Feldman2002-03-071-0/+3
* Introduce a version field to `struct xucred' in place of one of theDima Dorfman2002-02-272-1/+5
* use _GENERIC_DIRSIZ(dp) to avoid copying too much of the dirent overAlfred Perlstein2002-02-261-2/+2
* Per POSIX <grp.h> doesn't require <sys/types.h>.Maxim Sobolev2002-02-251-1/+0
* Fixed divots that I created when I moved prototypes of group_from_gidWarner Losh2002-02-192-2/+3
* Use new-style function declations.Warner Losh2002-02-131-6/+2
* FreeBSD 4.1 bootstrapping aid (__FBSDID is not there).Ruslan Ermilov2002-02-082-0/+4
* Allow ldd(1) be used on shared libraries in addition to executables.Maxim Sobolev2002-02-041-0/+7
* Fixed tab lossage in vendor id and nearby style bugs in previous commit.Bruce Evans2002-02-011-1/+4
* Fixed syntax error in previous commit. It was non-fatal because it wasBruce Evans2002-02-011-3/+5
* Fixed slipage in editor.David E. O'Brien2002-02-011-0/+1
* Cut-n-paste in `list' mode considered harmful.David E. O'Brien2002-02-012-5/+5
* * Remove __P and convert to ANSI prototypes.David E. O'Brien2002-02-0116-264/+245
* * Remove 'register'. (some functions had 7+ register functions...)David E. O'Brien2002-02-0116-68/+77
* Fix SCM ID's.David E. O'Brien2002-02-0162-207/+166
* Fix minor style nit.David E. O'Brien2002-01-311-1/+3
* Fixed world breakage due to missing include of <sys/cdefs.h> in previousBruce Evans2002-01-314-5/+17
* Fix FreeBSD IDs.David E. O'Brien2002-01-305-15/+12
* Use ctime_r to build the timestamp for syslog, so that we don'tDavid Malone2002-01-251-2/+2
* The sixth argument to the NET_RT_IFLIST sysctl is actually 0 forRuslan Ermilov2002-01-231-1/+1
* Use the proper type (gid_t) for (group)->gr_gid to be orthogonalMark Murray2002-01-225-15/+16
* mdoc(7) police: tidy up OpenBSD fixes.Ruslan Ermilov2002-01-161-7/+5
* yp(4) -> yp(8).Ruslan Ermilov2002-01-142-4/+4
* Merge some updates and markup fixes from OpenBSD. This is mainlyCrist J. Clark2002-01-141-6/+30
* Include <stddef.h> to fix build problem when namespace pollutionDaniel Eischen2002-01-111-7/+8
* Fixed missing backslash in previous commit.Bruce Evans2002-01-111-1/+1
* Fixed accumulated unsorting and some other style bugs (long lines).Bruce Evans2002-01-111-11/+10
* Add getcontext, setcontext, makecontext, and swapcontext. TheseDaniel Eischen2002-01-102-1/+55
* If the OID is missing, sysctl(3) returns ENOENT, not EOPNOTSUPP.Ruslan Ermilov2001-12-131-2/+2
* Start using .St macro for POSIX.1-2001.Ruslan Ermilov2001-12-081-2/+1
* Correct some egregious style bugs.Dag-Erling Smørgrav2001-12-041-13/+21
* Add a missing error check. This fixes a bug that would cause pwd_mkdb toDag-Erling Smørgrav2001-12-041-1/+2
* Fix typos getpeerid -> getpeereid.Anton Berezin2001-12-021-2/+2
* Add support for sysconf(_SC_NPROCESSORS_CONF) and sysconf(_SC_NPROCESSORS_ONLN).Joseph Koshy2001-12-012-0/+12
* Do not write warning messages on stderr - a caller is expected to checkAnton Berezin2001-11-282-10/+8
* mdoc(7) police: markup cleanup.Ruslan Ermilov2001-11-221-15/+26
* mdoc(7) police: add missing comma.Ruslan Ermilov2001-11-221-1/+1