| Age | Commit message (Expand) | Author |
| 2002-02-14 | Make the -v flag print data instead of blank lines. Thanks to | jonb |
| 2002-02-12 | reverse the notion of fancy, use plain, and increment it so that we can | christos |
| 2002-02-12 | Add an extra column for inode numbers, and pull back the mode field to | simonb |
| 2002-02-11 | bump version to nb6 after fixing bin/15474 | pooka |
| 2002-02-11 | acorn32 and cats get fdformat. | thorpej |
| 2002-02-11 | s/infinate/infinite/ | wiz |
| 2002-02-11 | achive is not a good word. | wiz |
| 2002-02-11 | Lots of typos. | wiz |
| 2002-02-10 | Be more verbose in description of -e. | wiz |
| 2002-02-10 | - add a AUDIO_FORMAT_DEFAULT. use it. don't change functionity. | mrg |
| 2002-02-10 | apply the same fix as the previous to WAV output creation. | mrg |
| 2002-02-10 | convert the host (non _LE or _BE) encodings we can, as well. fixes part | mrg |
| 2002-02-10 | define: datasize == 0 means use the whole file. fixes part of PR#12809. | mrg |
| 2002-02-10 | Targ_PrintType(): include .PHONY and .MADE attributes. | pk |
| 2002-02-10 | Fix for previous: JobRestart() return value check was reversed. | pk |
| 2002-02-09 | Exit the file_init "recursion" only if we are actually already trying for | pooka |
| 2002-02-09 | use ${INSTALL_FILE} as appropriate | lukem |
| 2002-02-08 | JobRestartJobs() should cease scheduling stopped jobs if the maximum | pk |
| 2002-02-08 | JobStart(): if there no commands to execute for a node, set its status | pk |
| 2002-02-08 | Generate <>& symbolically. I'm avoiding .../dist/... directories for now. | ross |
| 2002-02-08 | tweak the description of the n function | ross |
| 2002-02-07 | When making a node which is the source of both a .MADE target and a | pk |
| 2002-02-07 | Note that the `n' function does not restart the script. | ross |
| 2002-02-07 | Edit -mdoc usage. | ross |
| 2002-02-06 | Add `tu' and `tl' variable expansion modifiers, which transform the | pk |
| 2002-02-06 | JobPrintCommand: avoid stale pointers on a node's command list. | pk |
| 2002-02-06 | Make sure that we set *objp back to the decoded argument; pointed by | christos |
| 2002-02-05 | Deal with other sizeof() return issues. We usually cast it to u_int, because | christos |
| 2002-02-05 | - Cast pointer casts to (void *) first to shut-up lint | christos |
| 2002-02-05 | Don't spit out a trailing comma as the last member of an enum. | christos |
| 2002-02-05 | cast ~0 to (u_int) because it is aimed at the size argument of the xdr function. | christos |
| 2002-02-05 | Replace u_quad_t with uint64_t and quad_t with int64_t, and use | thorpej |
| 2002-02-05 | Test for default device in a portable way. Thanks to Michael Ericsson | augustss |
| 2002-02-04 | Remove OP_NOSUFF, fix OP_MADE in compat mode [from pk], and make the OP_MADE | christos |
| 2002-02-04 | Need <bsd.own.mk> to use ${MACHINE_CPU}. | thorpej |
| 2002-02-04 | On m68000, we need different target parameters than on m68k, | thorpej |
| 2002-02-03 | Bring down the number of stat(2) system calls from 682 to 294. This change | christos |
| 2002-02-03 | Resurrect revision 1.23: no need to stat .PHONY targets. | pk |
| 2002-02-03 | Don't bother to apply suffix rules to find sources for a target marked | pk |
| 2002-02-03 | Text expanding the NLS abbreviation added per PR 14576. | fair |
| 2002-02-02 | Retire -C, do all the ioctls on same audio device we do i/o | jdolecek |
| 2002-02-02 | Ups, it is LIBUSBHID and not LIBUSBHIB. | veego |
| 2002-02-02 | Change LIBUSB to LIBUSBHIB, reflecting the library name change. | veego |
| 2002-02-02 | CRUNCHEDPROG=1 is a bit more useful if it's also defined when | lukem |
| 2002-02-02 | pass CRUNCHEDPROG=1 to make(1) when building progs from their Makefiles. | lukem |
| 2002-02-01 | - Several paragraphs were indented one level further than needed. | bgrayson |
| 2002-02-01 | portnum is unsigned, use %u instead of %d | itojun |
| 2002-02-01 | need -lm in the HOSTPROG case too... | lukem |
| 2002-02-01 | line2 may overrun if line is too long (> 200). be more careful on strcpy. | itojun |
| 2002-02-01 | now needs -lm for finite(3) | ross |