History log of /src/sys/arch/ews4800mips/include/disklabel.h |
Revision | | Date | Author | Comments |
1.5 |
| 03-Apr-2019 |
christos | centralize setdisklabel(9)
|
1.4 |
| 30-Aug-2011 |
bouyer | branches: 1.4.54; Add getlabelusesmbr(), as proposed in http://mail-index.netbsd.org/tech-userlevel/2011/08/25/msg005404.html This is used by disk tools such as disklabel(8) to dynamically decide is the undelyling platform uses a disklabel-in-mbr-partition or not (instead of using a compile-time list of ports). getlabelusesmbr() reads the sysctl kern.labelusesmbr, takes its value from the machdep #define LABELUSESMBR. For evbmips, make LABELUSESMBR 1 if the platform uses pmon as bootloader, and 0 (the previous value) otherwise.
|
1.3 |
| 28-Apr-2008 |
martin | Remove clause 3 and 4 from TNF licenses
|
1.2 |
| 21-Feb-2007 |
thorpej | branches: 1.2.42; 1.2.44; 1.2.46; Replace the Mach-derived boolean_t type with the C99 bool type. A future commit will replace use of TRUE and FALSE with true and false.
|
1.1 |
| 29-Dec-2005 |
tsutsui | branches: 1.1.18; 1.1.28; Initial import of NetBSD/ews4800mips port, for NEC's MIPS based EWS4800 workstations.
Most porting work was done by UCHIYAMA Yasushi <uch@netbsd> http://mail-index.netbsd.org/port-mips/2004/06/27/0000.html and various cleanup, updating, and fixes have been done by me. Currently only EWS4800/350, 360, 360AD, 360ADII, 360EX and 360SX models are supported.
|
1.1.28.1 |
| 27-Feb-2007 |
yamt | - sync with head. - move sched_changepri back to kern_synch.c as it doesn't know PPQ anymore.
|
1.1.18.3 |
| 26-Feb-2007 |
yamt | sync with head.
|
1.1.18.2 |
| 21-Jun-2006 |
yamt | sync with head.
|
1.1.18.1 |
| 29-Dec-2005 |
yamt | file disklabel.h was added on branch yamt-lazymbuf on 2006-06-21 14:51:12 +0000
|
1.2.46.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.2.44.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.2.42.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.4.54.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|