John Baldwin
d3990d589f
Axe more unused GEMDOS code that was #ifdef atari.
...
PR: kern/21809
Submitted by: <mbendiks@eunet.no>
2001-11-28 16:56:42 +00:00
Brian Somers
6f99b44c60
Fix a typo in a comment
2001-11-28 16:15:52 +00:00
Luigi Rizzo
920dcd3fcb
Remove the need for an expensive m_devget on the i386, which does not
...
have alignment problems.
On small boxes (e.g. the net4501 from Soekris, featuring a 486/133)
this provides huge performance benefits: the peak forwarding rate
with avg.sized packets goes up by 50-70% because of this change
alone. Faster CPUs might benefit less from this change, but in any
case the CPU has better things to do than waste time on useless
memory-to-memory copies.
Several drivers (for Tulip-like cards) might benefit from a similar
change.
Right now the new behaviour is controlled by a sysctl variable,
hw.sis_quick which defaults to 1 (on), you can set it to 0 to
reintroduce the old behaviour (and compare the results). The
variable is only there to show how much you can gain with this
change, it will go away soon.
Also, slightly simplify the code to initialize the ring buffers,
and remove a couple of dangerous printf's which could trigger on
any packet in case of mbuf shortage.
MFC-after: 3 days
2001-11-28 16:10:37 +00:00
Daniel C. Sobral
605f755d8a
Waits for a keypress before rebooting on panic.
...
PR: kern/32351
Submitted by: Jonathan Mini <mini@haikugeek.com>
MFC after: 1 week
2001-11-28 14:00:36 +00:00
Maxim Sobolev
97361ffaab
Regen after addition of the Mustek 1200 CU Plus scanner.
...
Submitted by: "Ilmar S. Habibulin" <ilmar@watson.org>
2001-11-28 12:38:15 +00:00
Maxim Sobolev
134290641e
Add Mustek 1200 CU Plus scanner.
...
Submitted by: "Ilmar S. Habibulin" <ilmar@watson.org>
2001-11-28 12:37:04 +00:00
Mitsuru IWASAKI
b9c780d64e
Yet another synch with minor changes in the ACPI CA 20011120 snapshot.
...
We need to call AcpiEnterSleepStatePrep() before AcpiEnterSleepState().
2001-11-28 12:09:42 +00:00
Anton Berezin
7d3346ca1f
Do not write warning messages on stderr - a caller is expected to check
...
the return code and errno instead. Those warnings did not do any good
for daemonized users of initgroups(3), and confused cvs clients that
communicated with non-root cvs pserver.
The committed fix differs from the one suggested in the PR, and was
submitted by ru.
PR: 15421
Approved by: markm
Discussed on: -stable, -current at various times
2001-11-28 10:55:02 +00:00
Dag-Erling Smørgrav
ca7e26e312
Mdoc police.
...
Submitted by: ru
2001-11-28 10:07:21 +00:00
Andrey A. Chernov
8b8722d2b2
Rewrite buffer handling code a bit to handle large values.
...
Add more checks for data overflow.
2001-11-28 09:50:24 +00:00
Ruslan Ermilov
fa55add21e
GC cvs-1.8.1 import left-overs.
2001-11-28 09:31:56 +00:00
Andrey A. Chernov
99beb3fadf
Increase internal buffer space
2001-11-28 09:26:57 +00:00
Ruslan Ermilov
60c6736148
mdoc(7) police: fix one pam_unix(8) left-over, sort xrefs.
2001-11-28 09:25:03 +00:00
Ruslan Ermilov
9e5b5675b4
Whitespace police.
...
Submitted by: cjc, ru
2001-11-28 08:52:35 +00:00
Warner Losh
74d3832f6d
Add Buffalo AirStation 11Mbps CF WLAN card.
...
Obtained from: NetBSD (ichiro)
2001-11-28 08:35:08 +00:00
Warner Losh
f471b125bb
Sync to 1.24
2001-11-28 08:33:41 +00:00
Warner Losh
7a9b0e83d5
Merge from NetBSD:
...
1.147 (my changes to sync to FreeBSD's file)
1.148 Buffalo AirStation CFtytpe WLAN Card (ichiro)
1.149 IBM SCSI PCMCIA (yamt)
1.150 <restore 1.148 lost in 1.149> (enami)
2001-11-28 08:33:12 +00:00
Andrey A. Chernov
bd9f1c9673
Add hi_IN.ISCII-DEV
2001-11-28 07:23:11 +00:00
Andrey A. Chernov
87c25490c8
Don't ever assume that isdigit() is always subset of isxdigit()
2001-11-28 06:06:27 +00:00
Andrey A. Chernov
7bbd0c8b5b
Fix typo
2001-11-28 05:43:24 +00:00
Warner Losh
4b676ec151
Add tip breakage workaround.
2001-11-28 05:43:10 +00:00
Andrey A. Chernov
76604b47c1
Use stricter tests to disallow national digits > 9
...
Optimize national digits code a bit
2001-11-28 05:39:21 +00:00
Andrey A. Chernov
997aec5b67
Allow national (non-ASCII) digits
2001-11-28 04:57:48 +00:00
Mike Smith
76f2b644fd
Synch with minor changes in the ACPI CA 20011120 snapshot.
2001-11-28 04:36:29 +00:00
Mike Smith
1b3eb6b30c
Merge local changes.
...
Add a fix for a minor error in the PCI routing table creation handler
where the correct size for the buffer is not returned.
2001-11-28 04:34:52 +00:00
Garance A Drosehn
1fd731fa25
My recent changes to add the ctl_renametf routine assumed that print job
...
control-files will always start with 'cfA*'. It turns out that some
implementations of lpd (such as solaris) may send a control file which
starts with 'cfB*', or really 'cf<anyLetter>*'. Although such filenames
are very odd, we did used to accept them. This changes ctl_renametf to
work correctly with them, and fixes up 'lpc clean' to match.
PR: bin/32183
MFC after: 10 days
2001-11-28 04:30:47 +00:00
Mike Smith
89709a06f9
This commit was generated by cvs2svn to compensate for changes in r87031,
...
which included commits to RCS files with non-trunk default branches.
2001-11-28 04:29:40 +00:00
Mike Smith
de87ee3ada
Vendor import of the Intel ACPI CA 20011120 snapshot.
2001-11-28 04:29:40 +00:00
Mike Silbersack
b5c013b6b9
Make sure the security check output includes a To: line in the
...
same way the daily run output does.
2001-11-28 04:07:03 +00:00
Andrey A. Chernov
01a0db1367
Allow national (non-ASCII) digits
2001-11-28 03:57:12 +00:00
Bill Fenner
9c5cbc30e7
Implement strtoimax() and strtoumax()
2001-11-28 03:37:06 +00:00
Bill Fenner
3b175d881c
Also mention "long long" in synopsis.
2001-11-28 03:36:05 +00:00
John W. De Boskey
a5f75648d8
Return a more meaningful errno when the length of the interpreter
...
exceeds MAXSHELLCMDLEN to avoid secondary /bin/sh execution.
Update execve man page to reflect change.
Increase MAXSHELLCMDLEN to a slightly more meaningful value.
PR: kern/32106
Submitted by: b@etek.chalmers.se
Reviewed by: bsd
MFC after: 2 weeks
2001-11-28 03:26:58 +00:00
Peter Wemm
023a0e6100
Dont print the sysctl node tree unless you're root.
...
Found by: jkb (Yahoo OS troublemaker)
2001-11-28 03:11:16 +00:00
Bill Fenner
b9004c1158
Base 36 is allowed.
2001-11-28 02:35:35 +00:00
David E. O'Brien
00def12b2b
Change to using my custom sparc64 binutils.
2001-11-28 02:35:02 +00:00
Andrey A. Chernov
46a9bbdc62
Whitespace formatting
2001-11-28 02:18:53 +00:00
Andrey A. Chernov
649ffc6d4b
Put back base > 35 check. If someone dislike it, plese discuss it with
...
standards group first.
2001-11-28 02:17:22 +00:00
Andrey A. Chernov
6497eddc3f
Fix just added atoll prototype
2001-11-28 01:51:00 +00:00
John Baldwin
76053f515b
Clean up some of the gross macros whitespace wise before I fix the asm
...
constraints.
2001-11-28 01:42:16 +00:00
Andrey A. Chernov
59d01330c4
Add atoll(3) to conform POSIX and C99
2001-11-28 01:22:08 +00:00
Andrey A. Chernov
7e302fc7a2
Understand national (non-ASCII) digits now
...
Allow bases >=36 again
Misc cleanup
2001-11-28 00:48:11 +00:00
Andrey A. Chernov
d262b81bdb
Add safeguard to prevent charmap symbol length overflowing
2001-11-27 23:39:14 +00:00
Andrey A. Chernov
414f6d3373
Add hi_IN.ISCII-DEV
2001-11-27 23:24:41 +00:00
Mike Smith
0c8e9b248f
Support the 'ciss' device node.
...
MFC after: 1 week
2001-11-27 23:12:00 +00:00
Andrey A. Chernov
1f23b5ad1a
Move extern definitions to common.h
...
Increase charmap symbol length to 64
2001-11-27 23:11:05 +00:00
Mike Smith
3a31b7eb32
Add the 'ciss' driver, which supports the Compaq SmartRAID 5* family of
...
RAID controllers (5300, 532, 5i, etc.)
Thanks to Compaq and Yahoo! for support during the development of this
driver.
MFC after: 1 week
2001-11-27 23:08:37 +00:00
Robert Watson
0a79e75e5f
Remeber to set the permissions on an md-backed /tmp to 01777, rather than
...
using the default of 0755.
2001-11-27 22:12:27 +00:00
Robert Watson
f3e5e31ef3
Mention entropy_dir="NO" in diskless.8, since /var is an md-backed
...
file system and as such will not preserve its contents across boot.
2001-11-27 21:35:47 +00:00
John Baldwin
64bf8541f0
Remove GEMDOS support from msdosfs. I don't think anyone is going to
...
port FreeBSD to Atari machines any time soon.
2001-11-27 21:00:15 +00:00