summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* If CONFIG_NO_CLOBBER_EVER is defined (e.g., in /etc/make.conf), don't makewollman1995-11-282-0/+5
| | | | | it possible for config to ever blow away a work directory. Default behavior remains broken.
* Disconnect fsdb in preperation for move to /sbinpeter1995-11-241-2/+2
|
* If sendmail is collecting a message *not* via SMTP, then this patch willpeter1995-11-201-7/+7
| | | | | | | | turn off the read data block timeouts. This was inspired by the same fix in sendmail-8.7, but the code in this area is somewhat different. (8.7 is much more sensible). This will stop the infamous "timeout waiting for input during message body read" on long running jobs, eg: /etc/daily | mail root.
* Avoid bogus free() of a junk pointer.joerg1995-11-171-2/+2
| | | | | Detected by: phkmalloc Submitted by: grog@lemis.de (Greg Lehey)
* Make this compile again by adding the necessary includes.phk1995-11-171-0/+6
|
* Make sysctl compile again by removing all the debug stuff.phk1995-11-171-32/+2
|
* Warn the user extra special for /etc/sysconfig.jkh1995-11-171-2/+14
|
* With the recent 'make install' change in the kernel build makefiles, anpeter1995-11-141-2/+4
| | | | | | | | | | `interesting' feature of syslogd turned up. It calls getbootfile() for each log entry. Since the kernel makefile now changes kern.bootfile when doing a 'make install', it's quite startling to see the syslog lines change. This change makes it call getbootfile() once at startup and cache it, saving a syscall per loop, and keeping something a little more asthetically pleasing in /var/log/messages...
* Submitted by: John Hay <jhay@mikom.csir.co.za>julian1995-11-133-9/+5
| | | | | | | | Here is some patches to IPXrouted. It does the following: Always use the sap port in the destination address of sap broadcasts. Clear the host part of network addresses so that routes will really be deleted in the kernel.
* More helpful error messages.jkh1995-11-122-9/+12
|
* Initialize ld.so.hints if necessary.jkh1995-11-121-1/+5
|
* Make editor start on right screen for anonFTP setup.jkh1995-11-121-2/+7
| | | | Don't clobber mediaDevice if post-configuring networking from CDROM.
* Bring my pkg_install improvements forward from 2.1.jkh1995-11-125-106/+117
|
* Add verbosity to add in tracking a mystery sig-11 with this..jkh1995-11-111-59/+43
|
* Fix some missing parameters to the anon ftp setup area.jkh1995-11-111-5/+5
|
* Various cosmetic tweaks.jkh1995-11-111-5/+5
|
* Write a quick help screen for this. Coranth seems to have an aversionjkh1995-11-111-0/+19
| | | | to writing help files.. :)
* ppp-2.2 doesn't have a RELNOTES file anymore, so the old one here waspeter1995-11-101-0/+147
| | | | | | | rather out of date.. it even suggested that it was ppp-2.1.1 still :-) I've selected some bits from the README files and pre-pended it so that at least reading it tells you _something_ about the recent history.
* Also set PKG_PATH when adding from media types other than FTP.jkh1995-11-101-6/+24
|
* Fix a core-dump.phk1995-11-101-2/+4
| | | | Submitted by: Simon Marlow <simonm@dcs.gla.ac.uk>
* Leave hints for pkg_add so that it can do dependency over FTP. Thisjkh1995-11-101-1/+8
| | | | | was formerly impossible due to the way pkg_add was insulated from where a package actually came from.
* Tweaks to anon ftp setup.jkh1995-11-101-2/+9
| | | | Submitted by: coranth
* Make lsdev eisaconf aware.gibbs1995-11-101-5/+9
|
* o Now that Coranth has made the anonymous FTP configuration not use adduser,jkh1995-11-091-0/+491
| | | | | bring it back. o Simplify the vsystem() call by ripping out a good deal of the extraneous grot.
* o Use correct device for Wangtek tapes.jkh1995-11-081-4/+4
| | | | | | | | | | o Caution against use of `W' options in label/partition screens (dangerous!) o Make various types of debugging dreck conditionalize on DEBUG flag o Make a fake /var/db/mountdbtab file so new system doesn't complain o Apply uniform permissions to entire /usr/X11R6 tree. o Set erase character to ^H for all interactive commands. o Don't panic if user exits upgrade shell, reboot. o Document dangers of `W' options in help screens also.
* Fix a really stooopid bug that was clobbering the package menu.jkh1995-11-061-2/+2
| | | | Pointed-out-by: ache
* Some general fixes for the package menu (still need to fix the "more than 10jkh1995-11-064-22/+42
| | | | | items checked bug though). Now allow user to specify a PKG_TMPDIR. If not selected, we try to make one.
* Correct some *serious* brain-o's in the upgrade procedure. Thanks forjkh1995-11-061-2/+21
| | | | your patience, Julian!
* Include mkdosfs into the list of subdirs.joerg1995-11-051-9/+9
| | | | Reorder the list.
* Cross-reference newfs(8), and mkdosfs(1).joerg1995-11-051-3/+18
|
* This commit was generated by cvs2svn to compensate for changes in r12102,joerg1995-11-056-0/+717
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * mkdosfs -- a tool to create an MS-DOS file system on a device or file.joerg1995-11-056-0/+717
| | | | | | | Since msdosfs is part of the base system, it's not wise to rely on something like mtools to provide this functionality. This utility is the agreed fix for PR # misc/804 fdformat did not ...
* Move MBR selection to write/quite stage of disk editor for a more logicaljkh1995-11-041-2/+2
| | | | | | | | grouping. Don't print geometry warning in "all disk" case. Clean up some unnecessary newlines in confirmation messages.
* Recover lost support for netmask 255.255.255.255 that was lost in the merge.peter1995-11-041-5/+5
| | | | Submitted by: Michael Butler <imb@scgt.oz.au>
* Various tweaks to adjust things more to my liking. Also bring in Rich'sjkh1995-11-042-10/+9
| | | | changes to update XFree86 to 3.1.2-S.
* Connect fsdb to the SUBDIR list.peter1995-11-031-2/+2
|
* AARGH!! by default, pppd would no longer allow users to use "proxyarp"peter1995-11-031-1/+5
| | | | | | | | | or "defaultroute"... That's forgivable I guess, but the silly thing didn't have any way to _enable_ the options either! :-( This now enables them by default. Obtained from: ppp-2.3a0
* No need to go back quite _that_ far to the MOUNT_UFS constant when we havepeter1995-11-031-2/+8
| | | | | | a perfectly good getvfsbyname("ufs").. :-) Pointed out by: wollman and bde
* add quot..peter1995-11-031-3/+2
|
* Minor tweaks to get quot to compile on FreeBSD..peter1995-11-033-6/+11
| | | | Basically back-port the dynamic fsname strings back to static constants.
* This commit was generated by cvs2svn to compensate for changes in r12032,peter1995-11-033-54/+655
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import NetBSD's quot command, filling the gap in our sourcespeter1995-11-033-54/+655
| | | | | | | | | | | | (We only have the man page...) Obtained from: NetBSD; Wolfgang Solfrank / TooLs GmbH.
* | Lots-o-cleanup(tm):jkh1995-11-032-23/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Fix the bogon I introduced that made some root filesystems fail to be made with `unable to make filesystem on sd1s1a' or some such error message. 2. Latest installment in the never-ending chapter on making FTP do the right thing on a cruel internet. 3. Make `express install' a truly express install and split off what it used to do into a `novice install' that's even more geared to the novice by asking questions in order, rather than forcing them through the menu interface. 4. Make anonymous FTP setup truly DTRT. 5. Build lndir directly into sysinstall and make the novice install offer to set up the ports tree. Also make the ports setup truly explanatory about what it's doing, and always link the ports destination to /usr/ports if necessary so that bsd.port.mk doesn't need to be tweaked.
* | Workaround for the setlogin()-in-same-session-as-inetd bug.peter1995-11-031-4/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This causes: 1: inetd to clear it's getlogin() name at startup (in case the sysadmin logged in and su'ed to root and restarted inetd) 2: inetd to start each spawned process in it's own session. 3: inetd to call setlogin() on non-root processes (eg: uucp for uucico) 4: log failures more extensively This means that root spawned processes from inetd remain responsible for setting their login name if they change their uid. (eg: rshd, login, etc). If they do not do so, it is safer for them to have no "login name" than a wrong one (like "root") because the getlogin() system call is documented as "secure" on 4.4BSD. inetd when started from /etc/rc would have no login name anyway, so this isn't really a change - it's making it consistant with the bootup state... The setsid() change *may* cause something to break that is doing a setsid() itself and checking the result - it will fail now because it's already been done. The consensis seems to be that this is unlikely. David G. thinks this is acceptable as it is cleaner from an architectural point of view.
* | Merge pppstats from ppp-2.2 onto mainline..peter1995-10-313-432/+339
| | | | | | | | | | This version uses specific interface ioctl()'s rather than groveling around in /dev/kmem
* | Whoops.. ppp-comp.h -> ppp_comp.h...peter1995-10-312-4/+4
| |
* | Bring pppd from ppp-2.2 onto the mainline..peter1995-10-3121-1682/+2384
| | | | | | | | (more work needs to be done here, I'm trying to beat the supscan)
* | Initial revisionpeter1995-10-312-0/+702
| |
* | Fix the `pkg_add relative to .' bug. Thank you, Ville!jkh1995-10-312-5/+7
| | | | | | | | Submitted by: Ville Eerola <ville@vlsi.fi>
* | Support the configuration of "od" devices.joerg1995-10-311-1/+1
| | | | | | | | Submitted by: akiyama@kme.mei.co.jp (Shunsuke Akiyama)
OpenPOWER on IntegriCloud