summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-07-21from netbsd, umass.c 1.103David Gwynne
2004-07-21from netbsd, umass.c 1.105David Gwynne
2004-07-21from netbsd, umass.c 1.112David Gwynne
2004-07-21from netbsd, umass.c 1.116David Gwynne
2004-07-21from netbsd, umass.c 1.104David Gwynne
2004-07-21from netbsd, umass.c 1.101David Gwynne
2004-07-21from netbsd, umass.c 1.100 1.113 1.115, umass_scsipi.c 1.11, umassvar.h 1.21David Gwynne
2004-07-21need to include bsd.own.mk hereDavid Krause
2004-07-21calibrate after opening. helps if cpu speed is changing and microtime can'tTed Unangst
2004-07-21Yet another victim of inline masturbation.Artur Grabowski
2004-07-21remove a few inlines from funcs that are used more than once and make code bi...Michael Shalayeff
2004-07-21from freebsd, ugen.c 1.68 usbdi_util.c 1.27 usbdi_util.h 1.15David Gwynne
2004-07-20ifdef DDB a few functions only used (or usable) from DDB.Artur Grabowski
2004-07-20KASSERT instead of assert. Gives smaller RAMDISKS.Artur Grabowski
2004-07-20Forgot to put this chunk in.Miod Vallat
2004-07-20Properly initialize FPU state if it hasn't been used yet.Mark Kettenis
2004-07-20syncTheo de Raadt
2004-07-20Do not provide builtins for strcpy() and strcat(), as done with gcc 2, onMiod Vallat
2004-07-20add cdceDaniel Hartmeier
2004-07-20Xr cdce.Miod Vallat
2004-07-20Use the standard blurb about ifconfig.Miod Vallat
2004-07-20Let the boot device detection code handle secondary SCSI buses.Miod Vallat
2004-07-20Work in progress to support daughterboards. The driver now will attach aMiod Vallat
2004-07-20Driver for USB CDC Ethernet devices (USB Host-to-Host), appearing asDaniel Hartmeier
2004-07-20Use sc_print_addr for error messages.Miod Vallat
2004-07-20The timeout wheels are manipulated by hardclock that's not protected withArtur Grabowski
2004-07-20protect printf with a mutex instead of SIMPLELOCK.Artur Grabowski
2004-07-20Use mutex instead of SIMPLELOCK for protecting ddb on mp systems.Artur Grabowski
2004-07-20Use mutex where we used to protect pmap internals with SIMPLELOCK.Artur Grabowski
2004-07-20MD mutex implementation on amd64.Artur Grabowski
2004-07-20MD mutex implementation for i386.Artur Grabowski
2004-07-20Introducing mutexes - cpu-owned spinning locks with spl semantics.Artur Grabowski
2004-07-20regenMichael Shalayeff
2004-07-20prolific pl2501; for dhartmei@Michael Shalayeff
2004-07-20#include "npx.h"Mark Kettenis
2004-07-20support for gnu-info, with @info keyword.Marc Espie
2004-07-20Add ELFDEBUG to mirror the a.out debug that already exists.Marco S Hyman
2004-07-20since we have both the server and the servers keyword we ought toHenning Brauer
2004-07-20IPv6 support originally by itojun@ with standalone mode fixes by me.Todd C. Miller
2004-07-20wrap the heads for the linked list of addresses into a new ntp_addr_wrapHenning Brauer
2004-07-20Make ENXIO from SIOCGWAVELAN a fatal error so we don't get garbageTodd C. Miller
2004-07-20Allow a kernel to specify wd* as root or swap device;Miod Vallat
2004-07-20- fix macro argsJason McIntyre
2004-07-20whitespace;Jason McIntyre
2004-07-20Fix formats in debug printfs to work correctly on 64-bit archs.Artur Grabowski
2004-07-20make lowpc and highpc into long, fixing gprof on 64-bit archs with textArtur Grabowski
2004-07-20add commented-out entries for currently disabled regress testsDavid Krause
2004-07-20if USE_GCC3, look in the right place for the sourcesDavid Krause
2004-07-20we can add the gnu directory to the regress build nowDavid Krause
2004-07-20comment out gcc,libiberty,libf2c regress tests until they are working rightDavid Krause