Marcel Moolenaar
4c36bcaa87
Unbreak memcpy(). memcpy() is defined to return the dst argument.
...
By using r8 instead of r14 to do the swap, we put the dst argument
in the return register. Since bcopy() doesn't clobber r8, we don't
have to do anything else. This fixes ports/textproc/aspell.
2004-09-04 00:04:58 +00:00
Christian Brueffer
00bf32b031
Grammar fix
...
MFC after: 3 days
2004-09-03 23:53:02 +00:00
Christian Brueffer
fd69947b4d
Properly capitalize Ethernet
...
MFC after: 3 days
2004-09-03 23:52:26 +00:00
Stefan Farfeleder
6549b8a280
Add a workaround to recognise I/_Complex_I as complex arguments. Although
...
the GCC manual claims that the expression 1.0fi has type float _Complex,
__builtin_types_compatible_p(float _Complex, __typeof__(1.0fi))) yields 0.
2004-09-03 23:44:09 +00:00
Stefan Farfeleder
a551dea2a8
Use the keyword '_Complex' rather than the macro 'complex' since
...
applications are allowed to undefine the latter.
2004-09-03 23:31:28 +00:00
MIHIRA Sanpei Yoshiro
3785db4f85
Add support Nikon CoolScan LS40 ED
...
PR: kern/71139
Submitted by: Pierre DAVID <Pierre.David@crc.u-strasbg.fr>
MFC after: 1 week
2004-09-03 23:29:01 +00:00
Stefan Farfeleder
9b3310685b
Embarrassing typo: s/nextbyint/nearbyint/
2004-09-03 23:26:55 +00:00
Christian Brueffer
3bf5804eed
Autogenerate device listing for wb(4)
...
MFC after: 3 days
2004-09-03 23:23:11 +00:00
Christian Brueffer
d786c4c73d
Add ubsa(4), uftdi(4), uplcom(4) and wb(4)
...
MFC after: 3 days
2004-09-03 23:21:37 +00:00
MIHIRA Sanpei Yoshiro
44cf44fbff
Add support Qualcomm CDMA modem
...
PR: kern/71043
Submitted by: Tomas Krivanek <tom@atack.cz>
MFC after: 1 week
2004-09-03 23:19:27 +00:00
Christian Brueffer
990abd7afe
- change layout of the hardware list to the one used by other manpages
...
- grammar fixes
MFC after: 3 days
2004-09-03 23:18:16 +00:00
Christian Brueffer
f766821566
- change layout of the hardware list to the one used by other manpages
...
- add a missing word
MFC after: 3 days
2004-09-03 23:17:21 +00:00
Christian Brueffer
120ac37675
- change layout of the hardware list to the one used by other manpages
...
- fix spacing of one hardware entry
- grammar fix
MFC after: 3 days
2004-09-03 23:16:07 +00:00
Christian Brueffer
35820ff9af
- move list of supported adapters into a HARDWARE section
...
- properly capitalize (Fast) Ethernet
- bump document date
MFC after: 3 days
2004-09-03 23:13:54 +00:00
MIHIRA Sanpei Yoshiro
42554f699b
add support ELECOM UC-SGT(minor change version)
...
http://www2.elecom.co.jp/products/UC-SGT.html
PR: [FreeBSD-users-jp 80725]
Submitted by: NAKAMURA Kazushi <kaz@kobe1995.net>
MFC after: 1 week
2004-09-03 22:41:37 +00:00
Alfred Perlstein
18858a0704
Update doc dates.
...
Pointed out by: ru
2004-09-03 18:56:59 +00:00
Alfred Perlstein
682f9306a4
Normalize the makefile.
...
submitted by: ru
2004-09-03 18:01:34 +00:00
Alfred Perlstein
4bcd2254f3
xref and give a hint as to what procctl can be used for.
2004-09-03 17:52:55 +00:00
Alfred Perlstein
345c5f4a23
Hook libautofs to the build.
2004-09-03 17:39:00 +00:00
John-Mark Gurney
97b9d4baf5
merge in if_rl locking because if_re was originally based upon if_rl.
...
This essentially merges revs 1.143-1.1445 of sys/pci/if_rl.c.
This now marks the interrupt MPSAFE along with making the mutex non-recursive.
Looked over by: bms
2004-09-03 16:41:41 +00:00
Andrey A. Chernov
1e454c2527
Remove "-" before rm -rf
2004-09-03 14:28:53 +00:00
Christian Brueffer
bac5da75f4
Autogenerate device listings for ti(4) and tl(4)
...
MFC after: 3 days
2004-09-03 12:28:53 +00:00
Christian Brueffer
8f640e0468
Add ti(4) and tl(4)
...
MFC after: 3 days
2004-09-03 12:27:27 +00:00
Christian Brueffer
6138591ae4
- move list of supported adapters into a HARDWARE section
...
- properly capitalize (Fast) Ethernet
- bump document date
MFC after: 3 days
2004-09-03 12:24:50 +00:00
Christian Brueffer
1806246b43
- move list of supported adapters into a HARDWARE section
...
- list the Digital EtherWORKS adapter as supported [1]
- properly capitalize (Fast|Gigabit) Ethernet
- bump document date
Obtained from: NetBSD [1]
MFC after: 3 days
2004-09-03 12:23:16 +00:00
Søren Schmidt
0f7cfb8473
Introduce ata_udelay() that uses tsleep instead of DELAY if possible.
...
In places where we have long delays that doesn't depend on too accurate
timing, use ata_udelay() instead of DELAY() so we dont uselessly spin
the CPU if not nessesary;
2004-09-03 12:10:44 +00:00
Julian Elischer
00b0483d5c
Don't declare a function we are not defining.
2004-09-03 09:19:49 +00:00
Julian Elischer
37c28a022b
fix compile for UP
2004-09-03 09:15:10 +00:00
Scott Long
21b1acfb93
Panic if given a CAM_DATA_PHYS pointer from CAM instead of trying to handle it.
...
It makes no sense in a PAE environment and is impossible to handle correctly.
This case is also never used right now. This should make the iir(4) driver
ready for PAE.
2004-09-03 08:44:23 +00:00
Søren Schmidt
7a6d2ca81b
Sync promise_mio_command with WIP on the Promise line of SATA controllers.
2004-09-03 08:23:04 +00:00
Julian Elischer
293968d8d3
ooops finish last commit.
...
moved the variables but not the declarations.
2004-09-03 08:19:31 +00:00
Julian Elischer
82a1dfc16d
Move 4bsd specific experimental IP code into the 4bsd file.
...
Move the sysctls into kern.sched
2004-09-03 07:42:31 +00:00
Søren Schmidt
df6a77ddcb
Cleanup the defines used for various chipsets.
...
Add new nVidia controllers.
2004-09-03 07:37:53 +00:00
Brooks Davis
f52501ba8c
If the argument to the -r flag starts with a ':' or a '|', don't try to
...
make sure it is a device. GDB special cases these prefixes and treats
:#### as a tcp port on localhost and executes what ever follows '|'.
This allows kgdb to debug via dconschat.
Discussed with: marcel
2004-09-03 07:11:42 +00:00
Ruslan Ermilov
46e7a66ba0
Fixed more spacing bugs.
2004-09-03 06:32:11 +00:00
Peter Pentchev
2f67164732
Add a BUGS section and copy the wording from mmap(2)'s MAP_NOSYNC,
...
documenting the obsoleteness of the msync(2) syscall and its single
remaining purpose.
PR: 70916
Submitted by: Radim Kolar <hsn@netmag.cz>
MFC after: 3 days
2004-09-03 06:24:25 +00:00
Ruslan Ermilov
751d4065e6
Join the effort in simplifying this makefile. ;)
2004-09-03 06:18:52 +00:00
Alan Cox
94ddc7076d
Push Giant deep into vm_forkproc(), acquiring it only if the process has
...
mapped System V shared memory segments (see shmfork_myhook()) or requires
the allocation of an ldt (see vm_fault_wire()).
2004-09-03 05:11:32 +00:00
Christian Brueffer
2e3e26a50c
Autogenerate device listings for nge(4) and ste(4)
...
MFC after: 3 days
2004-09-03 04:17:19 +00:00
Christian Brueffer
887c77ca64
Add nge(4) and ste(4)
...
MFC after: 3 days
2004-09-03 04:15:54 +00:00
Christian Brueffer
0649a4fe51
- move list of supported adapters into a HARDWARE section
...
- properly capitalize (Fast) Ethernet
- bump document date
MFC after: 3 days
2004-09-03 04:13:22 +00:00
Christian Brueffer
a0fca2725b
- move list of supported adapters into a HARDWARE section
...
- properly capitalize Fast/Gigabit Ethernet
- bump document date
MFC after: 3 days
2004-09-03 03:58:45 +00:00
Robert Watson
b6ac582880
Tag AIO as requiring Giant over the network stack using
...
NET_NEEDS_GIANT().
RELENG_5 candidate.
2004-09-03 03:19:14 +00:00
Robert Watson
ccaae37ab1
Correct a comment typo: s/Note/Not/.
...
Pointed out by: kensmith
2004-09-03 01:37:02 +00:00
Julian Elischer
44692526be
remove unused code
...
MFC after: 2 days
2004-09-02 23:37:41 +00:00
Scott Long
f93675b033
Fix whitespace from last commit.
...
Submitted by: ru
2004-09-02 22:21:51 +00:00
Andrey A. Chernov
ac0ae7472c
Rewrite this hack
...
-rm -rf ${LOCALEDIR}/*/LC_MESSAGES
and move it inside loop.
It can damage user-made ${LOCALEDIR}/* locales otherwise.
2004-09-02 22:09:33 +00:00
Robert Watson
accbe49470
Pass O_NONBLOCK directly to fcntl() rather than the pointer to an int
...
holding the value O_NONBLOCK. This worked previously because I was
lucky.
2004-09-02 21:41:57 +00:00
Robert Watson
27b37d5cf2
Don't override the rule used to build a binary by providing our own
...
compiler line.
2004-09-02 21:37:50 +00:00
Hiroki Sato
d40c3f2ce4
Trim errata and bump &release.next;.
2004-09-02 21:01:09 +00:00