summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add notice about early use from malloc.c forbidding malloc use fromphk2001-11-021-0/+5
* Make the output from assert() look more like the example in the C99mike2001-10-291-2/+2
* Only provide function information in compile environments that supportmike2001-10-271-5/+10
* Restore K&R prototype. Fix other style bugs.mike2001-10-271-2/+3
* Explicitly use int32_t for on-disk records for pw_change and pw_expire,peter2001-10-271-2/+5
* Add __FBSDID.asmodai2001-10-241-5/+10
* Compensate for "Compensate for header dethreading" by backing it out.bde2001-10-105-10/+0
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-0194-122/+122
* Document the FTS_ROOTPARENTLEVEL and FTS_ROOTLEVEL constants.ru2001-09-201-5/+9
* Use ``.Rv -std'' wherever possible.ru2001-08-314-23/+4
* Fixed namespace pollution related to `warn' in libc (but not in otherbde2001-08-292-2/+13
* begin executed --> being executeddd2001-08-241-1/+1
* Use .In, .Ux, and .Rv where appropriate. Also consistently call thisdd2001-08-211-18/+16
OpenPOWER on IntegriCloud