christos
203dfd3486
- Use err, warn, errx
...
- Don't use floor, because we would need libm
- Add maxwait option from old ping
- Add a centralized gethost() to get hostnames
- Fix PR/1014 and PR/2017; (adds -D, -T options, and -I and -t for unicast)
- Document exit status
1997-03-11 21:22:49 +00:00
mikel
d2057dd292
add support for MNT_NOATIME; from Lennart Augustsson in PR bin/3304.
1997-03-10 03:59:53 +00:00
christos
3d71dbfd9b
fix reversed test for maxpartitions.
1997-03-09 00:35:44 +00:00
christos
649ae0edb1
Jason says: Use getmaxpartitions(3) to determine the number of partitions
...
allowed in this architecture.
1997-03-09 00:14:17 +00:00
christos
72fbacb380
Add -i (interactive mode to create/edit labels) inspired by the SunOS/Solaris
...
format/partition command.
1997-03-08 23:46:08 +00:00
cgd
245ccce34c
Fix NetBSD RCS ID tag
1997-03-08 19:46:43 +00:00
mouse
80c0d60f84
alternate -> alternative, per PR 2643
1997-03-08 13:47:08 +00:00
christos
6c522b4c82
Added fsirand
1997-03-07 20:17:19 +00:00
christos
4de052219b
First pass at fsirand. Needs /dev/random to do things right.
1997-03-07 20:16:39 +00:00
thorpej
ee5ba12678
Don't get stuck in an infinite loop if the msgbuf index is 0 or 1, from
...
enami tsugutomo <enami@ba2.so-net.or.jp>, PR #3285 .
1997-03-06 23:55:12 +00:00
christos
af9e021593
Added newfs_msdos
1997-03-01 19:46:36 +00:00
christos
d5fff03ed1
From FreeBSD's mkdosfs:
...
- KNF
- cleaned up a few typos.
- use the msdosfs header files.
- separated Makefile and Makefile.boot, since we cannot build
bootcode.h (yet)
ToDo:
- Make it work on hard disks; only works on floppies
- Make it accept an msdos.sys io.sys and a command.com, to make
a real dos bootable disk.
1997-03-01 19:42:54 +00:00
mikel
b31dfde1ef
set bflag so that 'dump bd M N' works properly. fix from Juergen
...
Hannken-Illjes in PR bin/3254.
1997-02-27 06:17:23 +00:00
carrel
533cb559da
Remove uid checks since the kernel now handles this and route(1) is no
...
longer setuid.
Document the "Permission denied" msg in the man page since this is
_slightly_ less clear than route(1)'s old error msg.
1997-02-22 21:22:24 +00:00
thorpej
c7e33aad6c
Now that non-superuser can open the routing socket, this program no
...
longer needs to be setuid-root. Superuser status is required to
alter the routing table, but is enforced by the kernel.
1997-02-22 03:49:31 +00:00
thorpej
dd72c4e12f
If root has no password, don't lock the operator out of single-user
...
mode if the console is "insecure".
1997-02-22 02:19:51 +00:00
mikel
9b8074878a
use += instead of = for CFLAGS
1997-02-21 07:47:49 +00:00
mrg
1cf9e54f49
link ipl.4 to ipfilter.4
1997-02-18 21:28:53 +00:00
mrg
cda4cfcedd
note that ipfilter also includes PFIL_HOOKS.
1997-02-18 21:28:19 +00:00
matthias
d67f3db782
The pc532 port now uses the new libkvm.
1997-02-08 09:38:06 +00:00
christos
e7512e5a5e
- resolve conflicts.
...
- remove md5 stuff; it is in libc.
- define MCAST_PPP_BUG, until we fix if_ppp.c
1997-02-03 22:02:51 +00:00
christos
6cf225561b
New version from ftp.sgi.com:sgi/src/routed.tar.Z
1997-02-03 21:06:26 +00:00
veego
8a514d0afa
Remove the last change. fil.fr_icode ist char and NOT unsigned char.
...
Fix pr#3169
1997-01-31 10:10:11 +00:00
tls
aeb2ee9ac9
add support for noatime mount flag
1997-01-30 09:56:10 +00:00
tls
d0c43309b5
add support for noatime mount flag
1997-01-30 09:52:26 +00:00
thorpej
17aa7541b7
Add support to display the ccd-specific statistics kept by the ccd
...
driver.
1997-01-30 04:02:08 +00:00
mark
ab4940de30
Cast -1 to an unsigned char for the test with fil.fr_icode as the fr_icode
...
field is declared as an unsigned char.
1997-01-29 18:39:47 +00:00
ws
ac112dcf50
Shifting by 32 on a 32-bit machine is undefined
...
(and in fact -1 << 32 results in -1 on e.g. x86)
1997-01-29 12:07:26 +00:00
mark
2ab96deb9a
Use an integer rather than a char for the getopt() return value in main()
...
in order to make it work with architectures that use unsigned chars.
1997-01-29 01:29:09 +00:00
perry
b1998ea4df
fix some nits from SAITOH Masanobu, pr-3149
1997-01-27 15:01:58 +00:00
mikel
8cd71f8b62
eliminate duplicate paragraph and fix typos; PR misc/3128
1997-01-23 06:34:39 +00:00
mikel
7f50ef911a
eliminate possibility that execle() will be called with one too many
...
arguments.
1997-01-23 05:48:06 +00:00
perry
ea9e41ab25
fix .I which should be .Em, from SAITOH Masanobu in pr-3109
1997-01-17 05:04:09 +00:00
perry
7665c8ee25
close pr-2717 from Manuel Bouyer <bouyer@lix.polytechnique.fr>
...
Replaces reference to hand patching securelevel kernel variable
with reference to options INSECURE.
1997-01-17 02:56:27 +00:00
perry
5714664cf5
fix pr 2977 -- only try to dump ufs/ffs partitions
1997-01-16 22:00:30 +00:00
cgd
7bd18db5e6
pointer cast fixups for 64-bit cleanliness
1997-01-14 06:47:10 +00:00
lukem
6c8a1cc329
don't call el_parse() if there's no commands (el_parse() now checks this,
...
but more safety is good)
1997-01-11 06:50:53 +00:00
lukem
5c9d30eb5f
the editline(3) man page now exists (but not as libedit(3))
1997-01-11 05:51:40 +00:00
tls
2ab9ccf105
it's a shame, but since we have no kernel support for kerb NFS (which may or may not be worth having, in the form available to us) this is how I'm closing PR #2469 .
1997-01-09 09:43:51 +00:00
veego
21361a6567
Add ipf.
1997-01-08 21:58:34 +00:00
mrg
eafab1cbd3
ipl -> ipfilter
1997-01-07 11:32:24 +00:00
mrg
3460d5fc46
update this for "pseudo-device ipl"
1997-01-05 14:53:55 +00:00
mrg
4810e839ab
initial import of darren reed's ip-filter, version 3.1.2.
1997-01-05 13:06:38 +00:00
mrg
b904481502
xref ld.so.conf.5
1997-01-05 12:07:53 +00:00
ws
fdbcbfc254
Fix handling of clusters marked bad
...
Noted by Rafal Boni
1997-01-03 14:32:47 +00:00
mikel
dd40c6d884
eliminate valueless return from main(); PR bin/3073.
1997-01-03 07:10:52 +00:00
mikel
ca9a02b5b1
oops, missed a comma.
1996-12-27 05:53:53 +00:00
mikel
d894f16336
fix reboot(8) xref
1996-12-27 05:51:14 +00:00
cjs
ea04966433
Fix typo: PR bin/3059
1996-12-26 17:35:35 +00:00
mikel
8a207c6ea3
eliminate obsolete reference to mkfs(8);
...
from Klaus Klein <kleink@layla.inka.de>.
also fixed buggy -a flag lines, reference fsck_ffs(8) instead of fsck(8).
1996-12-26 04:37:18 +00:00