Commit Graph

206145 Commits

Author SHA1 Message Date
joerg
397948e99a Don't rename xfree to xfree_readline, it breaks the build. 2011-10-17 13:08:51 +00:00
isaki
928bbeafae Fix typo in comment. Pointed out by Y.Sugahara. 2011-10-17 13:06:08 +00:00
wiz
276389fea6 Add missing Nd. 2011-10-17 09:24:54 +00:00
he
c51fd9ace7 Make this build statically also by linking with -lterminfo as well. 2011-10-16 21:31:15 +00:00
jym
a3113f57aa Document the MORE environment variable.
Noted by James K. Lowden <jklowden _at_ schemamania _dot_ org> in a
private mail.

Will submit upstream.
2011-10-16 21:02:31 +00:00
christos
ee52b40a07 make this compile again. 2011-10-16 19:45:47 +00:00
christos
6b70d9b294 add necessary headers for this to compile without warnings 2011-10-16 19:41:30 +00:00
christos
13bf21c56c make this compile. 2011-10-16 19:41:07 +00:00
christos
22bfd2bd63 Add code (not enabled) that allows mktime() to return a value for times
in the DST gap when tm_isdst == -1, like glibc does. Document both behaviors.
2011-10-16 17:59:32 +00:00
joerg
f53c7cd4a3 Build with -DSQLITE_ENABLE_FTS3_PARENTHESIS 2011-10-16 17:24:50 +00:00
joerg
e8aa93a8ad -Wno-format-security is no longer needed with clang, now that libintl.h
is fixed.
2011-10-16 17:24:32 +00:00
joerg
a2567f3beb Don't use non-literal format strings. 2011-10-16 17:12:11 +00:00
jruoho
09e0db7e84 Remove 't_rint' as it was committed accidentally. 2011-10-16 13:43:26 +00:00
jruoho
720d37c338 As couple of checks fails on i386/qemu, reduce tolerance. 2011-10-16 13:42:22 +00:00
hannken
2083e28d1f VOP_GETATTR() needs a shared lock at least.
While here fix a typo (fvp -> tvp).
2011-10-16 12:41:45 +00:00
hannken
961731268e VOP_GETATTR() needs a shared lock at least. 2011-10-16 12:26:16 +00:00
jruoho
b338bf9392 Remove atf_tc_skip() to see whether this still panics i386/qemu. 2011-10-16 08:28:10 +00:00
jruoho
d8db378021 Add t_sqrt and t_cbrt. 2011-10-16 08:25:55 +00:00
jruoho
9a2c9f3246 Basic checks for the root functions. 2011-10-16 08:25:40 +00:00
jruoho
a684ed294b Basic IEEE tests for the hyperbolic sine and cosine. 2011-10-16 07:40:47 +00:00
mrg
4d071395fc default O_CLOEXEC to 0 for systems that don't define it, like, say, netbsd-5. 2011-10-16 05:05:38 +00:00
isaki
fec6c386cc Switch to 2-clause license. 2011-10-16 03:10:17 +00:00
christos
e4a5483fe0 rump not rum 2011-10-16 01:28:35 +00:00
christos
fa86ae90df - no need to special-case libraries with weird characters.
- add a note about adding new libraries.
2011-10-16 01:24:05 +00:00
christos
c4fb05f751 fix list of libraries to reflect reality. 2011-10-16 01:14:33 +00:00
mbalmer
81d02375cb Fix dependency. 2011-10-16 00:45:54 +00:00
mbalmer
6ec0bc5690 Uncomment LUA_DPLIBS processing, but do not auto-include liblua.so,
under the assumption that programs that load Lua modules already have
loaded it.
2011-10-16 00:45:09 +00:00
reed
f67ef85d6d Typo in comment fix from Snader_LB via IRC. 2011-10-16 00:32:25 +00:00
christos
9292cfb210 close on exec fixes:
- open + fcntl -> open O_CLOEXEC
- configuration database file descriptors that can stay open are now opened
  fopen(db, "re")
2011-10-15 23:00:01 +00:00
christos
2204ab6ba8 use fparseln 2011-10-15 22:57:57 +00:00
rmind
0d8d4f7455 Amend previous: just leave the part that mmap() was designed for 4.2BSD
and do not mention 4.4BSD until it becomes clear when exactly the interface
was shipped.
2011-10-15 22:03:03 +00:00
christos
81aad1d7e8 use warn instead of perror. 2011-10-15 21:59:48 +00:00
wiz
d3d055e20b Sort SECTIONS. 2011-10-15 21:43:19 +00:00
rmind
cd963eaff9 Mention that mmap(2) was designed for 4.2BSD, but really appeared in 4.4BSD. 2011-10-15 21:39:35 +00:00
rmind
50902a3b80 Mention POSIX conformance of some functions, when they appeared, sprinkle .Xr. 2011-10-15 21:35:49 +00:00
rmind
f62f91b1f9 - Mention that fmemopen(3) conforms POSIX-2008.
- Drop advertising clause in TNF license.
2011-10-15 21:31:27 +00:00
christos
b3f94a0f14 make buckets u_int. Fixes diagnostic panic when we allocate more than 65K
active elements in a bucket.
2011-10-15 21:14:57 +00:00
christos
5305df2297 kill open_cloexec() 2011-10-15 21:08:53 +00:00
christos
b7406a928a report STT_COMMON symbols as data. 2011-10-15 21:06:58 +00:00
christos
76f57a76c2 unbreak -f -H -h, etc, part 1
- get nlist once in the beginning and fix the flags. Not each time! It is
not like the kernel will change it symbols in the middle of the run.
2011-10-15 21:06:05 +00:00
dholland
01ea6459ae "return f();" where both f and the enclosing function return void is
sometimes convenient. But, it's not standard, so don't do it.
2011-10-15 19:50:20 +00:00
rmind
fe52151587 Avoid return with expression in void functions. 2011-10-15 19:02:27 +00:00
jruoho
987b86de6d Xref i2cscan(8). 2011-10-15 16:35:45 +00:00
tsutsui
d2a6937ff8 - remove variable names from function declarations
- some KNF
2011-10-15 15:34:06 +00:00
tsutsui
33298caa65 Update implemented/unimplemented FP functions. 2011-10-15 15:24:28 +00:00
tsutsui
e01bad8769 Add hyperboric and trigonometric functions to m68k FPE, written by isaki@.
With these emulations (~4KB text) xeyes on XM6i works better.
Discussed with isaki@ at OSC 2011 Hiroshima.
2011-10-15 15:14:29 +00:00
mbalmer
d06854f919 Remove, has been moved to share/examples/lua. 2011-10-15 13:02:24 +00:00
mbalmer
e0c22d6455 Install, and add to the set lists, example code to illustrate Lua module use. 2011-10-15 13:00:59 +00:00
mbalmer
250c0b9d25 Example files showing Lua module usage. 2011-10-15 12:58:43 +00:00
mbalmer
9fb73f45a7 Add db:changes() 2011-10-15 12:58:20 +00:00