Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 8 | -79/+79 |
| | |||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -1/+1 |
| | |||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 522 | -3833/+3840 |
| | |||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 2 | -3/+3 |
| | |||||
* | Add a missing link from the setpgid manpage to the setpgrp manpage. | nate | 1995-05-27 | 1 | -0/+1 |
| | |||||
* | Remove Ontrack special from All_FreeBSD(). | phk | 1995-05-25 | 3 | -8/+9 |
| | | | | Add chunk->disk pointer. | ||||
* | Align slices to cylinder boundries. | jkh | 1995-05-24 | 3 | -7/+18 |
| | | | | Submitted By: phk | ||||
* | Fix a typo, now there should always be an active slice. | phk | 1995-05-21 | 1 | -2/+2 |
| | |||||
* | Do not allocate the first track. | phk | 1995-05-20 | 1 | -1/+5 |
| | |||||
* | Remove two printfs before Jordan has a fit over them. | phk | 1995-05-18 | 1 | -4/+1 |
| | |||||
* | Fixed the calculation of the reserved space for bad144. Thanks Rod! | phk | 1995-05-15 | 1 | -2/+2 |
| | |||||
* | Fixed typo. | dg | 1995-05-15 | 1 | -1/+1 |
| | |||||
* | Create_Chunk_DWIM will not allocate anything in the last cylinder of a | phk | 1995-05-15 | 1 | -3/+18 |
| | | | | | | CHUNK_BAD144 slice. Also mknod the 'c' partition for freebsd slices, so bad144(8) will have something to work on. | ||||
* | Parse ^? correctly now | ache | 1995-05-14 | 1 | -0/+3 |
| | |||||
* | Parse ^? now, our termcap use it and some termcaps from other | ache | 1995-05-14 | 1 | -1/+5 |
| | | | | systems use it too | ||||
* | Fix error returning address of local array | ache | 1995-05-14 | 1 | -1/+2 |
| | |||||
* | Fix FtpPasv to not return address of local variable, close PR 399 | ache | 1995-05-13 | 1 | -1/+1 |
| | | | | Submitted by: John Capo <jc@irbs.com> | ||||
* | Added MakeDevDisk(struct disk*, char *path); | phk | 1995-05-12 | 3 | -4/+93 |
| | | | | fixed bug in extended slice naming. | ||||
* | Forgot to add these. | paul | 1995-05-12 | 4 | -0/+1228 |
| | |||||
* | New libforms. | paul | 1995-05-12 | 9 | -872/+1141 |
| | | | | | | | Bumped major number. Ncurses backend still needs improving. Other back-ends need to be written. | ||||
* | Get the CHUNK_COMPAT_BSD flag right. | phk | 1995-05-11 | 3 | -45/+40 |
| | |||||
* | Create_Chunk_DWIM() is here, though it doesn't quite do what the name implies. | phk | 1995-05-10 | 4 | -4/+53 |
| | |||||
* | Bump major number instead of minor | ache | 1995-05-08 | 2 | -6/+6 |
| | |||||
* | Recognize slice type #6 as dos | phk | 1995-05-08 | 4 | -12/+28 |
| | | | | handle OnTrack Disk manager correctly. | ||||
* | Add check for rootfs > cyl 1024. | phk | 1995-05-08 | 1 | -2/+6 |
| | |||||
* | I bet Jordan is tearing his hair out, trying to figure the previous patch | phk | 1995-05-08 | 1 | -2/+2 |
| | | | | out... here is the real thing. | ||||
* | Fix bug. | phk | 1995-05-08 | 1 | -1/+2 |
| | |||||
* | Whoops! An extra paren somehow got in there. Fixed. | jkh | 1995-05-07 | 1 | -2/+2 |
| | |||||
* | Always zero new chunks - keeps things like the private structures from having | jkh | 1995-05-07 | 1 | -2/+2 |
| | | | | bogus data in them. | ||||
* | General sanitation and cleanup. Killed the "reserved" type, it wasn't. | phk | 1995-05-06 | 6 | -79/+76 |
| | |||||
* | Make it so that the command formats are the same for both -i and -o. | dufault | 1995-05-05 | 2 | -16/+71 |
| | | | | This means "t" has to stand for bit fields, since b is a valid hex number. | ||||
* | If in Create_Chunk we (type==freebsd && (flags&CHUNK_ALIGN)), then we will | phk | 1995-05-05 | 2 | -8/+41 |
| | | | | align this chunk properly. Have at it Jordan... | ||||
* | Make the partitions names even more sensible | phk | 1995-05-04 | 7 | -31/+56 |
| | | | | CheckRules sets the CHUNK_ALIGN & CHUNK_PAST_1024 flags. | ||||
* | Add the private void *pointer to the chunks, and the functions to manage it. | phk | 1995-05-03 | 4 | -8/+41 |
| | | | | Make the reassignment of partition names less bogus. | ||||
* | Bump minor number | ache | 1995-05-03 | 1 | -0/+2 |
| | |||||
* | Bump minor number | ache | 1995-05-03 | 2 | -2/+6 |
| | |||||
* | Cosmetic changes and paranoia checks: | wpaul | 1995-05-03 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | ypbind.c: Make fewer assumtions about the state of the dom_alive and dom_broadcasting flags in roc_received(). If select() fails, use syslog() to report the error rather than perror(). Check that all our malloc()s succeed. Report malloc() failure in ypbindproc_setdom_2() to callers. yplib.c: Use #defined constants in ypbinderr_string() rather than hard-coded values. | ||||
* | Export the chunk names properly. | jkh | 1995-05-03 | 3 | -7/+16 |
| | |||||
* | Make the target for tst01 more sensible. | phk | 1995-05-03 | 5 | -43/+60 |
| | | | | | | | | | | | | | Remove bogus targets. Allocate partition letters as follows: lowest offset "flags & CHUNK_IS_ROOT" gets 'a', lowest offset "subtype==FS_SWAP" gets 'b' the rest is allocated in offset order from this sequence "defghab". This will generally make sense. Added rules to complain if more than one CHUNK_IS_ROOT or more than one FS_SWAP per FreeBSD chunk. Set CHUNK_IS_ROOT on the 'a' partition in Open_Disk. Run Fixup_Names in Open_Disk. | ||||
* | foo -> unknown | jkh | 1995-05-02 | 1 | -2/+2 |
| | |||||
* | I need Open_Disk() to not spew on my screen. #ifdef out some diagnostic | jkh | 1995-05-02 | 1 | -1/+3 |
| | | | | printfs. | ||||
* | Fix bracket error for LogMask | ache | 1995-05-02 | 1 | -1/+1 |
| | | | | Submitted by: Ruslan Belkin <rus@home2.UA.net> | ||||
* | foo -> unknown. | jkh | 1995-05-01 | 2 | -8/+8 |
| | | | | I have to be able to show this stuff to the user. :-) | ||||
* | Added function and man page for ftok(3), used in conjunction with | joerg | 1995-05-01 | 5 | -1/+278 |
| | | | | | | | the so-called "System V IPC". Submitted by: jbeukema@HK.Super.Net (John Beukema) Obtained from: Th. Lockert <tholo@sigmasoft.com>, via NetBSD | ||||
* | Stick a more BSD-like Makefile here so that I can link to the library. | jkh | 1995-05-01 | 1 | -14/+15 |
| | |||||
* | start CHS is 0xff,0xff,0xff if past 1024. | phk | 1995-05-01 | 3 | -19/+68 |
| | | | | | | end CHS is 1023,bios_hd,bios_sect if past 1024. This way we can find bios the geometry again. Added a primitive "scan" to tst01. | ||||
* | Use the DIOCSYNCSLICE ioctl now. (use only with kernel from this morning). | phk | 1995-04-30 | 4 | -43/+45 |
| | | | | | Get the CHS's right. Get the disklabels (more) right. | ||||
* | get bootblocks right. | phk | 1995-04-30 | 5 | -52/+133 |
| | | | | | | | Add mbr and bteasy17 to tst01 read partitions from kernel instead of disk. Still problems with writing labels, discussing with Bruce. Extended slices doesn't get written yet. | ||||
* | Use 0xff for CHS when past 1024 cyls. | phk | 1995-04-30 | 2 | -28/+47 |
| | | | | Fix (hopefully) a bug Gary found. | ||||
* | Make the default case less scary :-) | phk | 1995-04-30 | 1 | -0/+2 |
| |