summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Change install: to afterinstall: to be more consistent.rgrimes1995-05-091-2/+2
|
* Rename secure to DES.jkh1995-05-091-2/+2
|
* Added bounce support for user scsi requests.dyson1995-05-091-1/+7
| | | | Reviewed by: David Greenman
* Use absolute path for release dir.jkh1995-05-091-3/+3
|
* Revise confusing wording about text fields. It now readsjkh1995-05-092-6/+6
| | | | | | "the amount of text above the current point" instead of "the amount of text remaining", which was of the exact opposite meaning! Urk. Submitted by: joerg
* Cleanup to the INET part of lpt.c.phk1995-05-091-108/+152
| | | | | Reviewed by: phk Submitted by: pst
* Make the "reinstall" target delete the package cookie as well asasami1995-05-091-1/+2
| | | | the install cookie.
* Make a less expensive re-release target.jkh1995-05-091-4/+35
|
* Don't go build sbin/sysinstall anymore; it's obsolete.jkh1995-05-091-3/+1
|
* secure -> DESjkh1995-05-091-2/+2
|
* Improved hashinit panic strings.dg1995-05-081-3/+3
|
* Sync these up so that they'll get into my CVS tree at home, where I'll continuejkh1995-05-0817-44/+255
| | | | working on the distribution extract stuff.
* Correction, Jim Lowe is the author... Getting code to work right is farpst1995-05-081-1/+1
| | | | easier than writing the comments. :-(
* Update copyright notice to properly reflect that this was original workpst1995-05-081-1/+2
| | | | by James Miller (sorry Jim).
* Whoops! Uncomment Write_Disk() again.jkh1995-05-083-6/+6
|
* sdsize() didn't open a device often enough. This caused swap partitions onbde1995-05-081-17/+4
| | | | slices other than the first slice looked at to be unavailable for swapping.
* Change /lib/cpp to /usr/bin/cppgpalmer1995-05-081-2/+2
|
* Fix numerous bugs in wdsize().bde1995-05-081-15/+7
| | | | | | | | | It closed the wrong device (usually the B partition instead of the C partition). It closed a device without having opened it. It didn't open a device often enough. This caused swap partitions on slices other than the first slice looked at to be unavailable for swapping. It didn't check the device number sufficiently.
* Declare dssize().bde1995-05-081-1/+3
|
* Fix reopening of open subdevices for DIOCSYNCSLICEINFO:bde1995-05-081-8/+45
| | | | | | | | | | | Reopen the bdev for the raw partition and not the cdev if only the bdev was open. Don't use a bogus limit for the number of partitions to possibly reopen (bug found by Julian). Add function dssize() to help fix wdsize() and sdsize(). The slice layer knows more about (un)open partitions and partition sizes than the driver layer.
* Bump major number, function deletedache1995-05-081-1/+3
|
* Bump major number instead of minorache1995-05-082-6/+6
|
* Improved readabilty and spellinglars1995-05-082-26/+26
|
* Perform a much needed tidying-up pass over this code. Sleep for now,jkh1995-05-0815-777/+1041
| | | | more tomorrow.
* Bump major numberache1995-05-081-1/+3
|
* The value -1 is special. Allow it.jkh1995-05-081-2/+2
| | | | Submitted by: bde
* Add the sorted command executor code.jkh1995-05-083-0/+372
|
* Ok, we should now create all filesystems, mount them and extract thejkh1995-05-0818-63/+282
| | | | cpio floppy at this point.
* Recognize slice type #6 as dosphk1995-05-088-24/+56
| | | | handle OnTrack Disk manager correctly.
* Make disk.c smart enough to handle disk with "OnTrack Disk manager".phk1995-05-081-7/+17
| | | | | Make it complain if people try to boot from a partition which extends past 1024 cylinders. This is better than a random reset...
* Fix nasty shadow bug sneaked in Marc's commit.ache1995-05-083-90/+42
| | | | | | Implement ^K and KEY_EOL as clear end of line Move common code from line_edit to static function Cosmetique changes in textbox
* Add check for rootfs > cyl 1024.phk1995-05-082-4/+12
|
* Implement the geometry command. Clean up the help a little.jkh1995-05-086-24/+72
|
* I bet Jordan is tearing his hair out, trying to figure the previous patchphk1995-05-082-4/+4
| | | | out... here is the real thing.
* Add a wizard button for Poul.jkh1995-05-083-3/+60
|
* Fix bug.phk1995-05-082-2/+4
|
* Fix a bug in multi-column output.jkh1995-05-083-60/+69
|
* Make two "ttyout" ttysleep wmesg uniqueache1995-05-071-3/+4
| | | | Add t_timeout to ttysleep call into ttywrite
* Another sync up for Poul. Added a lot more error checking.jkh1995-05-079-18/+144
|
* Add FreeBSD-specific TS_* statesache1995-05-071-0/+4
|
* Change 'rc' entries from 'r' to 'm', conflict with ptysache1995-05-072-18/+22
|
* Add hook for pstat -tache1995-05-073-3/+9
|
* Enable sio driver and upcoming rc driverache1995-05-071-0/+19
| | | | Add more line disciplines
* Implement a work-around for Create_Chunk providing no pointer to thejkh1995-05-079-150/+357
| | | | | new chunk. The partition editor now works as well as the underlying libdisk can support it - have at it, Poul!
* Add additional check for IRQ > 15. This code still needs a lot of work!jkh1995-05-071-2/+8
| | | | | | Remove silly "Naffy, the Wonder Porpoise" attribution and add more justifiable (and overdue) attribution to Bruce Evans. Look at it as a delete and add operation batched together, not a substitution. :-)
* Duh! Get the section number for config(8) right! :)jkh1995-05-071-2/+2
|
* If user specifies IRQ 2, remap it to IRQ 9 with a warning.jkh1995-05-071-1/+5
| | | | Suggested by: rgrimes
* Fix 3 fatal mismatches in format args involving dbtob() and 10 nonfatalbde1995-05-071-11/+14
| | | | mismatches.
* Fix 3 fatal mismatches in format args involving dbtob() and 7 nonfatalbde1995-05-071-9/+9
| | | | mismatches.
* Cast some expressions involving dbtob() to (unsigned long) and print thembde1995-05-071-12/+12
| | | | | | | | | | | | | using %lu. This became more broken when I fixed dbtob() to support byte offsets >= 4GB. The type had to change to [u]quad_t. Previously the expressions had type unsigned long and were printed using %d. After division by 1024, the expressions are guaranteed to fit in an unsigned long, at least for the standard DEV_BSIZE, so edquota doesn't need to know about quad_t's explicitly. Fix all the other format mismatches exposed by compiling with -Wformat (6 more quota limits of type unsigned long printed using %d and 6 time_t's (i.e., longs) printed using %d).
OpenPOWER on IntegriCloud