Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | A break after a return is useless. | dd | 2002-03-24 | 1 | -1/+0 |
| | |||||
* | Fix braino. | dd | 2002-03-24 | 1 | -1/+1 |
| | |||||
* | Update comments. We uniformly use __FBSDID in libc now. | obrien | 2002-03-23 | 1 | -5/+5 |
| | |||||
* | W/o __P, the internal declarations will all fit on one line. | obrien | 2002-03-23 | 1 | -6/+3 |
| | |||||
* | Remove these abortive MIPS bits. | obrien | 2002-03-23 | 62 | -2856/+0 |
| | |||||
* | Breath deep and take __P out of the system include files. | imp | 2002-03-23 | 1 | -7/+7 |
| | | | | | | # This appears to not break X11, but I'm having problems compiling the # glide part of the server with or without this patch, so I can't tell # for sure. | ||||
* | Standardize on our SCM ID style. | obrien | 2002-03-23 | 26 | -121/+36 |
| | |||||
* | Restore CSRG ID's lost in January 1995. | obrien | 2002-03-23 | 46 | -175/+235 |
| | |||||
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 29 | -25/+35 |
| | | | | I believe have made all of libc .h's as consistent as possible. | ||||
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 54 | -117/+138 |
| | | | | I believe have made all of libc .c's as consistent as possible. | ||||
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 1 | -1/+2 |
| | | | | I believe have made all of libc .h's as consistent as possible. | ||||
* | 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 |
| | |||||
* | SCM ID tweak. | obrien | 2002-03-22 | 2 | -2/+0 |
| | |||||
* | Remove multi-line __P() usage. | obrien | 2002-03-22 | 23 | -76/+68 |
| | |||||
* | 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. | ||||
* | Remove __P() usage. | obrien | 2002-03-21 | 106 | -532/+552 |
| | |||||
* | Remove 'register' keyword. | obrien | 2002-03-21 | 137 | -879/+927 |
| | |||||
* | 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. | ||||
* | 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. | ||||
* | mdoc(7) police: tidy up. | ru | 2002-03-18 | 1 | -8/+8 |
| | |||||
* | 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 | ||||
* | 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. | ||||
* | 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. | ||||
* | 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 | ||||
* | Fix some bugs that would prevent %fsr to be set correctly, and add | tmm | 2002-03-11 | 4 | -8/+25 |
| | | | | | | | | | support for fcmp and fcmpe instructions with a condition code specification other than %fcc0. This (primarily the first part) seems to fix a lot of problems that people were seeing, e.g. perl and gawk failures. Reported and analyzed by: wollman | ||||
* | Account for <machine/fsr.h> no longer being usable for assembler code. | tmm | 2002-03-11 | 2 | -2/+6 |
| | |||||
* | Fix __dtoul to work on sparc64 (it used a half-way v8 stack layout), | tmm | 2002-03-11 | 1 | -13/+13 |
| | | | | and make it PIC-aware. | ||||
* | Save/restore the %y register around calls to the C user trap handler; | tmm | 2002-03-11 | 1 | -0/+4 |
| | | | | | | gcc emits the deprecated sparc v8 instructions that use this register when optimizing for UltraSparc machines because they are apparetly faster then their v9 counterpars there. | ||||
* | cosmetic: spell 'cashe' as 'cache' | billf | 2002-03-10 | 3 | -3/+3 |
| | |||||
* | Don't refer the reader to look for a word that doesn't exist anywhere | dd | 2002-03-10 | 1 | -1/+3 |
| | | | | | | | else in the page. PR: 35623 Submitted by: Gary W. Swearingen <swear@blarg.net> | ||||
* | If syslog fails to talk to syslogd, then it tries to write a message | dwmalone | 2002-03-09 | 1 | -4/+4 |
| | | | | | | | | | | | to the console in a final attempt to log something. Make this final attempt non-blocking so that a blocking console doesn't end up blocking process which attempt to syslog something. In particular, this means you should be able to su and fix the problem if the console becomes blocking. MFC after: 3 weeks | ||||
* | Correct a typo. | dd | 2002-03-09 | 1 | -1/+1 |
| | | | | Submitted by: peter.kusenda@accenture.com | ||||
* | This API will appear in FreeBSD 4.6. | dd | 2002-03-09 | 1 | -1/+1 |
| | |||||
* | Bring a comment in line with the code, and fix some spelling errors | dd | 2002-03-09 | 1 | -4/+3 |
| | | | | | | | while I'm here. PR: 35394 Submitted by: andrew@ugh.net.au | ||||
* | Fix build. I commented out getpass() in readpassphrase.c because the | green | 2002-03-09 | 1 | -3/+3 |
| | | | | | | | | | implementation did not match our manpage description (i.e., it could return NULL). I mistakenly thought we were still using getpass.c because, for some reason, CVS never removed it from the tree. Pointy hat received from: alfred Kick in the groin to: CVS | ||||
* | Update readpassphrase(3)to the latest revisions. Changes are mainly due | green | 2002-03-08 | 2 | -57/+146 |
| | | | | | | | to return value constraints now changing as well as more intelligent handling of signals. Obtained from: OpenBSD | ||||
* | Improve punctuation consistency: all errors had a '.' after them | rwatson | 2002-03-08 | 1 | -1/+1 |
| | | | | except ENOATTR. |