summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Write setconf() in KNF, in K&R C, and in Standard C.Standard C.bde1995-02-181-1/+1
|
* Do away with 'options SWAP_GENERIC' once and for all: I get illwpaul1995-02-181-1/+3
| | | | | | | | | | | | | | | | | | | just thinking about it. Two changes need to be made to allow 'config kernel swap generic' to work properly without requiring any compile-time flags: /usr/src/usr.sbin/config/mkswapconf.c: we need to define a dummy stub for the setconf() function to replace the one in swapgeneric.c that isn't available in non-generic configurations. /usr/src/sys/i386/i386/autoconf.c: the -a boot flag causes setroot() to be skipped and lets setconf() prompt the user for a root device. If you skip setroot() in a non-generic kernel, you could get severely hosed. To avoid this, we silently ignore the -a flag if rootdev != NODEV. (rootdev is always initialized to NODEV in swapgeneric.c, so if we find that rootdev is something other than NODEV, we know we're not using a generic configuration.)
* Remove bogus reference to snp.4. Somebody kinda screwed up their move! :)jkh1995-02-181-1/+0
|
* Manpage for snoop device itself.ugen1995-02-171-0/+1
|
* Add manpage to makefileugen1995-02-171-1/+1
|
* Watch fresh-made manpage..ugen1995-02-171-0/+52
|
* This is watch - programm to work with /dev/snp,ugen1995-02-172-0/+410
| | | | | it still lacks manpage-i will commit it today later. For now to test try: watch [ttyname] :)
* Rename TMPDIR to PKG_TMPDIR, just to make Jeff happy.. :-)jkh1995-02-161-3/+3
|
* Make a link to /etc/rmt when we're installed.jkh1995-02-161-0/+3
|
* config.y:bde1995-02-162-27/+81
| | | | | | | | | | | | | | | | Support slice numbers in device names. The syntax is `<driver name> [<unit number>] ['s' <slice number>] [<partition letter>]'. Only `['s' <slice number>]' is new here. The slice number defaults to 0 so that there is no change in the output from config if this new feature is not used. Replace some magic disk numbers by `dk' slice and label macros. mkswapconf.c: Improve the output formatting: Generate <> style includes. Print minor numbers in hex so that slice numbers are easy to see and edit. Print the rootdev and dumpdev names in comments like the swapdev names.
* Always return null-terminated identifiers from yylex().bde1995-02-161-2/+3
|
* ypbind jumbo patch :)wpaul1995-02-161-50/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The existing ypbind exhibits some truly anti-social behavior. After initially establishing a binding with an NIS server, the following events take place: - ypbind waits for 60 seconds before trying to broadcast a ping again - after the 60 seconds expires, ypbind sends out broadcasts every 5 seconds come hell or high water. These broadcasts travel far and wide, even to NIS servers in other domains which dutifully log the packets even though they don't respond to them. This leads to lots of unnecessary traffic and bloated log files. This behavior has been fixed/changed. Here's what happens now: - We still broadcast every 5 seconds at startup, just like before. - Once bound, we send out packets once every 60 seconds to the server we're bound to AND NO ONE ELSE. - If we fail to receive a reply from our server within FAIL_THRESHOLD seconds, we assume our server has croaked and go back to broadcasting everywhere every 5 seconds again until somebody answers. FAIL_THRESHOLD is currently set to 20 seconds. Other fixes/improvements: - ypbind now logs 'server not responding' and 'server OK' messages where appropriate. Thanks to Thomas Graichen <graichen@omega.physik.fu-berlin.de> for reporting the problem and guilt-tripping me into fixing it. :)
* Allow the user access to net.inet.igmp, even though there's nothingwollman1995-02-162-12/+12
| | | | sysctl(8) can interpret there. (Someday there might be.)
* pkg_manage addedache1995-02-151-2/+2
|
* This commit was generated by cvs2svn to compensate for changes in r6462,ache1995-02-159-0/+858
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * pkg_manage utility, using file selectorache1995-02-159-0/+858
|
* Various nitpicking from Stephen.phk1995-02-154-9/+7
| | | | | Reviewed by: phk Submitted by: Stephen McKay <syssgm@devetir.qld.gov.au>
* Add more verbosity for status, if standaloneache1995-02-151-0/+2
|
* This commit was generated by cvs2svn to compensate for changes in r6448,ache1995-02-152-0/+160
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * non-X mixer, useful into rc.localache1995-02-152-0/+160
|
* Make pkg_install use /var/tmp instead of /tmpjkh1995-02-151-2/+2
| | | | Suggested by: hsu
* I've found two bugs in manctl(8). There are two spurious ";" after a "then"jkh1995-02-151-3/+3
| | | | | | | | | | in the script. The result is the following : 203 [23:47] root@keltia:/build/cvs-1.4A2# manctl /usr/sbin/manctl: 165: Syntax error: ";" unexpected Here is the fix : Submitted by: Ollivier Robert <Ollivier.Robert@keltia.frmug.fr.net>
* Added three line hack to nfs_ops.c to add support for the 'resvport'wpaul1995-02-131-1/+10
| | | | | mount option: you need this little bugger in environments with facsist SunOS NFS servers (like mine :).
* Updated this to be more FreeBSD-like; there was a lot of bipartisan cruftjkh1995-02-128-149/+14
| | | | | | in here that just made it a heck of a lot more confusing to maintain. Somebody like Joerg can reality-check this at some point, when they have more time. For now, it works.
* Fix a little typo. Change the "race record" to a "trace record" :-).ats1995-02-101-1/+1
|
* Clean up some details, to make it clear to gcc that we do not try to dophk1995-02-103-19/+26
| | | | something stupid.
* mtree * MD5 = better securitywollman1995-02-107-14/+74
| | | | Idea from: Dr. John T. Wroclawski
* Implement TCP MIB variables.wollman1995-02-091-2/+9
|
* Add ctm and sgsc. ctm is has proved useful and sgsc seems to have beenbde1995-02-091-2/+3
| | | | forgotten.
* Restore the field widths that were clobbered by the previous commit so thatbde1995-02-081-6/+6
| | | | the columns in ioconf.c line up if there are no long names.
* Fixed usage() (cosmetic changes. "(string)" looks much betterdima1995-02-081-4/+4
| | | | than "(string" :-)
* Added new choises of cursors.sos1995-02-072-20/+28
|
* Stephen lost a -D, now it's back.phk1995-02-061-1/+1
|
* Removed the name length limitations on the device-driver names entirely.phk1995-02-051-6/+6
| | | | Now device-names can be more than 3 chars.
* This commit was generated by cvs2svn to compensate for changes in r6199,jkh1995-02-0582-0/+13881
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * PCVT userland utilities.jkh1995-02-0582-0/+13881
| | | | | | | | Submitted by: hm
* | Added final '\n'phk1995-02-044-8/+8
| |
* | A couple of sensible changes from down under...phk1995-02-043-6/+14
| | | | | | | | | | Reviewed by: phk Submitted by: Stephen McKay <syssgm@devetir.qld.gov.au>
* | Moved "#include <pci/pcivar.h>" from "usr.sbin/lsdev/i386.c"se1995-02-041-1/+0
| | | | | | | | to "/sys/i386/include/devconf.h", where it really belongs.
* | Include ncr.c from where it is now.bde1995-02-031-2/+2
| |
* | Add #include <pci/pcivar.h> for definition of PCI_EXTERNAL_LEN.se1995-02-031-0/+1
| | | | | | | | | | | | Reviewed by: Submitted by: Obtained from:
* | Cosmetic fix.jkh1995-02-021-1/+2
| | | | | | | | Submitted by: Christoph Kukulies <kuku@gilberto.physik.rwth-aachen.de>
* | PPP does not find config files (Wrong path name not a /etc/ppp)amurai1995-02-022-4/+6
| | | | | | | | Submitted by: Michael Reifenberger <root@rz-wb.fh-sw.de>
* | CTM email tools.phk1995-01-3110-1/+1351
| | | | | | | | | | Reviewed by: phk Submitted by: Stephen McKay <syssgm@devetir.qld.gov.au>
* | Adding "ppp" entry for a user process PPP (aka iijppp)amurai1995-01-311-1/+1
| |
* | This commit was generated by cvs2svn to compensate for changes in r6059,amurai1995-01-3153-0/+11877
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | (no commit message)amurai1995-01-3153-0/+11877
| /
* | (no commit message)amurai1995-01-311-0/+492
| |
* | Added 80x30 & 80x60 experimental modes officially.sos1995-01-301-6/+4
| |
* | Added h option for setting the historysize.sos1995-01-302-25/+28
| | | | | | | | fixed problem with Both n&C flags.
OpenPOWER on IntegriCloud