Not logged in
Log in now
Create an account
Subscribe to LWN
Recent Features
LWN.net Weekly Edition for May 16, 2013
A look at the PyPy 2.0 release
PostgreSQL 9.3 beta: Federated databases and more
LWN.net Weekly Edition for May 9, 2013
(Nearly) full tickless operation in 3.10
> mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fb3f442c000 rt_sigaction(SIGTSTP, {SIG_IGN}, {SIG_DFL}, 8) = 0
Looks better in trace to me! addr: 0x0 <=> NULL len: 0x1000 <=> 4096 (which is 0x1000 in hex) You can decode the protocol/flags given the value (I know it's more effort), and 0xffffffff is -1
Announcing a new utility: 'trace'
Posted Nov 17, 2010 15:01 UTC (Wed) by mpr22 (subscriber, #60784) [Link]
You can decode the protocol/flags given the value (I know it's more effort)
It's not just more effort, it's something the machine can do better than me.
Copyright © 2013, Eklektix, Inc. Comments and public postings are copyrighted by their creators. Linux is a registered trademark of Linus Torvalds