summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Kernel name is now kernel and not 386bsd.nate1994-12-021-2/+2
|
* Change obnoxious ``Not root dir'' error message into one which actuallywollman1994-12-021-2/+3
| | | | tells you what's wrong.
* Fixed a typo. Poited out by Bruce & Phillipe.phk1994-12-011-2/+2
|
* BSD 4.4 compatibility fixache1994-11-291-5/+5
| | | | Submitted by: Ollivier Robert
* Add the automatically generated crunched_skel.c file to the CLEANFILES.ats1994-11-281-0/+1
|
* Remove ifdef for STATCLOCK. STATCLOCK is standard.bde1994-11-272-6/+1
|
* Apply an even number of ntohl's to icmp_otime. This fixesbde1994-11-271-3/+3
| | | | `timedc clockdiff ...'.
* Fix syntax errors (0 = foo()).bde1994-11-271-3/+3
|
* Stefan Esser proved that I couldn't program, and Ollivier Robert that Iphk1994-11-264-15/+21
| | | | | couldn't spell :-) Submitted by: Stefan Esser, Ollivier Robert
* Don't core on ``root on qq0 and fx0 and yy0'' specifications; justwollman1994-11-231-2/+12
| | | | | take the first one and ignore all the rest, giving a warning message. Fixes PR #3.
* Make edquota works with other then vi editors,ache1994-11-221-10/+8
| | | | i.e.check file by name, not by fd
* abs path to /sysphk1994-11-211-1/+1
|
* once morephk1994-11-212-2/+2
|
* More abs paths nukedphk1994-11-212-2/+2
|
* And another absolute path -I :-<phk1994-11-201-1/+1
|
* Put a simple algorithmus in there that checks the last generated prototypeats1994-11-201-4/+13
| | | | | | | for ioconf.c with the current and suppress the generation if they are equal. This now prevents all the warnings from the c-compiler about sio or snd or two adaptecs. This works only if the sio lines are grouped together in the config files, but it is better than nothing.
* Add the missing subdirs cdplay and spkrtest into the clean/cleandir targets.ats1994-11-191-2/+3
|
* Some miscellaneous bug fixes inspired by Adam Glass's work. Adam'sjkh1994-11-192-2/+34
| | | | | | work is actually more comprehensive, but I just took what was needed for now given our compressed time schedules. Thanks, Adam! Submitted by: glass
* More updates to the manual pages. Used also the unknown macro.ats1994-11-192-7/+7
| | | | Also install the named-xfer manual page, when we have it in the source.
* More updates to the manual pages. Used also the unknown macro.ats1994-11-192-7/+7
|
* Correct the nslookup manpage that has some macros in it, that our man systemats1994-11-191-3/+3
| | | | doesn't understand.
* Correct the named manpage that has some macros in it, that our man systemats1994-11-191-8/+8
| | | | doesn't understand.
* From: "Jonathan M. Bresler" <jmb@kryten.Atinc.COM>jkh1994-11-181-0/+1
| | | | | | | | | | | in getting mirror-2.3 to work with FreeBSD, i found that timelocal.pl has a bug. a patch is included below. this needs to be applied to both src/gnu/usr.bin/perl/lib/timelocal.pl and src/usr.sbin/xntpd/scripts/monitoring/timelocal.pl Reviewed by: Submitted by: Obtained from:
* Add new keywords to config. The options availible in file.i386 are now:gibbs1994-11-173-12/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /* * filename [ standard | optional ] [ config-dependent ] * [ dev* | profiling-routine ] [ device-driver] [ no-obj ] * [ compile-with "compile rule" [no-implicit-rule] ] * [ dependancy "dependancy-list"] */ I added no-obj - This entry does not create anything linkable to the kernel. dependancy - Add additional dependancy rules to a target. no-implicit-rule - Don't assume .c -> .o type rules. Config is really dumb in this area and assumes that everything is a .c file irregarless of extention. This was the best choice really since there may even be .c file that you don't want to follow the standard rules. This was all done so that the building to the aic7770 assembler and using the aic7770 assembler in the building of the aic7770 driver could be config dependant. I can now have an entry like this for the driver: aic7770 optional ahc device-driver \ compile-with "${CC} $> -o $@" \ dependancy "$S/gnu/misc/aic7770/aic7770.c" \ no-obj no-implicit-rule aic7770_seq.h optional ahc device-driver \ compile-with "${.CURDIR}/aic7770 -o $@ $S/gnu/misc/aic7770/aic7770.seq"\ dependancy "$S/gnu/misc/aic7770/aic7770.seq aic7770" \ no-obj no-implicit-rule i386/isa/aic7770.c optional ahc device-driver \ dependancy "aic7770_seq.h" I also added '\' escaping to newlines so that this doesn't look as gross as it could have. Reviewed by: jkh
* Don't create packages with bogus @name lines.jkh1994-11-171-2/+2
|
* Protect against old packages with bogus @name fields. Use basename_of()jkh1994-11-171-2/+3
| | | | | on the name before recording it in /var/db/pkg. Sorry, Kaleb, you were right after all! It was my fault! :)
* Add a new basename_of() function.jkh1994-11-172-1/+15
|
* Remove the QUERY_* functions. I don't think they're as good anjkh1994-11-171-17/+1
| | | | idea as I apparently once did.
* strncmp use wrong utmp name sizeache1994-11-141-2/+2
| | | | Submitted by: rlz@zeus.id.net
* Add missing define of DPADD. Remove uneccessary define SRCS. Reorderbde1994-11-141-4/+4
| | | | defines.
* Don't follow a null pointer for the reporting error if kvm_openfiles() fails.bde1994-11-141-13/+7
| | | | Don't ever pretend that the program is named "." and has no args.
* Don't build an unused array of kernel names when HAVE_GETBOOTFILE isbde1994-11-141-1/+3
| | | | | | | defined. Don't use the newfangled C features to waste time building the array at runtime when HAVE_GETBOOTFILE is not defined.
* Delete duplicate pppd entry. Also move pppstats in the right spot lexically.lars1994-11-121-2/+2
|
* Obtained from: ppp-2.1.2lars1994-11-121-4/+10
| | | | | More correct use of __FreeBSD__ and BSD4_4 ifdefs. Fixed kvm_openfile() call based upon suggestion from Bruce Evans.
* pppd was missing from the SUBDIRS.lars1994-11-121-3/+3
|
* Use CDIOCALLOW before CDIOCEJECTache1994-11-121-0/+1
|
* cdplay addedache1994-11-121-2/+2
|
* This commit was generated by cvs2svn to compensate for changes in r4392,ache1994-11-122-0/+277
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Very simple non-X CD player for testing purposes,ache1994-11-122-0/+277
| | | | better than nothing
* This commit was generated by cvs2svn to compensate for changes in r4381,lars1994-11-123-0/+528
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * pppstats from ppp-2.1.2lars1994-11-123-0/+528
| |
| * This commit was manufactured by cvs2svn to create branch 'MACKERRAS'.cvs2svn1994-09-258-0/+2711
| |
| * This commit was manufactured by cvs2svn to create branch 'MACKERRAS'.cvs2svn1994-09-231577-406915/+0
| |
* | Add pppd to the Makefile. It seems to work..jkh1994-11-111-1/+1
| |
* | Fix printout bugache1994-11-102-1/+3
| | | | | | | | Submitted by: fredriks@mcs.com
* | Treat formfeeds like any other whitespace.wollman1994-11-071-1/+1
| |
* | Make /usr/bin/crontab install setuid root. (doesn't work otherwise)smace1994-11-061-0/+4
| | | | | | | | | | The distributed makefile in the package installs it setuid root.. Reviewed by: jkh
* | __386BSD__ -> __FreeBSD__jkh1994-11-042-2/+2
| | | | | | | | | | | | I know that many of these entries are bogus and need to be revisited, but let's get the tree working again for now and then do a pass through looking at all the __FreeBSD__ entries, shall we?
* | Don't include map.h - it's been obsoleted.dg1994-11-031-4/+0
| |
* | Fix for 'pstat -t' works on vtysache1994-11-031-5/+17
| | | | | | | | Submitted by: jhay@mikom.csir.co.za
OpenPOWER on IntegriCloud