01:14:44 gko [~gko@211.21.137.140] has joined #ccl 01:38:52 alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has joined #ccl 01:48:45 -!- alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has quit [Quit: alms_] 03:48:27 ddp [~ddp@64.134.232.36] has joined #ccl 04:27:16 -!- gko [~gko@211.21.137.140] has quit [Read error: Connection reset by peer] 04:27:37 gko [~gko@211.21.137.140] has joined #ccl 04:29:04 -!- ddp [~ddp@64.134.232.36] has quit [Quit: ddp] 04:29:34 -!- rme [rme@13FF0A92.B66D9153.699BA7A6.IP] has quit [Quit: rme] 04:29:34 -!- rme [~rme@50.43.133.173] has quit [Quit: rme] 05:17:24 ddp [~ddp@64.134.232.36] has joined #ccl 05:42:22 -!- Intensity [EbMJBwL9Ml@unaffiliated/intensity] has quit [Ping timeout: 276 seconds] 06:19:19 Intensity [Xpu0zFcFvE@unaffiliated/intensity] has joined #ccl 06:30:09 rme [~rme@50.43.133.173] has joined #ccl 06:34:15 -!- rme [~rme@50.43.133.173] has quit [Ping timeout: 240 seconds] 07:17:55 -!- Intensity [Xpu0zFcFvE@unaffiliated/intensity] has quit [Ping timeout: 276 seconds] 07:31:51 -!- gko [~gko@211.21.137.140] has quit [Ping timeout: 244 seconds] 07:48:30 gko [~gko@211.21.137.140] has joined #ccl 08:01:55 -!- ddp [~ddp@64.134.232.36] has quit [Quit: ddp] 08:09:50 jdz [~jdz@193.206.22.97] has joined #ccl 08:21:42 -!- jdz [~jdz@193.206.22.97] has quit [Quit: Byebye.] 08:29:25 jdz [~jdz@193.206.22.97] has joined #ccl 09:51:43 -!- gko [~gko@211.21.137.140] has quit [Ping timeout: 245 seconds] 10:05:15 |3b|` [foobar@cpe-72-179-19-4.austin.res.rr.com] has joined #ccl 10:08:29 -!- |3b| [foobar@cpe-72-179-19-4.austin.res.rr.com] has quit [Remote host closed the connection] 10:08:55 -!- |3b|` is now known as |3b| 11:11:21 gko [~gko@114-34-168-13.HINET-IP.hinet.net] has joined #ccl 11:34:36 what is the proper way to use syscalls in ccl? 11:35:08 i've found module "syscall", but have not found any documentation 12:31:12 rme [~rme@50.43.133.173] has joined #ccl 12:35:15 -!- rme [~rme@50.43.133.173] has quit [Ping timeout: 240 seconds] 12:35:42 alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has joined #ccl 13:22:52 -!- Fade [~fade@outrider.deepsky.com] has quit [Ping timeout: 252 seconds] 13:24:32 Fade [~fade@outrider.deepsky.com] has joined #ccl 13:49:28 jdz: it's deprecated, mostly because (a) what we were using it for couldn't work on Windows and (b) the system call interface on most OSes is poorly documented and changes over time. What are you trying to do ? 13:51:09 gbyers: there's a package that is using sb-posix (from SBCL); i wanted to see how hard would it be to add support for CCL to that package. 13:51:21 the package is cl-daemonize 13:51:59 (here: https://github.com/mishoo/cl-daemonize) 13:52:25 It's almost certainly the case that something that SBCL-specific code uses syscalls for already has a C wrapper function in the C library. 13:53:53 jdz: using that stuff with a CL is a bad idea 13:53:58 We used to do direct syscalls because the FFI doesn't work very early in the bootstrapping process. 13:55:44 fe[nl]ix: probably 13:58:17 well, thanks for your input 13:58:36 SB-POSIX:KILL might be defined in terms of a syscall in SBCL; it's equivalent to a call to #_kill in CCL's FFI or whatever it'd be in CFFI. 14:02:03 i think for my needs it would be better to use a shell script to start up the application, and use the shell's provided means to detach from terminal. 14:36:59 rme [~rme@50.43.133.173] has joined #ccl 14:37:12 -!- alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has quit [Quit: alms_] 14:56:39 alms_ [~alms_@151.204.227.50] has joined #ccl 15:02:57 -!- alms_ [~alms_@151.204.227.50] has quit [Quit: alms_] 15:03:36 alms_ [~alms_@151.204.227.50] has joined #ccl 15:07:55 -!- alms_ [~alms_@151.204.227.50] has quit [Ping timeout: 240 seconds] 15:13:06 kmcorbett_ [~kmcorbett@199.180.145.100] has joined #ccl 15:43:15 -!- kmcorbett_ [~kmcorbett@199.180.145.100] has quit [Ping timeout: 240 seconds] 15:49:27 kmcorbett_ [~kmcorbett@199.180.145.100] has joined #ccl 15:58:44 -!- kmcorbett_ [~kmcorbett@199.180.145.100] has quit [Quit: Quit] 16:15:53 Intensity [BEP58NyB9O@unaffiliated/intensity] has joined #ccl 16:39:27 -!- jdz [~jdz@193.206.22.97] has quit [Quit: Byebye.] 16:50:20 -!- gko [~gko@114-34-168-13.HINET-IP.hinet.net] has quit [Ping timeout: 252 seconds] 17:38:42 kmcorbett_ [~kmcorbett@199.180.145.100] has joined #ccl 17:39:02 -!- kmcorbett_ [~kmcorbett@199.180.145.100] has quit [Remote host closed the connection] 17:39:19 kmcorbett_ [~kmcorbett@199.180.145.100] has joined #ccl 17:50:21 alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has joined #ccl 17:51:08 -!- kmcorbett_ [~kmcorbett@199.180.145.100] has quit [Quit: Quit] 18:51:06 -!- billstclair [~billstcla@unaffiliated/billstclair] has quit [Quit: Linkinus - http://linkinus.com] 19:20:43 billstclair [~billstcla@p-69-195-53-138.dsl1.rtr.chat.fpma.frpt.net] has joined #ccl 19:20:43 -!- billstclair [~billstcla@p-69-195-53-138.dsl1.rtr.chat.fpma.frpt.net] has quit [Changing host] 19:20:44 billstclair [~billstcla@unaffiliated/billstclair] has joined #ccl 19:39:53 -!- sellout [~Adium@c-98-245-92-119.hsd1.co.comcast.net] has quit [Quit: Leaving.] 20:01:52 ddp [~ddp@64.134.232.36] has joined #ccl 20:18:17 sellout [~Adium@c-98-245-92-119.hsd1.co.comcast.net] has joined #ccl 20:30:23 -!- ddp [~ddp@64.134.232.36] has quit [Read error: Connection reset by peer] 20:30:51 ddp [~ddp@64.134.232.36] has joined #ccl 21:30:37 -!- rme [rme@13FF0A92.B66D9153.699BA7A6.IP] has quit [Quit: rme] 21:30:38 -!- rme [~rme@50.43.133.173] has quit [Quit: rme] 22:07:19 -!- ddp [~ddp@64.134.232.36] has quit [Quit: ddp] 22:51:44 rme [~rme@50.43.133.173] has joined #ccl 23:01:17 -!- alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has quit [Quit: alms_] 23:07:41 alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has joined #ccl 23:42:04 ddp [~ddp@64.134.232.36] has joined #ccl 23:56:37 -!- rme [rme@13FF0A92.B66D9153.699BA7A6.IP] has quit [Quit: rme] 23:56:37 -!- rme [~rme@50.43.133.173] has quit [Quit: rme]