kan
b62a524167
This commit was generated by cvs2svn to compensate for changes in r102784,
...
which included commits to RCS files with non-trunk default branches.
2002-09-01 20:39:15 +00:00
kan
13c7f22a27
Gcc 3.2.1-prerelease Objective C support bits from the FSF anoncvs repo gcc-3_2-branch on 1-Sep-2002 00:00:01 EDT.
2002-09-01 20:39:15 +00:00
kan
0feaf9490e
This commit was generated by cvs2svn to compensate for changes in r102782,
...
which included commits to RCS files with non-trunk default branches.
2002-09-01 20:39:13 +00:00
kan
c31428d211
Gcc 3.2.1-prerelease libf2c bits from the FSF anoncvs repo gcc-3_2-branch on 1-Sep-2002 00:00:01 EDT.
2002-09-01 20:39:13 +00:00
kan
96f278c475
This commit was generated by cvs2svn to compensate for changes in r102780,
...
which included commits to RCS files with non-trunk default branches.
2002-09-01 20:38:57 +00:00
kan
2e25f3a6c5
Gcc 3.2.1-prerelease from the FSF anoncvs repo gcc-3_2-branch on 1-Sep-2002 00:00:01 EDT.
2002-09-01 20:38:57 +00:00
iedowse
be17b12cb6
Split out a number of mostly VFS and signal related syscalls into
...
a kernel-internal kern_*() version and a wrapper that is called via
the syscall vector table. For paths and structure pointers, the
internal version either takes a uio_seg parameter or requires the
caller to copyin() the data to kernel memory as appropiate. This
will permit emulation layers to use these syscalls without having
to copy out translated arguments to the stack gap.
Discussed on: -arch
Review/suggestions: bde, jhb, peter, marcel
2002-09-01 20:37:28 +00:00
obrien
84a9d83087
Update for 2.12.1 20-July-2002 import.
2002-09-01 18:03:55 +00:00
mike
31fdc63e0e
Be more explicit about a namespace by using the relatively new
...
visibility primitives.
2002-09-01 17:57:20 +00:00
obrien
12a656938d
Remove these Bintuils 2.11 files that aren't part of 2.12.
2002-09-01 17:51:18 +00:00
anholt
d284cb7b2d
Remove drm_linux.h, move the two useful defines into drm_drv.h. Use fd locking
...
on -current. Actually copy in data from userspace to kernel in the
linux-compat ioctl path. Make sure ioctl sizes are as expected in the handler
functions.
Reviewed by: rwatson
2002-09-01 17:45:04 +00:00
rwatson
9c25e3c24e
Since we have vp and td cached in local variables, use those instead
...
of derefencing the VOP arguments again when calling the UFS code.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
2002-09-01 16:06:40 +00:00
rwatson
c4d754e0f4
Point at myself for reviews on commits to the MAC Framework and
...
MAC modules.
2002-09-01 15:55:38 +00:00
bde
22417238a5
Unbreak LINT a little by not attempting to configure the nonexist option
...
AHC_DEBUG_SEQUENCER.
2002-09-01 15:11:06 +00:00
nectar
93ca8e9c88
= The prefix should be /usr', not
/'.
...
= Correct the Heimdal version number hiding in here.
2002-09-01 14:45:17 +00:00
iedowse
99766d4bf1
If the CC environment variable contains multiple words then split
...
it up into separate exec arguments.
Reviewed by: markm
2002-09-01 12:49:27 +00:00
scottl
cbcc6c0caa
Add a manual page for the ahd driver.
2002-09-01 07:34:47 +00:00
tjr
3c7d05d837
Typo: refer to MB_LEN_MAX instead of MB_CHAR_MAX (which does not exist).
2002-09-01 07:21:58 +00:00
scottl
abed8239c8
Use the correct bit value for a debug options
2002-09-01 07:14:26 +00:00
scottl
f555de9981
Remove options that don't actually exist (in this form).
2002-09-01 07:13:10 +00:00
tjr
2e5584e864
Add restrict qualifiers to the arguments of mbstowcs, mbtowc() and
...
wcstombs().
2002-09-01 07:08:22 +00:00
mike
8485252733
Bump __FreeBSD_version for _BSD_FOO_T_ to _FOO_T_DECLARED switch.
...
This should have been committed about a week ago to coincide with the
actual changes.
2002-09-01 04:49:38 +00:00
mjacob
d9cfb70fec
Upgrade to latest QLogic f/w from their intranet site for 2100, 2200 and
...
2300 cards.
MFC after: 1 day
2002-09-01 02:28:36 +00:00
obrien
5734f78aa3
Fix xterm-color so that it (1) doesn't bitch on exit, (2) doesn't restore
...
the pre-run screen.
Desired by: alfred, peter, mini
2002-09-01 02:04:42 +00:00
jmallett
685f567d90
Stylistic fixes for the inclusion of the opt_puc.h header, so it comes from the
...
right places, and so it's sorted consistently with how all the other N-hundreds
of files ding this do it.
Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org>
2002-09-01 01:59:38 +00:00
mike
02b206400e
Fix a memory leak.
2002-09-01 01:49:27 +00:00
peter
6840044b4e
'aicasm optional ahc ahd' means 'build aicasm only if BOTH ahc and ahd
...
are specified'. Ie: it is a logical and, not a logical or.
2002-08-31 23:30:16 +00:00
dwmalone
31d77eaa65
Spell Ken Olsen's name the same way everywhere.
...
PR: 7434
2002-08-31 23:15:41 +00:00
trhodes
2d54012414
use 'file system superblock' for the error message. This will match other
...
disk utilities.
Discussed with: bde
2002-08-31 21:34:54 +00:00
dillon
1703af0c56
Reduce the maximum KVA reserved for swap meta structures from 70 to 32 MB.
...
Reduce the swap meta calculation by a factor of 2, it's still massive overkill.
X-MFC after: immediately
2002-08-31 21:15:29 +00:00
obrien
9e3c08d6b1
Update for 2.12.1 20-July-2002 import.
2002-08-31 20:57:53 +00:00
obrien
d88a845623
Merge rev 1.6 (ELF_DYNAMIC_INTERPRETER) into Binutils 2.12_20020720.
2002-08-31 20:38:58 +00:00
phk
1ea87921ab
More cleaning up and unhacking:
...
Don't expect all RIDs to be PCI rids. The previous code made at
least 1 mistake, even for PCI.
Give the card definitions a chance to specify a init function.
Use this instead of the gross superio hack.
Move the win877 init function to puc_pci.c where it belongs.
RIDs can actually be zero, don't set badmuxed if so.
Set a less incorrect end for the construct SYS_RES_IOPORT entries,
I guess both sio and lpt happen to use 8 IO ports, but that shouldn't
really be hardcoded this way.
Fixup puc_pccard.c to match.
We're getting closer.
2002-08-31 20:29:46 +00:00
kris
ed521becb9
Don't treat unknown commands as fatal errors: they are probably just
...
the signature of out-of-date pkg_tools and newer packages.
Reviewed by: jkh
MFC after: 3 days
2002-08-31 20:21:47 +00:00
obrien
f2f47abcd4
This commit was generated by cvs2svn to compensate for changes in r102729,
...
which included commits to RCS files with non-trunk default branches.
2002-08-31 20:20:07 +00:00
obrien
0570468a60
Import of Binutils from the FSF 2.12 branch (post-.1 release).
2002-08-31 20:20:07 +00:00
jake
ffe6f08557
Make this compile.
2002-08-31 19:33:59 +00:00
phk
11f9714e60
Don't enable PUC_DEBUG by accident
2002-08-31 18:42:31 +00:00
phk
edb326987a
Split the puc driver in pci specific and generic parts.
...
Add a pccard frontend for it as well.
The PCcard stuff does not work yet because there is still some PCImagic
left in puc.c
2002-08-31 18:38:43 +00:00
imp
480c5ff48a
Make modems work:
...
Don't set the CCR_OPTION register when registering/deregistering
interrupts unless the card is a MFC card. This makes a lot of cards
work that didn't work before. These bits are only defined for MFC
cards.
Remove COOKIE_FOR_WARNER kludges that phk introduced.
Add more debug info.
Annoy the purists by committing two minor style nits at the same time.
Many thanks to phk. He tracked this problem down to what was screwing
things up, so fixing it became trivially easy once the problem was
understood.
2002-08-31 18:34:30 +00:00
gibbs
95bc8730df
Add cleandepend target.
2002-08-31 17:15:43 +00:00
phk
bcd9be0b7d
Different and more correct workaround for broken cards under NEWCARD:
...
don't spam the configuration index register.
I'm not sure where those bits truly belong, but spamming the config
index sure doesn't do us any good.
2002-08-31 16:07:17 +00:00
gibbs
15f3647566
Pass the cleandir target on to the aicasm Makefile. This should
...
fix the buildkernel target.
2002-08-31 14:50:46 +00:00
phk
18afceec82
Ignore all config entries which have a non-zero start I/O address.
...
This is a bandaid which makes some more PCCards work under NEWCARD
which would otherwise not work.
Cards with only fixed address windows still loose.
2002-08-31 14:38:24 +00:00
tjr
ca719015df
Implement the XSI extension which allows the destination string to be
...
NULL, and returns the number of bytes that would be required to store
the result of the conversion without storing anything.
PR: 17694
2002-08-31 14:16:12 +00:00
yar
624d02ba22
New release notes: ftpd(8) -m, -M, -W
...
MFCs noted: ftpd(8) -o, -O
2002-08-31 14:08:57 +00:00
tjr
4a4fda0f86
Split ansi.c into a separate source file for each function.
2002-08-31 11:26:55 +00:00
peter
e9b6904091
Deal with bootstrapping from an old -current (almost exactly a year old)
...
which fails the make tests (doesn't understand ${notdef:U}) and therefore
fails on __FBSDID in usr.bin/make/*. -DBOOTSTRAPPING is no help here since
this is before we are using the new share/mk/* files, and it would conflict
with the builtin -DBOOTSTRAPPING support later.. so use a different flag.
2002-08-31 07:18:40 +00:00
gibbs
956a397806
Complete the hookup of ahd/ahc module building.
2002-08-31 06:57:50 +00:00
gibbs
f742d6ed37
Enable ahd/ahc register pretty printing by default. This expedites
...
handling of bug reports.
2002-08-31 06:56:43 +00:00