Commit Graph

9137 Commits

Author SHA1 Message Date
matt ce0c445114 When building for earm*, compile __aeabi_[df]cmpun.c and __aeabi_[il]div0.c 2013-01-26 07:09:41 +00:00
matt 44fb56c3b5 Appease clang by making 64-bit literals use ULL 2013-01-26 07:08:14 +00:00
matt 89bd1391e1 Add __aeabi_[fd]cmpun for IEEE unordered compares (requires by ARM RTABI). 2013-01-26 07:04:22 +00:00
wiz 94a4d029bf Replace dagger ("\(dg") with hash mark ("#") for marking up differences.
Dagger wasn't displayed on terminals and replaced with a minus, which
was hard to read.

Requested by agc.
2013-01-25 11:51:42 +00:00
matt b9421e37cf Use __ARM_PCS_VFP to determine whether the VFP is being used. 2013-01-25 08:52:16 +00:00
matt 2b36c3f081 Add simple version of strncat for ARM. 2013-01-23 05:44:52 +00:00
uwe 3d030c8904 Mark up occurence of printf() in text with .Fn 2013-01-20 11:01:17 +00:00
uwe dd48d6e3aa In newfmt() example one level of indentation is enough. 2013-01-20 10:57:19 +00:00
uwe ad85e477e1 Fix typo. 2013-01-19 15:25:58 +00:00
apb 1a0c3376f6 Document the fact that ctime_rz, localtime_rz, and mktime_z,
accept a NULL timezone_t pointer as a reference to UTC,
and the fact that tzalloc accepts a NULL zone name.
2013-01-19 11:56:17 +00:00
dholland ab137c90f7 Revert defective O_SEARCH implementation committed by manu@ along with
the *at system calls on November 18th of last year. Reasons to revert
it include:
   - it is incorrect in a whole variety of ways (but fortunately, one
     of them is that the missing and improper permission checks have
     no net effect);
   - it was committed without review or discussion;
   - core ruled that all the new O_* flags pertaining to the *at calls
     needed to wait until their semantics could be clarified.

manu was asked to revert it on these grounds but has ignored the request.

I have left O_SEARCH defined and visible and made open() explicitly
ignore it. This way, most code that tries to use it will continue to
build and run. I've also arranged lib/libc/c063/t_o_search.c so that
the tests that make use of the O_SEARCH semantics will disappear until
O_SEARCH comes back, and fixed some mistakes and/or incorrect hacks
that were causing some of these to succeed despite the broken O_SEARCH
implementation.
2013-01-13 08:15:02 +00:00
dholland 1239b9dce6 One more bit: explicitly state what calls to faccessat() are equivalent
to access().
2013-01-12 19:21:48 +00:00
dholland c0a0e3174b Rewrite heavily. This was originally going to be just an improvement of
some wording related to the *at form... but it needed a general overhaul.

Add some missing errors for the *at form... plus EINVAL for the
traditional form for when you pass a bogus check mode.

Note that the AT_EACCESS flag is useless and strengthen the security
warning.
2013-01-12 19:19:24 +00:00
matt 60e851836f Remove all FPA code.
Support VFP for hard float
Allow MKSOFTFLOAT=no
2013-01-11 13:55:25 +00:00
matt 536ad83369 Add hooks to softfloat to support per-lwp exception state. 2013-01-10 08:16:10 +00:00
wiz b1a47481aa Remove trailing whitespace. 2013-01-08 19:55:43 +00:00
dholland 2f4276ca8c Rework the description of the const issue to improve the wording,
avoid saying "we", fix typos, etc.

XXX: groff and mandoc handle the URLs in here differently but both
XXX: mangle them, apparently because they're wider than one line.
XXX: Does anyone know how to fix this or do we need an URL shortener
XXX: on www.NetBSD.org?
2013-01-08 19:19:24 +00:00
wiz e17e68c7fd Use Lk for links. 2013-01-04 07:27:57 +00:00
christos 1decb32e9b Explain why we did not follow the standard.
Worth revisiting the proposal:
http://marc.info/?l=netbsd-tech-userlevel&m=110019726222841
2013-01-04 01:21:45 +00:00
dholland 2d1469952b typo in comment, from Abhinav Upadhyay in PR 47385 2012-12-30 21:23:20 +00:00
wiz 695c00c96b Add "wide" to description. From OpenBSD via Ingo Schwarze. 2012-12-28 13:53:12 +00:00
christos 7c894664c7 Instead of changing the code to match the documentation, change the documentation
to match the code. NOCHECK is used only by csh(1) and csh(1) is too broken for
words (histchars quoting is "special").
2012-12-27 21:17:47 +00:00
martin 96ee7c5e41 Add fpclassify{,d} 2012-12-27 10:41:18 +00:00
martin 9200e999a5 Avoid gcc 4.5.3 compiler bug on ia64 by compiling hesiod.c with -O1 only. 2012-12-27 07:08:59 +00:00
christos 769edb4d8a Do as the man page says, and for GLOB_NOCHECK return the original pattern,
not a modified version with the backslash characters removed.
2012-12-18 01:39:56 +00:00
wiz f1de633660 Add article. Remove trailing whitespace. 2012-12-15 07:34:36 +00:00
wiz 9e04985eb5 Add article. 2012-12-15 07:34:24 +00:00
matt 4e8ff3d837 Since the struct is const, no reason for the name member to be const. 2012-12-15 04:29:53 +00:00
uwe 4302f11726 Add BUGS section that explains that names VIS_HTTP1808 and VIS_HTTP1866
are wrong (hi, christos).

ok christos@
2012-12-15 02:38:46 +00:00
uwe dafbf6787b RFC 1866 does not define any "URI encoding". It defines HTML 2.0 that
includes SGML numerical character references (&#nnn;) and entity
references (&foo;) for Added Latin 1 and a subset of Numeric and
Special Graphic.
2012-12-15 02:08:13 +00:00
uwe 6e92cc1004 Minor markup fixes. 2012-12-15 01:50:06 +00:00
uwe 1ace9ea358 Add RFC 2045 (for VIS_MIMESTYLE) to "SEE ALSO".
Use space between "RFC" and the number.
2012-12-15 01:19:32 +00:00
uwe e7511e034d Misc formatting fixes. 2012-12-15 01:04:02 +00:00
uwe 1b908ff925 Typos: fix -> fit; length size -> size. 2012-12-15 01:02:26 +00:00
uwe df29ecae5b Fix pasto: VIS_MIMESTYLE produces =XX, not %XX 2012-12-15 00:48:19 +00:00
uwe 6acbdc7985 And two more pastos in examples: December and January are in standard EST,
not daylight saving EDT.
2012-12-14 23:26:17 +00:00
uwe 367bc13515 Fix two more pastos in examples. 2012-12-14 23:16:11 +00:00
uwe 8cc39c0c9f Fix pasto in example template. 2012-12-14 23:00:21 +00:00
uwe 4636daa9fd Use .Vt for types. Don't use .Pq - it formats funny in PostScript and
plain parens do just fine here.
2012-12-14 22:57:00 +00:00
christos 63f7f95ff8 fix pasto (Brooks Davies) 2012-12-14 22:55:59 +00:00
uwe 0c65b28c80 Fix table formatting. 2012-12-14 22:33:17 +00:00
khorben fa46f3adf7 Fixed a typo within the examples 2012-12-14 22:22:51 +00:00
christos 1f58e80eec Add VIS_GLOB (Brooks Davies) 2012-12-14 21:38:18 +00:00
christos 05b06ffddc Reduce the number of relative relocation by allocating space in the
structure directly (Jilles Tjoelker @ FreeBSD)
2012-12-14 21:31:01 +00:00
wiz a8352d9716 Bump date. New sentence, new line. Wording/articles.
Sort errors while here.
2012-12-01 21:07:00 +00:00
wiz df30358ee8 Bump date. New sentence, new line. Wording/articles.
Sort errors while here.
2012-12-01 21:00:18 +00:00
wiz 00c15860d1 Bump date, really. 2012-12-01 20:57:41 +00:00
wiz 1ef05d0df5 Bump date. New sentence, new line. Wording/articles.
Sort errors while here.
2012-12-01 20:53:10 +00:00
wiz d4e1a73a59 Bump date. New sentence, new line. Wording/articles. 2012-12-01 20:51:29 +00:00
wiz 017d301f38 Bump date. New sentence, new line. Wording/articles.
While here, sort errors.
2012-12-01 20:50:19 +00:00