summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Speed kvm_mkdb up by a factor 5 or thereabout. Rewrote all the fseek/freadphk1995-01-102-77/+48
| | | | | | nonsense to use a mmap'ed file instead and told the DB/hash what we are up to. dev_mkdb could maybe benefit from the same treatment.
* Updates from jmz and meache1995-01-103-7/+109
|
* Correct some of the english.jkh1995-01-091-12/+12
|
* Wolfram Schneider <wosch@cs.tu-berlin.de>:jkh1995-01-092-123/+680
| | | | | | | o manpage o save configuration in /etc/adduser.conf o send message file (/etc/adduser.message) Submitted by: woschcs.tu-berlin.de
* Use the "-F" option to /bin/pr now that we have it (thanks to Posix).joerg1995-01-082-4/+6
| | | | | | This helps for printers that tend to get out of sync. (For the cautious folks: we used to have it in 1.1.5, too. But GNU pr used "-f" for it.)
* This commit was generated by cvs2svn to compensate for changes in r5425,jkh1995-01-073-0/+289
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * sgsc - utility to control the Genius GS-4500 scanner.jkh1995-01-073-0/+289
| | | | | | | | Submitted by: gusw@fub46.zedat.fu-berlin.de
* | Whoops! How embarassing. Just now noticed that I forget to update the .Osjkh1995-01-054-5/+5
| | | | | | | | lines. Done.
* | Fix a bad formatting directive.jkh1995-01-051-1/+1
| |
* | Fix misleading typo in description of @unexec.jkh1995-01-051-2/+2
| |
* | Added new function show_index() which does a 'smart' display of the index file.swallace1995-01-053-5/+37
| | | | | | | | | | | | | | | | | | Index descriptions are limited to MAXINDEXSIZE (60) chars. Any description beyond that is truncated. Also, only the first line is displayed as well. This allows pkg_info -a -I to be formated in two columns with one line per package for easy reading. Reviewed by: jkh
* | Submitted by: Ollivier ROBERTats1995-01-041-1/+1
| | | | | | | | | | Wrong description where the printer socket lives. Changed from /dev/printer to /var/run/printer. Bug report submitted by Ollivier ROBERT.
* | Updates from Peter da Silva to match the recent syslogd changes.jkh1995-01-041-3/+34
| | | | | | | | Submitted by: pds
* | Update adduser to version by Wolfram Schneider. Sorry, Gary, but hisjkh1995-01-032-208/+541
| | | | | | | | | | adduser is a Cadillac to your Volkswagen.. :-) Submitted by: wosch@cs.tu-berlin.de
* | Allow config to fully handle the aic7770 driver dependancies.gibbs1994-12-312-3/+68
| |
* | Change ${COPY} to -c, always needed hereache1994-12-311-1/+1
| |
* | Change ${COPY} to -c, always needed hereache1994-12-312-3/+3
| | | | | | | | Remove manpage reference to BSD adduser, add pwd_mkdb reference
* | Fix:jkh1994-12-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | >Number: 86 >Category: misc >Synopsis: fixit.conf missing srcdir >Confidential: no >Severity: non-critical >Priority: low >Responsible: core (FreeBSD core team) From John Capo. Submitted by: jcapo
* | Remove unneded kbdcontrol from SUBDIRSache1994-12-301-1/+1
| | | | | | | | Submitted by: roberto@blaise.ibp.fr
* | Cleanup.ache1994-12-301-4/+2
| |
* | Remove extra targets per Bruce suggestion.ache1994-12-301-3/+1
| | | | | | | | Use more macros instead of hardcoded things
* | Change man sectionache1994-12-301-3/+2
| |
* | Oops, rename adduser.sh to adduser.perlache1994-12-302-1/+198
| | | | | | | | Add empty clean and obj targets.
* | Yet one cleanupache1994-12-303-6/+272
| |
* | Fix everything.bde1994-12-301-6/+8
| |
* | Extend syslogd to allow selection of log destinations by program.wollman1994-12-291-9/+72
| | | | | | | | | | | | Use getbootfile() to determine the kernel name. Submitted by: Peter da Silva
* | Changed my copyright back. Too many problems with new one.gclarkii1994-12-282-4/+6
| |
* | adduser addedache1994-12-281-1/+1
| |
* | Fix configfile pathache1994-12-281-3/+2
| |
* | Move conf files to src/etcache1994-12-281-6/+0
| |
* | Add makefile for adduser.gclarkii1994-12-281-0/+15
| | | | | | | | Would a makefile guru please look this over to make sure I did this right?
* | Add Id stringsgclarkii1994-12-283-0/+7
| |
* | This commit was generated by cvs2svn to compensate for changes in r5262,gclarkii1994-12-284-0/+275
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Adding my adduser command. I only have to add a makefile for it togclarkii1994-12-284-0/+275
| / | | | | | | | | be compleate.
* | Submitted by: John Capoats1994-12-281-1/+1
| | | | | | | | | | | | | | | | | | Bogus pstat usage message from pstat: usage: pstat -Tfnstv [system] [-M core] [-N system] [system] is not mentioned in the man page and I don't see where it is used in the code either. Added also a [] around the first options to show them as optional, ATS.
* | Disable UDP service looping attack.wollman1994-12-212-23/+73
| |
* | Now crontab works not only for vi editor, i.e. refers toache1994-12-211-14/+13
| | | | | | | | file name not to file fd
* | Changed two occurrences of tcpdump(l) to tcpdump(1).ats1994-12-121-3/+3
| |
* | Change a SLSTAT 1 to SLSTAT 8 .ats1994-12-121-1/+1
| |
* | Changed a PPSTATS 1 to PPPSTATS 8 .ats1994-12-121-1/+1
| |
* | Changed an LSDEV 1 to LSDEV 8 .ats1994-12-121-2/+2
| |
* | Changed a ACCTON 1 to a ACCTON 8 .ats1994-12-121-1/+1
| |
* | Fixed a typo: /usr/sbin/lpd* to /usr/sbin/lpd as the name of the daemon.ats1994-12-111-1/+1
| |
* | Update to current reality.phk1994-12-083-15/+53
| |
* | Finish removing `#ifdef STATCLOCK'. Not removing it properly herebde1994-12-061-9/+0
| | | | | | | | | | probably broke (only) the association of interrupts with strings in vmstat output.
* | More changes from John T. Kohl. Man pages, mostly.jkh1994-12-065-382/+630
| | | | | | | | Submitted by: jtkohl
* | Many of John T. Kohl's patches from NetBSD. Thanks, John!jkh1994-12-0623-176/+782
| | | | | | | | Submitted by: jkohl
* | The vnconfig program.phk1994-12-043-0/+539
| |
* | Added the vnconfig program.phk1994-12-041-1/+1
| |
* | Cannot use rmdir() for 'FR' because mkCTM doesn't sort the directoriesphk1994-12-041-7/+10
| | | | | | | | in -depth order for us. cvs-cur.0018.gz is a good example.
OpenPOWER on IntegriCloud