imp
e48c5c2799
remove extern int errno; include errno.h
2000-04-14 06:49:16 +00:00
imp
8e96f07683
#include <errno.h> where needed. Kill extern int errno;.
...
Minor warnings in tip corrected.
2000-04-14 06:39:19 +00:00
imp
0b0d2facd9
Add include of errno.h where needed, remove extern int errno where not.
...
These commits were inspired by a similar commit to netbsd.
2000-04-14 06:15:01 +00:00
imp
443d577294
Better error message for a case that I hit.
2000-04-14 06:10:01 +00:00
imp
751eca007c
Use #include <errno.h> rather than extern int errno;.
2000-04-14 06:03:39 +00:00
jlemon
3f6ebdc64d
Change the maximum I/O transfer size to DFLTPHYS. This should fix
...
write corruption that some users were experiencing.
2000-04-13 23:42:55 +00:00
asmodai
1ce15de0f3
Remove unnecessary empty line.
...
Remove trailing whitespace.
2000-04-13 19:31:46 +00:00
wilko
c0a6125d5d
Update Multia section with floppy boot problems & workaround.
2000-04-13 18:17:59 +00:00
mdodd
221c5c61b2
- Add an additional call to eisa_add_iospace() so we get the right IOPORT
...
in attach.
- Change a EISA_CHANNEL_CLEAR to EISA_CHANNEL_BUSY in ida_v1_submit().
This may fix the problem with EISA IDA adapters though we have not heard
back from testers yet.
Reviewed by: jlemon
2000-04-13 18:09:05 +00:00
sheldonh
7c4ff5e409
Add an example refuse file.
...
PR: 17972
Submitted by: Michael Lucas <mwlucas@blackhelicopters.org>
2000-04-13 14:40:39 +00:00
ru
5ac3978060
A complete reformatting of manual page.
2000-04-13 14:04:01 +00:00
nyan
1e0325a27c
Added wdreg.h and fixed path.
2000-04-13 10:37:49 +00:00
sheldonh
4f679309d9
Do not issue a warning when chflags() fails with EOPNOTSUPP.
...
PR: 17875
Submitted by: Bjoern Fischer <bfischer@Techfak.Uni-Bielefeld.DE>
2000-04-13 09:39:29 +00:00
sheldonh
70e5d7048f
Whitespace change: reformat to avoid hard sentence breaks and long
...
lines.
2000-04-13 08:09:02 +00:00
kris
dd122f1c6d
Update for OpenSSL 0.9.5a and clean up a bit.
2000-04-13 07:37:35 +00:00
kris
f359d27efc
Update for OpenSSL 0.9.5a and clean up a bit.
...
Take responsibility for this makefile again :-)
2000-04-13 07:37:26 +00:00
kris
3bb46af2e4
Resolve conflicts.
2000-04-13 07:15:03 +00:00
imp
61bf4bb412
checkpoint latest pccard/pcic hacking:
...
o Eliminate cross calls between the devices. Instead move to using the
newbus messaging system. Added three new card calls: attach_card,
detach_card, get_type.
o Eliminate interrupt routine in pccard we never use.
o Move from deactivate to detach for removing cards.
o Start mapping CIS memory, but it is broken and causes panics. At least
it is closer to working than before.
o Eliminate struct device everywhere. It was bogus.
o Initialize softc for pccard device so we have valid pointers to
ourselves.
o Implement routine to find the pcic ivar for a child device of the pccard so
we can use it to talk to the pcic hardware.
o Lots of minor tiding up.
This version now panics when we try to read the CIS. The next batch
of work to make this work is what was outlined in my posting to mobile
about resource allocation and such.
2000-04-13 06:42:58 +00:00
kris
29b7124027
This commit was generated by cvs2svn to compensate for changes in r59191,
...
which included commits to RCS files with non-trunk default branches.
2000-04-13 06:33:22 +00:00
kris
50bc915a9f
Initial import of OpenSSL 0.9.5a
2000-04-13 06:33:22 +00:00
grog
74a7134eca
Enable building Vinum on alpha.
...
Submitted-by: Bernd Walter <ticso@cicely.de>
Reminded-by: Pedro A M Vazquez <vazquez@iqm.unicamp.br>
2000-04-13 04:08:24 +00:00
brian
73913176c3
Remove a rogue space
2000-04-13 00:00:46 +00:00
brian
40d3926692
Null commit [correction for the previous version]
...
Units of *hours* or less honour DST
2000-04-12 21:28:51 +00:00
wilko
534d5d12de
update Monet information
2000-04-12 20:21:56 +00:00
archie
4ceb244823
Only build the ng_mppc KLD if !NOCRYPT and required crypto sources exist.
2000-04-12 19:57:32 +00:00
archie
a8a88a3f89
Revert to previous state, plus a few cleanups pointed out by bde.
...
Instead, make the decision as to whether to build this KLD in ../Makefile.
2000-04-12 19:56:16 +00:00
ru
7575bfd380
Make partially specified permanent links without `dst_addr'
...
but with `dst_port' work for outgoing packets.
This case was not handled properly when I first fixed this
in revision 1.17.
This change is also required for the upcoming improved PPTP
support patches -- that is how I found the problem.
Before this change:
# natd -v -a aliasIP \
-redirect_port tcp localIP:localPORT publicIP:publicPORT 0:remotePORT
Out [TCP] [TCP] localIP:localPORT -> remoteIP:remotePORT aliased to
[TCP] aliasIP:localPORT -> remoteIP:remotePORT
After this change:
# natd -v -a aliasIP \
-redirect_port tcp localIP:localPORT publicIP:publicPORT 0:remotePORT
Out [TCP] [TCP] localIP:localPORT -> remoteIP:remotePORT aliased to
[TCP] publicIP:publicPORT -> remoteIP:remotePORT
2000-04-12 18:44:50 +00:00
ache
e371ed95b3
Add comment after locales
...
Use .Li for type
Suggested-by: sheldonh
2000-04-12 18:38:30 +00:00
archie
d6596bcad2
Fix uninitialized variable.
...
PR: kern/17911
Submitted by: Tom Pavel <pavel@alum.mit.edu>
2000-04-12 17:29:33 +00:00
kato
34a684f696
Include pc98.h instead of isareg.h.
...
Submitted by: Akio Morita <amorita@meadow.scphys.kyoto-u.ac.jp>
Reminded by: nyan
2000-04-12 14:08:02 +00:00
asmodai
214f5638fb
Fix typo, reported by George Cox.
...
Fix hard sentence breaks.
Submitted by: George Cox <gjvc@sophos.com>
2000-04-12 13:38:26 +00:00
brian
0883c48a66
Change -v so that variences in units of days or less are sensitive to
...
DST. Explain in more detail what date -v does when mixed with DST.
Previous code suggested broken by: wollman
2000-04-12 13:35:17 +00:00
kato
541787e39f
- Fixed counter number (timer2 -> timer1).
...
- Fixed operator in pcaintr (andb -> orb).
Pointed out by: nyan
2000-04-12 13:19:44 +00:00
nyan
658b0cd319
The nss driver is compatible mode.
...
Submitted by: Akio Morita <amorita@meadow.scphys.kyoto-u.ac.jp>
2000-04-12 13:02:54 +00:00
nyan
eccd755651
- Release allocated resources on error.
...
Reported by YAMAMOTO Shigeru <shigeru@iij.ad.jp>
- Clean up some code.
- Set the value of rid variable to PCI_BASEADR0(== 0x10) (adv_pci.c).
2000-04-12 11:32:13 +00:00
kato
e54441ea88
Merged from sys/i386/isa/isa_compat.c revisions 1.19 and 1.20.
2000-04-12 11:23:16 +00:00
nyan
39c7fcd419
Set the value of rid variable for bus_alloc_resource(dev, SYS_RES_IOPORT,...)
...
to PCI_BASE_ADDR0 (== 0x10).
Tested by: Brian Somers <brian@Awfulhak.org>
2000-04-12 11:21:55 +00:00
kato
f3e30e2591
Merged from sys/conf/Makefile.i386 rev 1.182.
2000-04-12 11:19:56 +00:00
kato
105341fb2e
Merged from sys/boot/i386/loader/main.c rev 1.19.
2000-04-12 11:17:08 +00:00
sheldonh
95b98853f3
Use an MD5 checksum to test for file changes; the previous method
...
of using file mtimes could result in chpasss(1) erroneously
detecting that no changes were made for non-interactive edits.
PR: 4238
Reported by: Jens Schweikhardt <schweikh@noc.dfn.de>
Submitted by: Daniel Hagan <dhagan@cs.vt.edu>
2000-04-12 08:49:14 +00:00
sheldonh
f5f04c9c87
Do proper byte swapping in 64bit routines.
...
PR: 17681
Submitted by: "David E. Cross" <crossd@cs.rpi.edu>
Obtained from: NetBSD
2000-04-12 08:41:16 +00:00
semenu
532087ff15
Driver is now using miibus, and newbus.
...
PR: kern/17601
2000-04-12 06:51:43 +00:00
obrien
2b0010e51b
Slight cleaner code that may be more palatable to the Binutils maintainers.
2000-04-12 03:43:09 +00:00
obrien
3860a472be
Slightly cleaner branding code that may be more palatable to the Binutils
...
maintainers.
2000-04-12 03:42:40 +00:00
msmith
e54fd623a3
Unhook headers from development tree and point to the actual system headers.
2000-04-11 23:04:17 +00:00
ache
fb9e98a767
Add Bulgarian keyboards
...
Submitted by: Boris Stoev <borko_stoev@yahoo.com>
2000-04-11 22:09:19 +00:00
ache
67af51c6ce
Add Codepage 1251 fonts
...
Submitted by: Boris Stoev <borko_stoev@yahoo.com>
2000-04-11 21:55:44 +00:00
wosch
b594a9fc56
The latest patchlevel of 2.11BSD is 430
...
Submitted by: Victor.Langeveld@mbfys.kun.nl
2000-04-11 21:02:24 +00:00
semenu
3e38bd3b44
Premier version of Makefile to build tx driver as KLD
2000-04-11 18:40:30 +00:00
semenu
9eecf23346
As tx driver was patched for newbus, we can now build it as module!
...
Add it to Makefile.
2000-04-11 18:39:52 +00:00