Histórico de commits

Autor SHA1 Mensagem Data
  Rob Landley da9d1d079e Strangely, using // in the comments I added was not a persistent accident. 18 anos atrás
  Rob Landley 20cc6d567f Remove pointless "const". Bloatcheck says 0 bytes difference. 18 anos atrás
  Bernhard Reutner-Fischer 57b56674a3 - merge xstat.c into xfuncs.c 18 anos atrás
  Denis Vlasenko a9801658ee getty, sulogin: convert to using bb_msg for syslog output 18 anos atrás
  Denis Vlasenko 6d655be5df removed a lot of trailing \n in bb_msg() calls. It is added 18 anos atrás
  Denis Vlasenko 3538b9a882 Implement optional syslog logging using ordinary 18 anos atrás
  Denis Vlasenko d25a2645f5 xfunc: fix: && -> &. Also nuked two double semicolons... 18 anos atrás
  Denis Vlasenko 27af5a0dd3 replacing func() with xfunc() where appropriate 18 anos atrás
  Bernhard Reutner-Fischer 73561cc75a - pull from busybox_scratch: r15829:15850 18 anos atrás
  Rob Landley 519d7df930 Another whack at scripts/individual. Now builds 212 applets. 18 anos atrás
  Rob Landley 23b61be0df Add comments to all the functions in this file documenting what they're for. 18 anos atrás
  Rob Landley 2c55fcac08 Thinko spotted by Vladimir Dronnikov. 18 anos atrás
  Rob Landley 081e38483e Remove xcalloc() and convert its callers to xzalloc(). About half of them 18 anos atrás
  Rob Landley d921b2ecc0 Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate 18 anos atrás
  Rob Landley 534374755d Cleaup read() and write() variants, plus a couple of new functions like 18 anos atrás
  Rob Landley df822f2606 We need xsetuid() and xsetgid() because per-user process resource limits can 18 anos atrás
  Rob Landley 22d3958d76 Denis Vlasenko spotted the lack of bounds checking in my first attempt at 18 anos atrás
  Rob Landley 5b88a38157 Add itoa and utoa to see what Denis Vlasenko thinks. 18 anos atrás
  Rob Landley 8bbdb8732f This kind of paranoia is a debug option at best. 18 anos atrás
  Rob Landley c7ddefc062 Attempt at fixing bug 815 by upgrading bb_spawn() so that builtins are at 18 anos atrás
  Rob Landley 399d2b5c24 Rich Felker suggested removing dprintf() from watch, and one thing led to 18 anos atrás
  Rob Landley 80b8ff07ca A pending item in my tree I might as well check in: I plan to migrate calloc() 18 anos atrás
  Bernhard Reutner-Fischer b1629b1b2a - remove emacs layout block as suggested by Robert P.J. Day 18 anos atrás
  Rob Landley a389651115 Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes 18 anos atrás
  Rob Landley 552b56dfd1 Not quite compiler independent, but we've never tried to be gcc independent 18 anos atrás
  Bernhard Reutner-Fischer c2cb0f32b4 - patch from Denis Vlasenko to add and use bb_xopen3() 18 anos atrás
  Rob Landley 31642d75e1 More "extern" removals from Robert P. Day 18 anos atrás
  Rob Landley dfba741457 Robert P. Day removed 8 gazillion occurrences of "extern" on function 18 anos atrás
  "Vladimir N. Oleynik" 0c6ff43a0c remove #undef strlen, use #define strlen always but without xfunc/BB_STRLEN_IMPLEMENTATION 18 anos atrás
  Rob Landley 4e9deec8bf svn 14077 was completely broken and apparently never tested. 18 anos atrás