cokane
93c49d640d
Switch LINUX_TDFX to TDFX_LINUX, that's what i get for typing this
...
at 2 in the morning.
2000-06-22 19:08:05 +00:00
ume
0326853a14
Inhibit successful DAD messages and "no default interface" messages.
...
It seems that people find them too noisy.
(ND6_DEBUG will enable them)
Obtained from: KAME Project
2000-06-22 19:04:41 +00:00
jlemon
ad3e80ef8d
If the kevent() registration fails (probably due to the underlying
...
filesystem not being kq-aware), then fall back to using sleep. This
allows tail to work with NFS filesystems again without chewing up CPU time.
When given the -F flag, resort to sleep/stat after the file was moved
or deleted. This allows a window where the file being tailed does not
exist at all, which is typically the case during log rotation. Switch
back to using kq (if possible) after the file is reopened.
2000-06-22 18:46:03 +00:00
jlemon
a99f398c52
Add a hack to fail registration of kq events on a non-ufs filesystem, as
...
support for those is non-existent at the moment.
2000-06-22 18:41:07 +00:00
jlemon
e9628093bd
Add code so that the udata field is preserved across a TRACK event.
...
When re-adding an event, do not reset the event state. If the event was
pending, it will remain pending. This allows the user to change the udata
field after the event was registered, while not losing any events which
have already occurred.
Reported by: jmg
2000-06-22 18:39:31 +00:00
dillon
5d8a7de857
Add ip_portrange_first and ip_portrange_last rc.conf/rc.network
...
options. This allows you to set the standard dynamic port
assignment range prior to any network daemons (like named) starting
up, necessary if you are also using a firewall to restrict lower ports.
will be MFC'd in a few days
2000-06-22 17:40:53 +00:00
ache
2f0b29c459
Use %Ef
2000-06-22 16:57:39 +00:00
itojun
91ac8e99a3
correct bad TTL with packets generated by v4 mapped udp. from kame
2000-06-22 16:48:59 +00:00
ache
77729ceb43
Localize time/date.
...
Use ISO 8601 date in logs.
Fix wrong argument type in ctype functions.
2000-06-22 16:48:41 +00:00
ache
23559508fb
Use %Ef instead of hardcoded %b %e
2000-06-22 15:09:51 +00:00
nbm
23d56058cf
Add 'kern.disks', a sysctl which returns the list of disks from
...
disk_enumerate(), space delimited. This allows non-root users to get a
list of disks and will simplify libdisk's Disk_Names().
Reviewed by: phk
2000-06-22 11:44:43 +00:00
sheldonh
74ce1c2902
Fix changes from 1.34 through 1.37:
...
Remove newly added hard sentence breaks.
Mark ANSI up as a type name (Tn).
Avoid parenthesized sentences and paragraphs.
2000-06-22 10:07:46 +00:00
nyan
a41edfcad0
Sync with sys/dev/syscons/scterm-sc.c revisions 1.6 and 1.7.
2000-06-22 10:03:28 +00:00
brian
5f8304856e
Mention the timezone where appropriate (for the -v option).
...
correct one of the -v options.
2000-06-22 10:02:33 +00:00
sheldonh
0e384f31f6
Allow Nm to expand gracefully instead of hard-coding an argument.
2000-06-22 10:00:19 +00:00
sheldonh
a431fcbb99
Fix more HTML -> mdoc transcription errors.
...
Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
2000-06-22 08:45:59 +00:00
sheldonh
900db4d90d
Whitespace-only changes: apply accepted line breaking style as a
...
pre-cursor to other markup changes.
Accepted in principle by the author.
2000-06-22 08:37:22 +00:00
sheldonh
1dcfda0565
Use sub-sections (Ss) to categorize diagnostics and rationalize
...
diagnostic lists (Bl -diag) so that there is one per section.
Since this change creates a large delta, enforce line-breaking
style while I'm here.
These changes have blanket approval from (but were not reviewed
by) the author.
2000-06-22 08:32:54 +00:00
green
008918c507
Functions may be static and __inline, but not extern and __inline. This
...
should fix broken no-"-O" kernel builds.
2000-06-22 08:31:27 +00:00
dbaker
afebb7d4d4
Fix typo in the config file update procedure URL and typo in preceding
...
sentence.
2000-06-22 07:28:44 +00:00
cokane
e21ebed844
Add my name next to the majro for 3dfx (107), to reflect new info contact,
...
due to recent commit.
2000-06-22 06:12:30 +00:00
peter
2fe0662f1a
Add SOFTUPDATES to GENERIC (BOOTMFS has this filtered out)
2000-06-22 06:01:02 +00:00
jkh
e05495b867
Make sure SOFTUPDATES doesn't wind up on boot floppy and bloat it
...
up.
2000-06-22 05:55:42 +00:00
cokane
4246adc8fd
Took TDFX_VERBOSE out of Makefile, added $FreeBSD$ and option for DEBUG.
...
Added a notice for linux users that the kld isn't working for them yet, so
no linux emu from the kld. It compiles statically alright though.
2000-06-22 05:47:16 +00:00
cokane
4b0a500c6d
Converted all TDFX_VERBOSE ifdefs to DEBUG, now it gets debugged with the
...
rest of the kernel. Added new option TDFX_LINUX for optional
LINUX_EMULATION, so that perhaps some people don't have to use linux emu to
run the driver if they don't want to.
2000-06-22 05:41:21 +00:00
cokane
ab16f081bc
Stick in header, $FreeBSD$.
2000-06-22 05:37:17 +00:00
cokane
57e827a96d
Stick the tdfx entry in here, after some cleaning.
2000-06-22 04:41:30 +00:00
imp
8f48bbc6a4
bde says we don't need to note in passing the locore stuff.
...
Scott Flatman <sf@arcanet.com> sent in a step by step buide to updating
the config file. since he was first, he gets his name in lights :-)
2000-06-22 02:23:52 +00:00
cokane
fa386ea6a3
Fix the 'file not found' in the load target, someone
...
forgot to add the '.ko' to the end of the module filename.
2000-06-22 02:07:18 +00:00
nsayer
6405d79248
Moving forward on my commitment to always make at least one commit from
...
a terminal room of any conference I attend....
Fix xdrproc_t prototype. () instead of (...) breaks C++ programs.
2000-06-22 01:46:25 +00:00
mckusick
aa0e1b74b0
Update to new copyright.
2000-06-22 00:29:53 +00:00
archie
8bd069edd6
- Make sure the message token returned by NgSendMsg() is non-negative
...
- Have NgSendAsciiMsg() return the same token as NgSendMsg()
- Document that NgSendMsg() and NgSendAsciiMsg() return the token
- Add MLINKS for the functions defined in netgraph(3)
2000-06-21 23:01:07 +00:00
joe
369e860f9c
Order the ENVIRONMENT section alphabetically.
2000-06-21 21:56:50 +00:00
joe
c770aa7104
I broke locale sensitive ordering of date and month in
...
the long -l output format with the last commit. Fix it
by replacing the "%b %e" strftime format with "%Ef".
Make a note in the manual page that the LANG environment
variable affects the running of ls.
Reviewed by: ache
2000-06-21 21:49:57 +00:00
cokane
f54bc452b5
This really shouldn't be here, fragment left over from the tarball.
2000-06-21 21:47:59 +00:00
dmlb
1ce35986fe
Subtle Tx bugs - I wonder why the cast wans't picked up...
2000-06-21 21:37:27 +00:00
cokane
76fe0fbc2c
This commit was generated by cvs2svn to compensate for changes in r61914,
...
which included commits to RCS files with non-trunk default branches.
2000-06-21 20:32:24 +00:00
cokane
8a0824c301
Add a kld to correlate with my committ of the voodoo driver (tdfx).
2000-06-21 20:32:24 +00:00
wollman
dc44bff816
Allow those of us who have to print through LPRng spoolers to send
...
spooler options using `Z' control-file lines and the `-Z' flag.
2000-06-21 20:20:26 +00:00
cokane
fd35136c6d
First import of my 3dfx voodoo driver. Currently it supports the Voodoo Graphics and Voodoo2 perfectly. It works just like the 3dfx driver does for linux, by using a character device at /dev/3dfx of Major 107 to provide a window into the 3dfx card's memory space. This interface is used by glide and mesa as far as i know, and probably some other libraries too.
...
Approved by: jkh
2000-06-21 20:09:31 +00:00
cokane
5201118f7d
This commit was generated by cvs2svn to compensate for changes in r61911,
...
which included commits to RCS files with non-trunk default branches.
2000-06-21 20:09:31 +00:00
wilko
fce3aeffe6
OpenVMS labeled disks also seem to give the installer fits.
...
Warning to be removed when alpha/17642 is fixed.
2000-06-21 19:52:58 +00:00
wilko
ec8cd17943
Document boot support for UP1000 and Adaptec 294x. Ditto for Symbios 875
...
Submitted by: Andrew Gallatin
2000-06-21 19:42:10 +00:00
semenu
700071ef27
Added Altima Communications OUI and their AC101 10/100
...
media interface to the list of known chips.
miidevs.h regenerated also.
2000-06-21 19:26:01 +00:00
semenu
efbb3f90a5
Added support for SMC9432BTX cards.
2000-06-21 19:19:49 +00:00
kato
b3523df6cb
PC-98 version of ed driver is a statically limited driver.
...
Pointed out by: haro@tk.kubota.co.jp (Munehiro Matsuda)
2000-06-21 14:54:19 +00:00
phk
aab35a9831
Checkpoint commit. I can actually receive HDLC frames now.
2000-06-21 14:47:18 +00:00
ache
01949cd53c
Fix %EF
2000-06-21 13:50:10 +00:00
chuckr
45479f641c
Doubling the size of MAXSIZE because of large delta indigestion.
...
Submitted by: Stefan Esser.
2000-06-21 13:34:16 +00:00
ache
36a6674fdc
Fix date
...
Submitted by: CHOI Junho <cjh@FreeBSD.ORG>
2000-06-21 13:31:51 +00:00