summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-30522-3833/+3840
* Remove trailing whitespace.Rodney W. Grimes1995-05-302-3/+3
* Add a missing link from the setpgid manpage to the setpgrp manpage.Nate Williams1995-05-271-0/+1
* Remove Ontrack special from All_FreeBSD().Poul-Henning Kamp1995-05-253-8/+9
* Align slices to cylinder boundries.Jordan K. Hubbard1995-05-243-7/+18
* Fix a typo, now there should always be an active slice.Poul-Henning Kamp1995-05-211-2/+2
* Do not allocate the first track.Poul-Henning Kamp1995-05-201-1/+5
* Remove two printfs before Jordan has a fit over them.Poul-Henning Kamp1995-05-181-4/+1
* Fixed the calculation of the reserved space for bad144. Thanks Rod!Poul-Henning Kamp1995-05-151-2/+2
* Fixed typo.David Greenman1995-05-151-1/+1
* Create_Chunk_DWIM will not allocate anything in the last cylinder of aPoul-Henning Kamp1995-05-151-3/+18
* Parse ^? correctly nowAndrey A. Chernov1995-05-141-0/+3
* Parse ^? now, our termcap use it and some termcaps from otherAndrey A. Chernov1995-05-141-1/+5
* Fix error returning address of local arrayAndrey A. Chernov1995-05-141-1/+2
* Fix FtpPasv to not return address of local variable, close PR 399Andrey A. Chernov1995-05-131-1/+1
* Added MakeDevDisk(struct disk*, char *path);Poul-Henning Kamp1995-05-123-4/+93
* Forgot to add these.Paul Richards1995-05-124-0/+1228
* New libforms.Paul Richards1995-05-129-872/+1141
* Get the CHUNK_COMPAT_BSD flag right.Poul-Henning Kamp1995-05-113-45/+40
* Create_Chunk_DWIM() is here, though it doesn't quite do what the name implies.Poul-Henning Kamp1995-05-104-4/+53
* Bump major number instead of minorAndrey A. Chernov1995-05-082-6/+6
* Recognize slice type #6 as dosPoul-Henning Kamp1995-05-084-12/+28
* Add check for rootfs > cyl 1024.Poul-Henning Kamp1995-05-081-2/+6
* I bet Jordan is tearing his hair out, trying to figure the previous patchPoul-Henning Kamp1995-05-081-2/+2
* Fix bug.Poul-Henning Kamp1995-05-081-1/+2
* Whoops! An extra paren somehow got in there. Fixed.Jordan K. Hubbard1995-05-071-2/+2
* Always zero new chunks - keeps things like the private structures from havingJordan K. Hubbard1995-05-071-2/+2
* General sanitation and cleanup. Killed the "reserved" type, it wasn't.Poul-Henning Kamp1995-05-066-79/+76
* Make it so that the command formats are the same for both -i and -o.Peter Dufault1995-05-052-16/+71
* If in Create_Chunk we (type==freebsd && (flags&CHUNK_ALIGN)), then we willPoul-Henning Kamp1995-05-052-8/+41
* Make the partitions names even more sensiblePoul-Henning Kamp1995-05-047-31/+56
* Add the private void *pointer to the chunks, and the functions to manage it.Poul-Henning Kamp1995-05-034-8/+41
* Bump minor numberAndrey A. Chernov1995-05-031-0/+2
* Bump minor numberAndrey A. Chernov1995-05-032-2/+6
* Cosmetic changes and paranoia checks:Bill Paul1995-05-031-5/+5
* Export the chunk names properly.Jordan K. Hubbard1995-05-033-7/+16
* Make the target for tst01 more sensible.Poul-Henning Kamp1995-05-035-43/+60
* foo -> unknownJordan K. Hubbard1995-05-021-2/+2
* I need Open_Disk() to not spew on my screen. #ifdef out some diagnosticJordan K. Hubbard1995-05-021-1/+3
* Fix bracket error for LogMaskAndrey A. Chernov1995-05-021-1/+1
* foo -> unknown.Jordan K. Hubbard1995-05-012-8/+8
* Added function and man page for ftok(3), used in conjunction withJoerg Wunsch1995-05-015-1/+278
* Stick a more BSD-like Makefile here so that I can link to the library.Jordan K. Hubbard1995-05-011-14/+15
* start CHS is 0xff,0xff,0xff if past 1024.Poul-Henning Kamp1995-05-013-19/+68
* Use the DIOCSYNCSLICE ioctl now. (use only with kernel from this morning).Poul-Henning Kamp1995-04-304-43/+45
* get bootblocks right.Poul-Henning Kamp1995-04-305-52/+133
* Use 0xff for CHS when past 1024 cyls.Poul-Henning Kamp1995-04-302-28/+47
* Make the default case less scary :-)Poul-Henning Kamp1995-04-301-0/+2
* Now we do writes too.Poul-Henning Kamp1995-04-309-53/+360