summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Enable debug.mpsafevm by default on amd64 and i386. This enables copy-on-alc2004-09-041-0/+4
| | | | | | 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.
* Minor grammar and markup tweaks. In four cases, <function></function>bmah2004-09-042-52/+56
| | | | elements were replaced with new manpage entities.
* Sort files alphabeticallyimp2004-09-041-1/+1
|
* Unbreak memmove(). Return the dst argument. While here, fix the ENDmarcel2004-09-041-7/+6
| | | | macro to actually reference memmove, not memcpy.
* Unbreak memcpy(). memcpy() is defined to return the dst argument.marcel2004-09-041-6/+5
| | | | | | 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.
* Grammar fixbrueffer2004-09-031-1/+1
| | | | MFC after: 3 days
* Properly capitalize Ethernetbrueffer2004-09-031-1/+1
| | | | MFC after: 3 days
* Add a workaround to recognise I/_Complex_I as complex arguments. Althoughstefanf2004-09-031-1/+2
| | | | | the GCC manual claims that the expression 1.0fi has type float _Complex, __builtin_types_compatible_p(float _Complex, __typeof__(1.0fi))) yields 0.
* Use the keyword '_Complex' rather than the macro 'complex' sincestefanf2004-09-031-4/+4
| | | | applications are allowed to undefine the latter.
* Add support Nikon CoolScan LS40 EDsanpei2004-09-033-1/+6
| | | | | | PR: kern/71139 Submitted by: Pierre DAVID <Pierre.David@crc.u-strasbg.fr> MFC after: 1 week
* Embarrassing typo: s/nextbyint/nearbyint/stefanf2004-09-031-1/+1
|
* Autogenerate device listing for wb(4)brueffer2004-09-032-4/+2
| | | | MFC after: 3 days
* Add ubsa(4), uftdi(4), uplcom(4) and wb(4)brueffer2004-09-031-0/+4
| | | | MFC after: 3 days
* Add support Qualcomm CDMA modemsanpei2004-09-032-0/+3
| | | | | | PR: kern/71043 Submitted by: Tomas Krivanek <tom@atack.cz> MFC after: 1 week
* - change layout of the hardware list to the one used by other manpagesbrueffer2004-09-031-3/+3
| | | | | | - grammar fixes MFC after: 3 days
* - change layout of the hardware list to the one used by other manpagesbrueffer2004-09-031-2/+2
| | | | | | - add a missing word MFC after: 3 days
* - change layout of the hardware list to the one used by other manpagesbrueffer2004-09-031-3/+3
| | | | | | | - fix spacing of one hardware entry - grammar fix MFC after: 3 days
* - move list of supported adapters into a HARDWARE sectionbrueffer2004-09-031-7/+15
| | | | | | | - properly capitalize (Fast) Ethernet - bump document date MFC after: 3 days
* add support ELECOM UC-SGT(minor change version)sanpei2004-09-032-0/+2
| | | | | | | | 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
* Update doc dates.alfred2004-09-032-2/+2
| | | | Pointed out by: ru
* Normalize the makefile.alfred2004-09-031-8/+3
| | | | submitted by: ru
* xref and give a hint as to what procctl can be used for.alfred2004-09-032-1/+12
|
* Hook libautofs to the build.alfred2004-09-031-1/+1
|
* merge in if_rl locking because if_re was originally based upon if_rl.jmg2004-09-031-84/+135
| | | | | | | 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
* Remove "-" before rm -rfache2004-09-031-1/+1
|
* Autogenerate device listings for ti(4) and tl(4)brueffer2004-09-032-6/+4
| | | | MFC after: 3 days
* Add ti(4) and tl(4)brueffer2004-09-031-0/+2
| | | | MFC after: 3 days
* - move list of supported adapters into a HARDWARE sectionbrueffer2004-09-031-15/+52
| | | | | | | - properly capitalize (Fast) Ethernet - bump document date MFC after: 3 days
* - move list of supported adapters into a HARDWARE sectionbrueffer2004-09-031-45/+48
| | | | | | | | | - list the Digital EtherWORKS adapter as supported [1] - properly capitalize (Fast|Gigabit) Ethernet - bump document date Obtained from: NetBSD [1] MFC after: 3 days
* Introduce ata_udelay() that uses tsleep instead of DELAY if possible.sos2004-09-034-7/+18
| | | | | | 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;
* Don't declare a function we are not defining.julian2004-09-031-0/+2
|
* fix compile for UPjulian2004-09-031-0/+4
|
* Panic if given a CAM_DATA_PHYS pointer from CAM instead of trying to handle it.scottl2004-09-031-14/+2
| | | | | | 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.
* Sync promise_mio_command with WIP on the Promise line of SATA controllers.sos2004-09-031-4/+9
|
* ooops finish last commit.julian2004-09-032-3/+5
| | | | moved the variables but not the declarations.
* Move 4bsd specific experimental IP code into the 4bsd file.julian2004-09-033-131/+127
| | | | Move the sysctls into kern.sched
* Cleanup the defines used for various chipsets.sos2004-09-032-19/+31
| | | | Add new nVidia controllers.
* If the argument to the -r flag starts with a ':' or a '|', don't try tobrooks2004-09-031-1/+1
| | | | | | | | | 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
* Fixed more spacing bugs.ru2004-09-031-9/+9
|
* Add a BUGS section and copy the wording from mmap(2)'s MAP_NOSYNC,roam2004-09-031-0/+9
| | | | | | | | | 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
* Join the effort in simplifying this makefile. ;)ru2004-09-031-3/+1
|
* Push Giant deep into vm_forkproc(), acquiring it only if the process hasalc2004-09-035-21/+18
| | | | | mapped System V shared memory segments (see shmfork_myhook()) or requires the allocation of an ldt (see vm_fault_wire()).
* Autogenerate device listings for nge(4) and ste(4)brueffer2004-09-032-12/+4
| | | | MFC after: 3 days
* Add nge(4) and ste(4)brueffer2004-09-031-0/+2
| | | | MFC after: 3 days
* - move list of supported adapters into a HARDWARE sectionbrueffer2004-09-031-7/+18
| | | | | | | - properly capitalize (Fast) Ethernet - bump document date MFC after: 3 days
* - move list of supported adapters into a HARDWARE sectionbrueffer2004-09-031-31/+33
| | | | | | | - properly capitalize Fast/Gigabit Ethernet - bump document date MFC after: 3 days
* Tag AIO as requiring Giant over the network stack usingrwatson2004-09-031-0/+2
| | | | | | NET_NEEDS_GIANT(). RELENG_5 candidate.
* Correct a comment typo: s/Note/Not/.rwatson2004-09-031-1/+1
| | | | Pointed out by: kensmith
* remove unused codejulian2004-09-021-109/+0
| | | | MFC after: 2 days
* Fix whitespace from last commit.scottl2004-09-021-1/+1
| | | | Submitted by: ru
OpenPOWER on IntegriCloud