summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
1997-02-19merge in some NetBSD pmap codekstailey
1997-02-18Add the necessary pieces to boot on a PowerMAC, does not currently work,Dale S. Rahn
1997-02-18Add the note object to the executable.Dale S. Rahn
1997-02-18Add note file to elf executable to tell firmware what mode to boot in.Dale S. Rahn
1997-02-18VM_MIN_KERNEL_ADDRESS -> virtual_availkstailey
1997-02-18Ok, these are more stragglers in my source tree. These changes were necessaryDale S. Rahn
1997-02-18Synch declaration of copypage w/ m68k-general definitions per Ken's changes.gene
1997-02-18Need strncpy.c now.Jason Downs
1997-02-18if a P_SUGIDEXEC proc execve()'s a non-set[ug]id program while runningTheo de Raadt
1997-02-18cp P_SUGID/P_SUGIDEXEC to child, doh; half from freebsdTheo de Raadt
1997-02-17fixes SCSI.Per Fogelstrom
1997-02-17no unixdev by dafaultMichael Shalayeff
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