summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2000-05-10Don't need local extern declaration of strtouq() - it's in <stdlib.h>.simonb
2000-05-09Initial commit of arm26 portbjh21
2000-05-08Add -P to the usage message (forgot this, long ago).tv
2000-05-07__sparc -> __sparc__mycroft
2000-05-06Do not count the end of a line in the bigram table. Newlines are strippedmycroft
2000-05-06Adjust the previous change to not generate garbage databases.mycroft
2000-05-05sync with sendmail path change (/etc/aliases -> /etc/mail/aliases)itojun
2000-05-04support OSF/1drochner
2000-05-04conditionalize prototypes for REMOTE supportdrochner
2000-05-04make cleaner C for more picky compilersdrochner
2000-05-01convert to ANSI KNFlukem
2000-05-01* Add support for `fget localfile', which reads a list of filenames tolukem
2000-04-29Always wrap the bigram string in double quotes, in case it contains spaces.mycroft
2000-04-29Added the :U :D :L :P :! and :@ modifiers as used by ODE make.sjg
2000-04-29Allow MAKESYSPATH in the environment to override the default syspath.sjg
2000-04-29fix SHOW to work on any platformmatt
2000-04-27u_quad_t must be cast to (long long) to be printed with %llu.thorpej
2000-04-27Eliminate a bunch of terminal hackage that we do not need.mycroft
2000-04-27Fix arguments to *printw().jdc
2000-04-26Prevent "kdump" from causing a segmentation fault if the io buffer thattron
2000-04-24Print the zero page statistics.thorpej
2000-04-24allow IPv6 extended numeric address in host part.itojun
2000-04-23Correct wrong variable being tested in env parsing loop. Fixesmjl
2000-04-22Make this work again now that curses no longer does an implicit tgetent()thorpej
2000-04-20Convert updatedb script from C-shell to bourne shell.jdolecek
2000-04-20Changes to make MAKEOBJDIRPREFIX useful.sjg
2000-04-20We have _SC_2_C_BIND now, enable POSIX2_C_BIND.simonb
2000-04-19Define members previously defined as u_long in struct iftot as u_quad_t.enami
2000-04-18Buf_GetAll() takes an int *, not a size_t *.simonb
2000-04-17Don't type && when you mean || (pointed out by David Holland)christos
2000-04-17implement lchflags(2), which does the chflags(2) dance without followingmrg
2000-04-16PR/9898: David Holland: small glitch in var substitution for single letterchristos
2000-04-16prefix errors with the program name.christos
2000-04-16Don't core-dump when the current working directory is not readablechristos
2000-04-16PR/9899: David A. Holland: multi-variable .for constructs in makechristos
2000-04-16kill trailing blank line.mrg
2000-04-15reword slightly.mrg
2000-04-14Don't declare 'extern opt*' getopt variables.simonb
2000-04-14Don't declare 'extern opt*' getopt variables.simonb
2000-04-13for NetBSD 1.4 and above, use <sys/swap.h>mrg
2000-04-13use <sys/swap.h>. should have happened years ago.mrg
2000-04-13crank versionlukem
2000-04-13fixes from cgd:lukem
2000-04-13s/strtoq/strtoll/ (the latter is standardised)lukem
2000-04-13[ktruss] Use fork(2), not vfork(2).itohy
2000-04-12Make some columns and headers line up.simonb
2000-04-11Reorder two commands so that substring matching doesn't make one shadowjwise
2000-04-11Two UI changes:jwise
2000-04-10Convert to use setemul() stuff from kdump. This also fixes mapping tojdolecek
2000-04-10ectx_sanify(): if default_emul is not set, use netbsd emulation (may happen w...jdolecek