summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Introduce new field 'fts_bignum' which is 64bit long and will allow topjd2005-01-071-2/+10
* Don't ignore the last line of config file (/etc/hosts, /etc/services, etc)sobomax2005-01-035-15/+12
* Constify arguments.marcel2005-01-035-11/+11
* Make syslog(3) thread safe.glebius2004-12-301-9/+53
* Plug memory leak.dds2004-12-301-0/+4
* Add LOG_NTP facility.krion2004-12-301-1/+3
* Catch up with stat.h a bit:trhodes2004-12-291-6/+5
* Mark up SIGSTOP with .Dv and use .Nm in HISTORY for marking up `signal'.keramida2004-12-291-3/+3
* Various markup and spelling fixes.trhodes2004-12-291-1/+1
* Restore standard behavior: log to console only when normal loggingglebius2004-12-241-2/+3
* ``NULL is a specific instance of a null pointer constant; the generic iskeramida2004-12-236-30/+12
* Better rendering of the prototype for signal(3).jkoshy2004-12-231-6/+14
* Punctuation marks should be separate arguments in groff macros.keramida2004-12-221-1/+1
* Use .Dv NULL when referring to NULL C pointers, instead of "nil".keramida2004-12-226-11/+32
* Cross reference init(8) too, instead of vaguely referring to thekeramida2004-12-221-4/+7
* o The macro versions of sigemptyset(3), sigfillset(3), sigaddset(3),maxim2004-12-161-9/+12
* Date business, update.trhodes2004-12-101-1/+1
* According to the information on:trhodes2004-12-102-4/+4
* Oooops I forgot to commit that.cognet2004-12-081-1/+1
* Make sure the first argument to the user function is 16-byte aligned.deischen2004-12-051-5/+7
* Fix description: the argument to setcontext(3) must have been previouslyrse2004-12-031-1/+1
* MNT_NODEV is deprecated.ru2004-11-292-7/+2
* When required to negate the absoulte result of a division/remainderpeadar2004-11-271-1/+1
* Fix computation of the 'n' argument to mbrtowc (through XMBRTOWC) to avoidtjr2004-11-211-4/+4
* Remove ntp_gettime.c which was a wrapper around sysctlbyname(3).marks2004-11-182-54/+1
* -Add a note that currently two syntax styles for label element declarationcsjp2004-11-181-3/+16
* Remove 80386 support from libc.jhb2004-11-162-12/+0
* Document more fields of struct stat.yar2004-11-151-0/+32
* Use .Vt "struct stat" consistently.yar2004-11-151-1/+1
* Nitpicking on grammar.yar2004-11-151-1/+1
* Improve mdoc(7) markup of the page: add several missing macros,yar2004-11-151-10/+10
* Document the S_IS*(mode) macros used to test for file types.yar2004-11-151-1/+27
* Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.bz2004-11-134-3/+5
* sranddev() is not magic pixie dust. While it gives a good randomimp2004-11-101-2/+4
* Use the RET macro.cognet2004-11-0917-52/+52
* Add a week alias __siglongjmp => siglongjmp.cognet2004-11-091-0/+1
* MFKernel: Implement ffs with clz on Xscale.cognet2004-11-071-0/+6
* When building the custom i386 libraries for use on amd64 kernels, wepeter2004-11-066-0/+170
* Don't define SOFTFLOAT directly in source files, it's now done in the Makefile.cognet2004-11-052-2/+1
* Fix signalcontext and makecontext.cognet2004-11-053-14/+17
* Remove getcontext.S, it is not needed.cognet2004-11-052-64/+1
* Import a Makefile for arm.cognet2004-11-051-0/+8
* Protect against local flooder of /var/run/log. Do not loop forever inglebius2004-11-041-13/+41
* Add glibc-style strftime(3) padding specifiers, namely, -(no padding),delphij2004-11-042-21/+79
* Fix brk(3). The stack was unbalanced when we jumped to cerror. Oops!peter2004-10-271-0/+1
* Add necessary whitespace to correct cross references.ceri2004-10-271-2/+2
* Reword the last change a bit, add mdoc(7) markup.yar2004-10-252-2/+6
* For variables that are only checked with defined(), don't provideru2004-10-245-6/+6
* Sync with sys/i386/include/endian.h: use the single instruction 'bswap'.obrien2004-10-182-0/+8
* Since sendfile(2) works on regular files only,yar2004-10-181-1/+1
OpenPOWER on IntegriCloud