summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak memmove(). Return the dst argument. While here, fix the ENDMarcel Moolenaar2004-09-041-7/+6
| | | | | | | macro to actually reference memmove, not memcpy. Notes: svn path=/head/; revision=134743
* Unbreak memcpy(). memcpy() is defined to return the dst argument.Marcel Moolenaar2004-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. Notes: svn path=/head/; revision=134739
* Grammar fixChristian Brueffer2004-09-031-1/+1
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=134738
* Properly capitalize EthernetChristian Brueffer2004-09-031-1/+1
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=134737
* Add a workaround to recognise I/_Complex_I as complex arguments. AlthoughStefan Farfeleder2004-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. Notes: svn path=/head/; revision=134736
* Use the keyword '_Complex' rather than the macro 'complex' sinceStefan Farfeleder2004-09-031-4/+4
| | | | | | | applications are allowed to undefine the latter. Notes: svn path=/head/; revision=134735
* Add support Nikon CoolScan LS40 EDMIHIRA Sanpei Yoshiro2004-09-033-1/+6
| | | | | | | | | PR: kern/71139 Submitted by: Pierre DAVID <Pierre.David@crc.u-strasbg.fr> MFC after: 1 week Notes: svn path=/head/; revision=134734
* Embarrassing typo: s/nextbyint/nearbyint/Stefan Farfeleder2004-09-031-1/+1
| | | | Notes: svn path=/head/; revision=134733
* Autogenerate device listing for wb(4)Christian Brueffer2004-09-032-4/+2
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=134731
* Add ubsa(4), uftdi(4), uplcom(4) and wb(4)Christian Brueffer2004-09-031-0/+4
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=134730
* Add support Qualcomm CDMA modemMIHIRA Sanpei Yoshiro2004-09-032-0/+3
| | | | | | | | | PR: kern/71043 Submitted by: Tomas Krivanek <tom@atack.cz> MFC after: 1 week Notes: svn path=/head/; revision=134729
* - change layout of the hardware list to the one used by other manpagesChristian Brueffer2004-09-031-3/+3
| | | | | | | | | - grammar fixes MFC after: 3 days Notes: svn path=/head/; revision=134728
* - change layout of the hardware list to the one used by other manpagesChristian Brueffer2004-09-031-2/+2
| | | | | | | | | - add a missing word MFC after: 3 days Notes: svn path=/head/; revision=134727
* - change layout of the hardware list to the one used by other manpagesChristian Brueffer2004-09-031-3/+3
| | | | | | | | | | - fix spacing of one hardware entry - grammar fix MFC after: 3 days Notes: svn path=/head/; revision=134726
* - move list of supported adapters into a HARDWARE sectionChristian Brueffer2004-09-031-7/+15
| | | | | | | | | | - properly capitalize (Fast) Ethernet - bump document date MFC after: 3 days Notes: svn path=/head/; revision=134725
* add support ELECOM UC-SGT(minor change version)MIHIRA Sanpei Yoshiro2004-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 Notes: svn path=/head/; revision=134724
* Update doc dates.Alfred Perlstein2004-09-032-2/+2
| | | | | | | Pointed out by: ru Notes: svn path=/head/; revision=134718
* Normalize the makefile.Alfred Perlstein2004-09-031-8/+3
| | | | | | | submitted by: ru Notes: svn path=/head/; revision=134715
* xref and give a hint as to what procctl can be used for.Alfred Perlstein2004-09-032-1/+12
| | | | Notes: svn path=/head/; revision=134714
* Hook libautofs to the build.Alfred Perlstein2004-09-031-1/+1
| | | | Notes: svn path=/head/; revision=134713
* merge in if_rl locking because if_re was originally based upon if_rl.John-Mark Gurney2004-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 Notes: svn path=/head/; revision=134711
* Remove "-" before rm -rfAndrey A. Chernov2004-09-031-1/+1
| | | | Notes: svn path=/head/; revision=134703
* Autogenerate device listings for ti(4) and tl(4)Christian Brueffer2004-09-032-6/+4
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=134702
* Add ti(4) and tl(4)Christian Brueffer2004-09-031-0/+2
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=134701
* - move list of supported adapters into a HARDWARE sectionChristian Brueffer2004-09-031-15/+52
| | | | | | | | | | - properly capitalize (Fast) Ethernet - bump document date MFC after: 3 days Notes: svn path=/head/; revision=134700
* - move list of supported adapters into a HARDWARE sectionChristian Brueffer2004-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 Notes: svn path=/head/; revision=134699
* Introduce ata_udelay() that uses tsleep instead of DELAY if possible.Søren Schmidt2004-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; Notes: svn path=/head/; revision=134698
* Don't declare a function we are not defining.Julian Elischer2004-09-031-0/+2
| | | | Notes: svn path=/head/; revision=134694
* fix compile for UPJulian Elischer2004-09-031-0/+4
| | | | Notes: svn path=/head/; revision=134693
* Panic if given a CAM_DATA_PHYS pointer from CAM instead of trying to handle it.Scott Long2004-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. Notes: svn path=/head/; revision=134692
* Sync promise_mio_command with WIP on the Promise line of SATA controllers.Søren Schmidt2004-09-031-4/+9
| | | | Notes: svn path=/head/; revision=134690
* ooops finish last commit.Julian Elischer2004-09-032-3/+5
| | | | | | | moved the variables but not the declarations. Notes: svn path=/head/; revision=134689
* Move 4bsd specific experimental IP code into the 4bsd file.Julian Elischer2004-09-033-131/+127
| | | | | | | Move the sysctls into kern.sched Notes: svn path=/head/; revision=134688
* Cleanup the defines used for various chipsets.Søren Schmidt2004-09-032-19/+31
| | | | | | | Add new nVidia controllers. Notes: svn path=/head/; revision=134687
* If the argument to the -r flag starts with a ':' or a '|', don't try toBrooks Davis2004-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 Notes: svn path=/head/; revision=134686
* Fixed more spacing bugs.Ruslan Ermilov2004-09-031-9/+9
| | | | Notes: svn path=/head/; revision=134684
* Add a BUGS section and copy the wording from mmap(2)'s MAP_NOSYNC,Peter Pentchev2004-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 Notes: svn path=/head/; revision=134682
* Join the effort in simplifying this makefile. ;)Ruslan Ermilov2004-09-031-3/+1
| | | | Notes: svn path=/head/; revision=134681
* Push Giant deep into vm_forkproc(), acquiring it only if the process hasAlan Cox2004-09-035-21/+18
| | | | | | | | mapped System V shared memory segments (see shmfork_myhook()) or requires the allocation of an ldt (see vm_fault_wire()). Notes: svn path=/head/; revision=134675
* Autogenerate device listings for nge(4) and ste(4)Christian Brueffer2004-09-032-12/+4
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=134674
* Add nge(4) and ste(4)Christian Brueffer2004-09-031-0/+2
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=134673
* - move list of supported adapters into a HARDWARE sectionChristian Brueffer2004-09-031-7/+18
| | | | | | | | | | - properly capitalize (Fast) Ethernet - bump document date MFC after: 3 days Notes: svn path=/head/; revision=134672
* - move list of supported adapters into a HARDWARE sectionChristian Brueffer2004-09-031-31/+33
| | | | | | | | | | - properly capitalize Fast/Gigabit Ethernet - bump document date MFC after: 3 days Notes: svn path=/head/; revision=134671
* Tag AIO as requiring Giant over the network stack usingRobert Watson2004-09-031-0/+2
| | | | | | | | | NET_NEEDS_GIANT(). RELENG_5 candidate. Notes: svn path=/head/; revision=134670
* Correct a comment typo: s/Note/Not/.Robert Watson2004-09-031-1/+1
| | | | | | | Pointed out by: kensmith Notes: svn path=/head/; revision=134666
* remove unused codeJulian Elischer2004-09-021-109/+0
| | | | | | | MFC after: 2 days Notes: svn path=/head/; revision=134665
* Fix whitespace from last commit.Scott Long2004-09-021-1/+1
| | | | | | | Submitted by: ru Notes: svn path=/head/; revision=134664
* Rewrite this hackAndrey A. Chernov2004-09-021-2/+1
| | | | | | | | | -rm -rf ${LOCALEDIR}/*/LC_MESSAGES and move it inside loop. It can damage user-made ${LOCALEDIR}/* locales otherwise. Notes: svn path=/head/; revision=134663
* Pass O_NONBLOCK directly to fcntl() rather than the pointer to an intRobert Watson2004-09-021-12/+8
| | | | | | | | holding the value O_NONBLOCK. This worked previously because I was lucky. Notes: svn path=/head/; revision=134662
* Don't override the rule used to build a binary by providing our ownRobert Watson2004-09-021-1/+0
| | | | | | | compiler line. Notes: svn path=/head/; revision=134661