summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Missed a spot in previous commit.des2002-04-151-1/+3
* (ab)use unused bits in the pw_fields member of struct passwd to recorddes2002-04-141-2/+12
* Remove the hard-coded limit of 3 bytes for EUC encodings.asmodai2002-04-141-1/+3
* Correct markup.dd2002-04-141-1/+2
* Install digittoint.3 (forgotten in rev 1.21)des2002-04-131-1/+1
* Use the correct macros for F_SETFD/F_GETFD instead of magic numbers.asmodai2002-04-131-4/+12
* This was recently MFC'd, so it will appear in 4.6.dd2002-04-131-1/+1
* Implement _Unwind_FindTableEntry(). This function is part of GCCmarcel2002-04-132-0/+130
* scanf.3 has an obsolete ``this release''.trhodes2002-04-101-7/+0
* No longer needed to #ifdef __FBSDID, this is now handled by Makefile.inc1.ru2002-04-092-4/+0
* Rename some fields in struct frame to be compatible with NetBSD/OpenBSD,jake2002-04-091-1/+1
* Catch up with const'ification of <sys/disklabel.h> and quelch warnings.phk2002-04-081-18/+13
* Fix style of ether_ntoa().ru2002-04-081-3/+3
* Fix EUC encoding conversion for codeset 3 and 4 to comply to the specification.asmodai2002-04-071-0/+6
* Polish previous revision.ru2002-04-061-1/+1
* Fix ether_ntoa() to generate the %02x format people expect, instead of %x,dillon2002-04-061-2/+3
* htonl() and ntohl() operate on unsinged types, so they must zero-extend,tmm2002-04-062-2/+2
* Initial deorbit burn for the undocumented and unused d_boot[01]phk2002-04-031-5/+0
* When _kevent() returns with errno = EINTR and timeout is notume2002-04-011-4/+3
* Do not use __progname directly (except in [gs]etprogname(3)).markm2002-03-2913-32/+49
* Embellish more.obrien2002-03-261-1/+1
* Embellish the comment.obrien2002-03-261-2/+4
* Fixed some style bugs in the removal of __P(()). Some function parameterbde2002-03-261-1/+1
* A break after a return is useless.dd2002-03-241-1/+0
* Fix braino.dd2002-03-241-1/+1
* Update comments. We uniformly use __FBSDID in libc now.obrien2002-03-231-5/+5
* W/o __P, the internal declarations will all fit on one line.obrien2002-03-231-6/+3
* Remove these abortive MIPS bits.obrien2002-03-2362-2856/+0
* Breath deep and take __P out of the system include files.imp2002-03-231-7/+7
* Standardize on our SCM ID style.obrien2002-03-2326-121/+36
* Restore CSRG ID's lost in January 1995.obrien2002-03-2346-175/+235
* Fix the style of the SCM ID's.obrien2002-03-2229-25/+35
* Fix the style of the SCM ID's.obrien2002-03-2254-117/+138
* Fix the style of the SCM ID's.obrien2002-03-221-1/+2
* Fix the style of the SCM ID's.obrien2002-03-22408-795/+970
* Back out last commit (rev 1.2). I thought I caught this file in timeobrien2002-03-221-1/+1
* Constify the first arg to callrpc(3).alfred2002-03-221-1/+1
* SCM ID tweak.obrien2002-03-222-2/+0
* Remove multi-line __P() usage.obrien2002-03-2223-76/+68
* const poison just like NetBSD.imp2002-03-221-32/+14
* Make user_from_uid and group_from_gid return const char *, just likeimp2002-03-222-4/+4
* Remove __P() usage.obrien2002-03-21106-532/+552
* Remove 'register' keyword.obrien2002-03-21137-879/+927
* Move swapcontext.c to the ${MACHINE_ARCH}/gen/Makefile.inc area, otherwisepeter2002-03-214-4/+4
* mdoc(7) police: Fixed the spammage of this file with trailing whitespacesru2002-03-201-21/+20
* mdoc(7) police: tidy up.ru2002-03-181-8/+8
* mdoc(7) police: bump document date to the date of the last interfacedd2002-03-181-3/+6
* Update to reflect reality; devname(3) hasn't returned NULL on failuredd2002-03-181-6/+18
* Features are deprecated, not depreciated.dd2002-03-181-1/+1
* Document PT_IO, and move the comment about machine-dependent requestsdes2002-03-161-5/+33
OpenPOWER on IntegriCloud