summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fixed coredump when issuing d$ on a blank line. Fixes bin/191.dg1995-01-281-7/+9
| |
* | Use the better perl script version of which submitted by Wolfram.jkh1995-01-263-0/+117
| | | | | | | | Submitted by: Wolfram Schneider <wosch@cs.tu-berlin.de>
* | LIBFORMS added to DPADDache1995-01-251-1/+1
| |
* | LIBS changed to DPADD & LDADDache1995-01-251-1/+2
| |
* | Add which.jkh1995-01-251-2/+2
| |
* | This commit was generated by cvs2svn to compensate for changes in r5887,jkh1995-01-251-0/+62
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Bring in Joerg's which command. It's small, it's simple, it will stopjkh1995-01-251-0/+62
| / | | | | | | | | people (like me! :) from whining! Submitted by: joerg
* | More parser fixes. Store attributes properly for each field andpaul1995-01-251-8/+9
| | | | | | | | don't emit a second declaration unless it's different to the default.
* | Quash another bug where if no link alias is specified apaul1995-01-251-9/+10
| | | | | | | | duplicate declaration was emitted.
* | Correct default calculation of menu field widths.paul1995-01-251-1/+1
| |
* | Fix a serious bug where changes to a field changed all fieldspaul1995-01-251-76/+98
| | | | | | | | in the forms that used the same field declaration.
* | Improve the forms language quite a bit. Most things nowpaul1995-01-252-40/+79
| | | | | | | | | | | | default to sensible values so you don't have to spell out every little detail for every field. Also, auto-detect the field type from the syntax.
* | Merge.ache1995-01-244-8/+10
| |
* | This commit was generated by cvs2svn to compensate for changes in r5825,ache1995-01-241-0/+3
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Upgrade. My recent fix applied by author.ache1995-01-244-8/+18
| | |
* | | Bring in a number of changes from NetBSD's make, fixing quite a fewjkh1995-01-2333-749/+1489
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | problems in the process: 1. Quoting should work properly now. In particular, Chet's reported bash make problem has gone away. 2. A lot of memory that just wasn't being free'd after use is now freed. This should cause make to take up a LOT less memory when dealing with archive targets. 3. Give proper credit to Adam de Boor in a number of files. Obtained from: NetBSD (and Adam de Boor)
* | | Don't print protocol-cloned routes by default (enabled by -a flag).wollman1995-01-233-33/+62
| | | | | | | | | | | | | | | Print non-zero expiration timers. Use err(3) for error reporting.
* | | A forms interface builder. Basically, it reads a forms spec file andpaul1995-01-234-0/+771
| | | | | | | | | | | | | | | spits out a frm.tab.h file with all the definitions needed by the libforms interface.
* | | Update comments about MISSING and GNU versions.bde1995-01-211-3/+3
| | |
* | | Don't default to -g in ${CFLAGS}. Developers can still use `make g=-g ...'bde1995-01-211-1/+1
| | | | | | | | | | | | | | | for debugging. The default ${CFLAGS} still clobbers the system default of -O2 to -O.
* | | Use exactly the same checks in excluded() as in inlist(): ignore stabs andbde1995-01-211-6/+4
| | | | | | | | | | | | | | | stringless symbols in excluded(); check for too-small (nonzero) string table offsets in inlist().
* | | Better protection against too long pathes and 8bit controls in fileache1995-01-211-4/+4
| | | | | | | | | | | | names, locate dumps core instead
* | | Not go to interactive mode, if login failed for URLs, justache1995-01-212-5/+10
| | | | | | | | | | | | exit(1). Dedicated to Jordan.
* | | In the non-PARANOID case, make sure to set `notickets' to 0 sothat login.cwollman1995-01-201-0/+1
| | | | | | | | | | | | doesn't complain.
* | | Update for new kpasswd interface.wollman1995-01-202-20/+41
| | |
* | | Added mk_cmds.wollman1995-01-191-2/+2
| | |
* | | Port to FreeBSD. (Sorry there's no man page yet.)wollman1995-01-192-30/+44
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r5719,wollman1995-01-196-0/+439
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Other part of SIPB subsystem library, the program to make command tables.wollman1995-01-196-0/+439
| / /
* | | Kill old Kerberos password-changing support:wollman1995-01-191-12/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 1) It was export-controlled. 2) It used some ad-hoc protocol invented by Berkeley in ignorance of the standard MIT distribution's way of doing it (which makes it useless to most people). This should be fixed once we have `kadmin'/`kadmind'.
* | | Add option `-x excludelist'. This will be used for removing variouslybde1995-01-172-21/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | spelled g*compiled* symbols from the kernel so that ddb doesn't have to do it. The symbols are currently removed by dbsym but dbsym will go away when symbols are loaded by the boot loader. Document -m option in usage message. Check for overrunning some arrays. Fix some misformatting.
* | | Obtained from: looked at the fix in 1.1.5 and rewrote itbde1995-01-171-8/+18
| | | | | | | | | | | | Fix entabbing.
* | | The Makefile contained in usr.bin/tconv contains a bogusjkh1995-01-151-2/+2
| | | | | | | | | | | | | | | | | | | | | reference to the absolute path /usr/src/lib/libmytinfo. The enclosed patch fixes this. Submitted by: Remy Card <Remy.Card@masi.ibp.fr>
* | | Add a `-p' option, allowing the super-user to directly set a user'swollman1995-01-142-7/+31
| | | | | | | | | | | | | | | encrypted password. Kerberized `login' might use this, if I get around to implementing the complete Allspice System behavior.
* | | Modify klogin to:wollman1995-01-144-4/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) Don't spit out an error message if Kerberos is installed but not yet set up. 2) Don't attempt to verify the ticket you got back, as workstations are not intended to have srvtab files of their own. Both behaviors can be re-enabled with KLOGIN_PARANOID.
* | | Fix include directive bobble.wollman1995-01-141-2/+2
| | |
* | | Upgrade to latest released SIPB version I can find. (Unfortunately, thewollman1995-01-147-187/+450
| | | | | | | | | | | | original releases were not numbered.)
* | | Added compile_et.wollman1995-01-141-2/+2
| | |
* | | Slight makefile cleanup.wollman1995-01-141-3/+2
| | |
* | | Fix Sharnoff complain bin/136 (-e flag doesn't work).wollman1995-01-141-9/+7
| | |
* | | Added 'pages in VM cache' statistic.dg1995-01-101-0/+1
| | |
* | | Fixed two bugs: some malloced space wasn't freed after it was no longerdg1995-01-092-2/+8
| | | | | | | | | | | | | | | | | | | | | needed and the file wasn't closed when the -t option was used. Originally by thomas@mathematik.uni-Bremen.de, but were incomplete. Submitted by: thomas@mathematik.uni-Bremen.de and myself
* | | Old fix from Robert Crowe <bob@speakez.com> that has been sitting indg1995-01-091-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | my mailbox since early last year. Fixes a problem with running out of fds (by hitting the limit or whatever) when ar is given a long list of objects. The fix was to add a missing close(). Submitted by: Robert Crowe <bob@speakez.com>
* | | Add Sean Eric Fagan's support for a ~/.nofinger file for user who preferjkh1995-01-043-2/+41
| | | | | | | | | | | | | | | their privacy. Submitted by: sef
* | | Upgradeache1995-01-031-3/+3
| | |
* | | Mergeache1995-01-032-1/+5
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r5360,ache1995-01-032-7/+4
|\ \ \ | |/ / | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Upgradeache1995-01-034-8/+9
| | |
* | | Correct the usage of the maxmaxcode so that compress -b 12 works again.ats1995-01-021-2/+2
| | | | | | | | | | | | Thanks to Dave Rivers for reporting that problem.
* | | Reflects $HOME dir handlingache1994-12-311-1/+1
| | |
OpenPOWER on IntegriCloud