Commit Graph

5058 Commits

Author SHA1 Message Date
thorpej e0d3747f72 Move the number of page colors to the top of the display. 2001-05-02 01:26:04 +00:00
thorpej 01e2971ba2 Add the number of page colors to uvmexp. 2001-05-01 19:36:56 +00:00
aymeric 7141c87f89 enable most warnings (but -Wparentheses) 2001-05-01 16:48:43 +00:00
aymeric 52117b75a3 shutup most (non-intrusive) gcc warnings 2001-05-01 16:46:11 +00:00
sommerfeld 46608f023e bin/12734: fix SIGTSTP/SIGCONT handling.
- install SIGCONT handler which reestablishes SIGTSTP handler and then calls
JobRestartJobs() to restart all the suspended jobs.
 - when SIGTSTP is handled, call JobCatchChildren() so *** Suspended messages
get printed before make stops rather than after.
2001-05-01 03:27:50 +00:00
simonb 0f134bcc0b Don't assume pipes are implemented as sockets -- don't call setsockopt()
on the pipe descriptors.
2001-05-01 02:15:04 +00:00
aymeric c064cd03c3 Now, ^C behaves just like <ESC> (but for the ``Interrupt'' message).
It is consistent with what Solaris' vi and vim do.
This addresses PR #11544 by pooka.
2001-04-30 21:34:12 +00:00
ross 1959d24b79 XXX
For some reason this program wants to open _hundreds_ of temporary files.
Make it setrlimit(RLIMIT_NOFILE, ...), so this rather dubious strategy at
least works well enough to ctag(1) our own kernel.
XXX
2001-04-30 00:25:09 +00:00
lukem b1e062a80e s/refferd/referred/ 2001-04-29 12:02:45 +00:00
thorpej a553aade18 Print print color bucket hit/miss stats. 2001-04-29 05:56:47 +00:00
wiz a3c62eec08 Fix date and two whitespace nits. 2001-04-26 23:16:47 +00:00
simonb a69a3cc5ec Spell occurred correctly. 2001-04-25 02:19:48 +00:00
simonb 69184ba957 Revert to previous, less offensive, error message when a malloc fails. 2001-04-23 06:52:22 +00:00
simonb 55386c3a95 The tputs() print char function needs to return an int.
Fix some LP64isms when printing pointers.
2001-04-22 05:35:35 +00:00
pooka 2eb8dafad8 Remove /usr/X11/man/whatis.db from path list, as it can no longer found
in /etc/man.conf
2001-04-20 11:45:37 +00:00
itojun 7d01561a4c magic numbers for citrus locale declaration (/usr/share/locale). 2001-04-13 08:59:01 +00:00
pooka 6d1c97a829 Recognize big endian ld.so.hints file
from Christos
2001-04-13 08:19:48 +00:00
abs 5416ac320c if the read() on stdin for a command fails, exit.
This stops top ending up in an infinite cpu churning loop if the tty detaches,
or if something similar to 'top < /dev/null' is run.
2001-04-12 14:10:05 +00:00
itojun 35a07da1df use openssl 0.9.6a. shlib major # is bumped for libcrypto, libssl and
all kerberos libraries.
2001-04-12 07:48:03 +00:00
briggs 5209e7a0b8 Build on bebox, too. 2001-04-12 02:31:52 +00:00
aymeric dde94d05ee recurse into recover on make install 2001-04-11 21:01:44 +00:00
aymeric 74adae64cc be quiet 2001-04-11 21:00:21 +00:00
aymeric a8c2195ffe new file. Installs virecover into /usr/libexec 2001-04-11 21:00:20 +00:00
aymeric 007a350263 move recover.script to virecover 2001-04-11 20:24:17 +00:00
itojun 235b9f0c2f upgrade to openssh 2.5.4 (2001/4/10).
major behavior changes: (made in openssh master tree - openbsd usr.bin/ssh)
- ssh(1) now defaults to ssh protocol version 2.
  if you want version 1 to take precedence, use /etc/ssh.conf to override.
- config change: ~/.ssh/id_rsa[12] is now ~/.ssh/id_rsa (changed 4/3)
- forced client rekey for protocol version 2 (~R)
- swap gid when uid swaps.
- ListenAddress syntax can take [foo]:port for IPv6 numerics.
- "ssh -D 1080" allows us to use ssh tunnel as SOCKS4 proxy.
2001-04-10 08:07:54 +00:00
wiz c6a94bbfb1 make compile with WARNS=2, and enable WARNS=2 in the Makefile 2001-04-09 13:31:20 +00:00
wiz 0d526c6dcb ANSIfy 2001-04-09 13:30:47 +00:00
wiz 53ff5059ee vmstat(8), not (1). 2001-04-09 12:35:26 +00:00
wiz 6bccbdb8f5 Fix date, and remove a trailing dot in .Nd. 2001-04-09 12:35:00 +00:00
wiz 412304c9f2 Fix date. 2001-04-09 12:33:50 +00:00
wiz 625174db1b Fix date, and some whitespaces. 2001-04-09 12:32:06 +00:00
wiz d73836484b Add RCS Id, and one whitespace fix. 2001-04-09 12:31:34 +00:00
wiz 0c54ccc8ac Fix date, Os and whitespace. 2001-04-09 12:30:53 +00:00
tshiozak a2942d2644 fix a simple, but important bug for system exclusive messages.
(forgot to increase a pointer, if the message has over 6 bytes length.)
2001-04-07 21:03:41 +00:00
wiz 14dbdf5518 Negative exit code cleanup: Replace exit(-x) with exit(x).
As seen on tech-userlevel.
2001-04-06 11:13:45 +00:00
itojun ea6a7c4787 pedant changes for strcpy/sprintf. 2001-04-06 05:10:28 +00:00
jhawk 350c31eeb0 Make -c and -w work properly when printing non-default statistics. 2001-04-05 20:04:03 +00:00
wiz 0c27bead4e Replace Xr by Ic in one place. 2001-04-05 11:46:29 +00:00
wiz e0c891c14a Comment out colldef xref. 2001-04-04 12:07:04 +00:00
wiz 247329bfd3 Remove references to rune(3), mbrune(3), and utf2(4).
Fix some markup, and remove a sentence.
OK'd by soda.
2001-04-04 11:51:43 +00:00
wiz 90af3ec140 environ(5) -> (7). Improve some xrefs. Whitespace fixes. 2001-04-04 09:51:22 +00:00
wiz cdf92651cc Add section to xrefs. Whitespace fixes. 2001-04-04 09:50:17 +00:00
wiz 3bc2f49491 Lowercase sendmail in xref. 2001-04-04 09:49:47 +00:00
wiz d4dde9f188 Add section to xref. Sort SEE ALSO. Lowercase nroff in xref. Fix
reference to setenv.
2001-04-04 09:49:35 +00:00
wiz 6060525d91 Add section to xrefs. Markup improvements. 2001-04-04 09:48:37 +00:00
wiz 464b353034 Add section to xref. Whitespace fixes. 2001-04-04 09:48:11 +00:00
wiz 64044113aa Whitespace and punctuation fixes. 2001-04-04 09:47:13 +00:00
wiz 53dcd3f4a2 kerberos(1) -> (8). Sort SEE ALSO. 2001-04-04 09:44:35 +00:00
wiz 62741901ca add section to xref. 2001-04-04 09:44:08 +00:00
wiz ea344ed09a Add section to xref. 2001-04-04 09:43:52 +00:00