User Details
- User Since
- Apr 18 2014, 5:23 AM (476 w, 6 d)
Today
Sat, Jun 3
<@q66> bapt: anyway, to reproduce: i added this to memalloc.c https://gist.github.com/q66/978ca271db9ea32c8641209eb90f2f85
<@q66> then all you have to do is exec the sh binary, and press ctrl-c
<@q66> in plain prompt
<@q66> https://gist.github.com/q66/99295f340eeaffae740d53e0cc603ad0
<@q66> actually, printf("POPSTACKMARK %p %p\n", mark->stackp, stackp); is more explanatory
<@q66> you will see a POPSTACKMARK 0 0 upon ctrl-c
<@q66> e.g. like https://gist.github.com/q66/61b70ecabb510bbdf86a11e330f89893
<@q66> if i compile without the zeroing
<@q66> i will get a bogus address
<@q66> in mark->stackp
the issue was caught by the author of chimera linux when compiling it with lto and clang16
Fri, Jun 2
remove header added by accident
Thu, Jun 1
split the main function to simplify code and restoration of vnet
Remove use of internal header
more of melifaro's comments
address some of the melifaro's comments
Use NL_LOG
fix copyrights
address comments
Kill the enum
s/dump/monitor
filter out NLMSG_ERROR
Tue, May 30
Fri, May 26
thank you for this, it looks easy enough, and actually works for my need thank you
Thu, May 25
Mon, May 22
Add all the device events
Add a generic structure for events classification
Sat, May 20
Fri, May 19
Add an example in the manpage of the usage of -z option
Address @kib comments
fix manpage date
Tue, May 16
Mon, May 15
There are 2 use case of usr/home in poudriere, one is related to ccache when building ports the other one to the zfs images, we can deal with both cases later.
Fri, May 12
Thu, May 11
Apr 27 2023
LGTM, I added @philip as he has been updating the tzdata for a while now, so I might have an opinion
Apr 26 2023
Apr 24 2023
Apr 17 2023
Apr 12 2023
Apr 7 2023
I don't understand why you need lposix_alloc and lposix_free at all vs direct call to free and malloc?