wosch
9643ba6a4a
Allow comments in password database. The comments are copied from
...
the password file into /etc/master.passwd and optional (-p) into
/etc/passwd. Enable this feature with the compile
option -DPASSWD_IGNORE_COMMENTS.
The character `#' introduces a comment. Leading spaces and tabs are
ignored: '^[ \t]*#.*\n$'
Count an empty line - only spaces, tabs or newline - also as a comment.
An empty line at the bottom of /etc/master.passwd is a common
novice error and increased my mail load: '^[ \t]*\n$'
1997-03-08 14:09:24 +00:00
jkh
e45d393547
YAMF22
1997-03-08 12:58:29 +00:00
ache
61ad3a8aa4
Unpend all signals before execv, it not makes any sense to pend them here
...
Should go into 2.2
1997-03-08 12:15:58 +00:00
ache
92533e08e9
Unpend fault signals like SIGSEGV, etc
...
It is too dangerous to continue with them in any case
Should go into 2.2
1997-03-08 12:11:26 +00:00
jkh
c3c0632428
Correct a bogus URL to bash in an example.
1997-03-08 11:44:08 +00:00
ache
f30aec925d
Add ^ getpid() to make more random results for subsequent calling.
...
Add proper type casting to random calls
Should go into 2.2
1997-03-08 11:40:15 +00:00
jkh
e95b6aea73
Add a missing docfile (whoops! Overlooked).
1997-03-08 11:34:25 +00:00
jkh
fac086a3f4
YAMF22
1997-03-08 11:06:50 +00:00
ache
e33ad1e9d5
Unpend all killing signals to shut down this thing immediately,
...
or it is impossible to kill it in some situations.
Unpend yet one SIGARLM (see timer.c commit)
Should go into 2.2
1997-03-08 10:04:21 +00:00
ache
cd4948fc0c
Don't pend SIGALRM (Timer Service) due to
...
1) When carrier dropped, old variant often forget to detect it cause
unkillable loop forever (because SIGTERM pended too, but it will be
separate commit)
2) Time intervals accuracy reasons
Should go into 2.2
1997-03-08 09:55:42 +00:00
pst
7b62769663
API cleanups (use const char * where appropriate)
...
Cannidate for: 2.2 (please!)
1997-03-08 06:22:51 +00:00
dyson
3f5747589b
When removing IN_RECURSE support during the Lite/2 merge, read/write
...
to/from mmaped regions was broken. This commit fixes the breakage, and
uses the new Lite/2 locking mechanisms.
1997-03-08 04:33:47 +00:00
jkh
fb9a08eec2
YAMF22
1997-03-07 16:39:32 +00:00
jkh
a0a2505c0f
Make enumerated list more cosmetically appealing.
1997-03-07 15:31:17 +00:00
dyson
b86e098809
Remove unnecessary check for vp->v_mount being null. Pointed
...
out by BDE.
1997-03-07 14:40:54 +00:00
jkh
656f1a9207
Update installation info for upcoming releases.
1997-03-07 12:35:57 +00:00
yokota
e2b0343661
Made sure the string formated by strftime() is properly
...
null-terminated.
Fixed a wrong if statement which should test a string is
empty where in fact it tested the string pointer was NULL.
Should go to RELENG_2_1 and RELENG_2_2.
Reviewed by guido@freebsd.org .
1997-03-07 11:04:01 +00:00
yokota
479436ac99
Made sure the string formated by strftime() is properly
...
null-terminated.
Should go to RELENG_2_1 and RELENG_2_2.
Reviewed by guido@freebsd.org .
1997-03-07 10:54:19 +00:00
yokota
8c8965349a
Made set_controller_command_byte() less verbose. It used to print a
...
debug message whenever one of lock keys were pressed, if the system
was started with the `-v' option.
Removed a couple of lines of dead code too.
1997-03-07 10:22:55 +00:00
joerg
dafbb728f2
Fix a bogon in pcvt that caused a characterset designation to not take
...
effect immediately, but required a following (normally redundant) G0
into GL mapping. This adds one layer of indirection (thus might make it
slower), but fixes the broken box character drawing in pcvt.
Hellmuth and Bruce are unfortunately too busy too review this right now,
but i wanna have it in 2.2 since it has often been asked in the past.
1997-03-07 08:56:00 +00:00
joerg
c8c614fad5
Fix the new (kbdio) keyboard layer to correctly work if PCVT_SCANSET == 2
...
even early in the boot process (boot -c or -d).
Submitted by: yokota@zodiac.mech.utsunomiya-u.ac.jp (Kazutaka YOKOTA)
1997-03-07 08:53:16 +00:00
mpp
0385b16188
Oops, had a couple of extra parens in a couple of lines.
1997-03-07 07:45:17 +00:00
mpp
b8908061b9
Clean this man page up. Don't use hardcoded font escape codes.
...
Other mdoc cleanup.
1997-03-07 07:43:19 +00:00
gpalmer
7293d8e7d6
Fix (I hope) the NFS hole. This is only compile tested.
...
Submitted by: (partly) davids@SECNET.COM via BUGTRAQ
1997-03-07 07:42:41 +00:00
mpp
62d7ba8abf
Add a missing semi-colon.
...
Submitted by: jmg
1997-03-07 06:15:54 +00:00
hanai
0ebd2b1dff
Catch up with the original.
1997-03-07 04:56:58 +00:00
mpp
2876ef66e7
Some minor mdoc cleanup.
1997-03-07 03:32:31 +00:00
jmg
bfd1ca354f
add missing cvs Id lines.
1997-03-07 03:28:23 +00:00
mpp
1bebfc82c7
Update this man page to reflect how setattr manipulates time
...
values after the Lite2 merge.
1997-03-07 03:16:52 +00:00
jmg
89d737b98c
add missing cvs Id lines
1997-03-07 02:53:37 +00:00
jmg
947a87fea3
add missing cvs Id lines.
1997-03-07 02:50:01 +00:00
mpp
fc6cc96bc4
Typo fix.
1997-03-07 01:58:56 +00:00
mpp
5998b52e0c
Fix a couple of typos.
1997-03-07 01:48:24 +00:00
brian
32d76cda28
Add a -s option for setting the current vty. This should make
...
life easier if a PS/2 mouse locks up the keyboard (frequent-ish,
but not repeatable).
Tidy up code (a bit) and make it -Wall
Is this a 2.2 candidate ? (although it doesn't -Wall in 2.2 because
of the lack of sys/sysproto.h
1997-03-07 01:34:47 +00:00
joerg
70864abe49
Move pcvt towards using kbdio (finally!).
...
Warning: this won't work yet with PCVT_SCANSET=2 along in early
console mode (boot -c, or boot -d).
A big thanks to Kazutaka, and a word of apologies for delaying the
review for that long time...
Submitted by: yokota@zodiac.mech.utsunomiya-u.ac.jp (Kazutaka YOKOTA)
1997-03-06 22:34:24 +00:00
joerg
14893dc54a
Don't clobber the TERM variable if it's already set (e.g. from /etc/ttys,
...
or from a telnet session). So basically, this setting will only get in
effect in the single-user shell.
Closes PR # 2395.
1997-03-06 22:24:04 +00:00
jmg
66af2c92cc
fix restarting http transfers and understanding response from server.
...
Slight modification of patch by wollman.
Closes PR#2870
Reviewed by: wollman
Submitted by: Marc Slemko <marcs@znep.com>
1997-03-06 20:01:32 +00:00
joerg
5daf619db7
Merge Jason Thorpe's updated changer stuff into the actual system.
...
Many things have been changing in the kernel since mid-1996, so there's
quite some amount of diffs here already. It compiles, but i cannot
test it anywhere here.
2.2 candidate?
Closes PR # 1201.
1997-03-06 15:36:45 +00:00
joerg
cf12351a85
Acitvate chio(1).
1997-03-06 15:30:53 +00:00
joerg
8686d8e4ac
This commit was generated by cvs2svn to compensate for changes in r23449,
...
which included commits to RCS files with non-trunk default branches.
1997-03-06 15:30:06 +00:00
joerg
22817fb6a1
Import Jason Thorpe's contribution for an updated SCSI media changer
...
device (now, finally!).
1997-03-06 15:30:06 +00:00
kato
bca74ac1d0
Added missing i8251 code.
...
Submitted by: H. Nokubi <h-nokubi@nmit.mt.nec.co.jp>
1997-03-06 15:07:04 +00:00
joerg
e0dfb66e0e
Fix the (commented out) example to prune the tree from core etc. files:
...
don't ever attempt to prune readonly filesystems, and properly quote
*.core against the shell.
1997-03-06 10:55:46 +00:00
jkh
940fd156ae
Protect against missing initial @cwd. Closes PR#2893
...
Submitted-By: pius@iago.ienet.com
1997-03-06 10:21:57 +00:00
jmg
189d91654b
fix a couple problems with fetch:
...
. don't try to interpet a colon in the pathname as a port number
. don't report an errno message when one don't exist
1997-03-06 10:01:54 +00:00
asami
ca3b19f0cd
Add Jun-ichiro Itoh <itojun@csl.sony.co.jp> for his milliard of
...
multilingual nvi ports.
1997-03-06 08:48:05 +00:00
asami
8cfb4599a4
Make COMMENT and DESCR variables (just like PLIST). Will be useful
...
when you want to share all of PKGDIR except for one file. (See upcoming
multilingual nvi ports.)
1997-03-06 08:28:15 +00:00
joerg
34f6708281
Reincarnate one occurance of RELEASEDIR, since the build depends on
...
it inside some Makefiles. (Duh-oh, i've once included these references
there myself! :)
Noticed by akira@silvia.myaw.ei.meisei-u.ac.jp (Akira WATANABE), and by
my yesterday's build.
1997-03-06 07:51:40 +00:00
hanai
fa6965ede6
Fixed the incorrect "Original revision:" field.
1997-03-06 07:25:47 +00:00
hanai
f708f0cdbf
Catch up with the original.
1997-03-06 07:10:37 +00:00