alc
8ec6e44b75
Enable debug.mpsafevm by default on amd64 and i386. This enables copy-on-
...
write and zero-fill faults to run without holding Giant. It is still
possible to disable Giant-free operation by setting debug.mpsafevm to 0 in
loader.conf.
2004-09-04 05:51:54 +00:00
bmah
9494a05130
Minor grammar and markup tweaks. In four cases, <function></function>
...
elements were replaced with new manpage entities.
2004-09-04 05:14:45 +00:00
imp
176b4f7e2e
Sort files alphabetically
2004-09-04 03:32:15 +00:00
marcel
7f85950ec5
Unbreak memmove(). Return the dst argument. While here, fix the END
...
macro to actually reference memmove, not memcpy.
2004-09-04 00:23:15 +00:00
marcel
a035e5e43c
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
brueffer
1ac4ce85a1
Grammar fix
...
MFC after: 3 days
2004-09-03 23:53:02 +00:00
brueffer
01ce28deb2
Properly capitalize Ethernet
...
MFC after: 3 days
2004-09-03 23:52:26 +00:00
stefanf
4be37cf73f
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
stefanf
f50caa81cf
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
sanpei
8d1cad031e
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
stefanf
2a3d4ce88c
Embarrassing typo: s/nextbyint/nearbyint/
2004-09-03 23:26:55 +00:00
brueffer
7756afcabe
Autogenerate device listing for wb(4)
...
MFC after: 3 days
2004-09-03 23:23:11 +00:00
brueffer
48fac0a657
Add ubsa(4), uftdi(4), uplcom(4) and wb(4)
...
MFC after: 3 days
2004-09-03 23:21:37 +00:00
sanpei
742dc5e918
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
brueffer
1275783731
- 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
brueffer
5e57442f36
- 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
brueffer
58bcd5982c
- 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
brueffer
5e8b20f550
- 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
sanpei
d253faa993
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
3e2660877b
Update doc dates.
...
Pointed out by: ru
2004-09-03 18:56:59 +00:00
alfred
5e8c83f99a
Normalize the makefile.
...
submitted by: ru
2004-09-03 18:01:34 +00:00
alfred
ba1009e692
xref and give a hint as to what procctl can be used for.
2004-09-03 17:52:55 +00:00
alfred
6a5b1eb495
Hook libautofs to the build.
2004-09-03 17:39:00 +00:00
jmg
cf1eff0d86
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
ache
617868778d
Remove "-" before rm -rf
2004-09-03 14:28:53 +00:00
brueffer
88f6d61362
Autogenerate device listings for ti(4) and tl(4)
...
MFC after: 3 days
2004-09-03 12:28:53 +00:00
brueffer
8521898bb0
Add ti(4) and tl(4)
...
MFC after: 3 days
2004-09-03 12:27:27 +00:00
brueffer
1125ce2b39
- 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
brueffer
e540d4371a
- 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
sos
f4de4acfe4
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
42bfd75cfe
Don't declare a function we are not defining.
2004-09-03 09:19:49 +00:00
julian
3bc1a1327b
fix compile for UP
2004-09-03 09:15:10 +00:00
scottl
051d5ca2a0
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
sos
05ea18e82c
Sync promise_mio_command with WIP on the Promise line of SATA controllers.
2004-09-03 08:23:04 +00:00
julian
e2d37a7c26
ooops finish last commit.
...
moved the variables but not the declarations.
2004-09-03 08:19:31 +00:00
julian
373bbfc184
Move 4bsd specific experimental IP code into the 4bsd file.
...
Move the sysctls into kern.sched
2004-09-03 07:42:31 +00:00
sos
ee581aec84
Cleanup the defines used for various chipsets.
...
Add new nVidia controllers.
2004-09-03 07:37:53 +00:00
brooks
230e08557d
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
ru
bf40c4e81f
Fixed more spacing bugs.
2004-09-03 06:32:11 +00:00
roam
14bb07bf2a
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
ru
083ce78d85
Join the effort in simplifying this makefile. ;)
2004-09-03 06:18:52 +00:00
alc
82e55fdf76
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
brueffer
5aa2eb98b7
Autogenerate device listings for nge(4) and ste(4)
...
MFC after: 3 days
2004-09-03 04:17:19 +00:00
brueffer
007146dfc9
Add nge(4) and ste(4)
...
MFC after: 3 days
2004-09-03 04:15:54 +00:00
brueffer
559f7022fc
- 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
brueffer
9c24d69957
- 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
rwatson
fd3f91ddf3
Tag AIO as requiring Giant over the network stack using
...
NET_NEEDS_GIANT().
RELENG_5 candidate.
2004-09-03 03:19:14 +00:00
rwatson
6390604c61
Correct a comment typo: s/Note/Not/.
...
Pointed out by: kensmith
2004-09-03 01:37:02 +00:00
julian
46d0945926
remove unused code
...
MFC after: 2 days
2004-09-02 23:37:41 +00:00
scottl
bb849ef032
Fix whitespace from last commit.
...
Submitted by: ru
2004-09-02 22:21:51 +00:00