summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2003-04-25sysctl front-end for the hardware monitoring sensors. This addsAlexander Yurchenko
2003-04-25syncDale Rahn
2003-04-25change mquery() function call signature to be the same a mmap(). ItDale Rahn
2003-04-25Fix nat proxy port allocation. In case a range was manually specified,Daniel Hartmeier
2003-04-25- added missing .EdJason McIntyre
2003-04-24fix typo; Patrick LatifiTodd C. Miller
2003-04-24regenAlexander Yurchenko
2003-04-24Two ServerWorks CSB6 devices found in dmesg fromAlexander Yurchenko
2003-04-23be extra cautious in managing pv-entries for pages that are not managableMichael Shalayeff
2003-04-23give 'em some const; mjacob@ okMichael Shalayeff
2003-04-23DVMA, not DMVA.Miod Vallat
2003-04-23Move m_copyback() to uipc_mbuf where it makes some kinda sense; ok dhartmeiJason Wright
2003-04-22correct (false) assumption made about m->m_len. dhartmei ok.Jun-ichiro itojun Hagino
2003-04-20regenAlexander Yurchenko
2003-04-20Add Intel 82801DBM IDEAlexander Yurchenko
2003-04-20In pdc20265_pci_intr() perform shared irq check only if channel isAlexander Yurchenko
2003-04-19correct opacket/obytes statistics; from sam@freebsdJason Wright
2003-04-19Make the ubsec_feed* routines void, noone looks at the return value (always z...Jason Wright
2003-04-19Tweak previous sprintf -> snprintf fix to eliminate unnecessaryKenneth R Westerback
2003-04-19Some string cleanup: sprintf -> snprintf and magic numbers to sizeofKenneth R Westerback
2003-04-19Davicom DM9009 supportHenning Brauer
2003-04-19regenHenning Brauer
2003-04-19+davicom DM9009Henning Brauer
2003-04-18Return EINVAL if MAP_FIXED was specified but was not available. ok tedu@Dale Rahn
2003-04-18support for making directories +x without affecting normal filesTed Unangst
2003-04-18Add code to set the TUN_* flags for INET6 addresses too. This allows aJason Wright
2003-04-17replaced by loadfile nowMichael Shalayeff
2003-04-17missing indentMichael Shalayeff
2003-04-17new bootsMichael Shalayeff
2003-04-17oopsMichael Shalayeff
2003-04-17there is no reason to keep both around. just renameMichael Shalayeff
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