Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Teach fmtcheck(3) about the flags a, A, F, G, t, and z. | das | 2003-06-29 | 1 | -8/+28 |
| | |||||
* | mdoc(7) fix: Use the normal AT&T macro (.At) rather than its | ru | 2003-06-28 | 1 | -1/+1 |
| | | | | internal string in the macro context. | ||||
* | Update to reflect changes in vfscanf.c,v 1.32. Remove bogus | das | 2003-06-28 | 1 | -35/+14 |
| | | | | | | | documentation for %a, and document it correctly instead. s/one of aefg/one of a, e, f, or g/ Reviewed by: standards@ | ||||
* | Revamp scanf's floating-point-parsing algorithm to support | das | 2003-06-28 | 1 | -94/+172 |
| | | | | | | | | [+|-]Inf, [+|-]NaN, nan(...), and hexidecimal FP constants. While here, add %a and %A, which are aliases for %e, and add support for long doubles. Reviewed by: standards@ | ||||
* | Correct a misspelled name of time_hi_and_version. | yar | 2003-06-27 | 1 | -1/+1 |
| | |||||
* | fix NIS+ YP compat mode | jwd | 2003-06-27 | 1 | -3/+4 |
| | | | | | PR: bin/52792 Submitted by: TOMITA Yoshinori <yoshint@flab.fujitsu.co.jp> | ||||
* | . style(9) | phantom | 2003-06-26 | 7 | -19/+41 |
| | | | | | . fix/add comments (to cover changes done thru last 20 months) . extend monetary testcase to cover int_* values | ||||
* | Reduce code duplication by separating _PathLocle detection code into | phantom | 2003-06-25 | 3 | -37/+37 |
| | | | | internal helper function. | ||||
* | Move _PathLocale declaration to more logical place (setlocale.c) | phantom | 2003-06-25 | 2 | -1/+5 |
| | |||||
* | Catch up with _PATH_LOCALE move from rune.h to paths.h | phantom | 2003-06-25 | 1 | -1/+1 |
| | |||||
* | mdoc police | obrien | 2003-06-25 | 1 | -6/+6 |
| | |||||
* | Be more specific in BUGS. | obrien | 2003-06-25 | 1 | -5/+7 |
| | | | | | | Submitted by: ru Add history. | ||||
* | Push the alloca #error warning farther down to play nicer with some out of | obrien | 2003-06-25 | 1 | -2/+4 |
| | | | | | | tree local translator. Requested by: jmallett | ||||
* | Don't statically initialize buf to _PATH_DEV, _PATH_DEV always copied to | ache | 2003-06-24 | 1 | -1/+1 |
| | | | | it in any case. | ||||
* | Unify cross-references between sigpending(2), sigprocmask(2), | yar | 2003-06-24 | 3 | -1/+5 |
| | | | | | | | | and sigsuspend(2), all three of which operate or depend on the process signal mask. Add a missing xref to sigsetops(3), without which the above three syscalls would be useless. | ||||
* | Supplement the cross-references section with those to sigpending(2) | yar | 2003-06-24 | 1 | -0/+2 |
| | | | | | and sigprocmask(2). These two syscalls are likely to be accompanied by a few sigsetops(3) in a typical piece of code. | ||||
* | Implement signalcontext(). Needed by libpthread (aka libkse). | marcel | 2003-06-24 | 2 | -1/+123 |
| | |||||
* | Add clarifications about the information that ntp_gettime returns. | imp | 2003-06-21 | 1 | -8/+18 |
| | | | | | | | | | | TAI is a timescale, just like UTC. The tai field returns the offset between the two, and isn't really used for precision time keeping. Explain in brief what a positive and a negative leap seconds are. Add some URLs to very useful web pages about time and time keeping for more information on using this API. Reviewed by: phk | ||||
* | Userland spinlocks bad. Sleep locks good. | das | 2003-06-21 | 1 | -2/+5 |
| | | | | | | Use the latter for gdtoa. Requested by: deischen (far too long ago) | ||||
* | ttyname(3) must return absolute pathnames. | phk | 2003-06-21 | 1 | -2/+8 |
| | | | | Noticed by: kris | ||||
* | Use devname(3) to do the task. | phk | 2003-06-20 | 1 | -66/+2 |
| | | | | Reviewed by: imp | ||||
* | Explain the relationship to POSIX. | wollman | 2003-06-20 | 1 | -0/+14 |
| | |||||
* | ntp_adjtime returns the current state of the clock (TIME_*) on success | imp | 2003-06-20 | 1 | -1/+4 |
| | | | | | | | or -1 on failure. The manual used to say it returned 0 or -1. Both examination of the kernel sources, and ntpd show that this is the case. MFC After: 3 days | ||||
* | Add devname_r(3) which takes a buffer as argument. | phk | 2003-06-20 | 2 | -56/+21 |
| | |||||
* | Remove bogus non-reentrant "temporary" implementation of gethostbyaddr_r() | kris | 2003-06-19 | 1 | -19/+0 |
| | | | | | | | that has been here for 6 years and 9 months. Reviewed by: deischen MFC After: 1 week | ||||
* | Make the execle() synopsis look (again) like a normal C prototype. | ru | 2003-06-18 | 1 | -3/+3 |
| | | | | | | | | | Also fixed the rest of ell (list) functions prototypes to include a (commented out) terminating null pointer. Pointed out by: bde Obtained from: POSIX.1-2001 Glanced at by: imp | ||||
* | Xref policy: exit(2) -> _exit(2). | sobomax | 2003-06-17 | 1 | -1/+1 |
| | |||||
* | Fix the execle(3) synopsis to include the environment pointer. | phk | 2003-06-17 | 1 | -1/+1 |
| | | | | Confused: anordby | ||||
* | Kill prototype for __msgwrite too. It is not needed anymore. | mbr | 2003-06-15 | 1 | -1/+0 |
| | |||||
* | Replace the old SCM_CREDS cred procedures. They can now be | mbr | 2003-06-15 | 1 | -122/+21 |
| | | | | | | | | | replaced just fine with getpeereid() and the whole code gets a lot simpler. We don't break the ABI, since all server programms use __rpc_get_local_uid(), and we just change library internals. Reviewed by: des | ||||
* | Only use this with a non-GCC compiler. | obrien | 2003-06-14 | 1 | -0/+2 |
| | |||||
* | Document ENOSPC. | trhodes | 2003-06-13 | 1 | -0/+2 |
| | | | | | PR: 52612 Submitted by: Marc Olzheim <marcolz@ilse.nl> | ||||
* | This is unusable on amd64. Remove it before it causes more confusion. | peter | 2003-06-13 | 1 | -53/+0 |
| | | | | | | It is only possible to do this on an ABI that has a compulsory frame pointer, which the amd64 ABI does not. Thus, it is only possible to implement this as a compiler builtin. | ||||
* | Mark the following interfaces as OBSOLETE_IN_6: | tjr | 2003-06-13 | 4 | -4/+16 |
| | | | | | | | fgetrune(), fputrune(), fungetrune(), mbrune(), mbrrune(), mbmb(), setinvalidrune(), UTF2 encoding method. These have been marked as being deprecated in their manual pages since 5.0, and their use causes a linker warning. | ||||
* | Fixes to locale code to properly use indirect pointers in order to prevent | jkh | 2003-06-13 | 6 | -11/+11 |
| | | | | | | | memory leaks (fixes bugs earlier purported to be fixed). Submitted by: Ed Moy <emoy@apple.com> Obtained from: Apple Computer, Inc. MFC after: 2 weeks | ||||
* | Use C99 compatible ASM statements. | obrien | 2003-06-10 | 1 | -1/+1 |
| | | | | | (untested, but existing state breaks http://triangle.rtp.freebsd.org/~des/tinderbox-CURRENT-amd64-amd64.brief) | ||||
* | Remove transition period hack | ache | 2003-06-10 | 1 | -32/+3 |
| | |||||
* | Remove stale reference to the deprecated USER_LDT option. The associated | jhb | 2003-06-09 | 1 | -4/+0 |
| | | | | | | | code is always compiled into the kernel now. Submitted by: Hubert Tournier <hubert@frbsd.org> PR: docs/53068 | ||||
* | The .Fn function | charnier | 2003-06-08 | 1 | -3/+6 |
| | |||||
* | .Xr p1003_1b moved to .St -p1003.1b-93 | charnier | 2003-06-08 | 2 | -6/+6 |
| | |||||
* | .Xr -> .Lb for librairy. There is no manual page corresponding to .Xr. | charnier | 2003-06-08 | 1 | -1/+1 |
| | |||||
* | Add or correct section number in .Xr. Use .Vt or .Fn | charnier | 2003-06-08 | 8 | -13/+13 |
| | | | | instead of .Xr when needed | ||||
* | Recognize the magic NODEV value. | phk | 2003-06-05 | 1 | -3/+3 |
| | | | | Format other unknown devices consistently in hex. | ||||
* | Document the new explicit listing API for extended attributes; note | rwatson | 2003-06-04 | 1 | -6/+32 |
| | | | | | | | | | that the old API (passing "" as the attribute name to the _get_ interface) is now deprecated (and was probably a bad idea). Pointed out by: Dominic Giampaolo <dbg@apple.com> Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories | ||||
* | Document that kldload(2) can also return EEXIST. | hmp | 2003-06-03 | 1 | -0/+4 |
| | | | | Approved by: des (mentor) | ||||
* | Cosmetic; record offsets used within jmpbuf | peter | 2003-06-02 | 3 | -30/+30 |
| | |||||
* | Fix sigsetjmp(). It helps if we do not try to save the old signal mask | peter | 2003-06-02 | 1 | -0/+1 |
| | | | | to a random memory location. Perl works a lot better with this. | ||||
* | Use C99 compatible ASM statements. | obrien | 2003-06-02 | 2 | -3/+3 |
| | |||||
* | o Fix a cut-n-paste bug. We were clobbering rp with gp... | marcel | 2003-06-02 | 1 | -2/+2 |
| | | | | | | o Make sure the arguments to ctx_wrapper() are loaded from the backing store by forcing an underflow. Do this by making all registers in the register frame local. | ||||
* | Match style of source and headers. | jmallett | 2003-06-01 | 1 | -1/+1 |
| | | | | Submitted by: bde |