summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Collapse)AuthorAgeFilesLines
* Some various mdoc cleanup.mpp1997-01-282-8/+8
| | | | Partially Obtained from: NetBSD-bugs mailing list
* I was porting something from sysV world and found our cross referencesobrien1997-01-271-0/+1
| | | | | not quite as good as I would expect. So I'm introducing mknod to mkfifo, and vice-versa.
* Apply patch from pr2536, after testing locally.imp1997-01-251-5/+6
| | | | | | | | Fixes: PR2446 and PR2536 Submitted by: Flemming Jacobsen <fj@tfs.com> 2.2 Candidate.
* typoadam1997-01-221-1/+1
|
* Style police.davidn1997-01-221-13/+14
|
* -n was brokenadam1997-01-211-5/+0
| | | | 2.2 candidate (probably)
* Various minor cleanup.mpp1997-01-191-10/+26
| | | | Partially Obtained from: NetBSD-bugs
* Impose login_cap resource limits on processes started by init.davidn1997-01-192-1/+32
| | | | | | | | /etc/rc started with "daemon" settings. "window=" started with "default" settings gettys started with "default" settings. This should open the way to junk kernel options MAX_{OPEN,CHILD} and the corresponding sysctl vars.
* Adjust spelling of `fw_flg' so this thing compiles again.jkh1997-01-171-2/+2
|
* Sweep through the tree fixing mmap() usage:alex1997-01-161-1/+1
| | | | | | | | | | | | - Use MAP_FAILED instead of the constant -1 to indicate failure (required by POSIX). - Removed flag arguments of '0' (required by POSIX). - Fixed code which expected an error return of 0. - Fixed code which thought any address with the high bit set was an error. - Check for failure where no checks were present. Discussed with: bde
* implement "not" keyword for inverting the address logicadam1997-01-162-12/+23
|
* Trivial fix for braino.phk1997-01-161-1/+1
| | | | | Reviewed by: phk Submitted by: Martin Ibert <mib@ppe.bb-data.de>
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-14116-116/+116
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Sort cross references.wosch1997-01-1325-50/+72
|
* If the RTM_NEWMADDR and RTM_DELMADDR messages are definedwollman1997-01-091-1/+13
| | | | | | (in <net/route.h>), then interpret them appropriately. This has no effect until I commit the changes to multicast group management (awaiting review).
* Fix double typopeter1997-01-081-1/+1
|
* Fix many buffer overflows, correct usage of strcat and implementimp1997-01-073-11/+19
| | | | | | | $TAPE. Inspired by OpenBSD's work in this area. Reviewed by: Peter Wemm, Guido van Rooij and Jordan Hubbard. Obtained from: OpenBSD
* bin/1789: dump estimates a negative number of tapes needed for huge dumpspst1997-01-071-4/+4
|
* This commit was generated by cvs2svn to compensate for changes in r21378,wollman1997-01-061-23/+24
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Quoth Vern:wollman1997-01-062-24/+25
| | | | | | | | | | | | | | | | | | ftp.sgi.com:sgi/src/routed.tar.Z has a fix that has been cooking for a week or so and that fixes a problem in the new hash tables for zillions of interface aliases. The bug was that interfaces that come and go, such as for SLIP and PPP, would get permanently lost. Submitted by: Vernon J. Schryver <vjs@mica.denver.sgi.com>
| * Latest version of routed from Vern Schryver. This one reallywollman1997-01-021-1/+1
| | | | | | | | should fix Andrey's problem.
* | Update to match changes in <net/if.h>.wollman1997-01-033-3/+6
| |
* | Merge to eliminate conflictache1997-01-031-1/+1
| |
* | Yet another buffer overflow.guido1997-01-014-9/+19
| | | | | | | | | | | | 2.2 candidate (and -stable too actually, who does that?) Reviewed by: Warner Losh
* | Various security related deltas from OpenBSDimp1997-01-013-17/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dirs.c: From OpenBSD 1.2, 1.3, 1.5, 1.8, 1.10, 1.11, 1.12 1.2: use unique temporary files; netbsd pr#2544; lukem@supp.cpr.itg.telecom.com.au 1.3: updated patch from lukem@supp.cpr.itg.telecom.com.au to also make -r and -R work again 1.5: mktemp open & fdopen 1.8: /tmp// -> /tmp/ 1.10: Fix strncpy usage and correct strncat length field, from Theo. Also change some occurrence of MAXPATHLEN with sizeof(foo). 1.11: does noone know how to use strncat correctly? 1.12: use mkstemp() From NetBSD: Use open rather than create so we can specify exclusive open mode. main.c: From OpenBSD 1.2, 1.5 1.2: From NetBSD: support $TAPE. 1.5 Set umask to be read only by owner until we set real file permissions. tape.c: From NetBSD: Use open rather than create so we can specify exclusive open mode.
* | Backing out my change of /etc/rmt -> /usr/sbin/rmt.obrien1996-12-292-2/+3
| | | | | | | | | | | | | | Added comments in both files stateing why /etc/rmt is correct so someone else wont do the same thing again. Suggested by: Warner Losh & Ollivier
* | rmt is /usr/sbin/rmt, not /etc/rmt which is a link to /usr/sbin/rmtobrien1996-12-292-2/+2
| |
* | Add example for mount_mfs(8).wosch1996-12-261-1/+8
| |
* | comma typoswosch1996-12-232-8/+9
| |
* | Minor mdoc/style fixes.mpp1996-12-232-49/+42
| |
* | Convert to mdoc format.mpp1996-12-232-304/+356
| |
* | FIx coredump with rtquery.ache1996-12-211-1/+1
| | | | | | | | | | It is just quick fix taken from new routed sources, full new routed importing I leave to wollman
* | Delete redundant include of <sys/time.h>wollman1996-12-171-2/+1
| |
* | Merge from vendor branch.wollman1996-12-172-7/+4
| |
* | This commit was generated by cvs2svn to compensate for changes in r20606,wollman1996-12-174-56/+60
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Latest routed from Vern Schryver. This is supposed to fixwollman1996-12-178-68/+69
| | | | | | | | | | | | Andrey's rtquery problem. Submitted by: Vernon J. Schryver <vjs@mica.denver.sgi.com>
* | Add multicast options -I (source interface), -T (set ttl), -L (no loopback).fenner1996-12-152-15/+80
| | | | | | | | | | | | | | They were all lowercase in the original, but our ping already uses -i and -l so I made them all uppercase. Obtained from: Multicast release 3.5
* | Now that all of the "standard" file system mount commandsmpp1996-12-146-399/+44
| | | | | | | | | | | | | | | | | | | | refer the reader to the detailed information in section 5, remove the mount_* man pages for those file system. mount_std(8) to cover all of the file systems it is currently being used to mount. mount_{devfs, fdesc, kernfs, procfs}.8 are now MLINKS to mount_std.
* | Refer the reader to devfs(5).mpp1996-12-141-8/+0
| |
* | Refer the reader to fdesc(5) for detailed info on the fdesc filesystem.mpp1996-12-141-85/+11
| |
* | Remove the descriptions of the files in /kern and refermpp1996-12-141-40/+8
| | | | | | | | | | the reader to kernfs(5) so that the information only has to be maintained in one place.
* | Update the newfs(8) man page to reflect currentmpp1996-12-141-4/+10
| | | | | | | | default values for some options better. Closes PR# 1374.
* | Remove the detailed description of the files in /procmpp1996-12-141-156/+11
| | | | | | | | | | | | and instead refer the reader to procfs(5) so that the information does not need to be maintained in two places.
* | Merge from vendor branch.wollman1996-12-115-76/+132
| |
* | This commit was generated by cvs2svn to compensate for changes in r20339,wollman1996-12-116-417/+530
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * New version of Vern's routed. This includes more byte-order fixes,wollman1996-12-1114-497/+668
| | | | | | | | | | | | | | some MD5 fixes, better tracing, configurable redirect processing, and a fix to split-horizon/poisoned-reverse treatment. Submitted by: Vernon J. Schryver <vjs@mica.denver.sgi.com>
* | Fix if.h lossage. I could have sworn I already fixed this one.wollman1996-12-101-2/+3
| |
* | Fix up programs which expect <net/if.h> to include <sys/time.h> to insteadwollman1996-12-106-39/+53
| | | | | | | | | | | | do it themselves. (Some of these programs actually depended on this beyond compiling the definition of struct ifinfo!) Also fix up some other #include messes while we're at it.
* | Cleaned up recent SIGINFO changes.bde1996-12-101-24/+19
| | | | | | | | | | | | | | | | | | | | | | | | Simplified average calculations. This also fixes potential overflow errors and minor rounding inconsistencies (always round to nearest now). Don't lose more SIGINFOs than necessary. Print \r at the start of the status message. This clears the dots that are sometimes left by ping -f. Reviewed by: sef
* | Improve the format of the usage string output.mpp1996-12-092-7/+6
| | | | | | | | Submitted by: Sandro Sigala <sandro@cat.locao.net> as part of PR# 2134
OpenPOWER on IntegriCloud