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