jhb
519b6eac09
Fix indentation after removing GEMDOS support. Whitespace changes only.
2001-11-28 18:29:16 +00:00
jhb
d5902a539c
Use suser_td() instead of explicitly checking cr_uid against 0.
...
PR: kern/21809
Submitted by: <mbendiks@eunet.no>
Reviewed by: rwatson
2001-11-28 18:25:39 +00:00
arr
1ec55073a7
- Change parameters of signal handlers in order to be correct (they are
...
handed a integer, not void).
- No need to set flags to zero when they already will be.
- It was also noted the manner in which the signal handling has changed
might possibly generate some problems (hangs possibly) -- these, while
remaining in the code, will be fixed shortly (within a day).
Submitted by: bde
2001-11-28 17:29:04 +00:00
jhb
9066ad3cb5
Whitespace fixes so thre 386 versoion of __uint8_swap_uint32 is easier to
...
read.
2001-11-28 17:10:57 +00:00
imp
caddaf3bdc
Remove ciss from the modules build until the build issues are resolved.
2001-11-28 17:08:51 +00:00
jhb
6fd89a7d16
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
fd214337e6
Fix a typo in a comment
2001-11-28 16:15:52 +00:00
luigi
e77127c5fa
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
dcs
35b8c147a0
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
sobomax
df7d26d6b4
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
sobomax
6bc2d15198
Add Mustek 1200 CU Plus scanner.
...
Submitted by: "Ilmar S. Habibulin" <ilmar@watson.org>
2001-11-28 12:37:04 +00:00
iwasaki
08ec0d378e
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
tobez
390c9f0f6e
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
des
6828ec1515
Mdoc police.
...
Submitted by: ru
2001-11-28 10:07:21 +00:00
ache
d415ec9a10
Rewrite buffer handling code a bit to handle large values.
...
Add more checks for data overflow.
2001-11-28 09:50:24 +00:00
ru
1ab3b39503
GC cvs-1.8.1 import left-overs.
2001-11-28 09:31:56 +00:00
ache
1c29b90f4b
Increase internal buffer space
2001-11-28 09:26:57 +00:00
ru
18923a02f5
mdoc(7) police: fix one pam_unix(8) left-over, sort xrefs.
2001-11-28 09:25:03 +00:00
ru
3f4f880250
Whitespace police.
...
Submitted by: cjc, ru
2001-11-28 08:52:35 +00:00
imp
77bf152e92
Add Buffalo AirStation 11Mbps CF WLAN card.
...
Obtained from: NetBSD (ichiro)
2001-11-28 08:35:08 +00:00
imp
fc9dbdce84
Sync to 1.24
2001-11-28 08:33:41 +00:00
imp
7fa4817fe2
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
ache
9b9bdb6ffb
Add hi_IN.ISCII-DEV
2001-11-28 07:23:11 +00:00
ache
3a5ef92343
Don't ever assume that isdigit() is always subset of isxdigit()
2001-11-28 06:06:27 +00:00
ache
f320d6c29a
Fix typo
2001-11-28 05:43:24 +00:00
imp
e1518d100b
Add tip breakage workaround.
2001-11-28 05:43:10 +00:00
ache
10211a493a
Use stricter tests to disallow national digits > 9
...
Optimize national digits code a bit
2001-11-28 05:39:21 +00:00
ache
0c87565de6
Allow national (non-ASCII) digits
2001-11-28 04:57:48 +00:00
msmith
adb7d36871
Synch with minor changes in the ACPI CA 20011120 snapshot.
2001-11-28 04:36:29 +00:00
msmith
02c92eb332
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
gad
f06e6295c8
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
msmith
78af3c27c3
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
msmith
fe76969b7d
Vendor import of the Intel ACPI CA 20011120 snapshot.
2001-11-28 04:29:40 +00:00
silby
d03f718884
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
ache
32ca7fdc02
Allow national (non-ASCII) digits
2001-11-28 03:57:12 +00:00
fenner
b624c038d2
Implement strtoimax() and strtoumax()
2001-11-28 03:37:06 +00:00
fenner
b52e8932fd
Also mention "long long" in synopsis.
2001-11-28 03:36:05 +00:00
jwd
2a6f1a68f9
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
ca5b2bc739
Dont print the sysctl node tree unless you're root.
...
Found by: jkb (Yahoo OS troublemaker)
2001-11-28 03:11:16 +00:00
fenner
b43213c533
Base 36 is allowed.
2001-11-28 02:35:35 +00:00
obrien
44efd0a115
Change to using my custom sparc64 binutils.
2001-11-28 02:35:02 +00:00
ache
ea6b9a4d03
Whitespace formatting
2001-11-28 02:18:53 +00:00
ache
e27de1447a
Put back base > 35 check. If someone dislike it, plese discuss it with
...
standards group first.
2001-11-28 02:17:22 +00:00
ache
879d96aeb6
Fix just added atoll prototype
2001-11-28 01:51:00 +00:00
jhb
7a696f8fcb
Clean up some of the gross macros whitespace wise before I fix the asm
...
constraints.
2001-11-28 01:42:16 +00:00
ache
58de837716
Add atoll(3) to conform POSIX and C99
2001-11-28 01:22:08 +00:00
ache
950bfdf509
Understand national (non-ASCII) digits now
...
Allow bases >=36 again
Misc cleanup
2001-11-28 00:48:11 +00:00
ache
c5c274cf2c
Add safeguard to prevent charmap symbol length overflowing
2001-11-27 23:39:14 +00:00
ache
d1f6a55d62
Add hi_IN.ISCII-DEV
2001-11-27 23:24:41 +00:00
msmith
e614b0ad04
Support the 'ciss' device node.
...
MFC after: 1 week
2001-11-27 23:12:00 +00:00