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