summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of duplicates.ru2003-09-142-6/+7
|
* - Cut out the code that caches the "." directory out of Dir_Init()ru2003-09-144-67/+87
| | | | | | | | | | into a separate function, Dir_InitDot(). - Postpone the current and object directories detection (and caching of the "." directory) until after all command line arguments are parsed. This makes the -C option DTRT. PR: bin/47149
* Make the description of the connect, get, and put commands clearer.simon2003-09-131-34/+43
| | | | | | | | Reported by: Gary W. Swearingen <underway@comcast.net> Submitted by: Jim Brown <jpb@sixshooter.v6.thrupoint.net> (original version) Reviewed by: ru PR: docs/36459 MFC after: 3 weeks
* Remove symorder. It's almost useless now that we have ELF kernels andtjr2003-09-114-462/+0
| | | | no a.out toolchain.
* mdoc(7): Use the new feature of the .In macro.ru2003-09-082-4/+4
|
* Finish the reversion of rev. 1.52.ru2003-09-081-3/+2
|
* Command line variables take precedence over global variables.ru2003-09-081-1/+1
| | | | | | | | | | | | | | Make this true in the .for loops too. The following fragment, FOO= foo bar all: .for f in ${FOO} @echo ${f} .endfor when run as "make FOO=xxx" should print "xxx". (OpenBSD had this bug fixed for some time.)
* Do not print the result of strftime() in case of failure, the content ischarnier2003-09-071-5/+3
| | | | | | indeterminate in such a case. The correct value for 2nd argument is sizeof(buf). Do not NUL-terminate the result string, strftime() will do it for us.
* Add FBSDID. Do not \n terminate warnx() argument. fprint() -> warnx().charnier2003-09-072-11/+6
|
* Introduce arguments the standard way. In .Ar command ..., ... is not ancharnier2003-09-071-4/+4
| | | | argument, command is.
* Remove duplicate #include. Do not \n terminate errx() arg.charnier2003-09-071-2/+3
|
* Add FBSDID. Use errx() instead of fprintf()/exit(). Call exit() at the endcharnier2003-09-071-92/+44
| | | | of usage() and make the code aware of that.
* The .Fn function. Dot terminate sentences. Use .Bd/.Ed instead of .Ar tocharnier2003-09-071-25/+35
| | | | emphasize examples of source definition file.
* Use KERN_PROC_PROC instead of KERN_PROC_ALL when enumerating processes sotjr2003-09-071-7/+4
| | | | | that we kill each process once, not once for every thread it owns. This avoids "No such process" warnings when killing threaded processes.
* Keep up with minor changes to NetBSD. Consider a variable empty whenimp2003-09-071-1/+1
| | | | | | not define. Obtained From: NetBSD (rev 1.18; sjg)
* Baud rate capability is `br', not `ba'.hmp2003-09-061-1/+1
| | | | | PR: docs/56426 Submitted by: FUJISHIMA Satsuki <sf@FreeBSD.ORG>
* Removed another spurious semicolon forgotten in the previous commit.schweikh2003-09-061-1/+1
|
* Removed two spurious semicolons after function definitions.schweikh2003-09-061-5/+5
| | | | | | | | Removed three spurious tabs on lines by themselves. PR: bin/56492 Submitted by: Stefan Farfeleder <stefan@fafoe.narf.at> MFC after: 6 weeks
* Finish the deorbital burn of the i386-only a.out toolchain.obrien2003-09-0610-936/+0
|
* #include <runetype.h> directly for the definition of _CACHED_RUNES, neededtjr2003-09-051-0/+1
| | | | | | by ldef.h, rather than relying on GCC-specific pollution from <ctype.h>. Noticed by: Stefan Farfeleder
* Change /dev/rsa0 and /dev/rwt0 references to sa0 and wt0.roam2003-09-052-4/+4
| | | | | | PR: 55925 Submitted by: Michael L. Squires <mikes@siralan.org> MFC after: 1 month
* Fix typo: c89, not c88.tjr2003-09-051-1/+1
|
* Removed unused macro definitiondds2003-09-041-1/+1
| | | | | Approved by: schweikh (mentor - blanket) MFC after: 6 weeks
* Eliminate last three uses of varargs.h in the tree. These three fileskan2003-09-011-1/+0
| | | | | were including varargs.h file but did not use any of its macros, so they escaped the clean-up before.
* Typo in last commit.phk2003-08-301-1/+1
| | | | Spotted by: tjr
* Introduce more knobs to slim down FreeBSD userlandphk2003-08-291-6/+17
| | | | | | | NO_TOOLCHAIN skips Compilers and Binutils NO_USB skips USB stuff NO_VINUM skips Vinum stuff NO_ACPI skips ACPI stuff
* - Document gencat(1)dds2003-08-221-2/+2
| | | | | | | - Fix grammar error and rationale for not using the command Approved by: schweikh (mentor) MFC after: 2 weeks
* Big cleanup. Remove unused stuff, make closer to style(9).markm2003-08-221-183/+79
| | | | OK'ed by: peter (long time ago)
* Warns fixes. Mainly unused headers/params/vars removal, but alsomarkm2003-08-227-28/+19
| | | | some malloc cleanup.
* In case of zero span data supress the histogram plot.phk2003-08-181-0/+6
|
* Tidy up usage message.tjr2003-08-172-6/+6
|
* Tidy up synopsis.tjr2003-08-171-3/+1
|
* Tidy up usage message.tjr2003-08-171-2/+2
|
* Add my birthday to calendarmat2003-08-151-0/+1
| | | | Approved by: demon (mentor)
* Add my birthday to the calendar.bland2003-08-151-0/+1
| | | | Approved by: marcus (mentor)
* Removed check of st_rdev changing in the -F support. st_rdev for regulardg2003-08-141-1/+0
| | | | | | | | | | | files is usually the first direct block pointer. Since FreeBSD does automatic block reallocation to reduce filesystem fragmentation, the file being tailed can be relocated to different blocks 'on-the-fly', making the check for st_rdev unreliable. The result of this bug is tail -F pseudo-randomnly thinking the file was rotated when it wasn't, and as a result, spews out the entire file trying to catch up. MFC after: 3 days
* Add Alfred Hitchcock's birthday.murray2003-08-131-0/+1
| | | | Inspired by: google.com
* A small statistics tool for gauging the statistical significancephk2003-08-135-0/+621
| | | | | | | | of data from benchmarks etc. Implements "Student's t" for various confidence levels, defaults to 95%. If your benchmarks are not significant at the 95% confidence level, we don't want to hear about it.
* Add GB18030 and GBK to the list of encodings. Cross-reference thetjr2003-08-101-1/+10
| | | | new manual pages for the Big5, GB18030, GBK, and MSKanji encodings.
* Fix sign-extension bug for 32 and 64-bit values. For 64-bit valuesmarcel2003-08-091-39/+27
| | | | | | | | | | | this involves the sign-extension of the high and low "word". Both of which are 32-bit. The bug is especially harmful on ia64, where 0x9fffffffe0000000 is a common address (base of register stack). This was invariably displayed as 0xffffffffe0000000. The sign-extension is fixed by using {b|l}e{16|32|64}dec() where applicable. Since elfdump(1) is not a bootstrap tool, dependency on these functions is not a problem.
* 1. Add support for printing PIM-related statistics withhsu2003-08-075-1/+136
| | | | | | | | | netstat -s -p pim 2. Print information about the bandwidth meters installed in the kernel with netstat -g Submitted by: Pavlin Radoslavov <pavlin@icir.org>
* Add Jonathan Postel's year of birth.grog2003-08-061-1/+1
|
* send() and recv() are just wrappers, not actual syscalls.des2003-08-051-4/+0
|
* * Use sysctlbyname(3) to print statistics about the MFC andhsu2003-08-051-6/+24
| | | | | | | | | | | | | | multicast VIF tables. This change is needed for consistency with the rest of the netstat/mroute.c implementation, and because in some cases "netstat -g" may fail to report the multicast forwarding information (e.g., if we run a multicast router on PicoBSD). * Remove "DVMRP" from the head comment of file netstat/mroute.c, because the printed multicast-related statistics are not DVMRP-specific anymore. Submitted by: Pavlin Radoslavov <pavlin@icir.org>
* Add recv(2), recvfrom(2), send(2) and sendfrom(2).des2003-08-051-2/+10
|
* Back out [:upper:] and [:lower:] classes sorting, it is not requiredache2003-08-051-6/+3
| | | | by POSIX and gains nothing with current code.
* Clarify upper/lower conversion description more.ache2003-08-051-7/+4
|
* Remove redundant declarations.das2003-08-051-2/+0
|
* Don't overflow the block quota calculations for NFS mounts.das2003-08-051-3/+3
| | | | | PR: 47607 Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu>
* Explain better what happens when [:lower:] <-> [:upper:]ache2003-08-051-0/+19
|
OpenPOWER on IntegriCloud