summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* If syslog fails to talk to syslogd, then it tries to write a messagedwmalone2002-03-091-4/+4
* This API will appear in FreeBSD 4.6.dd2002-03-091-1/+1
* Bring a comment in line with the code, and fix some spelling errorsdd2002-03-091-4/+3
* Fix build. I commented out getpass() in readpassphrase.c because thegreen2002-03-091-3/+3
* Update readpassphrase(3)to the latest revisions. Changes are mainly duegreen2002-03-082-57/+146
* Add new errno ``ENOATTR''.green2002-03-071-0/+3
* Introduce a version field to `struct xucred' in place of one of thedd2002-02-272-1/+5
* use _GENERIC_DIRSIZ(dp) to avoid copying too much of the dirent overalfred2002-02-261-2/+2
* Per POSIX <grp.h> doesn't require <sys/types.h>.sobomax2002-02-251-1/+0
* Fixed divots that I created when I moved prototypes of group_from_gidimp2002-02-192-2/+3
* Use new-style function declations.imp2002-02-131-6/+2
* FreeBSD 4.1 bootstrapping aid (__FBSDID is not there).ru2002-02-082-0/+4
* Allow ldd(1) be used on shared libraries in addition to executables.sobomax2002-02-041-0/+7
* Fixed tab lossage in vendor id and nearby style bugs in previous commit.bde2002-02-011-1/+4
* Fixed syntax error in previous commit. It was non-fatal because it wasbde2002-02-011-3/+5
* Fixed slipage in editor.obrien2002-02-011-0/+1
* Cut-n-paste in `list' mode considered harmful.obrien2002-02-012-5/+5
* * Remove __P and convert to ANSI prototypes.obrien2002-02-0116-264/+245
* * Remove 'register'. (some functions had 7+ register functions...)obrien2002-02-0116-68/+77
* Fix SCM ID's.obrien2002-02-0162-207/+166
* Fix minor style nit.obrien2002-01-311-1/+3
* Fixed world breakage due to missing include of <sys/cdefs.h> in previousbde2002-01-314-5/+17
* Fix FreeBSD IDs.obrien2002-01-305-15/+12
* Use ctime_r to build the timestamp for syslog, so that we don'tdwmalone2002-01-251-2/+2
* The sixth argument to the NET_RT_IFLIST sysctl is actually 0 forru2002-01-231-1/+1
* Use the proper type (gid_t) for (group)->gr_gid to be orthogonalmarkm2002-01-225-15/+16
* mdoc(7) police: tidy up OpenBSD fixes.ru2002-01-161-7/+5
* yp(4) -> yp(8).ru2002-01-142-4/+4
* Merge some updates and markup fixes from OpenBSD. This is mainlycjc2002-01-141-6/+30
* Include <stddef.h> to fix build problem when namespace pollutiondeischen2002-01-111-7/+8
* Fixed missing backslash in previous commit.bde2002-01-111-1/+1
* Fixed accumulated unsorting and some other style bugs (long lines).bde2002-01-111-11/+10
* Add getcontext, setcontext, makecontext, and swapcontext. Thesedeischen2002-01-102-1/+55
* If the OID is missing, sysctl(3) returns ENOENT, not EOPNOTSUPP.ru2001-12-131-2/+2
* Start using .St macro for POSIX.1-2001.ru2001-12-081-2/+1
* Correct some egregious style bugs.des2001-12-041-13/+21
* Add a missing error check. This fixes a bug that would cause pwd_mkdb todes2001-12-041-1/+2
* Fix typos getpeerid -> getpeereid.tobez2001-12-021-2/+2
* Add support for sysconf(_SC_NPROCESSORS_CONF) and sysconf(_SC_NPROCESSORS_ONLN).jkoshy2001-12-012-0/+12
* Do not write warning messages on stderr - a caller is expected to checktobez2001-11-282-10/+8
* mdoc(7) police: markup cleanup.ru2001-11-221-15/+26
* mdoc(7) police: add missing comma.ru2001-11-221-1/+1
* fix compilation (include -> #include)fjoe2001-11-211-1/+1
* Should also include namespace.hgreen2001-11-211-1/+3
* Change certain syscalls from x to _x.green2001-11-211-7/+7
* Introduce readpassphrase(3), a superset of getpass(3). Thisgreen2001-11-205-101/+256
* mdoc(7) police: remove whitespace at EOL.ru2001-11-201-1/+1
* Create link from directory.3 to readdir_r.3.dd2001-11-161-2/+2
* Fixed namespace pollution related to `err' in libc in the same way as forbde2001-11-112-4/+11
* Add a note explaining why CLOCKS_PER_SEC isn't 1000000.dwmalone2001-11-051-1/+10
OpenPOWER on IntegriCloud