summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Enable genassym.marcel1999-12-231-0/+1
|
* New command for creating assembler symbols from C.marcel1999-12-233-0/+348
|
* Say goodbye to some crufty old fortran code.kris1999-12-227-1041/+0
| | | | Reviewed by: current
* Extra sanity checks in information from file edited by user. Thisimp1999-12-211-16/+16
| | | | | | | precludes using chfn, et al, to generate a divot in /etc. Submitted by: Lukasz Luzar Forgotten about for months by: imp
* also, changed prototype of pr_rthdr(), as my previous fixshin1999-12-211-1/+1
| | | | for netstat/route.c
* Added missing declaration for argment specification at pr_rthdr(),shin1999-12-211-3/+4
| | | | | | caused by my previous patch, sorry. Also, changed its var name from 'af' to 'wid_af', to avoid confusion with global var 'af'.
* define WID_DST6 and WID_GW6 and use them only for IPv6, to keep IPv4 relatedshin1999-12-211-12/+32
| | | | | | | | | | | | information in 80 columns. TODO: IPv6 related information is not likely to be kept in 80 columns, anyway. Some more print modes could be added, but what is the priority between those modes? -print out all information even if they don't fit into 80 columns -strip off some information to fit them into 80 columns Reviewed by: markm
* Small typo fix.asmodai1999-12-201-1/+1
| | | | | PR: docs/15579 Submitted by: Noriaki Mitsunaga <mitchy@er.ams.eng.osaka-u.ac.jp>
* Second part of bin/3648: add -flags to search for specific flags.roberto1999-12-196-4/+87
| | | | | | | | I added $FreeBSD$ whicle I was here. The patch wasn't usable anymore due to its age so I adapted it. PR: bin/3648 Submitted by: Martin Birgmeier <mbirg@austria.ds.philips.com>
* Revert the libcrypt/libmd stuff back to how it was. This should not havepeter1999-12-187-19/+18
| | | | | | | | happened as it was working around problems elsewhere (ie: binutils/ld not doing the right thing according to the ELF design). libcrypt has been adjusted to not need the runtime -lmd. It's still not quite right (ld is supposed to work damnit) but at least it doesn't impact all the users of libcrypt in Marcel's cross-build model.
* Remove duplicate entrycpiazza1999-12-181-1/+0
|
* Spelling fixes. first change from openbsd second from netbsdcpiazza1999-12-181-2/+2
|
* Document -e flag.phantom1999-12-171-0/+14
| | | | | PR: docs/14936 Submitted by: Stephen J. Roznowski <sjr@home.com>
* Document -d and -o flagsphantom1999-12-171-1/+15
| | | | | Remove selfreference item from SEE ALSO section Add reference to colldef(1) to SEE ALSO section
* Install Flexlexer.h with mode 444.bde1999-12-171-1/+1
|
* Add libmd (or move it after libcrypt). We don't want the linker to bemarcel1999-12-167-18/+21
| | | | | smart because it will definitely get it wrong. This popped up during cross-linking.
* Rev 1.9 did not follow style(9) in ordering.obrien1999-12-161-7/+5
|
* Options added in rev 1.14 were not documented in usage().obrien1999-12-161-1/+1
|
* Enable INET6 by default.shin1999-12-151-1/+1
| | | | This should be OK on non INET6 enabled kernel.
* Fix grammar error. (missing verb)billf1999-12-131-1/+1
|
* Add new option, -L that will listen the various listen queue lengths.guido1999-12-134-32/+68
| | | | | Reviewed by: Garrett Wollman <wollman@khavrinen.lcs.mit.edu>, Clive Lin <clive@GnatS.CirX.ORG>
* Allow it to be compiled as cross-tool.marcel1999-12-122-4/+13
|
* Finally give mk_cmds(1) a man page.chris1999-12-122-1/+99
| | | | | PR: docs/4691 Submitted by: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
* Retire error(1). This is no longer useful as it applies only to the 4.xBSDkris1999-12-1111-3267/+0
| | | | | | | toolchain. Reviewed by: current@freebsd.org Axe kindly supplied by: Institute of Danish Surgeons
* fix the same typo as in uniqache1999-12-101-1/+1
|
* fix fatal typoache1999-12-101-1/+1
|
* sys/dkbad.h is no more.phk1999-12-081-1/+0
|
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-078-107/+1649
| | | | | | | | | | packet divert at kernel for IPv6/IPv4 translater daemon This includes queue related patch submitted by jburkhol@home.com. Submitted by: queue related patch from jburkhol@home.com Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project
* Mention the '6' flag in the flags summary. (Forgotten in the last commit).joe1999-12-061-1/+1
|
* Add braces ({}) to all the places that they're missing.joe1999-12-061-18/+34
|
* Rewrite of the manual page to make it clear that NSI and InterNICjoe1999-12-061-2/+8
| | | | | | are no longer the same organisation. Submitted by: Szilveszter Adam <sziszi@petra.hos.u-szeged.hu>
* Add "-v" to usage().obrien1999-12-061-3/+3
|
* Document the "-v" flag. [It was like that when I got here.. honestly.]obrien1999-12-061-2/+16
|
* Added a -6 option to lookup information using the whois.6bone.netjoe1999-12-052-2/+10
| | | | | | database. PR: misc/10803 misc/10804
* Minimal use of .Ar and .Nm.charnier1999-12-057-20/+38
| | | | | | | | Add section number to .Xr reference. Add DIAGNOSTICS section name. Remove unused #includes. Be consistant in the parsing of flags and add missing option in usage string. Add rcsid.
* Typo. Standard list of flagcharnier1999-12-052-4/+4
| | | | Add ``c89: '' in front of error messages to be errx()-like.
* Correct use of .Nm, .Em, .Evcharnier1999-12-056-127/+120
| | | | | Add rcsid. Use errx instead of fprintf + exit. Various spelling fixes.
* Do not dot terminate errx() strings. Add rcsid.charnier1999-12-052-11/+14
| | | | Document -d flag. Rework SYNOPSIS section
* Make '||' visible.cracauer1999-12-051-1/+1
| | | | | PR: docs/15265 Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
* The -s option was broken (missing braces around an else clause).kris1999-12-041-5/+7
| | | | | Noticed by: Thomas Stromberg <tstromberg@rtci.com> Obtained from: OpenBSD
* Fix off-by-one error leading to a segfault.kris1999-12-041-1/+5
| | | | Noticed by: Thomas Stromberg <tstromberg@rtci.com>
* Fix buffer overflow & add $FreeBSD$kris1999-12-041-2/+13
| | | | Reviewed by: imp
* Fix for the new usage of mkioctlsmarcel1999-12-031-1/+1
|
* Change -i host to whois.networksolutions.comache1999-12-031-1/+1
|
* Avoid hardcoding any paths and variables. The include directory mustmarcel1999-12-032-8/+19
| | | | | | | | | | now be specified on the command line. Accept a '-s' option which controls whether a switch-statement is to be used instead of a series of if-statements. Replace cpp with gcc -E. Discussed with: bde
* Replace the -q option to pwd_mkdb with a test for PW_SCAN_BIG_IDS insheldonh1999-12-021-0/+6
| | | | | | | | | | | the environment. This allows big ID warnings to be suppressed for vipw and chpass as well. Since the environment variable test is only performed for callers of pw_scan() that do not set pw_big_ids_warning, the test can still be overriden. Currently, chpass and pwd_mkdb are the only users of pw_scan() and neither of them overrides the environment variable test.
* Make sure DESTDIR is set in the environment of mkioctls. This fixesmarcel1999-12-021-1/+2
| | | | | | | the breakage people have encountered at certain times (for example when the altq_*.h files were removed). $FreeBSD$ tag added.
* Use %EF instead of hardcoded order for each countryache1999-11-301-41/+37
|
* %Ex -> %Efache1999-11-301-1/+1
|
* Change meaning of newly introduced -L option - it helps lpr laterache1999-11-302-10/+15
|
OpenPOWER on IntegriCloud