summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2010-12-26New sentence, new line.wiz
2010-12-26hook videoctl into buildjmcneill
2010-12-26add videoctl(1), a tool for displaying or setting parameters on video(4)jmcneill
2010-12-25can't play games with structure names since cpu_data refers to cpu_info, sochristos
2010-12-25erm. fix previous...dholland
2010-12-25use a local definition of cpu_info if we have __HAVE_CPU_DATA_FIRSTchristos
2010-12-25Maybe fix a problem that appeared on loonix.dholland
2010-12-25Many C libraries don't set errno when malloc fails, so always usedholland
2010-12-25Improve confusing error message when getcwd() fails.dholland
2010-12-25Uses stat; needs sys/stat.h. No idea what's pulling it in implicitly ondholland
2010-12-25Don't crash on old kernels that don't have the new per cpu counters.christos
2010-12-25Begin cleanup of the make parser: separate out the logic for reading filesdholland
2010-12-24We still need to update ouvmexp to output the differene fromenami
2010-12-23Fix sub-section reference.njoly
2010-12-22Talk more about NetBSD and less about FreeBSD. Sort sections.wiz
2010-12-21PR/44259: Aleksey Cheusov: xargs: -r option is supported but not documentedchristos
2010-12-20make this work with the per-cpu counters.christos
2010-12-18Sort sections.wiz
2010-12-18Add an 'l' style for sorting that sorts by the string length of the field.christos
2010-12-18PR/44235: Martin Husemann: Fix core dump due to memory corruption.christos
2010-12-18Replace "\t" with Ta in table.wiz
2010-12-17correct the error message (wait3->waitpid)plunky
2010-12-16Observe the following spelling:wiz
2010-12-16Don't pass unused argument. From Doug Barton.dholland
2010-12-16Use strlcpy, not strncpy, when the desired semantics are strlcpy'sdholland
2010-12-15Invalidate meta_fname when we finish a job, so that in compatsjg
2010-12-15Guard against supplying the same parameter multiple times in one -d argument.pooka
2010-12-15language fix. sniped by wizdpooka
2010-12-15document the current syscall bug with rump_server and -lpooka
2010-12-15Deal with crunch the standard way.pooka
2010-12-15Sort options in usage same as in man page.wiz
2010-12-15Make this build with CRUNCHEDPROG defined, and default to the sysctl()he
2010-12-15Make this build as part of the dist/miniroot build, where it's stillhe
2010-12-14Add an example for a server listening on a tcp port.pooka
2010-12-14Add -d which can be used to register host-backed block devices inpooka
2010-12-14on reflection we can use uintmax_t here instead of trying to decodeplunky
2010-12-14Fix Xr and use Sx.wiz
2010-12-13Add netstat rump client. For now, it always sets -X, i.e. willpooka
2010-12-13add attributes from the Basic Printing Profile v1.2r00plunky
2010-12-13there's a manpage now ... just not herepooka
2010-12-13manpagepooka
2010-12-13Also support ld syntax in -l.pooka
2010-12-13Add -m which can be used to load modules (which is a completelypooka
2010-12-13Handle -l which dlopens libs. This is more applicable to rump_serverpooka
2010-12-13Add rump_server which is just like rump_allserver with the exceptionpooka
2010-12-13typo in commentdholland
2010-12-13Tables used by parser logic should be const.dholland
2010-12-13Remove stray extern definition that's already in jobs.h.dholland
2010-12-13Cosmetic: declare types before variables, group variables by role,dholland
2010-12-13Add const necessary for clean non-native build.dholland