Commit Graph

25424 Commits

Author SHA1 Message Date
charnier
d237845d75 Use err(3). Silent -Wall. 1997-11-03 07:44:25 +00:00
kato
29f6ff8cc9 Sync with sys/i386/isa/sio.c revision 1.188. 1997-11-03 02:30:45 +00:00
kato
b063f06de6 Sync with sys/i386/i386/userconfig.c revision 1.96. 1997-11-03 02:29:44 +00:00
kato
9889698818 Sync with sys/i386/isa/if_fe.c revision 1.33. 1997-11-03 02:28:39 +00:00
kato
aacc3da876 Sync with sys/i386/isa/if_ed.c revision 1.127. 1997-11-03 02:27:36 +00:00
jdp
9b13a15edf Describe "mrouted_flags". 1997-11-02 21:45:31 +00:00
nate
890695e157 - MF22: (I reversed these). Simplify code. 1997-11-02 21:26:14 +00:00
jkh
ce0b7a9ccc Add ide_pci device. 1997-11-02 20:35:07 +00:00
gibbs
89a820d7cf Correct the definition of CIRCLEQ_EMPTY. It would give a false positive
if the queue contained only one element.

Submitted by:	Greg Ansley <gja@ansley.com>
1997-11-02 19:41:16 +00:00
wosch
1221439845 Inlucde ../Makefile.inc if exists. This make it easier to
build the Unix Seventh Edition Manual volumes 2.
1997-11-02 18:50:53 +00:00
ache
9888df5f96 Log run-time parsing errors now
Use getpwnam before getpwuid since two users with same uids can exists
(affects new login classes code only)

The same fixes as in inetd: by default run `system crontab things' with
daemon login class now, not restrict them to user class breaking
compatibility with old way (so-called nobody limits problem)

Implement user[:group][/login-class] syntax in system crontab
for more flexible control (the same as in inetd)
1997-11-02 17:22:20 +00:00
dg
60efe9f0fd Sigh, kill setting of 0WS...it breaks more machines than it fixes. 1997-11-02 07:12:52 +00:00
jraynard
9d5129302e Typo alert. 1997-11-02 00:58:39 +00:00
tegge
f59db6504f Move declaration of M_MFSNODE from mfs_vnops.c to mfsnode.h. 1997-11-01 20:40:14 +00:00
tegge
f6342b2d2d Bring back mfs_reclaim(), which is used to reclaim the master vnode in MFS. 1997-11-01 20:19:44 +00:00
wosch
94838afc0c Undo rev 1.33 and 1.34: Build the HTML files in .CURDIR and
not in .OBJDIR so the hyper links will work again.
1997-11-01 19:45:02 +00:00
nate
4b061fd660 - Example config file for laptop/PCCARD support. 1997-11-01 18:54:10 +00:00
jseger
3bbeee6cb1 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
wosch
e73a9134fb Typo.
PR: docs/4911
Submitted by:	Vasim Valejev <vasim@uddias.diaspro.com>
1997-11-01 15:06:40 +00:00
wosch
dfffa9686c Check for files belongs to an unknown user or unknown group.
Do not run by default.
1997-11-01 15:03:05 +00:00
wosch
650ef1bc3b Delete unused code. 1997-11-01 15:00:40 +00:00
ache
7a0821ea7a Change diags to see what part of url actually parsed, see
previous change about #? parms
1997-11-01 05:47:41 +00:00
jraynard
7f39a4205e Balance parentheses around command abbreviations.
PR:			4888
Submitted by:	h-nokubi@nmit.tmg.nec.co.jp
1997-11-01 00:56:15 +00:00
ache
f249ff21ac Don't search for ':' port in ?# params part
Require to correctly parse http://...cgi?http://...
1997-10-31 23:33:44 +00:00
jseger
f35e72bee0 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
markm
0183b33fd6 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
charnier
062497b471 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
charnier
e5f5313f2c /etc/sysconfig -> /etc/rc.conf. 1997-10-31 12:30:49 +00:00
charnier
4855493bb7 Add const to rcsid[] definition so that -Wall will not complain. 1997-10-31 12:26:52 +00:00
jmg
bcb926a1bd 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
dg
6b40170804 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
wosch
881dd9f2bb The documentation contained here is horribly out of date. 1997-10-31 07:56:09 +00:00
markm
e9f72c90ea 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
jdp
992163c1e1 Add "mrouted_flags". It has been referenced by rc.network for a
long time.
1997-10-31 01:58:53 +00:00
ache
ce9ab1dafd Some FreeBSD files to add... 1997-10-30 19:35:17 +00:00
ache
75d2091880 Temp remove config.h, was imported to FSF branch 1997-10-30 19:34:01 +00:00
ache
33331b21cb 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
ache
f75ef5d3d4 Add file needed for configure 1997-10-30 19:13:48 +00:00
ache
6f2e9dff0f -f -> -F for pr 1997-10-30 19:07:39 +00:00
eivind
50bdb3606a 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
1dc53032d6 Securelevel and formatting fixes, and trapframe simplification.
Reviewed by:	sos
Submitted by:	bde
1997-10-30 10:53:30 +00:00
nate
cc80ec55d5 - 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
jraynard
c267c99ea4 Fix a couple of typos in documentation.
PR:		4883
Submitted by:	invis@visi.com
1997-10-30 00:10:52 +00:00
sos
dcc0d2b5da 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
184b67423a 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
ache
efe576f0e2 Define PR_PROGRAM properly 1997-10-29 17:35:54 +00:00
ache
719a33498f Localize diff 1997-10-29 17:17:32 +00:00
ache
122c53d6ae Switch to contrib version 1997-10-29 16:58:20 +00:00
ache
f1e51242fc Switch to contrib version 1997-10-29 16:50:42 +00:00
ache
e628096b3f Switch to contrib version 1997-10-29 16:36:57 +00:00