ache
89fe9f1d6f
Move _PathLocale to data-only file, so setrunelocale() not pick up
...
whole setlocale.c module now.
Should go into 2.2
1997-02-09 09:29:27 +00:00
imp
b0afeca2e2
Fix PR2579: potential security hole in rcmd.c
...
Submitted by: Julian Assange
1997-02-09 06:54:46 +00:00
joerg
a2359f4fa3
Do Andrey's homework :) before merging this into 2.2:
...
. add idempotency #ifdef
. avoid sloppy common-style external declaration.
1997-02-08 14:04:30 +00:00
ache
81818fd81a
Include "setlocale.h" for _PathLocale like other parts already did
...
Should go in 2.2
1997-02-07 13:05:51 +00:00
ache
a6b4cd1cf1
Comment out PATH_LOCALE reference
...
Should go into 2.2
1997-02-06 09:29:02 +00:00
ache
1fbffa765c
Use symbolic constants instead of hardcoded digits
...
Add range check for setrunelocale since it can be called
directly.
Remove _startup_setlocale compatibility function
Should go into 2.2
1997-02-06 09:11:06 +00:00
pst
b7c9a718d5
Fix yet another setlocale() bug.
...
Submitted by: Wojtek Pilorz <wpilorz@celebris.bdk.lublin.pl>
1997-02-06 08:31:42 +00:00
julian
c2f7c3e489
Submitted by: John Birrell
...
uthreads update from the author.
1997-02-05 23:26:09 +00:00
ache
3ef0c8c52c
Add XXX comment describing potential memset non-portable issue
...
Nitpicked-by: joerg
1997-02-05 20:54:16 +00:00
ache
984b53f184
Update the comment why range checking is not needed
...
Should go in 2.2
1997-02-05 19:22:04 +00:00
ache
b7803f6c96
Update the comment why range checking not needed
...
Fix setrunelocale fail if called directly without prior setlocale
call
Should go in 2.2
1997-02-05 19:17:10 +00:00
dg
70bc38a8e7
Killed getenv of PATH_LOCALE per Andrey's suggestion. It was intended
...
for debugging locale stuff, but was rarely if ever used...and of course
just bit a big chunk out of our collective hind-ends.
1997-02-05 09:53:25 +00:00
ache
c71c1ef7da
Add yet one comment saying that range checking already done
...
to stop people "fixing" it by snprintf
1997-02-03 08:29:32 +00:00
mpp
e4bf464ad3
Don't use hardcoded *roff font change requests.
1997-01-31 01:06:39 +00:00
mpp
6732dc3675
Don't use hardcoded *roff font change requests. Do it
...
via mdoc macros instead.
1997-01-31 01:00:12 +00:00
mpp
1511fd26d0
Very minor mdoc cleanup.
1997-01-31 00:25:12 +00:00
mpp
0037fcc3a0
Update to reflect current include files.
1997-01-30 23:10:32 +00:00
mpp
8cd7b6a670
Update to reflect current include files.
1997-01-30 23:01:49 +00:00
mpp
bf24204ce6
Dont' mlink getgrent.3 to setgrfile.3, since there is no
...
setgrfile() function.
1997-01-30 22:52:50 +00:00
mpp
9a36202436
Update to reflect current include files.
1997-01-30 22:39:40 +00:00
mpp
067667ae97
Update to reflect current include files.
1997-01-30 21:31:52 +00:00
jmacd
bdeeed7f59
Correct "Chflags() will fail it:" to read "Chflags() will fail if:".
1997-01-30 10:25:38 +00:00
mpp
17f7e2c9e2
Update to reflect the current mount.h.
1997-01-29 05:43:46 +00:00
obrien
1627d472cb
I was porting something from sysV world and found our cross references
...
not quite as good as I would expect. So I'm introducing mknod to mkfifo,
and vice-versa.
1997-01-27 19:20:05 +00:00
mpp
842b97e662
Document a couple of additional errno's.
...
Submitted by: Steinar Haug and Heiko W. Rupp
Obtained from: NetBSD-bugs & FreeBSD-current mailing lists
1997-01-26 03:44:55 +00:00
wosch
6d0dbd7455
Sort cross references.
1997-01-20 23:23:22 +00:00
wosch
c25e822b14
Sort cross references.
1997-01-20 23:10:39 +00:00
alex
a3118e8c68
Sweep through the tree fixing mmap() usage:
...
- 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
1997-01-16 21:58:40 +00:00
ache
f8e72105a5
Use collate for national [a-z]-like ranges
...
Should go in 2.2
1997-01-16 07:36:14 +00:00
jkh
11432bdb02
The following patch to lib/libc/stdio implements positional arguments in
...
a manner consistent with other implementations. Its done in a way that
adds only a tiny amount of overhead when positional arguments are not used.
I also have a test program to go with this, but don't know where it belongs
in the tree.
Submitted-By: Bill Fenner <fenner@FreeBSD.ORG>
1997-01-14 07:31:39 +00:00
jkh
808a36ef65
Make the long-awaited change from $Id$ to $FreeBSD$
...
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.
1997-01-14 07:20:47 +00:00
wollman
ea03e008b1
When attempting to load a `lastditch' timezone (e.g., because the load
...
of the user's timezone failed), don't bail if the specified timezone
doesn't have an offset; in this case it isn't going to. (Perhaps it would
be better to change the caller to always supply one, but this is quick
and clean and fixes the bug in the easiest possible way.)
Should be in 2.2. Fixes (properly) PR#1740.
1997-01-13 17:12:23 +00:00
mpp
54b96968b6
Add missing RETURN VALUES/ERRORS sections.
1997-01-12 00:38:36 +00:00
mpp
cbb081b4fe
Rename the DIAGNOSTICS sections in several man pages
...
to RETURN VALUES like they should be.
1997-01-12 00:09:02 +00:00
mpp
36f0550d96
Remove the EINVAL error from the ERRORS sections that
...
say is means that a pathname had the high-order bit
set, since this is no longer an error.
1997-01-11 23:56:32 +00:00
mpp
3ac71edb34
Minor mdoc fixes in msync.2 and munmap.2.
...
Add RETURN VALUES and ERRORS sections to mincore.
Closes PR# 1493.
1997-01-11 23:33:18 +00:00
mpp
4a24479701
Forgot a .El macro.
1997-01-11 23:26:44 +00:00
mpp
c9234ddda1
Add RETURN VALUES and ERRORS sections.
1997-01-11 23:20:29 +00:00
mpp
0d991be042
Some mdoc cleanup. Also added a RETURN VALUES and ERRORS
...
section.
Part of PR# 1493.
1997-01-11 22:51:27 +00:00
mpp
6df94e5f56
Remove the comment about file names having to
...
be 7 bit clean, since it isn't true anymore.
Part of PR# 1493.
1997-01-11 22:31:47 +00:00
mpp
114789300a
Bring stat(2) into line with what is now actually in
...
stat.h. Also add a little blurb regarding st_mtime &
friends clarifiying how they are defined in a
non-_POSIX_SOURCE envorinment. Closes PR# 1089.
1997-01-11 21:45:57 +00:00
mpp
51ed145a4f
Add a couple of additional xrefs.
1997-01-11 19:57:27 +00:00
peter
669906681b
Correct logic braino when attempting to exclude loopback addresses on
...
the first pass.
Submitted by: Greg Lehey <grog@lemis.de>
1997-01-09 16:38:05 +00:00
peter
29cc1dc80c
Two minor changes to try and make it more robust in the face of many
...
interfaces, until it's redone to use sysctl().
- bump the SIOCGIFCONF buffer size from 1K to 8K
- if we didn't find a suitable address, return a failure. Previously
if it didn't find anything it left the return address uninitialised.
Perhaps it would be better to return AF_INET/111/127.0.0.1 rather than
failing?
1997-01-09 14:55:15 +00:00
jdp
4e07878b52
The error returned when F_SETLK collides with an existing lock is
...
EAGAIN, not EACCES. POSIX says that either one is OK.
2.2 candidate.
1997-01-08 23:48:02 +00:00
ache
bf70ac7d48
Fix fake failures on the short names which looks like hexadecimal numbers
...
Submitted by: paul@vix.com
1997-01-08 13:06:14 +00:00
joerg
6ed07ccb5b
Document the various reasons for EINVAL.
...
Document the flaw that `offset' is required to be page-aligned, in the
BUGS section.
1997-01-08 12:02:15 +00:00
ache
17cdaa2f54
Disable isxdigit block until proper solution will be found
...
isxdigit(name[0]) gives false failures on short names which looks
like hexadecimal digits, f.e. "fade", "babe", "d133", etc.
1997-01-05 17:26:09 +00:00
davidn
92746eca86
Added group= facility to /etc/ttys for tty grouping for more
...
more manageable and convenient referencing by login.conf (login
class database) and (e.g.) login.access.
This is the first of a group of commits which implements the login
class capabilities database.
1997-01-02 08:05:43 +00:00
jkh
331981ce54
Remove bogus weak reference.
1997-01-01 11:03:44 +00:00