aboutsummaryrefslogtreecommitdiff
path: root/libpwdgrp (unfollow)
Commit message (Expand)AuthorFilesLines
2006-09-09setkeycodes: something horrible happened herevda1-24/+23
2006-09-09top: fixed wrong comment, made error message more clearvda1-10/+6
2006-09-09tar: fix "xopen with O_CREAT" warning, improve zero padding writevda2-59/+71
2006-09-09xopen3(O_RDONLY) -> xopen(O_RDONLY).vda1-1/+1
2006-09-09using [xa]sprintf for string concatenation is neat and savesvda6-13/+10
2006-09-09wget: wrap one atrociously long line (around 200 chars long!).vda1-18/+25
2006-09-09udhcp: FEATURE_UDHCP_SYSLOG should be selected only ifvda1-2/+1
2006-09-08login: use some ideas from util-linux's login.vda1-25/+15
2006-09-08few random readability enhansements. No code changesvda3-8/+10
2006-09-08login: make it saner and smaller by ~0.5k.vda1-185/+131
2006-09-08login: small fixes like \n removal, bb_error_msg'ification, etc.vda1-19/+17
2006-09-08login: previous commit comment was wrong :)vda1-131/+133
2006-09-08login: style fixesvda4-9/+39
2006-09-08Shrinkage/cleanup from Tito.landley1-87/+45
2006-09-08Fix warnings.landley1-16/+14
2006-09-08Second drop. More infrastructure in place, especially for parsing pipelines.landley1-21/+172
2006-09-08A quick cleanup pass of some low-hanging mess.landley1-115/+26
2006-09-08Bugfix for: echo '123456789' | sed 's/./|&/5'landley1-1/+1
2006-09-07Fix (hopefully) bug 976. Need more thorough audit.vda5-11/+27
2006-09-07getty, sulogin: convert to using bb_msg for syslog outputvda14-114/+96
2006-09-07fix if (ENABLE_FEATURE_SYSLOG & (...)) - should be &&vda2-2/+2
2006-09-07Add CONFIG_FEATURE_SYSLOG which controls whethervda9-12/+26
2006-09-07CONFIG_FEATURE_COMPRESS_USAGE was impossible to turn onvda1-1/+1
2006-09-07adding files missed in prev updates (forgot about svn add)vda2-0/+53
2006-09-06Denis Vlasenko has started to put stuff on his BusyBox home page, so index it.landley1-0/+1
2006-09-06removed a lot of trailing \n in bb_msg() calls. It is addedvda14-35/+35
2006-09-06Implement optional syslog logging using ordinaryvda39-366/+296
2006-09-06- strip 399424 off the bss by making decompress_uncompress buffers config buf...aldot1-12/+10
2006-09-06- mdev and grep use xregcomp. Closes bug #1021aldot1-1/+2
2006-09-05Vladimir Dronnikov (ybrnj80 at yandex dot ru) pointed out that my cleanup oflandley1-3/+3
2006-09-05The bb_ prefixes were removed from xasprintf() and xopen() a month ago (inlandley1-2/+2
2006-09-05run_shell.c: style fixvda1-31/+25
2006-09-05xfunc: fix: && -> &. Also nuked two double semicolons...vda2-3/+3