kleink
7b67bca335
Add compile-time and run-time feature test knobs for the 1003.1 Mapped Files,
...
Process Memory Locking, Range Memory Locking and Memory Protection options.
1999-06-24 14:18:10 +00:00
tron
d7678457d6
Fix definition of infinity. Patch supplied by Richard Earnshaw in
...
PR lib/7829.
1999-06-21 22:31:32 +00:00
thorpej
9b9494844a
MCL_FUTURE is now implemented.
1999-06-18 05:37:30 +00:00
thorpej
3787c5c3d8
MAP_COPY -> MAP_PRIVATE
1999-06-17 21:09:47 +00:00
tls
3e2a95b2e4
add FreeBSD's malloc, compiled in only if MALLOC_NEW is set in mk.conf
1999-06-17 19:33:36 +00:00
thorpej
01d1ebf115
Note that MCL_FUTURE is not yet fully implented in the BUGS section.
1999-06-16 23:32:17 +00:00
thorpej
9fdf52a910
Note POSIX 1003.1b-1993.
1999-06-16 23:30:28 +00:00
thorpej
6cb6c24690
The (incorrect) nesting behavior of mlock(2) no longer exists.
1999-06-16 23:14:59 +00:00
thorpej
694cc23026
Add mlockall(2)/munlockall(2).
1999-06-15 23:31:19 +00:00
simonb
5bef8a3c65
The prototype for this is in <stdlib.h>...
1999-06-15 12:14:08 +00:00
christos
d3afd1cc44
make this compile under linux
1999-06-11 15:38:40 +00:00
christos
033ffd1215
make this compile under linux too.
1999-06-10 23:40:53 +00:00
thorpej
e479f407c4
Fill out the mincore(2) manual page a little; define the NetBSD call
...
to be like the Solaris call.
1999-06-07 01:42:30 +00:00
kleink
c5dce7b8ff
Note that an EFAULT condition cannot be guaranteed to be detected (i.e. in the
...
MD implementation of pipe(2)); addresses PR kern/7720.
1999-06-06 22:50:26 +00:00
matthias
71dd06e171
Go for correctness instead of speed as suggested by Ian Dall. This fixes
...
pr#port-pc532/7710.
1999-06-06 20:20:46 +00:00
matthias
bb36354c10
Fix spurious page faults by double word aligning the source and not the
...
destination. Thank's to Ian Dall for this fix.
1999-06-06 19:49:11 +00:00
kleink
15fb0e4315
Shameless hack to reference end if using a.out and _end if using ELF.
1999-06-03 20:14:58 +00:00
tron
23b3336739
As discussed on "tech-net@netbsd.org":
...
Enhance the file resolver to return all IP addresses of a host on a
call to gethostbyname().
1999-06-02 22:14:07 +00:00
kleink
9fa49f9cd5
Need <unistd.h> for declarations.
1999-05-26 15:39:36 +00:00
ross
c034f9952a
See the incredible, morphing, fcntl(2) parameter #3 change again!
...
This time, it actually matches the prototype and the 1003.1 definition.
1999-05-24 23:06:00 +00:00
ad
ccc7e59e1f
Add new sysctl (net.inet.tcp.log_refused) that when set, causes refused TCP
...
connections to be logged.
1999-05-23 20:33:50 +00:00
sommerfe
db94801270
s/sigstack/sigaltstack/ in ERRORS section
1999-05-12 18:42:43 +00:00
christos
ce19a15ee8
Fix bug I introduced on 19990503 by renaming a variable.
1999-05-09 20:11:23 +00:00
kleink
5b4ea02521
_C_FUNC() -> _C_LABEL()
1999-05-06 14:01:20 +00:00
kleink
c66e4d7122
* Prefix softfloat symbols which require external linkage with _arm32_ to
...
move them out of user namespace; declare those not requiring external linkage
static.
* In due course, disable those functions that require neither external nor
internal linkage.
Addresses PR port-arm32/7517.
1999-05-06 13:56:28 +00:00
tsubai
cb9a32fdf9
* Add getcachelinesize() prototype.
...
* Make this compile with -D_STANDALONE.
1999-05-05 12:35:54 +00:00
kleink
76c34aa87f
Add documentation for asctime_r(), ctime_r(), gmtime_r() and localtime_r().
1999-05-04 15:34:50 +00:00
kleink
0b4eeeca95
Use a _files prefix for local backend routines; would clash with namespace.h
...
otherwise.
1999-05-04 15:11:42 +00:00
christos
9d88908dad
use a local vfork declaration to avoid symbol renaming.
1999-05-04 13:53:11 +00:00
christos
5b997c7925
Remove unused 'len' and the relevant gcc kludges.
1999-05-04 13:51:39 +00:00
christos
314e0b18b9
change an #if __GNUC >= 2 to #if (__GNUC__ >= 2) || defined(lint)
...
to get the right definition of qshift_t.
1999-05-03 15:39:47 +00:00
christos
9ed746aaf1
Cast things to (digit) where the LHS is (digit) to avoid loss of precision
...
lint warnings. This change should be harmless.
1999-05-03 15:38:41 +00:00
christos
3314f1b0c5
Cast signed long shifts to unsigned long to avoid lint portability warnings.
...
The comment above the code mentions that it should work even on machines
that shift in zeroes.
1999-05-03 15:37:48 +00:00
christos
4a522f3501
add a const castaway lint comment.
1999-05-03 15:34:05 +00:00
christos
6312884315
int -> socklen_t
1999-05-03 15:32:13 +00:00
christos
28fbffc215
int -> size_t
1999-05-03 15:26:49 +00:00
christos
180ff547a4
int -> socklen_t
1999-05-03 15:26:12 +00:00
christos
588dd8cf5a
Don't bother de-linting inside __GNUC__ ifdefs.
1999-05-03 15:20:28 +00:00
christos
8fe3352a10
sprinkle argsused till lint smiles at you.
1999-05-03 15:17:13 +00:00
christos
69caa9c953
Mark const castaways for lint.
1999-05-03 15:01:50 +00:00
christos
1542ec61f2
Avoid non portable shifts.
1999-05-03 15:00:40 +00:00
christos
627b1a9458
fix unaligned access lint warning.
1999-05-03 14:37:25 +00:00
christos
11f565478e
Fix unaligned access lint warning.
1999-05-03 14:35:46 +00:00
christos
c52c8cc0b1
int -> size_t problems, change do { } while (0) to for (;;)
1999-05-03 14:33:50 +00:00
christos
bcb1db5f7b
Make these work again, by undef'ing the macro that could cause syntax errors.
...
Also add NOSTRICT in the {h,n}to{n,h}s() cases where the prototype would get
widened...
1999-05-03 13:12:34 +00:00
kleink
5b2a4f0824
Call cerror through the PLT.
1999-05-02 23:19:49 +00:00
kleink
18d5ba6151
We can shave off a register-register move when using the SVR4 ABI: __errno()
...
will return its pointer result in a0.
1999-05-02 20:52:02 +00:00
kleink
4e0adc06d5
When using the SVR4 ABI, return pointer results in a0, too.
1999-05-02 20:34:04 +00:00
kleink
1bd013aa27
Oops, typo.
1999-05-02 20:18:17 +00:00
kleink
d658cafb30
When using the SVR4 ABI, just return floating point values in fp0.
1999-05-02 20:17:20 +00:00