summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2003-04-17A SEVERE hack given to me by mickey to draw the line in the sand at 1G.Dale Rahn
2003-04-17Common bootloader file for 'loadfile' performs same action as old exec main.Dale Rahn
2003-04-17changes to support mquery with 1Gsep on i386. avoid heap on mappings.Dale Rahn
2003-04-17Remove a bogus ALIGNED_POINTER, this is now defined in proper i386 headers.Dale Rahn
2003-04-17asm cleanup, binutils gas is more pickey about asm instruction word size.Dale Rahn
2003-04-17i386 ELF bootloader. developed with weingart@Dale Rahn
2003-04-17i386 changes to move to ELF. asm cleanup. Change MAXDSIZ to 512M for 1Gsep.Dale Rahn
2003-04-16Use uvm_findspace() to verify that the addresses allocated to ld.so areDale Rahn
2003-04-16fix my copyright. make the part that's without fee unambiguousNathan Binkert
2003-04-16Clarify license terms.Miod Vallat
2003-04-16siginfo support for vax.Miod Vallat
2003-04-16better limits and clean out old consts and commentsMichael Shalayeff
2003-04-16half the uspace seems to be very much enoughMichael Shalayeff
2003-04-16clean some spaces and registers and other fluffMichael Shalayeff
2003-04-15do the same ufs does: collapse extra slashes. this allows loading files from ...Michael Shalayeff
2003-04-15rearrange devsw to place dk in the beginning. necessary glue hookups in cdbootMichael Shalayeff
2003-04-14revert last change since it causes problems on some devicesAlexander Yurchenko
2003-04-14rename rootvp to rvp to avoid global. ok deraadt@ krw@Ted Unangst
2003-04-14rename rootvp to rvp to avoid global. ok deraadt@ krw@Ted Unangst
2003-04-14rename ticks to nticks to avoid global. ok deraadt@ krw@Ted Unangst
2003-04-14Remove dead attribute "rasterconsole".Miod Vallat
2003-04-14syncTheo de Raadt
2003-04-14There are two related changes.Artur Grabowski
2003-04-13Add a simple driver for the SBus ``Prestoserve'' NVRAM cards.Miod Vallat
2003-04-13diff from nordin@ to prevent wraparound on long uptime machines.Ted Unangst
2003-04-12life's easier if one initializes pointers...Henning Brauer
2003-04-12don't create a root class implicitely. we do this from pfctl, and needHenning Brauer
2003-04-12kill the qid assignment code here; return EINVAL if qid == 0 - similar toHenning Brauer
2003-04-12ansi and a bit style; ok kjc@Henning Brauer
2003-04-12Don't wait for DRQ after issuing IDENTIFY command. Fix long detectingAlexander Yurchenko
2003-04-12Fix index bounds checking in save data pointers logic.Kenneth R Westerback
2003-04-11Match PCI_PRODUCT_INTEL_PRO_100_VE_4 and PCI_PRODUCT_INTEL_PRO_100_VM_4.Todd C. Miller
2003-04-11set/update the queue IDs on filter rules (qid and pqid) onHenning Brauer
2003-04-11Delete a doubly redundant call to timeout_del() in osiop_timeout.Kenneth R Westerback
2003-04-11zombies can't live allproc list. art fixed the real problem a while ago.Ted Unangst
2003-04-11always reread curproc and frame on return from the system callMichael Shalayeff
2003-04-11count traps and interruptsMichael Shalayeff
2003-04-10more POSIX chownTodd C. Miller
2003-04-10make all entry points of the same number of arguments and that greatly simpli...Michael Shalayeff
2003-04-10deallocate resources on failures; pt out by tedu@; millert@ okMichael Shalayeff
2003-04-10Proper use of bus_space makes the need for <machine/pio.h> obsolete, whichMiod Vallat
2003-04-10woah. last commit contained way too much. revert, and apply only the change...Ted Unangst
2003-04-10don't try to update directories on zombies. pr2030. ok artTed Unangst
2003-04-10off by one bounds check in diag code. ok art.Ted Unangst
2003-04-09makeing a local array static saves some bytes; idea from mickey@Markus Friedl
2003-04-09missing nl in the error msg and a return afterwardsMichael Shalayeff
2003-04-09a couple of sigmatel codec idsMichael Shalayeff
2003-04-09KNFHenning Brauer
2003-04-09Change pf_state structure to point to both a rule and the anchor,Cedric Berger
2003-04-09Remove one of two identical comment blocksNiklas Hallqvist