Nate Williams
5a2f754644
- Example config file for laptop/PCCARD support.
1997-11-01 18:54:10 +00:00
Justin M. Seger
50aedc813b
Fix typo: 129.168.128.0 -> 192.168.128.0
...
PR: docs/4871
Submitted by: sec@42.org
1997-11-01 15:55:09 +00:00
Wolfram Schneider
6d880b8210
Typo.
...
PR: docs/4911
Submitted by: Vasim Valejev <vasim@uddias.diaspro.com>
1997-11-01 15:06:40 +00:00
Wolfram Schneider
7010605e55
Check for files belongs to an unknown user or unknown group.
...
Do not run by default.
1997-11-01 15:03:05 +00:00
Wolfram Schneider
d5c1fb3ee9
Delete unused code.
1997-11-01 15:00:40 +00:00
Andrey A. Chernov
9e8930055e
Change diags to see what part of url actually parsed, see
...
previous change about #? parms
1997-11-01 05:47:41 +00:00
James Raynard
f3456b7e34
Balance parentheses around command abbreviations.
...
PR: 4888
Submitted by: h-nokubi@nmit.tmg.nec.co.jp
1997-11-01 00:56:15 +00:00
Andrey A. Chernov
4ad97ec183
Don't search for ':' port in ?# params part
...
Require to correctly parse http://...cgi?http:// ...
1997-10-31 23:33:44 +00:00
Justin M. Seger
c198e6ecd9
Change comments about ijppp to iijppp.
...
PR: conf/4905
Submitted by: takas-su@is.aist-nara.ac.jp
1997-10-31 22:10:09 +00:00
Mark Murray
415d4cb37a
Bring our sound sources up to the level of Amancio's latest-and-greatest.
...
This corresponds to Voxware 3.5-alpha-<something> and Amancio's guspnp21.
There was a bit of a FUBAR during the commmit, so not all files are
mentioned in this commit's mail.
X-rant: I have just started to _*HATE*_ CVS...
1997-10-31 17:25:35 +00:00
Philippe Charnier
0b10309e4d
Make all strings representing hostnames to be NUL-terminated within
...
MAXHOSTNAMELEN chars, like everywhere else in the system, so that strcpy()s
and printf()s won't fail.
1997-10-31 12:33:14 +00:00
Philippe Charnier
30d8a82fd9
/etc/sysconfig -> /etc/rc.conf.
1997-10-31 12:30:49 +00:00
Philippe Charnier
468b39106c
Add const to rcsid[] definition so that -Wall will not complain.
1997-10-31 12:26:52 +00:00
John-Mark Gurney
faac9650a5
This updates Luigi's sound code to the basic code in snd971023...
...
changes:
o rip the old select from his distribution to prevent extra pollution
o the code now uses audio dma, helps reduce clicks
o improved card support, should work in full duplex on sb16 cards
o add better voxware ioctl support pointed out by Joao Carlos Mendes
Luis <jonny@coppe.ufrj.br>
o remove an unused file that I included for more complete history
o and MANY other changes
I have personally tested this code with a CS4237 based card and an AWE32
(non-PnP). Both cards worked fine in 8bit and 16bit mode.
1997-10-31 12:24:28 +00:00
David Greenman
95b6073cd5
Fixed bug in RTM_ADD where rmx_locks weren't being set on the new route,
...
preventing "route add default 1.2.3.4 -lock -mtu 1500" from working as
expected (which is, BTW, to disable Path MTU Discovery).
1997-10-31 08:53:13 +00:00
Wolfram Schneider
2ffe0101ac
The documentation contained here is horribly out of date.
1997-10-31 07:56:09 +00:00
Mark Murray
1fa24a09c7
Upgrade the sound sources to Amancio Hasty's latest-and-greatest.
...
This is based on Voxware 3.5, and corresponds to Amancio's `guspnp21'.
Bug reports to Amancio, please!
1997-10-31 06:30:22 +00:00
John Polstra
fd04609162
Add "mrouted_flags". It has been referenced by rc.network for a
...
long time.
1997-10-31 01:58:53 +00:00
Andrey A. Chernov
53ba4fe663
Some FreeBSD files to add...
1997-10-30 19:35:17 +00:00
Andrey A. Chernov
b5935e1422
Temp remove config.h, was imported to FSF branch
1997-10-30 19:34:01 +00:00
Andrey A. Chernov
006b6b8074
This commit was generated by cvs2svn to compensate for changes in r30858,
...
which included commits to RCS files with non-trunk default branches.
1997-10-30 19:13:48 +00:00
Andrey A. Chernov
964382dc00
Add file needed for configure
1997-10-30 19:13:48 +00:00
Andrey A. Chernov
a85388f609
-f -> -F for pr
1997-10-30 19:07:39 +00:00
Eivind Eklund
30d0ea994e
Improve PAL support and fix mux selector values.
...
This make the Miro PCTV work for me, including audio, and should
hopefully fix the other audio problems some people have been having.
Reviewed by: ahasty & Luigi Rizzo (freebsd-multimedia)
1997-10-30 18:20:26 +00:00
KATO Takenori
1d07b128d5
Securelevel and formatting fixes, and trapframe simplification.
...
Reviewed by: sos
Submitted by: bde
1997-10-30 10:53:30 +00:00
Nate Williams
d507cb92a3
- Commented out some PAO specific portions of this file.
...
Noticed by: Michael Reifenberger <root@totum.plaut.de>
1997-10-30 01:17:01 +00:00
James Raynard
df6e5f12e9
Fix a couple of typos in documentation.
...
PR: 4883
Submitted by: invis@visi.com
1997-10-30 00:10:52 +00:00
Søren Schmidt
cac2057a29
First cut at supporting multi-CD CDROM drives (changers).
...
Very rudimentary, lots of error checks missing, but it works.
Dont do an ls on two different CD's though, it will eat your
changer mechanism for lunch :), this clearly needs some more
thought. Until then this will enable those with changers to
mount their multible CD's and doing "sensible" work....
Thanks to Andrew Gordon <arg@arg1.demon.co.uk> for donating a drive
(a NEC CDR-C251 4x4) that makes this possible to develop.
1997-10-29 22:11:00 +00:00
Dima Ruban
3e2e58f12e
Add possibility to specify maximum number of connections per minute
...
for a given IP address.
This should be very effective against DoS attacks.
1997-10-29 21:49:04 +00:00
Andrey A. Chernov
5a77e9d43b
Define PR_PROGRAM properly
1997-10-29 17:35:54 +00:00
Andrey A. Chernov
bb3e4497dd
Localize diff
1997-10-29 17:17:32 +00:00
Andrey A. Chernov
53d4d0e441
Switch to contrib version
1997-10-29 16:58:20 +00:00
Andrey A. Chernov
e4b6c3604e
Switch to contrib version
1997-10-29 16:50:42 +00:00
Andrey A. Chernov
cd56389a5d
Switch to contrib version
1997-10-29 16:36:57 +00:00
Andrey A. Chernov
587c681815
Include <gnuregex.h> for FreeBSD
1997-10-29 16:27:56 +00:00
Andrey A. Chernov
f5e00e241f
Initial import
1997-10-29 16:14:35 +00:00
Andrey A. Chernov
4be67e9c5a
This commit was generated by cvs2svn to compensate for changes in r30839,
...
which included commits to RCS files with non-trunk default branches.
1997-10-29 16:14:35 +00:00
Nate Williams
be8e398409
- Make sure we include <sys/kernel.h> to pick up the definitions of DATA_SET()
...
Noticed by: bde
1997-10-29 15:54:19 +00:00
KATO Takenori
404c835d69
Implement linux_iopl and linux_nice.
1997-10-29 08:17:14 +00:00
KATO Takenori
7b3e3f96e5
Sync with sys/i386/isa/if_ed.c revision 1.126.
1997-10-29 08:14:56 +00:00
KATO Takenori
acc66972fe
Synchronize with sys/i386/i386/microtime.s revision 1.34.
1997-10-29 08:13:32 +00:00
Julian Elischer
de1e682d58
didn't even know fddi had the atalk support.
...
fix it here too. (really needs more of the fixes from the ethernet)
1997-10-29 07:59:27 +00:00
Jordan K. Hubbard
d424167c3c
Do chflags properly even when running multi-user.
1997-10-29 07:47:06 +00:00
Philippe Charnier
5e24be183a
Back out strcpy() -> strncpy() changes. According to Bruce, they are unneeded.
...
Check the return value of gethostname() like in timed. Make enough place to
NUL-terminate the result.
1997-10-29 07:35:27 +00:00
Philippe Charnier
0b778a4e7f
Back out strcpy() -> strncpy() changes. According to bruce, they are unneeded.
1997-10-29 07:32:30 +00:00
Philippe Charnier
dd63f75f44
Use err(3). Rewrote man page using mdoc format.
1997-10-29 07:27:56 +00:00
Philippe Charnier
0da8bf4ab2
Use err(3).
1997-10-29 07:26:09 +00:00
Philippe Charnier
988345234d
Typos in man page. Cosmetics in error strings.
1997-10-29 07:25:05 +00:00
Brian Somers
0fe7ca3165
o Bump version to 1.3 to reflect major changes
...
o Report modem connect time properly
o Report bytes in/out over physical media
o Fix phases (TERMINATE is *higher than* DEAD)
o Do a LayerFinish from LcpDown
o Bring down IPCP & CCP when we enter PHASE_TERMINATE
o Give a new prompt when we go to PHASE_DEAD
o Stop the modem timer properly when idle
o Treat sig 15 like an exiting carrier loss
o Log (DEBUG) offline & online transitions
1997-10-29 01:19:51 +00:00
John Polstra
0e5e974182
The previous change added a use of the DATA_SET macro, but forgot
...
to define it by including <sys/kernel.h>. That broke PC-CARD
support for this driver, producing the dreaded "device allocation
failed" message. Surprisingly, the missing include caused only
two compiler warnings. The compilation still "succeeded" anyway.
1997-10-29 00:51:50 +00:00