summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
...
* Clean up the results from getch().jkh1996-08-014-8/+8
|
* Close PR#1542. Don't just assume 24 lines, get the tty size.jkh1996-08-0112-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.jkh1996-07-311-2/+2
|
* Add a required save/restorejkh1996-07-312-2/+6
|
* Try again.jkh1996-07-312-4/+4
|
* Don't munge keystrokes.jkh1996-07-318-40/+54
|
* Prevent Geometry warning messages when the disk is already "dedicated"jkh1996-07-312-22/+12
|
* More minor tweaks (that I'm trying to get into the SNAP).jkh1996-07-312-30/+30
|
* Detect which partitions have already been created with `auto' so as not to ↵jkh1996-07-3110-196/+244
| | | | | | | | create them twice. Various cosmetic tweaks.
* Add MD5 checksums to packing list for all files during pkg_create and usejkh1996-07-3012-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."alex1996-07-271-1/+1
|
* Fix the services.byname target so that it creates search keys for thepeter1996-07-251-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.phk1996-07-241-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 endpeter1996-07-241-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 fitpeter1996-07-241-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).wollman1996-07-2216-2008/+1857
| | | | There is a new routed.h which wil be imported separately.
* Initial revisionwollman1996-07-221-0/+159
|
* Fix some bogus argument handling - whups! James was right..jkh1996-07-222-4/+6
|
* Bring in some fixes from NetBSD and re-hack our syslogd to be option-compatiblepst1996-07-222-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.phk1996-07-211-1/+2
|
* 'mkaliases' is broken (strips spaces) so don't use it,adam1996-07-181-11/+8
| | | | | perhaps it can be removed altogether. corrected typos
* Remove eeprom too as more unused stuff.gpalmer1996-07-185-327/+1
| | | | Pointed out by: Thomas Graichen <graichen@axp5.physik.fu-berlin.de>
* These old files are no longer relevant to the current routedwollman1996-07-187-1639/+0
| | | | implementation.
* Merge from vendor branch. We are now completely up-to-date withwollman1996-07-185-202/+385
| | | | respect to the ADO timezone code.
* This commit was generated by cvs2svn to compensate for changes in r17211,wollman1996-07-185-27/+173
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Second part of the timezone code import for version 96h. This includeswollman1996-07-1810-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'.cvs2svn1994-09-131-0/+5
| |
* | Import fixes from NetBSD to print NFSv3 packets.dfr1996-07-187-489/+1360
| | | | | | | | Obtained from: NetBSD
* | Correct the Unix programmer's error #1: "char c = getc();".joerg1996-07-171-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.dg1996-07-171-2/+2
| |
* | 1. Fix the CD installation bogon for Novice install I mentioned.jkh1996-07-169-133/+189
| | | | | | | | 2. Add some code for dealing with a ports collection on the second CD now.
* | Make crunchgen match the new obj/ convention.phk1996-07-151-1/+1
| |
* | Damn - looks like upgrade got broken along the way and it's not somethingjkh1996-07-143-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.jkh1996-07-131-5/+3
| |
* | Back out my change for Peter which did transfer timings based on currentjkh1996-07-131-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.jkh1996-07-132-8/+12
| |
* | Fix EBUSY checking in devices.c - DTRT when it's detected on a CD.jkh1996-07-133-11/+11
| |
* | Remove some suspect sector size calculations which are also the sourcejkh1996-07-122-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 thegpalmer1996-07-121-2/+11
| | | | | | | | right thing...
* | Fix something I broke with CDROM installation (well, I knew my firstjkh1996-07-126-30/+41
| | | | | | | | test CD would turn at least one bug up :-).
* | Fixed brackets in usage message.bde1996-07-121-8/+10
| | | | | | | | Reformatted some of recent changes to KNF.
* | Make the menu height calculation actually work.jkh1996-07-116-18/+18
| | | | | | | | Make a menu more self-explanatory at user request.
* | In num_tok, allow the user to specify '0' as plain '0' instead ofnate1996-07-111-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.nate1996-07-101-1/+1
| |
* | Better error checking in helpfile expander.jkh1996-07-106-18/+10
| | | | | | | | Tart up some of the output a little.
* | Document new GENERICjkh1996-07-102-4/+4
| |
* | Add sm_inter.h to DPSRCS so that make depend is not required to buildnate1996-07-091-1/+2
| | | | | | | | this.
* | Dump core on SIGSEGV instead of silent exiting. I saw SIGSEGV few times,ache1996-07-091-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.jkh1996-07-091-2/+2
| |
* | Take compat dists out of the canned set - they seem to do more harmjkh1996-07-092-3/+3
| | | | | | | | than good, actually, and those who actually need them can select them.
OpenPOWER on IntegriCloud