2014-02-25 |
Dave Jones | make a bunch of things static
|
commit | commitdiff | tree |
2014-02-25 |
Dave Jones | remove unnecessary include
|
commit | commitdiff | tree |
2014-02-25 |
Dave Jones | fix sparse warnings in sync_file_range about long constants.
|
commit | commitdiff | tree |
2014-02-25 |
Dave Jones | make a bunch of sparse missing prototype warnings go...
|
commit | commitdiff | tree |
2014-02-25 |
Dave Jones | use NULL as pointer in shmget, not 0
|
commit | commitdiff | tree |
2014-02-25 |
Dave Jones | use NULL instead of 0 for gettimeofday 2nd param
|
commit | commitdiff | tree |
2014-02-25 |
Dave Jones | add -D__linux__ just for sparse use.
|
commit | commitdiff | tree |
2014-02-25 |
Dave Jones | move sigwas extern to header
|
commit | commitdiff | tree |
2014-02-21 |
Dave Jones | update paths in analyse-dumps.sh
|
commit | commitdiff | tree |
2014-02-21 |
Dave Jones | remove more no longer needed cruft
|
commit | commitdiff | tree |
2014-02-21 |
Dave Jones | remove now pointless check
|
commit | commitdiff | tree |
2014-02-21 |
Dave Jones | now that -C can scale better, we don't need the extra...
|
commit | commitdiff | tree |
2014-02-21 |
Dave Jones | if we have a tmp dir in the trinity dir, use that instead...
|
commit | commitdiff | tree |
2014-02-21 |
Dave Jones | add --dropprivs if we were run as root
|
commit | commitdiff | tree |
2014-02-21 |
Dave Jones | move_pages: clear old pointers after freeing
|
commit | commitdiff | tree |
2014-02-21 |
Dave Jones | move_pages: if pagetypes alloc failed, don't deref...
|
commit | commitdiff | tree |
2014-02-21 |
Dave Jones | dirty_mapping: fix write past end of mapping bug.
|
commit | commitdiff | tree |
2014-02-21 |
Dave Jones | mprotect: clear scratch after use
|
commit | commitdiff | tree |
2014-02-21 |
Dave Jones | Revert "mprotect: clear scratch after use"
|
commit | commitdiff | tree |
2014-02-21 |
Dave Jones | sendmsg: clear scratch after use
|
commit | commitdiff | tree |
2014-02-21 |
Dave Jones | munmap: clear scratch after use
|
commit | commitdiff | tree |
2014-02-21 |
Dave Jones | mremap: clear scratch after use
|
commit | commitdiff | tree |
2014-02-21 |
Dave Jones | mprotect: clear scratch after use
|
commit | commitdiff | tree |
2014-02-21 |
Dave Jones | modify_ldt: clear scratch after use
|
commit | commitdiff | tree |
2014-02-21 |
Dave Jones | mincore: remove unnecessary use of scratch
|
commit | commitdiff | tree |
2014-02-21 |
Dave Jones | move_pages: clear out scratch register after use
|
commit | commitdiff | tree |
2014-02-21 |
Dave Jones | handle malloc failure better in move_pages
|
commit | commitdiff | tree |
2014-02-21 |
Dave Jones | make get_address aware of map lengths
|
commit | commitdiff | tree |
2014-02-21 |
Dave Jones | watchdog: scoping reductions
|
commit | commitdiff | tree |
2014-02-21 |
Dave Jones | start of sockaddr generation for sendmsg
|
commit | commitdiff | tree |
2014-02-20 |
Dave Jones | make all the shm array allocations shared.
|
commit | commitdiff | tree |
2014-02-20 |
Dave Jones | make alloc_shared exit if we fail an allocation.
|
commit | commitdiff | tree |
2014-02-20 |
Dave Jones | shm timevals need to be shared.
|
commit | commitdiff | tree |
2014-02-20 |
Dave Jones | watchdog: print child numbers, and timevals as unsigned
|
commit | commitdiff | tree |
2014-02-19 |
Dave Jones | use better function for looping over pids
|
commit | commitdiff | tree |
2014-02-19 |
Dave Jones | split up shm create again.
|
commit | commitdiff | tree |
2014-02-19 |
Dave Jones | remove FIXME. tried it, looked ugly.
|
commit | commitdiff | tree |
2014-02-19 |
Dave Jones | function reordering
|
commit | commitdiff | tree |
2014-02-19 |
Dave Jones | move alloc_shared to utils
|
commit | commitdiff | tree |
2014-02-19 |
Dave Jones | split up create/init shm so we can initiate logging...
|
commit | commitdiff | tree |
2014-02-19 |
Dave Jones | move max_children to child.h
|
commit | commitdiff | tree |
2014-02-19 |
Dave Jones | kill off MAX_NR_CHILDREN
|
commit | commitdiff | tree |
2014-02-19 |
Dave Jones | create_shm either succeeds, or exit()'s
|
commit | commitdiff | tree |
2014-02-19 |
Dave Jones | parse args before setting up the shm.
|
commit | commitdiff | tree |
2014-02-19 |
Dave Jones | remove a MAX_NR_CHILDREN loop
|
commit | commitdiff | tree |
2014-02-19 |
Dave Jones | do runtime allocation of arrays in the shm
|
commit | commitdiff | tree |
2014-02-19 |
Dave Jones | shm: split up create/init
|
commit | commitdiff | tree |
2014-02-14 |
Dave Jones | bump up the max size of iovecs that we create.
|
commit | commitdiff | tree |
2014-02-13 |
Dave Jones | annotate option arg for sys_sysfs
|
commit | commitdiff | tree |
2014-02-12 |
Dave Jones | Don't set arg1 type for mmap.
|
commit | commitdiff | tree |
2014-02-12 |
Dave Jones | fix operation when starting already tainted.
|
commit | commitdiff | tree |
2014-02-11 |
Dave Jones | Make mincore operate only on map structs
|
commit | commitdiff | tree |
2014-02-11 |
Dave Jones | don't print ARG_MMAP as a struct map
|
commit | commitdiff | tree |
2014-02-11 |
Dave Jones | don't deref potential NULL mappings
|
commit | commitdiff | tree |
2014-02-11 |
Dave Jones | __get_map returns a pointer, so return NULL, not 0
|
commit | commitdiff | tree |
2014-02-11 |
Dave Jones | watchdog: check_main_alive cleanups
|
commit | commitdiff | tree |
2014-02-11 |
Dave Jones | watchdog: fix incorrect format string
|
commit | commitdiff | tree |
2014-02-10 |
Dave Jones | move assignment to only case that uses var.
|
commit | commitdiff | tree |
2014-02-10 |
Dave Jones | Check for fork() failure and just exit if it happens.
|
commit | commitdiff | tree |
2014-02-10 |
Dave Jones | if all children exit, and the pidmap is empty, be sure...
|
commit | commitdiff | tree |
2014-02-10 |
Dave Jones | watchdog: Add additional check for main pid alive or...
|
commit | commitdiff | tree |
2014-02-10 |
Dave Jones | remove unnecessary futzing with shm->mainpid
|
commit | commitdiff | tree |
2014-02-10 |
Dave Jones | reduce var scoping
|
commit | commitdiff | tree |
2014-02-10 |
Dave Jones | size is unsigned
|
commit | commitdiff | tree |
2014-01-31 |
Dave Jones | use enum to keep list of strings in sync
|
commit | commitdiff | tree |
2014-01-31 |
Dave Jones | pretty printing for allocation sizes.
|
commit | commitdiff | tree |
2014-01-30 |
Dave Jones | add missing break.
|
commit | commitdiff | tree |
2014-01-30 |
Dave Jones | Make format logging use enum.
|
commit | commitdiff | tree |
2014-01-30 |
Dave Jones | remove -Wswitch-default
|
commit | commitdiff | tree |
2014-01-30 |
Dave Jones | fix off by one
|
commit | commitdiff | tree |
2014-01-29 |
Dave Jones | use mappings in iovecs
|
commit | commitdiff | tree |
2014-01-29 |
Dave Jones | some tweaks to the 32bit interesting numbers routine
|
commit | commitdiff | tree |
2014-01-28 |
Dave Jones | move some parameter parsing into params.c
|
commit | commitdiff | tree |
2014-01-28 |
Dave Jones | move uid0 checking into uid.c
|
commit | commitdiff | tree |
2014-01-28 |
Dave Jones | remove dumb waiting for pid code
|
commit | commitdiff | tree |
2014-01-28 |
Dave Jones | move the getopt string nearer to the longopts to keep...
|
commit | commitdiff | tree |
2014-01-28 |
Dave Jones | initial pass at writing support for running as root...
|
commit | commitdiff | tree |
2014-01-27 |
Dave Jones | add support for SO_BPF_EXTENSIONS
|
commit | commitdiff | tree |
2014-01-24 |
Dave Jones | use common exit path.
|
commit | commitdiff | tree |
2014-01-24 |
Dave Jones | fix memory leak in error path
|
commit | commitdiff | tree |
2014-01-24 |
Dave Jones | search_syscall_table needs to have its return checked.
|
commit | commitdiff | tree |
2014-01-24 |
Dave Jones | remove one of the ctrl-c checks in socket creation
|
commit | commitdiff | tree |
2014-01-24 |
Dave Jones | unlock and close cachefile if we bail out of socket...
|
commit | commitdiff | tree |
2014-01-23 |
Dave Jones | fill final page in a mapping with ascii
|
commit | commitdiff | tree |
2014-01-23 |
Dave Jones | improve printing of unspecified longs.
|
commit | commitdiff | tree |
2014-01-23 |
Dave Jones | always print addresses as just %lx
|
commit | commitdiff | tree |
2014-01-23 |
Dave Jones | always print out fd's as signed.
|
commit | commitdiff | tree |
2014-01-21 |
Dave Jones | update madvise() flags
|
commit | commitdiff | tree |
2014-01-21 |
Dave Jones | fix cut-and-paste error.
|
commit | commitdiff | tree |
2014-01-21 |
Dave Jones | do some more interesting things with munmap.
|
commit | commitdiff | tree |
2014-01-21 |
Dave Jones | fill out policy field for sched_setscheduler,
|
commit | commitdiff | tree |
2014-01-21 |
Dave Jones | add syscall def for sched_getattr
|
commit | commitdiff | tree |
2014-01-21 |
Dave Jones | add sched_setattr for x86-32 too
|
commit | commitdiff | tree |
2014-01-21 |
Dave Jones | add syscall def for sched_setattr
|
commit | commitdiff | tree |
2014-01-20 |
Dave Jones | Switch %as usage to %ms
|
commit | commitdiff | tree |
2014-01-20 |
Dave Jones | link with LDFLAGS if set.
|
commit | commitdiff | tree |
2014-01-20 |
Dave Jones | add to CFLAGS instead of overwriting them.
|
commit | commitdiff | tree |
2014-01-16 |
Dave Jones | put the masking on the variable that changes, not the...
|
commit | commitdiff | tree |
2014-01-16 |
Dave Jones | reduce variable scoping.
|
commit | commitdiff | tree |
2014-01-16 |
Dave Jones | guarantee page alignment for page allocs.
|
commit | commitdiff | tree |