Chris Timmons
65f14c0055
Block SIGHUP during call to gethostbyaddr().
...
PR: 5548
Reviewed by: Matthew Dillon <dillon@apollo.backplane.com>
Obtained from: OpenBSD
1998-12-28 00:39:14 +00:00
Chris Timmons
240d6d79b1
Don't set a MANPATH by default for users who aren't in a login class.
...
man(1) will utilize manpath(1) if MANPATH is unset in the environment,
and with our existing manpath.config it is enough to find the X11
pages among others.
PR: 8587
Submitted by: Marc Slemko <marcs@znep.com>
1998-12-27 23:55:01 +00:00
Mike Smith
925f368193
From the submitter:
...
CPU_WT_ALLOC does not work correctly for K6-2s of model 8+ and
probably K6-3s (when they appear on the market soon). In addition,
print_AMD_info() incorrectly printfs write allocation's size. I've
fixed them, so they now Do The Right Thing, and added a
"NO_MEMORY_HOLE" option to easily allow 15-16mb range handling for us
K6 and K6-2 users.
Submitted by: Brian Feldman <green@unixhelp.org>
1998-12-27 23:23:26 +00:00
Jordan K. Hubbard
96d5e20872
Update comment for saver variable now that its changed its function
...
(and list of available values) somewhat.
1998-12-27 23:00:18 +00:00
Dag-Erling Smørgrav
64bec931fc
List the warp screensaver along with the others.
1998-12-27 22:04:12 +00:00
Dag-Erling Smørgrav
77aa2f658f
Activate the warp screensaver.
1998-12-27 22:03:40 +00:00
Dag-Erling Smørgrav
2aebedc3ad
Finally give FreeBSD a graphical screensaver. It isn't much, but it works,
...
and can serve as a template for further efforts. Consider this my (belated)
Christmas present to the Project :)
Requested by: jkh
1998-12-27 22:03:09 +00:00
Poul-Henning Kamp
19c749625f
Initial entry of ISDN4BSD into the FreeBSD tree.
...
ISDN4BSD is the work of our brand-new comitter: Hellmuth Michaelis,
who has done a tremendous amount of work to bring us this far.
There are still some outstanding issues and files to bring into
the tree, and for now it will be needed to pick up all the extra
docs from the isdn4bsd release.
It is probably also a very good idea to subscribe to the isdn@freebsd.org
mailing list before you try this out.
These files correspond to release "beta Version 0.70.00 / December
1998" from Hellmuth.
1998-12-27 21:47:14 +00:00
David E. O'Brien
587c729bb3
Add copyright and RCS/CVS Id.
...
Noticed by: ken
1998-12-27 21:44:03 +00:00
David E. O'Brien
d623448808
Update section on DK_NDRIVES (which was removed with CAM), and explain
...
relation to devstat(3)/(9).
Submitted-by: ken@freebsd.org
1998-12-27 21:38:09 +00:00
Poul-Henning Kamp
57814d04d4
Update sppp support to i4b level. This includes the new spppcontrol
...
program to set PPP options like authentication with.
1998-12-27 21:30:44 +00:00
Poul-Henning Kamp
306f93f57f
follow up to:
...
Pre 3.0 branch cleanup casualty #4 : pcvt
1998-12-27 21:11:07 +00:00
Søren Schmidt
1e604a03f1
Remove LKM's depricated by modules.
1998-12-27 20:25:12 +00:00
Søren Schmidt
184d92210a
Fix the move of the ulaw.h file..
1998-12-27 20:09:31 +00:00
Poul-Henning Kamp
29504a8262
followup to
...
Pre 3.0 branch cleanup casualty #4 : pcvt
1998-12-27 19:51:34 +00:00
Søren Schmidt
380366f204
Temporaryly disable vinum, awaiting repository copy of misplaced files.
1998-12-27 19:43:28 +00:00
Søren Schmidt
c74cd3590f
Remove LKM's depricated by modules.
1998-12-27 19:38:15 +00:00
Søren Schmidt
b31f6ba123
Remove depricated wcd module.
1998-12-27 19:01:47 +00:00
Søren Schmidt
ad65e4502d
Remove depricated wcd LKM.
1998-12-27 18:59:21 +00:00
Doug Rabson
486bddb033
Fix some 64bit truncation problems which crept into SYSCTL_LONG() with the
...
last cleanup. Since the oid_arg2 field of struct sysctl_oid is not wide
enough to hold a long, the SYSCTL_LONG() macro has been modified to only
support exporting long variables by pointer instead of by value.
Reviewed by: bde
1998-12-27 18:03:29 +00:00
David E. O'Brien
4ae16510d1
Turn the compile time option into a run-time option.
...
You can now use the `want_fd' command in the vmstat display.
Suggested by: grog
1998-12-27 17:59:42 +00:00
Bruce Evans
757c94feaa
Avoid using ld -O' (as in bsd.lib.mk).
ld -O' seems to have caused only
...
non-problems for elf -- `ld -elf -O foo.tmp -x -r foo' apparently puts
the result in a.out so it has essentially no effect.
1998-12-27 17:25:27 +00:00
Søren Schmidt
28706d37a7
Fix breakage by cleanup.
1998-12-27 17:12:02 +00:00
Bruce Evans
2f0c4e01f6
Removed rotten, unused implicit rules. The ld -O in one might have been
...
harmful if it were used.
1998-12-27 16:52:55 +00:00
Poul-Henning Kamp
1767866e4d
follow up to:
...
Pre 3.0 branch cleanup casualty #4 : pcvt
1998-12-27 16:44:24 +00:00
Bruce Evans
3581d64b8d
Fixed type mismatches in args to __syscall(). One for mmap() broke on
...
i386's with 64-bit longs -- the padding between mmap()'s 5th and 6th
is an int, not a long. The other mismatches were benign.
1998-12-27 15:47:15 +00:00
Bruce Evans
d07b0a6163
Avoid using ld -O (as in bsd.lib.mk).
...
Fixed `make cleandepend'. The default is null because SRCS is null.
1998-12-27 15:24:21 +00:00
Bruce Evans
7a5cfeb446
Fixed CLEANFILES.
1998-12-27 15:04:33 +00:00
Søren Schmidt
50bac46f45
Pre 3.0 branch cleanup sos#2: sound
...
Superceded by the snd driver...
1998-12-27 14:21:37 +00:00
Søren Schmidt
45dfc9d01f
Pre 3.0 branch cleanup sos#1: wcd
...
Superceded by acd driver...
1998-12-27 14:00:10 +00:00
Søren Schmidt
fe43354884
Pre 3.0 branch cleanup sos#1: wcd
...
Superceded by acd driver...
1998-12-27 13:55:48 +00:00
Poul-Henning Kamp
fc47545ec3
Pre 3.0 branch cleanup casualty #6 : ft
1998-12-27 13:40:57 +00:00
Poul-Henning Kamp
2d1a2544dd
forgot to remote options here.
1998-12-27 13:36:44 +00:00
Poul-Henning Kamp
685dd077db
Delete stale config.
1998-12-27 13:13:41 +00:00
Poul-Henning Kamp
8fab58d8f2
Add commented out SMP stuff in GENERIC, remove stale configs.
1998-12-27 13:12:59 +00:00
Poul-Henning Kamp
11ceeec231
Pre 3.0 branch cleanup casualty #5 : nca, sea, wds, uha
...
No CAM drivers available. If somebody CAMifies one of these, they
will be welcome back in the tree
1998-12-27 13:06:44 +00:00
Poul-Henning Kamp
9034de81c2
Pre 3.0 branch cleanup casualty #4 : pcvt
1998-12-27 12:52:46 +00:00
Poul-Henning Kamp
e86310b905
Pre 3.0 branch cleanup casualty #3 : 3c505 ethernet support
1998-12-27 12:44:57 +00:00
Poul-Henning Kamp
36b2d2c26c
Pre 3.0 branch cleanup casualty #2 : Transputer support
1998-12-27 12:40:07 +00:00
Poul-Henning Kamp
65d9f1deb2
Pre 3.0 branch cleanup casualty #1 : DSI_SOFT_MODEM support.
1998-12-27 12:35:48 +00:00
Joerg Wunsch
524245066d
Fix the spelling of `FreeBSD'.
...
Submitted by: Peter Philipp <pjp@bsd-daemon.net>
1998-12-27 12:01:07 +00:00
Luigi Rizzo
d120b1c1fc
Remove coredump when running "ipfw pipe" without more arguments.
...
PR: 8937
1998-12-27 11:23:05 +00:00
David E. O'Brien
5647c79de5
Don't waste precious space on showing the performance of fdX.
...
(can get old behavior with -DWANT_FD)
1998-12-27 08:15:37 +00:00
Foxfair Hu
c78e2203d9
Turn the VIA chipset ,<<IDE/USB>> controller probing off.
...
It might cause some problem and something like USB has its
own driver.
1998-12-27 07:59:25 +00:00
Greg Lehey
ef57f97a9d
- Correct alphabetical order of commands
...
- Describe subdisk attachment in more detail
- Describe new 'makedev' command
- Correct use of 'partition' and 'slice'
- Describe 'setupstate' keyword
- Include performance guidelines for striped plexes
- Correct numerical values in examples
- Add examples for disklabel(8)
- Clarify problems creating Vinum drives on inappropriate partitions
Prodded by: NAGANUMA Yasuhiro <y_naga@carat.rim.or.jp> (slices and
partitions)
1998-12-27 03:47:15 +00:00
Greg Lehey
c7c4322f91
- Clarify the manner in which mirroring is performed
...
- Get the (tm) signal correct in nroff versions
- Correct highlighting (docs/9196)
Sigh. This is still a long way from being correct. In particular,
the states are both incorrect, and they don't format properly in
troff. But it will have to wait until I stop changing the meanings of
the states.
1998-12-27 02:55:28 +00:00
Doug Rabson
dae6345236
Tweak ptrace(PT_READ_U) so that the last alpha register can be read.
1998-12-26 17:14:37 +00:00
Poul-Henning Kamp
cee7234916
More isdn4bsd convergence: cleanup log messages.
1998-12-26 13:14:45 +00:00
Poul-Henning Kamp
b2648215c6
Converge further on the isdn4bsd version of this file.
1998-12-26 12:43:26 +00:00
Poul-Henning Kamp
54f8640b04
clean up more timeout/untimeout portability stuff.
...
make sure flags and stuff are set sensibly.
1998-12-26 12:14:31 +00:00