summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MFp4: Pentium/Athlon-optimised implementation of wcschr().tjr2003-04-052-1/+78
* 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
* Diff reduction with my p4 changes:imp2003-04-041-5/+5
* Add a rudimentary but working driver for the Adlink "NuDaq PCI-9812".phk2003-04-042-0/+239
* style.Makefile(5)obrien2003-04-0473-114/+129
* Define ovbcopy() as a macro which expands to the equivalent bcopy() call,des2003-04-0416-73/+41
* Use sized cast matching the sized pointer.phk2003-04-041-1/+1
* Retire <sys/diskslice.h>phk2003-04-041-35/+0
* Libdisk does not need to include <sys/diskslice.h> any more.phk2003-04-0429-72/+48
* Add NE2000DVF_AX88190 flag to Corega FEther PCC-TXDsanpei2003-04-041-1/+1
* - Print out an error message instead of dereferencing a NULL pointerrobert2003-04-041-7/+29
* fix typosanpei2003-04-041-1/+1
* Fix braino in definition of isfinite().das2003-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
* Set link-local address of tun interface with prefixlen = 64ume2003-04-042-8/+8
* -Wall implies -Wuninitialized if -O is also in effect.ru2003-04-041-3/+0
* Add a manpage for the 'vpd' driver.mdodd2003-04-042-1/+90
* 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
* Add release of FreeBSD 4.8.murray2003-04-041-4/+5
* 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
* Simplify compatibility ifdef.imp2003-04-041-4/+7
* No need to check to see if we're running a version of FreeBSD 3.0 current orimp2003-04-041-3/+0
* No need to have ifdef < FreeBSD 4.0-current in here. Remove it toimp2003-04-042-12/+0
* Remove `#ifndef lint' left behind after previous change.marcel2003-04-042-2/+0
* G/C tconv: It is libmytinfo-dependent and has not compiled for 3+ years.tjr2003-04-045-1639/+0
* - Removed APTD and associated macros, it is no longer used.jake2003-04-039-80/+18
* Output machdep.guessed_bootdev as an integer rather than try to formatphk2003-04-031-54/+0
* Use __FBSDID rather than rcsid[].obrien2003-04-03102-529/+262
* Fix typo: On the relevant architectures, floppy drives are handled bybmah2003-04-032-2/+2
* Remove useless initialization.mux2003-04-031-1/+0
* Add support for the HP Smart Array 6400 EMps2003-04-031-3/+4
* Retire the DIOCGMBR ioctl before anybody starts to use it.phk2003-04-032-6/+0
* Remove BIO_SETATTR from non-GEOM part of kernel as well.phk2003-04-032-2/+0
* Remove all references to BIO_SETATTR. We will not be using it.phk2003-04-038-31/+0
* Update the initializer for GEOM_MBREXT, I overlooked it previously.phk2003-04-031-3/+2
* Add #define for DOSPTYP_PMBR, and use it.phk2003-04-032-1/+2
* Add optimized block copy and zero functions using vis instructions, whichjake2003-04-032-0/+140
* Fix fxp(4), this changed shouldn't have crept in.mux2003-04-031-2/+2
* Stop logging ``authpriv'' messages to the world-readable fileyar2003-04-031-1/+1
* Add support for saving and restoring kernel floating point state. The statejake2003-04-032-1/+45
OpenPOWER on IntegriCloud