summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
1997-02-17need printf prototypeMichael Shalayeff
1997-02-17kill unused variables w/ MINIROOTSIZE defined in configMichael Shalayeff
1997-02-16Some changes for WG testing.Per Fogelstrom
1997-02-16rd -> hdJason Downs
1997-02-16Fix autoconfiguration code, so that it can actually boot from pdevs.Jason Downs
1997-02-16test/debug device, readdir->MakefileMichael Shalayeff
1997-02-16missed prototypesMichael Shalayeff
1997-02-16and here comes the readdir!Michael Shalayeff
1997-02-16opendir, readdir, closedir (define NO_READDIR, if none required)Michael Shalayeff
1997-02-16More rd changes that were missed... Still not working.Jason Downs
1997-02-16Updated to reflect reality.Jason Downs
1997-02-16Add initial ram disk support.Jason Downs
1997-02-16udp packets less than min udp packet length are bad; davem@jenolan.rutgers.eduTheo de Raadt
1997-02-16Add new kernel configuration that support ramdisk in the data segmentDale S. Rahn
1997-02-15SAVE_MEMORY even moreMichael Shalayeff
1997-02-15add kernel_text symbol (just like other archs)Michael Shalayeff
1997-02-15Move the debug print into the ifdef DEBUG section.Dale S. Rahn
1997-02-15Only copy a cpudisklabel in the disklabel structure if a valid one is found.Dale S. Rahn
1997-02-14back out changes to rei functionkstailey
1997-02-14back out Jason's copypage/zeropage() changekstailey
1997-02-14add SPL#, back out Makefile.sun3 changekstailey
1997-02-14make things get out-of-date if genassym.c is touchedkstailey
1997-02-14add PSL_IPL7kstailey
1997-02-14back out prev. changekstailey
1997-02-14switch from <sys/types.h> to <sys/param.h>kstailey
1997-02-14move prototype of spl0() to param.hkstailey
1997-02-14add prototype of spl0(), but should it go here?kstailey
1997-02-14put back FC_CONTROLkstailey
1997-02-14remove stuff that is in <m68k/cpu.h>kstailey
1997-02-14remove stuff that is in <m68k/cpu.h>kstailey
1997-02-14limit writes to ifp->if_mtu not TUNMTUTheo de Raadt
1997-02-14remove old #define of splx() and update rei funciton in locore.skstailey
1997-02-14change spl0 from macro to assember function in locore.skstailey
1997-02-14change inline version of _spl() to macrokstailey
1997-02-14add tagkstailey
1997-02-14move spl() stuff from psl.h to param.hkstailey
1997-02-14hide fsid in getfsstat too, clone of millert fix, problem spotted by bitbltTheo de Raadt
1997-02-14round RLIMIT_STACK; problem spotted by jfw@jfwhome.funhousecomTheo de Raadt
1997-02-14Copy all of 040 fp exception vectors into table. previous structureDale S. Rahn
1997-02-13Remove statics to ease DDB debuggingNiklas Hallqvist
1997-02-13Provide ccd's major numberNiklas Hallqvist
1997-02-13Applitron's 128 MB PentiumPro with 64MB buffer cacheNiklas Hallqvist
1997-02-13regenNiklas Hallqvist
1997-02-13prototypes (strike one)kstailey
1997-02-13prototypeskstailey
1997-02-13add #include <machine/cpu.h> for prototype of fusword()kstailey
1997-02-13Merge of NetBSD 970211Niklas Hallqvist
1997-02-13prevent free()ed object from being referencedkstailey
1997-02-13added M_PFIL for packet filterkstailey
1997-02-13riscpc++Per Fogelstrom