Hello,
I've implemented ${subj} for proplib:
ftp://ftp.netbsd.org/pub/NetBSD/misc/freza/bplist-2007-10-06.diff
The binary encoding, which is rather size-efficient and supposedly very
fast as well (but I don't have numbers yet), is basically Apple bplist
format. But because Apple doesn't distinguish signed integers vs. unsigned,
the format differs slightly and uses different version number to avoid
confusion.
On the API side, binary encoding is created/parsed by the following
functions:
bool prop_dictionary_binary_externalize(prop_dictionary_t, uint8_t **,
size_t *);
bool prop_dictionary_binary_externalize_to_file(prop_dictionary_t,
const char *);
prop_dictionary_t prop_dictionary_binary_internalize(uint8_t *, size_t);
and symetrically for prop_array* -- see the diff above for more
documentation.
Comments? I'd like to commit this ASAP as it's a vital prerequisity for
merging my SoC project.
-- Jachym
| David Newall | Re: Slow DOWN, please!!! |
| Renato S. Yamane | Error -71 on device descriptor read/all |
| Greg Kroah-Hartman | [PATCH 004/196] Chinese: add translation of SubmittingPatches |
| Bart Van Assche | Integration of SCST in the mainstream Linux kernel |
git: | |
| Shawn O. Pearce | libgit2 - a true git library |
| Martin Langhoff | Re: pack operation is thrashing my server |
| Aubrey Li | git proxy issue |
| Pierre Habouzit | git send-email improvements |
| Elad Efrat | Integrating securelevel and kauth(9) |
| Hubert Feyrer | Compressed vnd handling tested successfully |
| Matt Thomas | Interrupt, interrupt threads, continuations, and kernel lwps |
| Michael | Re: yamt-km branch |
| Richard Stallman | Real men don't attack straw men |
| Will Maier | cron doesn't run commands in /etc/crontab? |
| askthelist | Packets Per Second Limit? |
| Harald Dunkel | Packet Filter: how to keep device names on hardware failure? |
| Question on swap as ramdisk partition | 2 hours ago | Linux kernel |
| Netfilter kernel module | 12 hours ago | Linux kernel |
| serial driver xmit problem | 15 hours ago | Linux kernel |
| Why Windows is better than Linux | 15 hours ago | Linux general |
| How can I see my kernel messages in vt12? | 22 hours ago | Linux kernel |
| Grub | 1 day ago | Linux general |
| vmalloc_fault handling in x86_64 | 1 day ago | Linux kernel |
| epoll_wait()ing on epoll FD | 1 day ago | Linux kernel |
| Framebuffer in x86_64 causes problems to multiseat | 2 days ago | Linux kernel |
| Difference between 2.4 and 2.6 regarding thread creation | 2 days ago | Linux general |
