Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a manpage for the kenv(2) syscall that Chad David kindly | mux | 2002-04-18 | 1 | -0/+172 |
| | | | | | | wrote for me. Submitted by: davidc | ||||
* | Support the snapshot file flag, so that tools like 'ls -ol' work | joe | 2002-04-16 | 1 | -0/+3 |
| | | | | | | | as expected on snapshot files. PR: bin/37038 Submitted by: Joshua Goodall <joshua@roughtrade.net> | ||||
* | Add awareness of an IPv6. | ume | 2002-04-15 | 1 | -7/+20 |
| | | | | MFC after: 1 week | ||||
* | Quoting log message for OpenBSD rev 1.7: | nectar | 2002-04-15 | 1 | -0/+28 |
| | | | | | | ``Tack on MagniComp (BSD) license since this originally came from rdist.'' Obtained from: OpenBSD | ||||
* | Missed a spot in previous commit. | des | 2002-04-15 | 1 | -1/+3 |
| | | | | Sponsored by: DARPA, NAI Labs | ||||
* | (ab)use unused bits in the pw_fields member of struct passwd to record | des | 2002-04-14 | 1 | -2/+12 |
| | | | | | | the source of the data contained in the structure. Sponsored by: DARPA, NAI Labs | ||||
* | Remove the hard-coded limit of 3 bytes for EUC encodings. | asmodai | 2002-04-14 | 1 | -1/+3 |
| | | | | | | | | | | Satoshi NIIMI-san kindly explained that EUC does not limit the byte length to any arbitrary number. We now set the limit to the maximum octet length of the codeset and it is locale-specific. Submitted by: Yong-Jhen Hong <winard@ms11.url.com.tw> | ||||
* | Correct markup. | dd | 2002-04-14 | 1 | -1/+2 |
| | |||||
* | Install digittoint.3 (forgotten in rev 1.21) | des | 2002-04-13 | 1 | -1/+1 |
| | | | | | PR: docs/26451 Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com> | ||||
* | Use the correct macros for F_SETFD/F_GETFD instead of magic numbers. | asmodai | 2002-04-13 | 1 | -4/+12 |
| | | | | | | | | | Reflect that fact in the manual page. PR: 12723 Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au> Approved by: bde MFC after: 2 weeks | ||||
* | This was recently MFC'd, so it will appear in 4.6. | dd | 2002-04-13 | 1 | -1/+1 |
| | | | | PR: 37018 | ||||
* | Implement _Unwind_FindTableEntry(). This function is part of GCC | marcel | 2002-04-13 | 2 | -0/+130 |
| | | | | | for some configurations, but not for FreeBSD (yet?). Have one in libc in the mean time. | ||||
* | scanf.3 has an obsolete ``this release''. | trhodes | 2002-04-10 | 1 | -7/+0 |
| | | | | | PR: 35610 MFC after: 2 days | ||||
* | No longer needed to #ifdef __FBSDID, this is now handled by Makefile.inc1. | ru | 2002-04-09 | 2 | -4/+0 |
| | |||||
* | Rename some fields in struct frame to be compatible with NetBSD/OpenBSD, | jake | 2002-04-09 | 1 | -1/+1 |
| | | | | | | | | | | | and add some compatibility defines. Add fields for ins and locals to struct reg also for the same reason; these aren't filled in yet because getting at those registers sucks and I'd rather not save them in the trapframe just for this. Reorder struct reg to be ABI compatible as well. Add needed include of machine/emul.h. This gets pmdb (poor man's debugger) from OpenBSD mostly compiling but it doesn't work yet :( | ||||
* | Catch up with const'ification of <sys/disklabel.h> and quelch warnings. | phk | 2002-04-08 | 1 | -18/+13 |
| | |||||
* | Fix style of ether_ntoa(). | ru | 2002-04-08 | 1 | -3/+3 |
| | |||||
* | Fix EUC encoding conversion for codeset 3 and 4 to comply to the specification. | asmodai | 2002-04-07 | 1 | -0/+6 |
| | | | | | PR: 28552 Submitted by: NIIMI Satoshi <sa2c@and.or.jp> | ||||
* | Polish previous revision. | ru | 2002-04-06 | 1 | -1/+1 |
| | |||||
* | Fix ether_ntoa() to generate the %02x format people expect, instead of %x, | dillon | 2002-04-06 | 1 | -2/+3 |
| | | | | | | for the ethernet address. MFC after: 1 day | ||||
* | htonl() and ntohl() operate on unsinged types, so they must zero-extend, | tmm | 2002-04-06 | 2 | -2/+2 |
| | | | | | not sign-extend. Fix a comment in the former to that effect, and change the latter over to do the right conversion. | ||||
* | Initial deorbit burn for the undocumented and unused d_boot[01] | phk | 2002-04-03 | 1 | -5/+0 |
| | | | | | | fields of struct disklabel. Sponsored by: DARPA and NAI Labs. | ||||
* | When _kevent() returns with errno = EINTR and timeout is not | ume | 2002-04-01 | 1 | -4/+3 |
| | | | | | | exceeded, it should be falldown to next_ns. MFC after: 1 week | ||||
* | Do not use __progname directly (except in [gs]etprogname(3)). | markm | 2002-03-29 | 13 | -32/+49 |
| | | | | | | Also, make an internal _getprogname() that is used only inside libc. For libc, getprogname(3) is a weak symbol in case a function of the same name is defined in userland. | ||||
* | Embellish more. | obrien | 2002-03-26 | 1 | -1/+1 |
| | |||||
* | Embellish the comment. | obrien | 2002-03-26 | 1 | -2/+4 |
| | |||||
* | Fixed some style bugs in the removal of __P(()). Some function parameter | bde | 2002-03-26 | 1 | -1/+1 |
| | | | | lists were outdented to column 0. | ||||
* | 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 |
| |