Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Submitted by: Sin'ichiro MIYATANI / Phase One, Inc <siu@phaseone.co.jp> | julian | 1997-09-24 | 2 | -1/+277 |
| | | | | | Basic support for the Shift JIS encoding of japanese. (and one tiny typo fixed in a comment) | ||||
* | put in the link for the dummy collation module for Shift-JIS | julian | 1997-09-24 | 1 | -2/+2 |
| | |||||
* | Add a mode to display ICMP statistics. | wollman | 1997-09-24 | 9 | -19/+520 |
| | | | | Inspired by: IRIX netstat -C | ||||
* | Float overflow in statistic function for large databases | wosch | 1997-09-23 | 1 | -4/+4 |
| | | | | (>100MB characters). | ||||
* | Polish message catalogs for vi. | wosch | 1997-09-22 | 1 | -2/+6 |
| | | | | | Submitted by: abial@warman.org.pl PR: 4522 | ||||
* | Polish message catalogs for ee. | wosch | 1997-09-22 | 3 | -1/+369 |
| | | | | | | | | Still buggy. Help messages and command names are not in sync, eg. 'quit' <-> 'KONIEC'. Submitted by: abial@warman.org.pl PR: 4522 | ||||
* | Add ypwhich(1) and yppoll(8) manual pages. | wosch | 1997-09-21 | 2 | -2/+101 |
| | | | | Obtained from: NetBSD, slightly modified | ||||
* | Fix argument string for getopt. | dima | 1997-09-18 | 1 | -2/+2 |
| | | | | Submitted by: dillon@best.net | ||||
* | Use -ansi -pedantic -trigraphs, as suggested by Bruce. | joerg | 1997-09-18 | 2 | -21/+133 |
| | | | | | | | | Enforce that only Posix-spec'ed options are being used, so people could use this as a Posixificator of some kind. Document the Posix usage in the man page, so to make it clear what's the difference between Posix c89, and gcc. | ||||
* | Many places in the code NULL is used in integer context, where | phk | 1997-09-18 | 15 | -43/+43 |
| | | | | | | | | | plain 0 should be used. This happens to work because we #define NULL to 0, but is stylistically wrong and can cause problems for people trying to port bits of code to other environments. PR: 2752 Submitted by: Arne Henrik Juul <arnej@imf.unit.no> | ||||
* | Activate c89(1). | joerg | 1997-09-17 | 1 | -2/+2 |
| | |||||
* | This commit was generated by cvs2svn to compensate for changes in r29544, | joerg | 1997-09-17 | 3 | -0/+122 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | c89 is the Posix.2 name for a C compiler that accepts ANSI/ISO C source | joerg | 1997-09-17 | 3 | -0/+122 |
| | | | | code. Basically a shortcut to cc -ansi -trigraphs. | ||||
* | revert: The warning was supposed to irritate someone into fixing this. | jkh | 1997-09-15 | 1 | -3/+2 |
| | |||||
* | Proper casting for clnt_broadcast() args. | jkh | 1997-09-15 | 1 | -2/+2 |
| | |||||
* | Silence a warning with a cast. | jkh | 1997-09-15 | 1 | -2/+2 |
| | |||||
* | unsigned char -> caddr_t for mmap's return value. | jkh | 1997-09-15 | 1 | -2/+3 |
| | |||||
* | Fix a comment. | phk | 1997-09-15 | 1 | -1/+1 |
| | | | | Submitted by: Mikael Karpberg <karpen@ocean.campus.luth.se> | ||||
* | Change manual declarations of some functions to proper includes | ache | 1997-09-15 | 1 | -15/+30 |
| | | | | | | Rewrote allowed character test to be more efficient Fix screen position calculations: control and 8bit characters was not counted properly | ||||
* | Allow backspace too | ache | 1997-09-15 | 1 | -2/+3 |
| | |||||
* | Oops, fix upper controls test | ache | 1997-09-15 | 1 | -2/+3 |
| | |||||
* | Localize it. High controls disabled in any case. | ache | 1997-09-15 | 1 | -5/+11 |
| | | | | | Shut compiler warning about signal argument. PR: 4466 | ||||
* | Install gencat.1 manpage. | wosch | 1997-09-14 | 2 | -2/+63 |
| | | | | Obtained from: OpenBSD. | ||||
* | In these days, waiting one full second for more to appear is far too long. | phk | 1997-09-14 | 1 | -2/+2 |
| | | | | Let's try 250ms. | ||||
* | When calling strip, temporarily close the file, call strip and then | peter | 1997-09-14 | 1 | -2/+10 |
| | | | | | | | | reopen it after strip has finished. This makes it work when /usr/bin/strip replaces the file rather than doing an in-place edit (such as the binutils-2.8 strip, which is a variation of objcopy). This is necessary if install(1) and strip(1) are going to cooperate on an ELF system. | ||||
* | PR: docs/4383 | wosch | 1997-09-13 | 1 | -5/+14 |
| | | | | | | su manpage ambiguous regarding command prompt Submitted by: sheldonh@iafrica.com | ||||
* | spelling corrections. | wosch | 1997-09-13 | 1 | -1/+1 |
| | | | | | PR: docs/4450 Submitted by: josh@quick.net | ||||
* | Add manpage links ypchpass.1, ypchfn.1, ypchsh.1 | wosch | 1997-09-13 | 1 | -0/+3 |
| | |||||
* | Document newly added -d option and fix usage string | ache | 1997-09-12 | 2 | -4/+7 |
| | |||||
* | The "-d" option dumps out the entire process list on a per controlling | ache | 1997-09-12 | 1 | -11/+40 |
| | | | | | tty basis, instead of just the top level process. Submitted by: terry | ||||
* | Teach comm(1) and uniq(1) about an option for case-insensitive work. | joerg | 1997-09-07 | 4 | -12/+42 |
| | | | | | PR: 3042 Submitted by: graphix@iastate.edu (Kent Vander Velden) | ||||
* | "lmd" -> "-lmd" | nate | 1997-09-05 | 1 | -2/+2 |
| | | | | Submitted by: Vincent Poy <vince@venus.gaianet.net> | ||||
* | If elf, don't add libmd.a just because we link against libskey.so. | peter | 1997-09-05 | 1 | -0/+3 |
| | | | | A | ||||
* | If building elf, don't link in libmd.a just for libskey.so to use. Under | peter | 1997-09-05 | 1 | -3/+9 |
| | | | | elf, libskey.so will not expose it's implementation on it's caller. | ||||
* | - Changed default PAGER from 'less' to 'more', since we don't have less | nate | 1997-09-05 | 1 | -2/+2 |
| | | | | | | | in the base system. PR: bin/4471 Submitted by: Dmitry Khrustalev <dima@xyzzy.machaon.ru> | ||||
* | Added an replacement for callrpc that uses tcp as primary transport method. | tegge | 1997-09-04 | 1 | -3/+72 |
| | | | | This enables larger reply messages. | ||||
* | Touch up the code that implements "ldd -v". | jdp | 1997-09-02 | 3 | -54/+86 |
| | | | | | | | Bring the style of sods.c into better conformance. Add code to print the contents of each datum being relocated. Correct the logic that distinguishes between programs, shared libraries, and object files. Make the entire program "-Wall" clean. | ||||
* | Fix file names. | wosch | 1997-08-31 | 6 | -9/+9 |
| | |||||
* | Display file size as an unsigned long. | alex | 1997-08-31 | 1 | -2/+2 |
| | |||||
* | fix a few spelling changes | jmg | 1997-08-30 | 3 | -4/+4 |
| | | | | | | | | Submitted by: Josh Gilliam Closes PR's: 4429, 4431-4438 PS: He has agreed to submit all contrib fixes back to the original author. | ||||
* | fix misspelling | jmg | 1997-08-30 | 1 | -1/+1 |
| | | | | | | Submitted-by: Josh Gilliam Closes PR:4428 | ||||
* | Add -execdir which will execute the exec command in the dir of the file | imp | 1997-08-29 | 5 | -5/+117 |
| | | | | | | | in question. This change and the fts changes should be merged into 2.2-stable as soon as they are vetted in -current. This should allow cleaning of files in /tmp to be reneabled. Obtained from: OpenBSD | ||||
* | Use err(3). Cosmetic in usage(). Delay the compute of defaultdomain (from | charnier | 1997-08-29 | 1 | -34/+28 |
| | | | | | OpenBSD). Obtained from: OpenBSD. | ||||
* | Use err(3). Add Xreferences. Delay the compute of default domain. | charnier | 1997-08-29 | 2 | -24/+23 |
| | | | | Obtained from: OpenBSD | ||||
* | Use err(3). Add references to others man pages. Wait for the user to | charnier | 1997-08-29 | 2 | -19/+24 |
| | | | | | supply the domain before computing a default one. Obtained from: OpenBSD | ||||
* | du(1) always exit with value zero. | wosch | 1997-08-29 | 1 | -1/+1 |
| | | | | | | | $ du /foobar du: /foobar: No such file or directory $ echo $? 0 | ||||
* | more sanity check before making output. | itojun | 1997-08-29 | 1 | -3/+3 |
| | | | | | | bark when sed fails. Submitted by: wosch@apfel.de | ||||
* | Make X11 support in doscmd dependent on the actual libX11.a library and | jlemon | 1997-08-28 | 1 | -2/+2 |
| | | | | | | include directory, rather than X11BASE. This fixes the build for people who only have the shared X11 distribution installed. Requested-by: A Joseph Koshy <koshy@india.hp.com> | ||||
* | To cope with shell archive file generated by GNU sharutils 4.2. | itojun | 1997-08-28 | 1 | -2/+10 |
| | | | | | | | | (it assumes that shar will bark if there's invalid argument specified) Patch suggested by Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de>. Reviewed by: joerg_wunsch@uriah.heep.sax.de | ||||
* | Use err(3). Rewrote man page in mdoc format. The user visible change is that | charnier | 1997-08-28 | 5 | -171/+148 |
| | | | | | report of s/r and r/r conflicts is now printed in two separate lines beginning by `yacc: '. |