summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
1998-08-24back out a change that should not have escapedTodd C. Miller
1998-08-24Add support for /dev/ksyms to arch-specific filesTodd C. Miller
1998-08-24add ksyms to GENERIC. Since DDB is already there this is safe.Todd C. Miller
1998-08-24/dev/ksyms; kernel symbols pseudo-device that masquerades as an a.out binary ...Todd C. Miller
1998-08-23crank max data size from 64 to 128 megMarco S Hyman
1998-08-23ofnet driver does not work with bpf.Dale S. Rahn
1998-08-23Code to maintain edge/level in the isa interrupt driver.Dale S. Rahn
1998-08-23optimize declaration of "union sigval sv"kstailey
1998-08-22Various changes to allow mixing of ofw drivers and real drivers.Dale S. Rahn
1998-08-22Allow ofroot to be child of mainbus or root.Dale S. Rahn
1998-08-22Powerpc supports isa not just power4eDale S. Rahn
1998-08-22Powerpc supports isa not just power4eDale S. Rahn
1998-08-22Changes to get a at least mostly working kernel debugger.Dale S. Rahn
1998-08-22fixed Makefiles. Removed reference to libgcc.aSteve Murphree
1998-08-22fixed bugargs and lots of stuff regaurding netboot.Steve Murphree
1998-08-22Major cleanup of stand directory.Steve Murphree
1998-08-22Forgot this one. :-)Steve Murphree
1998-08-22Fixed command line args. VID Volume ID is now M88K.Steve Murphree
1998-08-22Fixed display error.Steve Murphree
1998-08-22working netboot.Steve Murphree
1998-08-22Initial import of bootxx.Steve Murphree
1998-08-22New libsa.Steve Murphree
1998-08-22New libsa.Steve Murphree
1998-08-22new libbug.Steve Murphree
1998-08-22Part of remove to clean stand.Steve Murphree
1998-08-22Part of remove to clean stand.Steve Murphree
1998-08-22Adding conf.c. Omitted last commit.Steve Murphree
1998-08-22Changed bootsd to work with bootxx bootblocks.Steve Murphree
1998-08-22Part of remove to clean stand.Steve Murphree
1998-08-22Part of remove to clean up stand.Steve Murphree
1998-08-22Part of remove to clean stand.Steve Murphree
1998-08-22Part of remove to clean up stand.Steve Murphree
1998-08-22Initail import of libz.Steve Murphree
1998-08-22Initial import of installbootSteve Murphree
1998-08-22part of a remove to get stand into shape.Steve Murphree
1998-08-21Fix malloc race in the cd9660 fs.Constantine Sapuntzakis
1998-08-21Don't make symbols strings absolute in the symbol table so we can share it wi...Todd C. Miller
1998-08-21Fix malloc race in nfs_node.cConstantine Sapuntzakis
1998-08-21Fix malloc race on new anode get.Constantine Sapuntzakis
1998-08-21Make tabbing better.Constantine Sapuntzakis
1998-08-21malloc can block so there was a race in this code which could cause twoConstantine Sapuntzakis
1998-08-21Add struct cd_sub_channel_q_data for CD_SUBQ_DATA; msaitohTheo de Raadt
1998-08-21correct readlink(); kleinkTheo de Raadt
1998-08-21Recent FreeBSD changes and a bug fix.Jason Downs
1998-08-21Add Debugger prototype for gcc nit picking; garnett@cs.colorado.eduTodd C. Miller
1998-08-20avoid double fault during early boot; rvbTheo de Raadt
1998-08-20some pmap definitionsMichael Shalayeff
1998-08-20some cmu/osf-derived pmap, hacked all overMichael Shalayeff
1998-08-20mmap support for gus, dillema@acm.orgNiels Provos
1998-08-20If there are no SFILES, don't try to .depend them; run over by: emory@hellyea...Jason Wright