summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Fix the style of the SCM ID's.obrien2002-03-22408-795/+970
| | | | I believe have made all of libc .c's as consistent as possible.
* Back out last commit (rev 1.2). I thought I caught this file in timeobrien2002-03-221-1/+1
| | | | when deP'ing. But I guess not.
* Constify the first arg to callrpc(3).alfred2002-03-221-1/+1
|
* This library uses its own versions of some of the system headers.ru2002-03-221-3/+3
| | | | | Protect against CFLAGS having -I/usr/include listed explicitly. The real solution would be to fix the library. XXX
* SCM ID tweak.obrien2002-03-222-2/+0
|
* Remove multi-line __P() usage.obrien2002-03-2230-143/+129
|
* Fix for OPIE 2.4.markm2002-03-221-0/+1
|
* Remove __P() usage.obrien2002-03-221-2/+2
|
* 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
| | | | NetBSD. Update man page to reflect this.
* Updates for OPIE 2.4.markm2002-03-221-0/+1
|
* Remove __P() usage.obrien2002-03-2130-420/+421
|
* Remove __P() usage.obrien2002-03-211-2/+2
|
* Remove 'register' keyword.obrien2002-03-2142-307/+323
|
* Remove __P() usage.obrien2002-03-21106-532/+552
|
* Remove 'register' keyword.obrien2002-03-21137-879/+927
|
* Fix SCM ID's.obrien2002-03-213-9/+7
|
* Removed the last vestiges of libm. These have been repo-copied tobde2002-03-215-1139/+0
| | | | | msun/bsdsrc. Everything except true gamma() and its support functions was superseded by msun long ago, at least on IEEE machines.
* Kill debugging printf() slipped into my last commit.sobomax2002-03-211-1/+0
| | | | | Noticed by: jhb Hall of shame entry: sobomax
* Move swapcontext.c to the ${MACHINE_ARCH}/gen/Makefile.inc area, otherwisepeter2002-03-214-4/+4
| | | | | it causes undefined references to getcontext() and setcontext() on platforms other than i386 and alpha.
* Removed all files in libm except README-FREEBSD and files needed tobde2002-03-2131-6225/+0
| | | | implement tgamma().
* mdoc(7) police: Fixed the spammage of this file with trailing whitespacesru2002-03-201-21/+20
| | | | | in revisions 1.26-1.28. Fixed two bugs in punctuation cleanup in rev. 1.27. Removed hard sentence break not killed by rev. 1.26.
* Add the ability to recognize old references to keys, and return NULLdeischen2002-03-1918-108/+162
| | | | | when old keys are referenced (after pthread_key_delete()) via pthread_getspecific().
* Add -ffreestanding to CFLAGS for ia64. This should probably be globalpeter2002-03-191-0/+2
| | | | like on the kernel.
* mdoc(7) police: fix SYNOPSIS, sort xrefs, kill extra whitespace.ru2002-03-181-6/+8
|
* mdoc(7) police: nits.ru2002-03-181-3/+5
|
* mdoc(7) police: sort xrefs, kill extra whitespace.ru2002-03-181-3/+3
|
* mdoc(7) police: tidy up.ru2002-03-181-8/+8
|
* Fix world breakage introduced by my recent modifications tocjc2002-03-182-2/+3
| | | | | | | chpass(8). The relations between libc, libpam, chpass, passwd, and vipw are a mess and probably should be cleaned up. Submitted by: Peter Pentchev <roam@ringlet.net>
* mdoc(7) police: bump document date to the date of the last interfacedd2002-03-181-3/+6
| | | | | change (revision 1.2 of devname.c on 1999/07/18), don't put quotes around a path, and use .Dv where appropriate.
* Update to reflect reality; devname(3) hasn't returned NULL on failuredd2002-03-181-6/+18
| | | | | since revision 1.2 of devname.c (1999/07/18). While I'm here, note, in the BUGS section, that the returned pointer is to a static buffer.
* Features are deprecated, not depreciated.dd2002-03-181-1/+1
| | | | | PR: 35987 Submitted by: shill@free.fr
* Add splitfs vfs layer into libstand, which allows loading big kernels andsobomax2002-03-176-3/+292
| | | | | | | | | | | | | | | | | | | | | | modules split across several physical medias. Following is how it works: The splitfs code, when asked to open "foo" looks for a file "foo.split" which is a text file containing a list of filenames and media names, e.g. foo.aa "Kernel floppy 1" foo.ab "Kernel floppy 2" foo.ac "Kernel and modules floppy" For each file segment, the process is: - try to open the file - prompt "Insert the disk labelled <whatever> and press any key..." - try to open the file - return error if file could not be located RE team is free to use this feature in the upcoming 5.0-DP1. Reviewed by: msmith, dcs
* Revert part of rev 1.3 -- we need the calls to _init and _fini.obrien2002-03-161-4/+0
|
* Document PT_IO, and move the comment about machine-dependent requestsdes2002-03-161-5/+33
| | | | below PT_[GS]ET_{,DB,FP}REGS.
* Further cleanup (punctuation, genitive)des2002-03-161-18/+27
|
* Insert newlines between sentences and rewrap paragraphs. No changes todes2002-03-161-31/+40
| | | | the actual text or markup.
* Fix the return code from pthread_rwlock_try[rw|rd]lock() functions;bsd2002-03-153-6/+6
| | | | | | these should return EBUSY when the calling thread would block. MFC after: 2 weeks
* mdoc(7) police: tiny fixes.ru2002-03-151-2/+4
|
* mdoc(7) police: expand contractions.ru2002-03-151-2/+2
|
* mdoc(7) police: hard sentence breaks, whitespace at EOL, contractions.ru2002-03-151-10/+18
|
* mdoc(7) police: Fix xref to timeradd(3).ru2002-03-151-1/+1
|
* mdoc(7) police: punctuation nit.ru2002-03-151-2/+1
|
* bde got caught by mdoc(7) police. :-)ru2002-03-152-2/+2
|
* mdoc(7) police: don't you notice the warnings?ru2002-03-151-1/+0
|
* Come on guys, you can't just take OpenBSD manpage and commit itru2002-03-151-30/+41
| | | | | | | | | over someone else's fixes; this is at least offensive. If you have problems doing a proper merge, we are here, your fellow committers. :-( Reapply markup fixes from revision 1.2 and fix some more. Also fix the $OpenBSD$ tag.
* Remove trailing characters from #endif.obrien2002-03-151-3/+0
| | | | Actually this #endif is not needed, so remove leading characters also.
* NAI DBA update.des2002-03-1424-25/+25
|
* Remove the use of random(3), and encapsulate the salt-generation inmarkm2002-03-141-30/+33
| | | | | | | its own function. The use of arc4random(3) is hopeless overkill here, but that does not hurt anything. Requested by: ache
* Clarify fcntl(2) and flock(2) interoperability.maxim2002-03-141-1/+7
| | | | | | | PR: docs/23353 Reviewed by: ru, dillon Approved by: ru MFC after: 3 days
OpenPOWER on IntegriCloud