index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
distrib
/
utils
/
sysinst
/
arch
/
prep
Age
Commit message (
Expand
)
Author
2003-11-30
- Change enum for partition numbers from [A..Z] to PART_[A..P] (16 is enough)
dsl
2003-10-19
Checkpoint a load of changes - seems to work ok still.
dsl
2003-07-25
Sprinkle a load of consts, and change a few variable names.
dsl
2003-07-07
Another pass of the rototiller. Mainly:
dsl
2003-06-27
Add run-time selection of installation language.
dsl
2003-06-14
Implement a limit on the size of / so that its guaranteed readable by the boo...
dsl
2003-06-13
Fix code that determines BIOS CHS from MBR - used to get confused by big disks.
dsl
2003-06-13
Remove all references to minfsdmb and STDNEEDMB - neither are used any more.
dsl
2003-06-12
Move emulbackup message to MI set (conditional on AOUT2ELF marker).
dsl
2003-06-12
Move a couple of messages into msg.mbr.??
dsl
2003-06-11
rototil of the set selection menu
dsl
2003-06-10
Use dynamic menu for final editing of partition stable
dsl
2003-06-06
Remove a load of messages that are no longer used.
dsl
2003-06-03
Add NULL to all process_menu() calls - value is passed through to the
dsl
2003-05-30
Make all architectures (except amiga and mac68k) use the MI make_bsd_partitions.
dsl
2003-05-30
Further collapsing of MD code:
dsl
2003-05-29
psrtsize and partstart are only over used inside md_make_bsd_partitions,
dsl
2003-05-21
Reduce the number of global variables slightly, use the ones that are
dsl
2003-05-18
Use MD menus and msgs for mbr code.
dsl
2003-05-14
Add messages "mbrpart_start_special" and "mbrpart_size_special" to
he
2003-05-07
Pull some code fragments from machine and language dependant files into mbr.c
dsl
2003-05-07
Use C structure mbr_sector_t instead of char[] for 'mbr'.
dsl
2003-04-06
When installing from floppy disks, let the user say which is the last one
jmmv
2003-01-12
hack to have only one copy of fstypenames[]
christos
2003-01-11
Make everything compile again. All platforms compile on i386 now.
christos
2003-01-10
pass lint[pass1]
christos
2002-12-05
FILE *log -> FILE *logfp, to avoid warnings about gcc-current's
fvdl
2002-09-09
add "don't change" option to mbr partition type selection.
grant
2002-08-12
make mbr and disklabel editor consistently use Start, End, Size in
grant
2002-08-02
set root partition default bsize and fsize.
grant
2002-07-26
enouth -> enough.
wiz
2002-04-09
Polish language translation of sysinst. Build with
hubertf
2002-04-08
Polish language translation of sysinst. Build with
hubertf
2001-11-29
Update for the new kernel set names.
thorpej
2001-01-16
Add prep installer
nonaka