Commit Graph

42700 Commits

Author SHA1 Message Date
billf
ea8c74d56f Sync our register usage with NetBSD's (non-)usage. 1999-11-16 02:58:06 +00:00
billf
dcbabdc774 Add $FreeBSD$ 1999-11-16 02:45:03 +00:00
joe
202043d59e 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
nyan
a079d3cfb1 Cosmetic changes. 1999-11-16 00:42:18 +00:00
nyan
3291052a67 Install loader.rc. 1999-11-16 00:38:20 +00:00
cg
5cd24802de 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
obrien
72cdc9e13e 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
cg
10ecd1e6dd set default ogain to 50 since some sb cards produce no sound at 0 1999-11-15 23:22:52 +00:00
obrien
1166cecdf5 Fix __asm__ clobber list abuses. 1999-11-15 23:20:56 +00:00
obrien
762c4659a5 Fix __asm__ clobber list abuse.
Submitted by:	bde
1999-11-15 23:16:06 +00:00
phantom
8952a8f9de * remove i386 specific mark
* some style and syntax fixes
* some duplicated $FreeBSD$ tags removed
1999-11-15 23:14:32 +00:00
phantom
83147646dc 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
013a0f6130 Update the ASCII diagram for FreeBSD 3.3 1999-11-15 23:09:34 +00:00
phantom
6821c3c32b Activate manpages repo-copied from man4.i386. 1999-11-15 23:05:18 +00:00
archie
e57344db2a Add some more comments to the sl_compress_tcp() function. 1999-11-15 20:17:04 +00:00
pb
135966209b 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
117f8c3763 More bug fixes for the VJ Compression node. Seems to work now (really). 1999-11-15 20:02:58 +00:00
luoqi
45fb78bef9 Segment registers can be read(write) to(from) memory locations as well as
general registers.
1999-11-15 19:45:19 +00:00
obrien
12b9c758c2 Fix a minor bogon. 1999-11-15 19:26:58 +00:00
jmb
023b45b64d 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
865f6a6801 Remove CROSS_MAKE_FLAGS. 1999-11-15 17:07:45 +00:00
peter
2b8a6755ee 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
de3bd039e3 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
sheldonh
d184788f57 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
dfr
32a0e76bb4 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
e19b91a463 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
dfr
bd2dd71aaa Remove some printfs and make it slightly more paranoid about accepting
that an ess1888 is present.
1999-11-15 08:18:24 +00:00
obrien
76ddeb0733 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
obrien
f7fc1be175 Upgrade support file for GCC 2.95.2. 1999-11-15 04:41:30 +00:00
obrien
92a510bb69 Add rev 1.2 profiling tweaks, to GCC 2.95.2. 1999-11-15 04:33:36 +00:00
obrien
851e60685c Use the stock 2.95.2 file here.
I cannot determine if our previous (rev 1.2) changes for ObjC are still
appropriate.
1999-11-15 04:28:55 +00:00
obrien
1e449c8b51 Bump __FreeBSD_cc_version due to the compiler upgrade. 1999-11-15 04:25:13 +00:00
obrien
ed517373b9 Add -fdata-sections, which is a new GCC 2.95 optimization. Remove
-fschedule-insns as it wasn't such a big win with 2.95 after all.

Add the *BIG* win "-mpreferred-stack-boundary=2" optimiztion submitted by
Dima.  GCC 2.95 ensures the stack frame is always properly [opitimally]
aligned by surrounding every function call by code simular to
"addl $-12, %esp" / "addl $12, %esp".  Here we need the reduction in space,
with speed not an issue.
1999-11-15 04:23:40 +00:00
obrien
dc0e854738 Cut over the system compiler from from EGCS 1.1.2 to GCC 2.95.2. 1999-11-15 04:16:19 +00:00
julian
9a4599bc1d Small fixes from Brian for the Server side of PPPoE. 1999-11-15 04:03:34 +00:00
julian
be06797b76 YUCK!
m_prepend doesn't fix m_pkthdr.len, use M_PREPEND instead, which does..
(Netgraph only)
1999-11-15 03:49:35 +00:00
kris
66eb9e9f62 Typo (appropiate -> appropriate)
Obtained from:	OpenBSD (inspired by)
1999-11-15 03:37:57 +00:00
kris
bd25d03150 fts_pathlen and fts_namelen are u_short, not short
Obtained from:	OpenBSD
1999-11-15 03:29:19 +00:00
kris
0bd1e877d6 Typo
Obtained from:	OpenBSD
1999-11-15 03:13:23 +00:00
kris
a46a0f86bb Remove dead xref to scsiformat(8)
Obtained from: OpenBSD (kind of)
1999-11-15 02:56:34 +00:00
kris
dd6daa625f Remove dead xrefs to gated(8) and htable(8)
Obtained from:	OpenBSD
1999-11-15 02:53:31 +00:00
obrien
265dc55994 Bump __FreeBSD_version to 400012 to mark the cutover of the system
compiler to GCC 2.95.2.
1999-11-15 02:37:02 +00:00
obrien
5588971f55 Cosmetic change to match cc_tools/Makefile 1999-11-15 00:49:35 +00:00
obrien
f87157ded3 Purely cosmetic changes to lineup targets. 1999-11-15 00:29:00 +00:00
obrien
87b2280e4a Cosmetic removeal of a trailing white space. 1999-11-15 00:25:01 +00:00
obrien
2e847e6a66 Return this file to its pre-spammed version. Thanks to some new compiler
optimizations, we can go from 3 bytes free with the spammed version, to
279 bytes free with the full version.
1999-11-14 22:17:06 +00:00
ache
cf69dabcf2 Add single_mountd_enable hook to run mountd but not NFS server
Needed for machine with CFS but without real NFS
1999-11-14 21:28:13 +00:00
chris
0a858ce84b Properly document what ENOENT really means for kldfind(2). 1999-11-14 18:15:33 +00:00
eivind
da401497cd Fix case where vnode could be unlocked twice. Untested; bug found by code
reading.

Reviewed by:	phk
1999-11-14 17:33:40 +00:00
julian
29327260a4 Rework some tag handling, prompted by Brian Somers. 1999-11-14 17:26:58 +00:00