Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Clean up the results from getch(). | jkh | 1996-08-01 | 4 | -8/+8 | |
| | ||||||
* | Close PR#1542. Don't just assume 24 lines, get the tty size. | jkh | 1996-08-01 | 12 | -32/+56 | |
| | | | | | | | Some things may still display text on the 24th line, but that's because they've always been screens designed to fit into a minimal real-estate and have hardwired assumptions about the dimensions. They'll be a little harder to make dynamic. | |||||
* | Make -force work for pkg_add. | jkh | 1996-07-31 | 1 | -2/+2 | |
| | ||||||
* | Add a required save/restore | jkh | 1996-07-31 | 2 | -2/+6 | |
| | ||||||
* | Try again. | jkh | 1996-07-31 | 2 | -4/+4 | |
| | ||||||
* | Don't munge keystrokes. | jkh | 1996-07-31 | 8 | -40/+54 | |
| | ||||||
* | Prevent Geometry warning messages when the disk is already "dedicated" | jkh | 1996-07-31 | 2 | -22/+12 | |
| | ||||||
* | More minor tweaks (that I'm trying to get into the SNAP). | jkh | 1996-07-31 | 2 | -30/+30 | |
| | ||||||
* | Detect which partitions have already been created with `auto' so as not to ↵ | jkh | 1996-07-31 | 10 | -196/+244 | |
| | | | | | | | | create them twice. Various cosmetic tweaks. | |||||
* | Add MD5 checksums to packing list for all files during pkg_create and use | jkh | 1996-07-30 | 12 | -74/+105 | |
| | | | | | | | | | later at pkg_delete time to verify that you're deleting what you added. This, of course, does NOT cover the case where a file you still need hasn't changed! That's a tougher problem to solve, and this provides only the minimal amount of safety belt. MD5 checksums are stored in comment fields, so packages produced with these tools are backwards compatible with the older ones. | |||||
* | "appeared in 4.2BSD.." changed to "appeared in 4.2BSD." | alex | 1996-07-27 | 1 | -1/+1 | |
| | ||||||
* | Fix the services.byname target so that it creates search keys for the | peter | 1996-07-25 | 1 | -4/+6 | |
| | | | | | | | aliases of the "official" names as well, because now that getportbyname() does a yp match, it no longer found the entries under the alias. This broke rsh(1), because it looks up "shell/tcp" while the official name in /etc/services is "cmd/tcp". | |||||
* | Add some explanation on TMPDIR. | phk | 1996-07-24 | 1 | -1/+11 | |
| | | | | Submitted by: Chuck Robey <chuckr@Glue.umd.edu> | |||||
* | Fix typo in last commit, it seems that a hash comments out a \ at the end | peter | 1996-07-24 | 1 | -4/+4 | |
| | | | | | | | | of line. Also, fix existing bug in ethers.byname, it was passing an unknown option to yppush. This appears to have been a cut/paste slip intended for a $(DBLOAD) command above it. | |||||
* | Add sample rules for amd.host, mostly from the AMD docs, but tweaked to fit | peter | 1996-07-24 | 1 | -2/+26 | |
| | | | | | | | | the FreeBSD Makefile.yp structure by me. This allows you to have a single amd map for all machines in a cluster. In /etc/sysconfig, it would look something like: amdflags="-p -a /net -c 1800 -l syslog /host amd.host" | |||||
* | Merge from vendor branch. The rttrace program is gone (subsumed by rtquery). | wollman | 1996-07-22 | 16 | -2008/+1857 | |
| | | | | There is a new routed.h which wil be imported separately. | |||||
* | Initial revision | wollman | 1996-07-22 | 1 | -0/+159 | |
| | ||||||
* | Fix some bogus argument handling - whups! James was right.. | jkh | 1996-07-22 | 2 | -4/+6 | |
| | ||||||
* | Bring in some fixes from NetBSD and re-hack our syslogd to be option-compatible | pst | 1996-07-22 | 2 | -19/+28 | |
| | | | | | | | | | with theirs (change the -I option to -s (but leave -I in for backwards compat.) Also eliminate an make sane some magic numbers, and fix a small bug where we'd send to an unopened socket. Reviewed by: wollman Obtained from: NetBSD | |||||
* | Reset Pred1 protocol on FCS errors. | phk | 1996-07-21 | 1 | -1/+2 | |
| | ||||||
* | 'mkaliases' is broken (strips spaces) so don't use it, | adam | 1996-07-18 | 1 | -11/+8 | |
| | | | | | perhaps it can be removed altogether. corrected typos | |||||
* | Remove eeprom too as more unused stuff. | gpalmer | 1996-07-18 | 5 | -327/+1 | |
| | | | | Pointed out by: Thomas Graichen <graichen@axp5.physik.fu-berlin.de> | |||||
* | These old files are no longer relevant to the current routed | wollman | 1996-07-18 | 7 | -1639/+0 | |
| | | | | implementation. | |||||
* | Merge from vendor branch. We are now completely up-to-date with | wollman | 1996-07-18 | 5 | -202/+385 | |
| | | | | respect to the ADO timezone code. | |||||
* | This commit was generated by cvs2svn to compensate for changes in r17211, | wollman | 1996-07-18 | 5 | -27/+173 | |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | |||||
| * | Second part of the timezone code import for version 96h. This includes | wollman | 1996-07-18 | 10 | -396/+791 | |
| | | | | | | | | | | a number of bug fixes to the compiler (which bugs would previously have caused undesirable behavior during transition times). | |||||
| * | This commit was manufactured by cvs2svn to create branch 'ADO'. | cvs2svn | 1994-09-13 | 1 | -0/+5 | |
| | | ||||||
* | | Import fixes from NetBSD to print NFSv3 packets. | dfr | 1996-07-18 | 7 | -489/+1360 | |
| | | | | | | | | Obtained from: NetBSD | |||||
* | | Correct the Unix programmer's error #1: "char c = getc();". | joerg | 1996-07-17 | 1 | -2/+4 | |
| | | | | | | | | | | | | Closes PR # bin/1386: lpf Text Filter does not w... Submitted by: andreas@marvin.RoBIN.de | |||||
* | | Increased listen() queue-depth limit to 64. | dg | 1996-07-17 | 1 | -2/+2 | |
| | | ||||||
* | | 1. Fix the CD installation bogon for Novice install I mentioned. | jkh | 1996-07-16 | 9 | -133/+189 | |
| | | | | | | | | 2. Add some code for dealing with a ports collection on the second CD now. | |||||
* | | Make crunchgen match the new obj/ convention. | phk | 1996-07-15 | 1 | -1/+1 | |
| | | ||||||
* | | Damn - looks like upgrade got broken along the way and it's not something | jkh | 1996-07-14 | 3 | -32/+48 | |
| | | | | | | | | | | | | | | I usually test, so... :-( Guess we'll have to slide the tag forward on these two files - Peter, could you do the honors? I've been up for the last 30 hours or so and I just *know* that any attempt on my part to do this would probably end up deleting the entire repository somehow. :-) | |||||
* | | Make CD version clash non-fatal. | jkh | 1996-07-13 | 1 | -5/+3 | |
| | | ||||||
* | | Back out my change for Peter which did transfer timings based on current | jkh | 1996-07-13 | 1 | -7/+7 | |
| | | | | | | | | | | chunk rather than distribution - it's just caused the numbers to fluctuate too wildly, sorry Peter! ;-( | |||||
* | | Fix a bogon in the Novice mode CD auto-selection. | jkh | 1996-07-13 | 2 | -8/+12 | |
| | | ||||||
* | | Fix EBUSY checking in devices.c - DTRT when it's detected on a CD. | jkh | 1996-07-13 | 3 | -11/+11 | |
| | | ||||||
* | | Remove some suspect sector size calculations which are also the source | jkh | 1996-07-12 | 2 | -20/+2 | |
| | | | | | | | | | | of some confusing messages from newfs (just judging by the number of people who point them out, anyway). | |||||
* | | Small changes so that this actually stands a chance of doing the | gpalmer | 1996-07-12 | 1 | -2/+11 | |
| | | | | | | | | right thing... | |||||
* | | Fix something I broke with CDROM installation (well, I knew my first | jkh | 1996-07-12 | 6 | -30/+41 | |
| | | | | | | | | test CD would turn at least one bug up :-). | |||||
* | | Fixed brackets in usage message. | bde | 1996-07-12 | 1 | -8/+10 | |
| | | | | | | | | Reformatted some of recent changes to KNF. | |||||
* | | Make the menu height calculation actually work. | jkh | 1996-07-11 | 6 | -18/+18 | |
| | | | | | | | | Make a menu more self-explanatory at user request. | |||||
* | | In num_tok, allow the user to specify '0' as plain '0' instead of | nate | 1996-07-11 | 1 | -2/+3 | |
| | | | | | | | | | | | | forcing them to use '00', and/or '0x0'. Submitted by: Johann Tonsing <jtonsing@mikom.csir.co.za> | |||||
* | | Now that we have a manpage, don't have the 'clean' target be a NO-OP. | nate | 1996-07-10 | 1 | -1/+1 | |
| | | ||||||
* | | Better error checking in helpfile expander. | jkh | 1996-07-10 | 6 | -18/+10 | |
| | | | | | | | | Tart up some of the output a little. | |||||
* | | Document new GENERIC | jkh | 1996-07-10 | 2 | -4/+4 | |
| | | ||||||
* | | Add sm_inter.h to DPSRCS so that make depend is not required to build | nate | 1996-07-09 | 1 | -1/+2 | |
| | | | | | | | | this. | |||||
* | | Dump core on SIGSEGV instead of silent exiting. I saw SIGSEGV few times, | ache | 1996-07-09 | 1 | -1/+6 | |
| | | | | | | | | | | but they are VERY rare to tracking down this bug. I hope core helps to track it down. | |||||
* | | Try to prevent the status line from jumping around quite so much. | jkh | 1996-07-09 | 1 | -2/+2 | |
| | | ||||||
* | | Take compat dists out of the canned set - they seem to do more harm | jkh | 1996-07-09 | 2 | -3/+3 | |
| | | | | | | | | than good, actually, and those who actually need them can select them. |