Commit Graph

12594 Commits

Author SHA1 Message Date
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
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
c1c0ad71d4 Link the sqlite Lua module to the build and add it to the set lists. 2011-10-15 10:46:24 +00:00
jruoho
d79436d44f Move the sigaction(2) test to the right place. 2011-10-15 07:00:48 +00:00
jruoho
d7cfdec1a4 Move the ucontext(2) test to the right place. 2011-10-15 06:54:52 +00:00
jruoho
e6064fc127 Move the writev(2) test to the right place. 2011-10-15 06:50:52 +00:00
jruoho
2a39986da0 Move the clock_gettime(2) timer test to the right place. 2011-10-15 06:42:16 +00:00
jruoho
175ae78538 Follow the design principles of tests(7) by merging 't_poll3w' to 't_poll'
as a test case instead of separate file.
2011-10-15 06:33:45 +00:00
jruoho
04c8b02c8d Move the mkdir(2) test to the right place. 2011-10-15 06:26:33 +00:00
jruoho
599acddbd9 Move the pipe(2) test to the right place. 2011-10-15 06:17:02 +00:00
jruoho
45e23a6a46 Move the posix_fadvise(2) test to the right place. 2011-10-15 06:10:26 +00:00
christos
21f0c7f9d4 move gpio.so to shl.mi where it belongs (requested by mrg@) 2011-10-15 01:32:11 +00:00
christos
e3b4b0657c fix sun2 build; mark lua shared object appropriately so that it is not required 2011-10-14 15:48:50 +00:00
njoly
02348c9c23 Add missing .debug entries for sqlite3. 2011-10-14 12:53:21 +00:00
joerg
ac86ba952c Hook up SQLite into the build 2011-10-13 22:08:16 +00:00
njoly
c6cf5c2525 Do not delete nul.in line, but tag it as obsolete. 2011-10-13 07:47:30 +00:00
mrg
0982d17428 psim builds on powerpc with gdb7. 2011-10-12 04:17:33 +00:00
dholland
56672c33d0 Don't use 'nul' in filenames as windows will belch.
(Caught by importing the tree into mercurial)
2011-10-11 23:04:20 +00:00
christos
6a7d0524dc add getcap 2011-10-11 19:34:38 +00:00
joerg
01476cad21 Update build system for mdocml 1.12.0. 2011-10-11 19:20:13 +00:00
joerg
9aa0541bdf Update LLVM/Clang snapshot to r141658. This primarily fixes a regression
preventing Qt4 from building.
2011-10-11 13:53:56 +00:00
dholland
4c6b92a6b0 Fix sets for new tzdata. 2011-10-11 05:19:38 +00:00
plunky
b053ea6a60 not sure that this is needed (Lua modules are built with -fPIC but
they are not conditional on MKPIC) but make this consistent with
the other instances
2011-10-10 10:40:35 +00:00
christos
7154510dcc add the regex exhaustion test 2011-10-09 18:25:28 +00:00
christos
c582df5417 both gdb6 and 7 have gdbtui and we don't have gdb5 anymore. 2011-10-09 17:41:06 +00:00
christos
66b6732ce0 forgot to commit this 2011-10-09 14:11:00 +00:00
dholland
0f01dd7acc When xprint was nuked, the .pc files from the libs were accidentally
removed from here instead of marked obsolete, so the files hang
around; this causes pkgsrc to think e.g. that a builtin libXprintUtil
is present, but it isn't really, so certain obscure and unimportant
packages fail to build. Bring the entries back marked obsolete. ok mrg
2011-10-09 04:29:14 +00:00
christos
dc4a8a20a5 add cleantags 2011-10-08 19:19:41 +00:00
christos
a1a72031de mark exa_g as debuglib 2011-10-08 18:00:40 +00:00
mbalmer
63bfe64311 Link the gpio(4) Lua module to the build and add it to the set lists.
(There is no manual page yet, since we have not yet decided where to put
them for Lua modules.)
2011-10-08 13:14:03 +00:00
plunky
751a81a90f usr/lib/lua is base-sys-usr not base-sys-root 2011-10-07 16:36:23 +00:00
plunky
6d2e84eb2c install bsd.lua.mk into DESTDIR 2011-10-07 16:29:40 +00:00
mrg
4a9d1308c3 obsolete libgcc_pic and friends. all libgcc's are supposed to be pic
for platforms with shlibs already (and are.)

this obsoletes our hacks for the libgcc specs to use libgcc_pic, and
fixes a couple of other issues reported to me directly.
2011-10-07 09:15:21 +00:00
wiz
5dbc169dd3 Install i2cscan(8). 2011-10-06 12:38:57 +00:00
mrg
92461b24a3 enable building/installing audiocfg(1). ok jmcneill. 2011-10-06 07:38:54 +00:00
jruoho
6f8d5ab1c7 Add kcpuset(9). Ok rmind@. 2011-10-06 05:23:39 +00:00
christos
a245c708da add new test 2011-10-04 20:20:32 +00:00
roy
38675efe19 Fix man pages for tiparm and ti_tiparm. 2011-10-03 13:12:15 +00:00
njoly
d20e1ca1b9 +i2cscan.debug 2011-10-03 09:52:23 +00:00
pgoyette
547c078b7d Add termname(3) entries 2011-10-02 21:19:35 +00:00
christos
959df2bbf2 fix broken sets. 2011-10-02 21:10:03 +00:00
pgoyette
173f2e95e5 Now that we're installing i2c/io.h usr/include/dev/i2c/ is no longer
obsolete!
2011-10-02 19:29:41 +00:00
jmcneill
f11f373e5d add userland implementation of I2C_SCAN code 2011-10-02 16:48:47 +00:00
jmcneill
ab747348b5 Install dev/i2c/i2c_io.h and implement the API in the iic(4) driver.
Obsolete the I2C_SCAN option as this can now be done from userland.
2011-10-02 16:39:45 +00:00
mbalmer
f2b8ed7ad8 Build iic(4) and gpioiic(4) as modules. 2011-10-02 12:13:08 +00:00
jym
afca4e3b49 Fix an implementation inconsistency with the prop_*_send_syscall() and
prop_*_recv_syscall() functions from proplib(3). They now share the
same logic as the one from prop_*_send_ioctl() functions:
- returns an int
- 0 indicates "no error", otherwise returns the error number (and
set errno)

Many consumers of the prop_*_{ioctl, syscall} expect errno to be set
on error and use err() to display the error message. As such, ensures that
errno gets set before returning from these functions.

prop_*_send_syscall() functions returned a boolean, and now return an int.
Fix all call sites to use the new paradigm (only quota2 is affected in src).

As the prop_*_{send,recv}_syscall() API appeared in -current and is only
used by the recent quota2 code, I am not bumping the lib. The API change
only affects the prop_*_send_syscall() function (recv_syscall()s were
already used correctly), so ensure you are not mixing "old" -current
quota binaries with a new proplib(3) (or the other way around). This
change will be announced via a HEADS-UP and UPDATING.

Does not affect the kernel part of proplib.

Document the correct API in prop_array(3) and prop_dictionary(3).

Thanks to Francois Tigeot for noticing the API inconsistency and
reporting it on tech-kern@.

ok bouyer@.
2011-09-30 22:08:18 +00:00
sjg
1919f85697 Install the man page for filemon(4). 2011-09-29 23:35:48 +00:00
christos
46431da88a add vpanic(9) 2011-09-29 20:59:27 +00:00
sjg
3a3c1d94e3 Add filemon to the modules we build. 2011-09-29 17:40:19 +00:00