Nick Hibma
92fcf9e046
Add the USB modules.
1999-11-16 22:00:46 +00:00
Brian Somers
02cfb3ba65
Remove some extraneous ifdefs, and don't try to put the socket in
...
O_NONBLOCK. The select() is the best best as I don't want to muck
about with the send/receive thresholds.
1999-11-16 21:57:48 +00:00
Brian Somers
fdb4bb1b89
Use modfind() to check if a kld is already loaded.
...
Submitted mostly by: green
1999-11-16 21:57:34 +00:00
Brian Somers
18602ac623
modfind(char *) -> modfind(const char *)
...
Ok'd by: dfr
1999-11-16 21:51:35 +00:00
Poul-Henning Kamp
b9df5231ca
Introduce commandline caching in the kernel.
...
This fixes some nasty procfs problems for SMP, makes ps(1) run much faster,
and makes ps(1) even less dependent on /proc which will aid chroot and
jails alike.
To disable this facility and revert to previous behaviour:
sysctl -w kern.ps_arg_cache_limit=0
For full details see the current@FreeBSD.org mail-archives.
1999-11-16 20:31:58 +00:00
Roger Hardiman
cf9e527008
Add Nokia Cellular Data Card DTP2 and DTP-2 ver II
1999-11-16 17:44:31 +00:00
Josef Karthauser
0ddd2cfc7c
Added $FreeBSD$ idents.
1999-11-16 17:27:07 +00:00
Josef Karthauser
ce15e191a2
Added $FreeBSD$ tags.
1999-11-16 17:16:18 +00:00
Poul-Henning Kamp
1b7277516b
Commit the remaining part of PR14914:
...
Alot of the code in sys/kern directly accesses the *Q_HEAD and *Q_ENTRY
structures for list operations. This patch makes all list operations
in sys/kern use the queue(3) macros, rather than directly accessing the
*Q_{HEAD,ENTRY} structures.
Reviewed by: phk
Submitted by: Jake Burkholder <jake@checker.org>
PR: 14914
1999-11-16 16:28:58 +00:00
Bill Paul
eb86c09749
Fix usage of m_pullup().
1999-11-16 15:34:52 +00:00
Andrew Gallatin
6cf898c767
Mchines whose interrupts are not routed through the ISA pic were still
...
registering their interrupts with rman as though they were going through
the ISA pic. This prevents a conflict between isa & pci for irqs on such
machines.
Also hookup the chipset struct before calling platform.pci_intr_init().
This allows me to call inw/outw down in the platform code.
Add interrupt printfs to match the CIA chipset.
Reviewed by: dfr
Tested by: wilko
1999-11-16 14:01:12 +00:00
Yoshihiro Takahashi
89875c851f
Fixed to compile bs driver with gcc 2.95.2.
1999-11-16 12:28:28 +00:00
Yoshihiro Takahashi
95b4d05313
Sync with sys/i386/isa/pcaudio.c revision 1.57.
1999-11-16 12:21:14 +00:00
Marcel Moolenaar
8368e7fe41
Fix breakage in previous commit.
1999-11-16 12:10:29 +00:00
Yoshihiro Takahashi
15e01db88b
Fixed warnings.
1999-11-16 11:59:19 +00:00
Yoshihiro Takahashi
1615de7614
Remove -mno-486 option and add -mpreferred-stack-boundary=2 option.
1999-11-16 11:56:38 +00:00
Marcel Moolenaar
22afa4faf3
Fix breakage in previous commit.
1999-11-16 11:55:58 +00:00
Marcel Moolenaar
706a690847
Fix breakage by previous commit.
1999-11-16 11:49:21 +00:00
Marcel Moolenaar
26c5a88819
Fix breage by previous commit
1999-11-16 11:47:40 +00:00
Joseph Koshy
a069ee36df
Remove unsupported hardstatus related terminal capabilities for the
...
'xterm' entry.
PR: misc/12209
Submitted by: Christian Weisgerber
1999-11-16 11:01:19 +00:00
Poul-Henning Kamp
2e3c8fcbd0
This is a partial commit of the patch from PR 14914:
...
Alot of the code in sys/kern directly accesses the *Q_HEAD and *Q_ENTRY
structures for list operations. This patch makes all list operations
in sys/kern use the queue(3) macros, rather than directly accessing the
*Q_{HEAD,ENTRY} structures.
This batch of changes compile to the same object files.
Reviewed by: phk
Submitted by: Jake Burkholder <jake@checker.org>
PR: 14914
1999-11-16 10:56:05 +00:00
Marcel Moolenaar
b945938c63
Add type int to those variables without a type. This is caused by the
...
frequent use of ``register var'' instead of ``register int var'' and
the removal of the register hint in the previous commit.
1999-11-16 10:26:38 +00:00
Bill Fumerola
727bf60729
Sync our register usage with NetBSD's (non-)usage.
1999-11-16 02:58:06 +00:00
Bill Fumerola
879099e556
Add $FreeBSD$
1999-11-16 02:45:03 +00:00
Josef Karthauser
1588197d6a
Curchill --> Churchill
...
The submitter also posted a change to 'fortunes.sp.ok', but it
looks like this file is no longer needed in our version so I've
left the typo in the file. (It also doesn't have a $FreeBSD$ tag,
and I couldn't easily find in the code whether it will allow comments
within it or not.)
PR: 14832
Submitted by: mfisher@parsons.rh.rit.edu
1999-11-16 01:03:12 +00:00
Yoshihiro Takahashi
4374deee58
Cosmetic changes.
1999-11-16 00:42:18 +00:00
Yoshihiro Takahashi
f089b54dc6
Install loader.rc.
1999-11-16 00:38:20 +00:00
Cameron Grant
98d83734f4
this is a full fix for writes not aligned to the sample size selected.
...
should be a no-op in most cases.
1999-11-15 23:57:33 +00:00
David E. O'Brien
fe3f39d6d5
Removed the asm version of conv(). This is should be faster in its new
...
C form. See src/sys/i386/isa/sound/audio.c rev.1.23
Submitted by: bde
1999-11-15 23:27:40 +00:00
Cameron Grant
0513a1a1cb
set default ogain to 50 since some sb cards produce no sound at 0
1999-11-15 23:22:52 +00:00
David E. O'Brien
15cc94620c
Fix __asm__ clobber list abuses.
1999-11-15 23:20:56 +00:00
David E. O'Brien
594017f90d
Fix __asm__ clobber list abuse.
...
Submitted by: bde
1999-11-15 23:16:06 +00:00
Alexey Zelkin
474fc32b33
* remove i386 specific mark
...
* some style and syntax fixes
* some duplicated $FreeBSD$ tags removed
1999-11-15 23:14:32 +00:00
Alexey Zelkin
26a4cb66b9
Deactivate manpages repo-copied to man4 directory (all these drivers
...
not i386 specific anymore -- move them to appropriate place)
1999-11-15 23:10:44 +00:00
Chris Costello
1f297a8943
Update the ASCII diagram for FreeBSD 3.3
1999-11-15 23:09:34 +00:00
Alexey Zelkin
83984cbd0b
Activate manpages repo-copied from man4.i386.
1999-11-15 23:05:18 +00:00
Archie Cobbs
da8c951da4
Add some more comments to the sl_compress_tcp() function.
1999-11-15 20:17:04 +00:00
Pierre Beyssac
3ec12efecc
Fix aliasing bug causing in_cksum() to fail on odd packet sizes
...
due to compiler optimization.
PR: bin/13292
Suggested by: wollman
1999-11-15 20:04:53 +00:00
Archie Cobbs
309c48c65b
More bug fixes for the VJ Compression node. Seems to work now (really).
1999-11-15 20:02:58 +00:00
Luoqi Chen
e870e9b278
Segment registers can be read(write) to(from) memory locations as well as
...
general registers.
1999-11-15 19:45:19 +00:00
David E. O'Brien
a02d4a1bb5
Fix a minor bogon.
1999-11-15 19:26:58 +00:00
Jonathan M. Bresler
4095364274
add two more codes to ICMP error 12 (Parameter Problem).
...
these two are detailed in RFC1700.
Reviewed by: Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
1999-11-15 18:27:30 +00:00
Marcel Moolenaar
f5c0c6abaa
Remove CROSS_MAKE_FLAGS.
1999-11-15 17:07:45 +00:00
Peter Wemm
0ff3bc32a8
Fix a typo in the DRIVER_MODULE() declaration which caused a collision
...
with the real mss module.
1999-11-15 17:03:30 +00:00
Peter Wemm
6e96409f68
Remove duplicate entry for ADS7180 - it's meant to be handled by the
...
forked-off ad1816 driver.
1999-11-15 17:02:32 +00:00
Sheldon Hearn
18138b08d8
Add to pwd_mkdb a -q option to silence warnings about large IDs. Add a
...
suitably ominous warning in the manual page.
The diff applied is not the one provided in the attributed PR.
PR: 13344
Reviewed by: bde
1999-11-15 16:45:37 +00:00
Doug Rabson
7cbc47c7bc
Add the ata devices to the GENERIC kernel. Hopefully, this should allow
...
it to install from ATA cds and to ATA disks. I'll check after my next
release builds.
1999-11-15 09:09:00 +00:00
Marcel Moolenaar
0ff463dd2d
PC-98 has MACHINE_ARCH=i386 and MACHINE=pc98. Make it a special case.
...
This should fix the breakage reported by nyan.
1999-11-15 08:31:14 +00:00
Doug Rabson
890970b27b
Remove some printfs and make it slightly more paranoid about accepting
...
that an ess1888 is present.
1999-11-15 08:18:24 +00:00
David E. O'Brien
aa2b357d9e
Undo rev 1.13 (define "OBSTACK_CHUNK_SIZE" as getpagesize()).
...
It causes internal compiler errors and sig 11's with GCC 2.95.2.
1999-11-15 07:57:13 +00:00