Jordan K. Hubbard
b5260d2051
Rename secure to DES.
1995-05-09 05:22:41 +00:00
John Dyson
40ab35ce04
Added bounce support for user scsi requests.
...
Reviewed by: David Greenman
1995-05-09 02:38:15 +00:00
Jordan K. Hubbard
a3e12198e1
Use absolute path for release dir.
1995-05-09 02:24:39 +00:00
Jordan K. Hubbard
d37bc70266
Revise confusing wording about text fields. It now reads
...
"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
1995-05-09 01:52:42 +00:00
Poul-Henning Kamp
e34fb4afd7
Cleanup to the INET part of lpt.c.
...
Reviewed by: phk
Submitted by: pst
1995-05-09 01:33:16 +00:00
Satoshi Asami
94c600b239
Make the "reinstall" target delete the package cookie as well as
...
the install cookie.
1995-05-09 00:31:54 +00:00
Jordan K. Hubbard
20e5d523d9
Make a less expensive re-release target.
1995-05-09 00:30:00 +00:00
Jordan K. Hubbard
a88bbe42ef
Don't go build sbin/sysinstall anymore; it's obsolete.
1995-05-09 00:18:32 +00:00
Jordan K. Hubbard
15e52edd61
secure -> DES
1995-05-09 00:15:30 +00:00
David Greenman
6c206048ae
Improved hashinit panic strings.
1995-05-08 23:11:12 +00:00
Jordan K. Hubbard
f9a1c2dee2
Sync these up so that they'll get into my CVS tree at home, where I'll continue
...
working on the distribution extract stuff.
1995-05-08 21:39:40 +00:00
Paul Traina
255aed5d97
Correction, Jim Lowe is the author... Getting code to work right is far
...
easier than writing the comments. :-(
1995-05-08 19:42:00 +00:00
Paul Traina
adc5e4f1f7
Update copyright notice to properly reflect that this was original work
...
by James Miller (sorry Jim).
1995-05-08 19:34:16 +00:00
Jordan K. Hubbard
9e572e47e5
Whoops! Uncomment Write_Disk() again.
1995-05-08 18:41:37 +00:00
Bruce Evans
d9bf888a1b
sdsize() 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.
1995-05-08 16:53:33 +00:00
Gary Palmer
8b3fe702b7
Change /lib/cpp to /usr/bin/cpp
1995-05-08 16:50:19 +00:00
Bruce Evans
dac9a9e66d
Fix numerous bugs in wdsize().
...
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.
1995-05-08 16:48:23 +00:00
Bruce Evans
edde522e19
Declare dssize().
1995-05-08 16:27:10 +00:00
Bruce Evans
599eb538d8
Fix reopening of open subdevices for DIOCSYNCSLICEINFO:
...
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.
1995-05-08 16:24:08 +00:00
Andrey A. Chernov
a5d744927b
Bump major number, function deleted
1995-05-08 16:10:34 +00:00
Andrey A. Chernov
11d07acbab
Bump major number instead of minor
1995-05-08 16:08:49 +00:00
Lars Fredriksen
5462a49a71
Improved readabilty and spelling
1995-05-08 14:40:59 +00:00
Jordan K. Hubbard
4d66a82366
Perform a much needed tidying-up pass over this code. Sleep for now,
...
more tomorrow.
1995-05-08 10:20:56 +00:00
Andrey A. Chernov
011048ae6a
Bump major number
1995-05-08 08:43:06 +00:00
Jordan K. Hubbard
e1c3886b0d
The value -1 is special. Allow it.
...
Submitted by: bde
1995-05-08 06:14:16 +00:00
Jordan K. Hubbard
69bbb06233
Add the sorted command executor code.
1995-05-08 06:08:27 +00:00
Jordan K. Hubbard
7f197a5448
Ok, we should now create all filesystems, mount them and extract the
...
cpio floppy at this point.
1995-05-08 06:06:30 +00:00
Poul-Henning Kamp
d81adf1ebe
Recognize slice type #6 as dos
...
handle OnTrack Disk manager correctly.
1995-05-08 02:08:33 +00:00
Poul-Henning Kamp
0f15ab39ec
Make disk.c smart enough to handle disk with "OnTrack Disk manager".
...
Make it complain if people try to boot from a partition which extends
past 1024 cylinders. This is better than a random reset...
1995-05-08 02:02:56 +00:00
Andrey A. Chernov
883c5f31fa
Fix nasty shadow bug sneaked in Marc's commit.
...
Implement ^K and KEY_EOL as clear end of line
Move common code from line_edit to static function
Cosmetique changes in textbox
1995-05-08 01:43:52 +00:00
Poul-Henning Kamp
fccc689116
Add check for rootfs > cyl 1024.
1995-05-08 01:34:31 +00:00
Jordan K. Hubbard
83b74c37e4
Implement the geometry command. Clean up the help a little.
1995-05-08 01:27:07 +00:00
Poul-Henning Kamp
c0b8ca15f5
I bet Jordan is tearing his hair out, trying to figure the previous patch
...
out... here is the real thing.
1995-05-08 01:26:47 +00:00
Jordan K. Hubbard
65a27a9ba4
Add a wizard button for Poul.
1995-05-08 00:56:28 +00:00
Poul-Henning Kamp
f768aaceb4
Fix bug.
1995-05-08 00:44:46 +00:00
Jordan K. Hubbard
0881c9c4a1
Fix a bug in multi-column output.
1995-05-08 00:38:02 +00:00
Andrey A. Chernov
3cfa74c35f
Make two "ttyout" ttysleep wmesg unique
...
Add t_timeout to ttysleep call into ttywrite
1995-05-07 23:53:36 +00:00
Jordan K. Hubbard
27e3eb523c
Another sync up for Poul. Added a lot more error checking.
1995-05-07 23:37:34 +00:00
Andrey A. Chernov
020531ce67
Add FreeBSD-specific TS_* states
1995-05-07 23:19:53 +00:00
Andrey A. Chernov
75343e2589
Change 'rc' entries from 'r' to 'm', conflict with ptys
1995-05-07 23:04:03 +00:00
Andrey A. Chernov
e73e1e3715
Add hook for pstat -t
1995-05-07 23:00:02 +00:00
Andrey A. Chernov
9030041959
Enable sio driver and upcoming rc driver
...
Add more line disciplines
1995-05-07 22:15:46 +00:00
Jordan K. Hubbard
51f0ec8415
Implement a work-around for Create_Chunk providing no pointer to the
...
new chunk. The partition editor now works as well as the underlying
libdisk can support it - have at it, Poul!
1995-05-07 22:07:53 +00:00
Jordan K. Hubbard
09d9aeaab3
Add additional check for IRQ > 15. This code still needs a lot of work!
...
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. :-)
1995-05-07 19:45:49 +00:00
Jordan K. Hubbard
2a281ee780
Duh! Get the section number for config(8) right! :)
1995-05-07 18:24:43 +00:00
Jordan K. Hubbard
9024554c25
If user specifies IRQ 2, remap it to IRQ 9 with a warning.
...
Suggested by: rgrimes
1995-05-07 18:23:58 +00:00
Bruce Evans
da2aae3b17
Fix 3 fatal mismatches in format args involving dbtob() and 10 nonfatal
...
mismatches.
1995-05-07 08:33:39 +00:00
Bruce Evans
2d732692dc
Fix 3 fatal mismatches in format args involving dbtob() and 7 nonfatal
...
mismatches.
1995-05-07 08:13:37 +00:00
Bruce Evans
ff55774394
Cast some expressions involving dbtob() to (unsigned long) and print them
...
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).
1995-05-07 07:48:35 +00:00
Bruce Evans
ee4415d3df
Fix style inconsistencies in the last few commits.
1995-05-07 07:06:36 +00:00