summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Sufficient access checks are performed by vmapbuf() that calling useracc()alc2003-04-061-5/+0
* Initialize the PIIX timecounter in piix_attach(), which is called onlydes2003-04-061-8/+12
* Remove a largely useless statistic (its kept elsewhere too).jake2003-04-061-3/+0
* Make the pmap stats writeable. It can be useful to clear them.jake2003-04-061-1/+1
* Add support for the CLIE 5.0 series of PDAsscottl2003-04-061-0/+1
* Regen from usbdevs v.116scottl2003-04-061-1/+13
* Regenscottl2003-04-061-1/+3
* Add ID's for the CLIE 5.0 series and the Belkin F5U109 usb->serial adapter.scottl2003-04-061-0/+2
* Use the vis block copy/zero functions for pmap_copy_page and pmap_zero_page.jake2003-04-064-13/+29
* Ignore attempts to pmap_kremove or pmap_qremove pages which do not havejake2003-04-061-0/+2
* Zap some a.out leftoverspeter2003-04-061-3/+0
* Also set the access bit in the PTE when we get a data dirty bit fault.marcel2003-04-062-4/+4
* Search for "elf32 kernel" (and elf64) and "elf32 module" (and elf64)peter2003-04-062-4/+12
* Use __FBSDID.mux2003-04-061-1/+3
* Correct the definition of the link_addr and rbd_addr fieldsmux2003-04-061-2/+2
* - Instead of rolling our own alignment-safe function, use le32enc()mux2003-04-061-78/+66
* Remove an unnecessary trunc_page() from vmapbuf().alc2003-04-061-1/+1
* - Use __FXP_BITFIELDX macros to make the configuration bitfieldmux2003-04-051-81/+99
* Use bus_dmamap_load_mbuf() instead of bus_dmamap_load() for themux2003-04-051-2/+21
* Don't reinitialize fields that are already initialized by getpbuf().alc2003-04-052-2/+2
* Unbreak the !LAZY_SWITCH case. I #ifdef'ed too much when I addedpeter2003-04-053-6/+3
* Sufficient access checks are performed by vmapbuf() that callingalc2003-04-051-15/+1
* Include <geom/geom_disk.h> and stop including <sys/disk.h>. Themarcel2003-04-051-1/+1
* Remove GIANT_REQUIRED from getpbuf(). Reviewed by: teggealc2003-04-051-2/+1
* Fix ed compilation with PAE by using %jx instead of %x.cognet2003-04-051-4/+4
* Use vm_paddr_t instead of vm_offset_t for the paddr parameter of vesa_mmap.cognet2003-04-051-1/+1
* - Change a FXP_NRFABUFS which would have been a FXP_NTXCB.mux2003-04-051-3/+3
* Setup our interrupt only at the end of fxp_attach(), when allmux2003-04-051-12/+12
* Add SMP_TSC option, which can be used on SMP systems where the TSCstegge2003-04-044-2/+8
* Add a rudimentary but working driver for the Adlink "NuDaq PCI-9812".phk2003-04-042-0/+239
* Define ovbcopy() as a macro which expands to the equivalent bcopy() call,des2003-04-0416-73/+41
* Retire <sys/diskslice.h>phk2003-04-041-35/+0
* Libdisk does not need to include <sys/diskslice.h> any more.phk2003-04-0420-63/+48
* Add NE2000DVF_AX88190 flag to Corega FEther PCC-TXDsanpei2003-04-041-1/+1
* fix typosanpei2003-04-041-1/+1
* ovbcopy -> bcopydes2003-04-041-1/+1
* Replace ovbcopy() with bcopy().des2003-04-041-3/+2
* Replace memcpy() and ovbcopy() with bcopy(); ditch some caddr_t usage.des2003-04-041-7/+6
* Don't use ovbcopy().des2003-04-042-2/+2
* Don't use ovbcopy(); use void * instead of char *.des2003-04-041-6/+3
* The kernel bcopy() is safe for overlapping regions (and always has), sodes2003-04-041-2/+2
* Rename a static variable to avoid future conflicts.des2003-04-041-2/+2
* Bandaid fix for previous commit while I figure out why it broke. Thisjake2003-04-042-4/+4
* Additional codec ids.orion2003-04-041-0/+6
* Fix mismatch between bus address stored for buffer descriptors andorion2003-04-041-3/+8
* o Remove useracc() calls from aio_qphysio(); they are redundantalc2003-04-041-20/+1
* o Check the b_bufsize passed to vmapbuf() returning an erroralc2003-04-041-2/+2
* Remove `#ifndef lint' left behind after previous change.marcel2003-04-042-2/+0
* - Removed APTD and associated macros, it is no longer used.jake2003-04-039-80/+18
* Use __FBSDID rather than rcsid[].obrien2003-04-03102-529/+262
OpenPOWER on IntegriCloud