Go to file
jonathan 1483395dbe Move DOS BIOS-geometry and MBR-handling code to MI code for powerpc, arc:
* Split bios geometry and MBR partition editing code formerly in
    arch/i386/{md,fdisk}.c to mbr.c in mi  directory.
  * Leave /sbin/fdisk parsing/handling code in separate file,
    we may want to change it later. move to mi directory.
  * Create mbr.h with declarations for MBR/BIOS-geomotry code.
    #include "mbr.h" in  i386 md.h.
  * Use symbolic names for 386bsd and new NetBSD partition IDs.

Handle MBRs with both 386bsd and NetBSD partitions less stupidly.
1998-02-24 05:36:03 +00:00
bin Nit: Use MAP_SHARED for read-only mappings where appropriate. 1998-02-20 09:26:00 +00:00
distrib Move DOS BIOS-geometry and MBR-handling code to MI code for powerpc, arc: 1998-02-24 05:36:03 +00:00
etc send ntpdate output to syslog rather than stdout (with -s). 1998-02-24 00:24:45 +00:00
games Simply include -lcurses instead of -lcurses -ltermcap 1998-02-18 22:37:30 +00:00
gnu Fill in missing (default) mmap(2) flags. 1998-02-20 09:27:18 +00:00
include Prototype getsid(). 1998-02-18 18:24:26 +00:00
lib Add more LINKS+= lines to make (hard) links from libtermcap to libterm as 1998-02-23 00:31:07 +00:00
libexec Send back an error message rather than dumping core when an invalid 1998-02-23 23:10:34 +00:00
regress Inherit Makefile.inc from one level up. 1998-01-22 19:29:37 +00:00
sbin Fill in missing (default) mmap(2) flags. 1998-02-20 09:27:18 +00:00
share Fix typo in dz11/dc speed botch: 19200 is actually 19800, not 19600. 1998-02-23 19:46:24 +00:00
sys don't include <machine/pio.h>. It's unneeded here now (this code 1998-02-24 02:12:09 +00:00
usr.bin More table-driven changes for different toolchains: 1998-02-23 10:09:31 +00:00
usr.sbin WARNSify 1998-02-22 12:17:31 +00:00
Makefile Print date after build completes as well as before. Previous code failed because make build depends on beforeinstall but not afterinstall. 1998-02-20 01:39:38 +00:00