summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2003-11-20Sync comments with NetBSD.Alexander Yurchenko
2003-11-20Make these pass -Wsign-compareTodd C. Miller
2003-11-20Check for round_page() overflow in uvm_vslock()/uvm_vsunlock().Alexander Yurchenko
2003-11-20Add -fno-builtin-print -fno-builtin-log to i386/sparc/sparc64/hppa.Marc Espie
2003-11-19Sync with NetBSD probe code: deal with non-pullups ide bus whenAlexander Yurchenko
2003-11-19undo boolshit unapproved changes the author does not even care about to fixMichael Shalayeff
2003-11-19MALLOC is not meant for variable size allocationsTed Unangst
2003-11-19regenMichael Shalayeff
2003-11-19MALLOC is not meant for variable size allocationsTed Unangst
2003-11-19- add ALI M1533 and M1535 ids. ok mickey@Kevin Lo
2003-11-18Remove the duplicated code in ssh_checkintr() - checked against mvme68k.Miod Vallat
2003-11-18don't leave test code enabled, spotted Dries SchellekensTed Unangst
2003-11-18In ssh_checkintr(), better check pointers for NULL before theyMiod Vallat
2003-11-18path_index isn't used for anything, so comment it out. idea millert@Ted Unangst
2003-11-18add lightwight reader/writer locks from art@. we will be using theseTed Unangst
2003-11-18faster pools. split pagelist into full, partial, and empty so we find whatTed Unangst
2003-11-18remove useless debug print.Dale Rahn
2003-11-18DDB_SAFE_CONSOLE should not be specified in GENERIC kernel except for testing.Dale Rahn
2003-11-17Various cleanups, knf, better debug messages.Alexander Yurchenko
2003-11-17Don't wait for DRQ after issuing IDENTIFY command; instead check for DRQAlexander Yurchenko
2003-11-17syncAlexander Yurchenko
2003-11-17New vendor TigerJet Network and a new toy of tm@ -- Tiger320Alexander Yurchenko
2003-11-17Corega Ether II PCC-TD support.Federico G. Schwindt
2003-11-17regen.Federico G. Schwindt
2003-11-17Corega Ether II PCC-TD; from Katsuhiko Hirohashi <hasiyan at mk2 dot org>.Federico G. Schwindt
2003-11-17add a missing bounds check that allowed a stack overrun. reported byTed Unangst
2003-11-17Be sure to not use the cpuid instruction on processors which do not support it;Miod Vallat
2003-11-17Be sure to pmap_deactivate() pmaps when processes exit or are scheduled out.Miod Vallat
2003-11-17Defined behavior.Marc Espie
2003-11-17Sync cpu_swapout() comments with reality.Miod Vallat
2003-11-16pf_test() and pf_test6() consistency:Ryan Thomas McBride
2003-11-16convert __attribute__((__packed__)) to __packed so that parsers unawareAnil Madhavapeddy
2003-11-16compile without INET6Markus Friedl
2003-11-15set boottime's time to boottime, handy for find. requested by markus.Ted Unangst
2003-11-15recognize AMD Opteron, Athlon64 and Athlon64FX as 686-class CPUHenning Brauer
2003-11-15diff from andreas@:Henning Brauer
2003-11-14Enable pci address fixup, include a workaround for the fact thatDale Rahn
2003-11-14Allow bootloader to parse RDB labeled disks, it is now possible toDale Rahn
2003-11-14More obsolete code/define removal.Dale Rahn
2003-11-14Remove very old, defunct defines.Dale Rahn
2003-11-14the the; rohee@Miod Vallat
2003-11-14Bring in *disksubr.c for proper compilation.Miod Vallat
2003-11-14Don't include KAME link-local interface ID in HMAC.Ryan Thomas McBride
2003-11-14correct detects Transmeta cpu.Kevin Lo
2003-11-14Breath life back into AmigaDOS filesystem once again. It is used on pegasos.Dale Rahn
2003-11-13One byte can't hold a value > 255.Alexander Yurchenko
2003-11-13Add support for RDB partitioned disks. Not bootable yet.Dale Rahn
2003-11-13common cleaning.Dale Rahn
2003-11-13Couple of typos in poll changes. ok millert@Dale Rahn
2003-11-13More leftovers after uvm_useracc() removal; from NetBSD.Miod Vallat