Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 408 | -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 time | obrien | 2002-03-22 | 1 | -1/+1 |
| | | | | when deP'ing. But I guess not. | ||||
* | Constify the first arg to callrpc(3). | alfred | 2002-03-22 | 1 | -1/+1 |
| | |||||
* | This library uses its own versions of some of the system headers. | ru | 2002-03-22 | 1 | -3/+3 |
| | | | | | Protect against CFLAGS having -I/usr/include listed explicitly. The real solution would be to fix the library. XXX | ||||
* | SCM ID tweak. | obrien | 2002-03-22 | 2 | -2/+0 |
| | |||||
* | Remove multi-line __P() usage. | obrien | 2002-03-22 | 30 | -143/+129 |
| | |||||
* | Fix for OPIE 2.4. | markm | 2002-03-22 | 1 | -0/+1 |
| | |||||
* | Remove __P() usage. | obrien | 2002-03-22 | 1 | -2/+2 |
| | |||||
* | const poison just like NetBSD. | imp | 2002-03-22 | 1 | -32/+14 |
| | |||||
* | Make user_from_uid and group_from_gid return const char *, just like | imp | 2002-03-22 | 2 | -4/+4 |
| | | | | NetBSD. Update man page to reflect this. | ||||
* | Updates for OPIE 2.4. | markm | 2002-03-22 | 1 | -0/+1 |
| | |||||
* | Remove __P() usage. | obrien | 2002-03-21 | 30 | -420/+421 |
| | |||||
* | Remove __P() usage. | obrien | 2002-03-21 | 1 | -2/+2 |
| | |||||
* | Remove 'register' keyword. | obrien | 2002-03-21 | 42 | -307/+323 |
| | |||||
* | Remove __P() usage. | obrien | 2002-03-21 | 106 | -532/+552 |
| | |||||
* | Remove 'register' keyword. | obrien | 2002-03-21 | 137 | -879/+927 |
| | |||||
* | Fix SCM ID's. | obrien | 2002-03-21 | 3 | -9/+7 |
| | |||||
* | Removed the last vestiges of libm. These have been repo-copied to | bde | 2002-03-21 | 5 | -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. | sobomax | 2002-03-21 | 1 | -1/+0 |
| | | | | | Noticed by: jhb Hall of shame entry: sobomax | ||||
* | Move swapcontext.c to the ${MACHINE_ARCH}/gen/Makefile.inc area, otherwise | peter | 2002-03-21 | 4 | -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 to | bde | 2002-03-21 | 31 | -6225/+0 |
| | | | | implement tgamma(). | ||||
* | mdoc(7) police: Fixed the spammage of this file with trailing whitespaces | ru | 2002-03-20 | 1 | -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 NULL | deischen | 2002-03-19 | 18 | -108/+162 |
| | | | | | when old keys are referenced (after pthread_key_delete()) via pthread_getspecific(). | ||||
* | Add -ffreestanding to CFLAGS for ia64. This should probably be global | peter | 2002-03-19 | 1 | -0/+2 |
| | | | | like on the kernel. | ||||
* | mdoc(7) police: fix SYNOPSIS, sort xrefs, kill extra whitespace. | ru | 2002-03-18 | 1 | -6/+8 |
| | |||||
* | mdoc(7) police: nits. | ru | 2002-03-18 | 1 | -3/+5 |
| | |||||
* | mdoc(7) police: sort xrefs, kill extra whitespace. | ru | 2002-03-18 | 1 | -3/+3 |
| | |||||
* | mdoc(7) police: tidy up. | ru | 2002-03-18 | 1 | -8/+8 |
| | |||||
* | Fix world breakage introduced by my recent modifications to | cjc | 2002-03-18 | 2 | -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 interface | dd | 2002-03-18 | 1 | -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 failure | dd | 2002-03-18 | 1 | -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. | dd | 2002-03-18 | 1 | -1/+1 |
| | | | | | PR: 35987 Submitted by: shill@free.fr | ||||
* | Add splitfs vfs layer into libstand, which allows loading big kernels and | sobomax | 2002-03-17 | 6 | -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. | obrien | 2002-03-16 | 1 | -4/+0 |
| | |||||
* | Document PT_IO, and move the comment about machine-dependent requests | des | 2002-03-16 | 1 | -5/+33 |
| | | | | below PT_[GS]ET_{,DB,FP}REGS. | ||||
* | Further cleanup (punctuation, genitive) | des | 2002-03-16 | 1 | -18/+27 |
| | |||||
* | Insert newlines between sentences and rewrap paragraphs. No changes to | des | 2002-03-16 | 1 | -31/+40 |
| | | | | the actual text or markup. | ||||
* | Fix the return code from pthread_rwlock_try[rw|rd]lock() functions; | bsd | 2002-03-15 | 3 | -6/+6 |
| | | | | | | these should return EBUSY when the calling thread would block. MFC after: 2 weeks | ||||
* | mdoc(7) police: tiny fixes. | ru | 2002-03-15 | 1 | -2/+4 |
| | |||||
* | mdoc(7) police: expand contractions. | ru | 2002-03-15 | 1 | -2/+2 |
| | |||||
* | mdoc(7) police: hard sentence breaks, whitespace at EOL, contractions. | ru | 2002-03-15 | 1 | -10/+18 |
| | |||||
* | mdoc(7) police: Fix xref to timeradd(3). | ru | 2002-03-15 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: punctuation nit. | ru | 2002-03-15 | 1 | -2/+1 |
| | |||||
* | bde got caught by mdoc(7) police. :-) | ru | 2002-03-15 | 2 | -2/+2 |
| | |||||
* | mdoc(7) police: don't you notice the warnings? | ru | 2002-03-15 | 1 | -1/+0 |
| | |||||
* | Come on guys, you can't just take OpenBSD manpage and commit it | ru | 2002-03-15 | 1 | -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. | obrien | 2002-03-15 | 1 | -3/+0 |
| | | | | Actually this #endif is not needed, so remove leading characters also. | ||||
* | NAI DBA update. | des | 2002-03-14 | 24 | -25/+25 |
| | |||||
* | Remove the use of random(3), and encapsulate the salt-generation in | markm | 2002-03-14 | 1 | -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. | maxim | 2002-03-14 | 1 | -1/+7 |
| | | | | | | | PR: docs/23353 Reviewed by: ru, dillon Approved by: ru MFC after: 3 days |