lukem
f27e440f72
* remove superfluous umasks
...
* st* perms are 660 not 640
* ttyv* isn't a special case on the sparc (it's an i386-ism)
* add enss* to ss*
* use $0.local instead of MAKEDEV.local, and reset the umask afterwards
1997-08-22 12:25:16 +00:00
lukem
49d132729c
these are *way* out of date...
1997-08-22 12:24:25 +00:00
lukem
3554ac334d
* use $0 instead of MAKEDEV
...
* remove devices before mknod-ing them
* use ${i#...} and $((...)) instead of `eval ...`
* tz* has perms 660 root.operator (instead of 666 root.wheel)
* consolidate a few devices into one case, with internal switching
for the slight difference (usually unit name and major number)
* reset the umask after MAKEDEV.local
* don't treat ttyv* specially - it's an i386-ism
1997-08-22 12:16:28 +00:00
lukem
b790d7bce9
ttyv* shouldn't be treated specially on the hp300 (it's an i386-ism)
1997-08-22 12:06:27 +00:00
lukem
d4a3164363
ttyv* shouldn't be treated specially on the alpha (it's an i386-ism)
1997-08-22 12:04:03 +00:00
augustss
556cf1abc0
Make it possible for audio to attach to audioamd.
1997-08-22 11:45:06 +00:00
lukem
607e11fb8a
* add enss* to ss*
...
* st* has perms 660 not 640
* use $0 instead of MAKEDEV
* reset umask after MAKEDEV.local
1997-08-22 11:34:30 +00:00
lukem
cdfa15cb5b
* st* has perms 660 not 640
...
* add enss* to ss*
* invoke MAKEDEV.local as $0.local, and reset the umask afterwards
1997-08-22 11:30:57 +00:00
lukem
fcbf94775b
* add enss* to ss*
...
* st* has perms 660 not 640
* invoke MAKEDEV.local as $0.local, and reset umask afterwards
1997-08-22 11:26:01 +00:00
lukem
5629b8d007
* st* and wt* have perms 660 instead of 640
...
* add enss* to ss*
* invoke MAKEDEV.local as $0.local
* reset umask to 077 after running MAKEDEV.local
* warn on unknown devices
1997-08-22 11:19:43 +00:00
lukem
81cdcf7570
* use $0 instead of MAKEDEV
...
* set ct* mt* and st* to root.operator 660 (not root.wheel 666)
1997-08-22 11:10:42 +00:00
lukem
1d665a7616
* use $0 instead of MAKEDEV
...
* remove superfluous umasks
* st* perms are 660 not 640
* ensure md0 and rfd0c get the correct perms
* add enss* to ss*
1997-08-22 10:55:18 +00:00
lukem
3e16910ca2
remove enss* before we try & mknod it
1997-08-22 10:46:27 +00:00
lukem
7cb2956f2d
* st* has perms 660 not 640
...
* add enss* to ss*
* md* is root.operator 640 not root.wheel 600
* use ${i#...} instead of `expr ...`
* use 'sh $0.local' not 'sh MAKEDEV.local'
* warn on invalid devices
1997-08-22 10:41:17 +00:00
lukem
93f6aeeee8
use 'sh $0 ...' instead of 'sh MAKEDEV ...'
1997-08-22 10:32:28 +00:00
lukem
fca196598f
* use $((...)) not `expr ...`
...
* st* has perms 660 not 640
* use $0 not MAKEDEV
* add enss* to ss*
* remove superfluous use of umask
* ensure umask is reset after running MAKEDEV.local
1997-08-22 10:28:06 +00:00
lukem
237c80a5db
* set perms on st* to 660 not 640
...
* remove superfluous umask
1997-08-22 10:14:45 +00:00
lukem
89fa41e9da
- correct use of generated temporary files.
...
- clean up comments and generated output.
- clean up $SECUREDIR if SIGINT or SIGQUIT received.
- .rhosts may have to be world readable in NFS environments, so allow it to be.
- update list of disks to check for reasonable permissions
- don't show differences in /etc/master.passwd, as the encrypted strings may
be sent. From reading comments earlier in the script, this was the intention
anyway. Fix from Jim Bernard <jbernard@tater.mines.edu> in [security/3994].
- when checking /etc/ftpusers, skip comment lines and only match full
usernames.
XXX: this should be enhanced to check lines of the enhanced ftpusers format.
1997-08-22 09:40:17 +00:00
cgd
fc2e81c6d5
lie to the compiler when doing mkdep so that it depends .s files correctly.
1997-08-22 06:37:17 +00:00
scottr
4cb1ba2dac
Make this compile again when we only specify a machine with the
...
HP MMU (320, 350).
1997-08-21 18:12:34 +00:00
ws
8d38c5e126
Don't include psl.h in MI code.
...
Pointed out by Jonathan Stone and Chris Demetriou.
1997-08-21 11:26:42 +00:00
mjacob
1a7afa3853
add commented out reference SCSIVERBOSE option
1997-08-20 18:38:13 +00:00
mjacob
0e3c7b7f44
Commented out SCSIVERBOSE option; reference
1997-08-20 18:35:55 +00:00
mjacob
e349ac7eb5
If SCSIVERBOSE is enabled, call the routine to print out detailed sense
...
information.
1997-08-20 18:20:12 +00:00
mjacob
e919735e35
Add in (enabled by SCSIVERBOSE option since it adds a fair amount of string
...
gup to the kernel) more detailed SCSI error printing, based off of final
SCSI-2 specification. This will also print out things like progress indicator
errors, and will also dump out additional sense bytes that haven't been decoded.
Also, turned the error message 'DELAYED' to 'DEFERRED' since that's more
accurate.
1997-08-20 18:19:12 +00:00
mjacob
77116c198a
Add in prototype for routine to print SCSI errors in detail.
1997-08-20 18:11:37 +00:00
drochner
e153e51fa3
Make "genprom" work in objdir.
...
Minor cleanup to ease bootcode development at non-standard locations.
Closes PR port-i386/4013 by Luke Mewburn.
1997-08-20 16:53:30 +00:00
agc
0ee4409cbe
Don't assume we're on NetBSD when setting LOCALBASE i.e.
...
test the OSNAME first.
Change the name of the mtree file to match NetBSD's.
1997-08-20 16:02:48 +00:00
agc
44579dfa67
Remove the uname=man lines as NetBSD doesn't seem to have a user called
...
man.
Add NetBSD RCS Id.
1997-08-20 15:41:11 +00:00
augustss
8fdd7cab62
Convert WSS driver to use non-broken indirect configuration.
1997-08-20 15:26:25 +00:00
agc
51e120ae5a
Import FreeBSD's etc/mtree/BSD.local.dist as etc/mtree/BSD.pkg.dist.
...
This is for use with the FreeBSD ports system.
1997-08-20 15:23:33 +00:00
agc
f642bb0d2f
Add -U flag, checking for mismatch. This is the same as the old -u flag,
...
except that an error which was corrected is deemed not to be an error.
Necessary for use in the FreeBSD ports system.
1997-08-20 15:14:51 +00:00
agc
5d9fc2b5dd
Document the import of FreeBSD's <bsd.port.mk> and <bsd.port.subdir.mk>,
...
as used in their `ports' system.
1997-08-20 10:53:04 +00:00
agc
3709f02cd5
Change a path for NetBSD. Our PORTSDIR is /usr/pkg/src
1997-08-20 10:51:40 +00:00
agc
4a7d7317e2
Change paths for NetBSD. We have our PORTSDIR at /usr/pkg/src,
...
and our PREFIX is /usr/pkg.
1997-08-20 10:50:26 +00:00
agc
a1ac59e36e
Initial import of FreeBSD's ports makefiles.
1997-08-20 10:21:05 +00:00
mikel
71d389d416
include hostname in subject of email with results of running *ly
...
scripts; from Jim Bernard in PR misc/3996
1997-08-20 07:18:41 +00:00
mikel
ed1e33aac5
replace gawk-specific C-style comments with generic AWK comments; from
...
Yasufumi ITOH in PR kern/4011
1997-08-20 06:58:10 +00:00
mikel
6e0792fe1c
use -mdoc .Pa macro for filenames
1997-08-20 05:42:57 +00:00
mikel
080f345dd2
fix numerous typos, some found by <entropy@tardis.bernstein.com> (PR
...
lib/4016) and others found by myself. make Dt macro (document title)
match filename.
1997-08-20 05:17:39 +00:00
mikel
3694683be8
add link from swapon(2) to swapctl(2); from
...
<entropy@tardis.bernstein.com> in PR lib/4015
while I'm here, also move swapon.c to a more appropriate spot
1997-08-20 04:58:41 +00:00
jonathan
43bc0b92d2
Turn DDB on by default in GENERIC kernel; turn DDB_ONPANIC off.
...
Remove obsolete comments.
1997-08-20 04:33:04 +00:00
jonathan
d2ecd3da2a
update based on NFSINSTALL.
1997-08-20 04:22:41 +00:00
jonathan
378facc384
consistent whitespace after "options".
1997-08-20 04:21:28 +00:00
jonathan
e14d1d4768
Move SSIZE and DELAY() definitions to sys/arch/mips/include/mips_param.h.
...
Update comment in pmax/include/param.h (pr 3988).
1997-08-20 03:47:17 +00:00
jonathan
3153b91d91
Add elf32 for mips.
...
(probably doesn't work, due to GP-register-relative relocs.)
1997-08-20 01:21:37 +00:00
augustss
332ad95e76
Change the MI audio driver so it attaches to the MD driver in the
...
normal way. This requires adding a line to the config files to
get audio to work again.
1997-08-19 23:49:33 +00:00
augustss
f78dfdfe6e
Avoid munging audio_defaults.
1997-08-19 23:35:44 +00:00
jonathan
68a9b35134
Do a .cpload if compiling with PIC.
...
Examining the .so output from binutils 2.8 and 2.8.1 shows the
li.d $f2, 4503599627370496e0
is (incorrectly?) emitted as GP-relative loads when PIC is in effect.
1997-08-19 20:49:47 +00:00
veego
94c1e883f6
Added missing en$name$unit entry for the chmod command in ss*).
...
Noticed by Luke Mewburn on tech-security.
1997-08-19 18:39:56 +00:00