Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Remove a couple of nested comments. | phk | 1995-02-24 | 2 | -4/+6 | |
| | ||||||
* | Clean a bunch of -Wall warnings. | phk | 1995-02-24 | 5 | -4/+8 | |
| | ||||||
* | Remove some unused variables and fix two blatant core dump triggers. | phk | 1995-02-24 | 3 | -11/+9 | |
| | ||||||
* | Remove an unused variable. | phk | 1995-02-24 | 1 | -2/+1 | |
| | ||||||
* | fix the synopsis to show | phk | 1995-02-24 | 1 | -5/+1 | |
| | | | | | | | | | | | | | | void | *signal(int sig, void (*func)(int)) instead of | void | *signal(sig, func()) | | void | (*func)() | |||||
* | I (phk) blundered with the last change. Make it right & better now. | phk | 1995-02-24 | 1 | -1/+1 | |
| | | | | | Reviewed by: phk Submitted by: John Hay <jhay@mikom.csir.co.za> | |||||
* | OK, we changed our mind again: -ln -s ... | phk | 1995-02-24 | 1 | -1/+1 | |
| | ||||||
* | Add releasing of input flow control into | ache | 1995-02-24 | 1 | -1/+11 | |
| | | | | ttyflush(FREAD) | |||||
* | Add missing #include <time.h> with time() prototype | ache | 1995-02-24 | 1 | -0/+1 | |
| | ||||||
* | Revive input flow control, some ideas from iverson@leonheart.com | ache | 1995-02-24 | 3 | -27/+39 | |
| | | | | | | Get rid of TS_RTS_IFLOW, all kinds of input flow control handled by only one flag now: TS_TBLOCK Add missing put(VSTOP) when IXOFF control is active. | |||||
* | Implement --hline "line" and --hfile file | ache | 1995-02-23 | 4 | -5/+52 | |
| | ||||||
* | Simplify notify() | ache | 1995-02-23 | 3 | -33/+30 | |
| | | | | | | | Fix dupwin usage, now it really restore screen Disable helpline while helpfile displayed Fix helpfile borders Fix mesgbox range computing | |||||
* | Removed redundant HOLDRELE()'s. | dg | 1995-02-23 | 1 | -5/+1 | |
| | ||||||
* | Update my mail addr, now that i've got my own subdomain. | joerg | 1995-02-23 | 1 | -3/+3 | |
| | ||||||
* | Once and for all: Never a ${DESTDIR} in ${BINDIR} ! | phk | 1995-02-23 | 10 | -20/+20 | |
| | ||||||
* | Make sure link to /etc/rmt happens. | phk | 1995-02-23 | 1 | -1/+1 | |
| | | | | | | | | Now I know that there was talk of moving it to the release/Makefile or the etc/Makefile, but I don't think it was ever decided where. Reviewed by: phk Submitted by: John Hay <jhay@mikom.csir.co.za> | |||||
* | Implemented mbstat.m_wait and mbstat.m_drops. | dg | 1995-02-23 | 1 | -1/+9 | |
| | ||||||
* | Changed "mapped pages in use" to "mbuf clusters in use". | dg | 1995-02-23 | 1 | -1/+1 | |
| | ||||||
* | Fix typo: pcap.h.h | ache | 1995-02-23 | 1 | -2/+2 | |
| | ||||||
* | Fix spelling error (scipt -> script). | rgrimes | 1995-02-23 | 1 | -1/+1 | |
| | | | | | Submitted by: <jhawk@MIT.EDU> Obtained from: NetBSD-bugs mailling list | |||||
* | READSUBCHANNEL: | ache | 1995-02-23 | 2 | -26/+50 | |
| | | | | | | complete implementation of CD_MSF_FORMAT implement CD_LBA_FORMAT Issue STOP before reading toc entries | |||||
* | Submitted by: seb@erix.ericsson.se (Sebastian Strollo) | bde | 1995-02-23 | 3 | -6/+15 | |
| | | | | | Remove over-cautious early fnop() synchronization. It caused the probe to hang on systems without an FPU. | |||||
* | Make diskslice files standard and remove option DISKSLICE. ufs_disksubr.c | bde | 1995-02-23 | 6 | -24/+9 | |
| | | | | | needed a diskslice function yesterday and all disk drivers will need it. The diskslice initialization routine should be configurable (but isn't). | |||||
* | Fix(it was 1 character actually:) | ugen | 1995-02-23 | 1 | -1/+1 | |
| | ||||||
* | Fix -Wall warnings. | phk | 1995-02-23 | 1 | -7/+11 | |
| | | | | Yes I have better things to do, but just now I'm waiting... | |||||
* | Quench a warning and fix some duplicity by using the official strerror | phk | 1995-02-23 | 1 | -11/+3 | |
| | | | | routine, instead of rolling our own. | |||||
* | Don't rely on execute bit. | phk | 1995-02-23 | 1 | -1/+2 | |
| | ||||||
* | Make us a little safer, by writing to a tempfile, and rename when done. | phk | 1995-02-23 | 1 | -4/+14 | |
| | | | | Still needs more locking I belive. | |||||
* | Add two IXOFF checks to not confuse with CRTS_IFLOW. | ache | 1995-02-23 | 1 | -3/+5 | |
| | | | | | Now TS_TBLOCK used as general input flow flag for both IXOFF and CRTS_IFLOW cases. | |||||
* | Correct error in structure definition | pst | 1995-02-23 | 1 | -3/+3 | |
| | ||||||
* | Clean up man page | pst | 1995-02-23 | 1 | -41/+72 | |
| | ||||||
* | This commit was generated by cvs2svn to compensate for changes in r6653, | pst | 1995-02-23 | 1 | -1/+43 | |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | |||||
| * | Import 8.6.10 release notes | pst | 1995-02-23 | 1 | -1/+43 | |
| | | ||||||
* | | Cover 8.6.10 merge conflicts and warnings | pst | 1995-02-23 | 4 | -15/+19 | |
| | | ||||||
* | | Remove watch(8) | pst | 1995-02-23 | 1 | -2/+2 | |
| | | ||||||
* | | Add watch(8) | pst | 1995-02-23 | 1 | -1/+1 | |
| | | ||||||
| | | ||||||
| \ | ||||||
*-. \ | This commit was generated by cvs2svn to compensate for changes in r6647, | pst | 1995-02-23 | 14 | -58/+575 | |
|\ \ \ | | |/ | | | | | | | which included commits to RCS files with non-trunk default branches. | |||||
| | * | Sendmail 8.6.10 update for security problems. | pst | 1995-02-23 | 14 | -68/+361 | |
| | | | | | | | | | | | | | | | | | | Imported on CSRG/V_8_6_10 branch. Obtained from: CSRG/Allman | |||||
| * | | Sendmail 8.6.10 update for security problems. | pst | 1995-02-23 | 2 | -0/+230 | |
| | | | | | | | | | | | | | | | | | | Imported on CSRG/V_8_6_10 branch. Obtained from: CSRG/Allman | |||||
* | | | Change permissions and ownership of joystick device files. | jmz | 1995-02-22 | 2 | -6/+8 | |
| | | | ||||||
* | | | Rewrite manual page to use mandoc correctly and fix english grammar. | pst | 1995-02-22 | 2 | -90/+140 | |
| | | | ||||||
* | | | Put the joystick status in a struct {int x, y, b1, b2;} rather than in a | jmz | 1995-02-22 | 7 | -30/+58 | |
| | | | | | | | | | | | | | | | dummy array of 4 integers. Declare the struct in the header file and update the man page. | |||||
* | | | Don't clobber d_secperunit in `disklabel -e'. `disklabel -e' replaces all | bde | 1995-02-22 | 2 | -0/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | the values that it doesn't print by defaults. This seems wrong. I want to be able to see the total number of sectors more than edit it. The default d_secperunit of (sectors/track * tracks/cylinder * cylinders) is bogus if sectors/track is only an approximation and more bogus if sectors/track and tracks/cylinder are dummy values such as 4096 and 1 to defeat ufs's pessimizations. | |||||
* | | | Revive hadrware input flow control | ache | 1995-02-22 | 1 | -11/+9 | |
| | | | | | | | | | | | | Submitted by: iverson@lionheart.com | |||||
* | | | Added name to contributor list. | pst | 1995-02-22 | 1 | -1/+2 | |
| | | | ||||||
* | | | Use dsname() to get consistent names. | bde | 1995-02-22 | 4 | -58/+50 | |
| | | | ||||||
* | | | Remove the #error that temporarily stopped this from supporting slices and | bde | 1995-02-22 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | labels. Please test the slice/label features: cd /dev; sh MAKEDEV svn0 cd /var/tmp; dd if=/dev/zero of=vnfile bs=8192 count=1024 vnconfig -c /dev/rvn0 /var/tmp/vnfile fdisk /dev/rvn0 # invent a geometry, create one BSD partition disklabel -r -w vn0 floppy # a convenient (bogus) label disklabel -e vn0 # edit label to match device newfs /dev/rvn0a mount /dev/vn0a /mnt ... The steps after the fdisk could name the device vn0s1 instead of vn0. | |||||
* | | | Fix initialization of the copy of the label passed to setdisklabel(). | bde | 1995-02-22 | 1 | -115/+120 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the sign of the adjustment after writing a label. Writing of labels should work now. Merge adjust_label() into fixlabel(). Detect more errors and don't write if there is an error. Adjust sectors/unit and total sectors to the numbers on the slice. Add a function dsname() to print slice device names consistently, and use it. | |||||
* | | | Add my thin 8x16 font with ISO-8859-1 characters. | roberto | 1995-02-22 | 2 | -1/+97 | |
| | | | | | | | | | | | | Sorry, no 8x8 or 8x14 font. | |||||
* | | | Document the mountdtab file in the man page. | ats | 1995-02-22 | 2 | -2/+6 | |
| | | |