fvdl
bfb0ad4a93
Clarify that page alignment only happens for the internal, kernel notion
...
of the break value.
2000-04-04 08:41:45 +00:00
mycroft
fedba1d813
Clean up.
2000-04-03 04:20:44 +00:00
mycroft
72e604e414
Clean up.
...
* _REENTRANT is always defined.
* The vfork() stubs can use cerror.
2000-04-03 04:13:36 +00:00
mycroft
7f7027bb59
Repair syscall stubs that were not updated when the cerror interface was
...
modified.
2000-04-03 03:13:07 +00:00
itojun
f716418a10
in yphostent, initialize res0 when getaddrinfo fails.
2000-04-03 01:12:26 +00:00
christos
6d34da153c
Add "namespace.h" and include <getopt.h> since we moved the stuff out
...
of <unistd.h>
2000-04-02 22:04:06 +00:00
christos
e904ed8773
Try to silence some of the lint warnings. Unfortunately we cannot fix
...
them all right now until we fix the ALIGN() macro to return u_long in
all the ports.
2000-04-02 21:31:54 +00:00
christos
f8c9a1f999
Delint:
...
- add notreached comment
- remove unused variables
- cast to void * first to avoid casting warnings
- fix bug in _yphostent where cur and sentinel were not
being initialized.
2000-04-02 21:30:37 +00:00
christos
a86a7b415a
protect getopt_long.
2000-04-02 21:27:14 +00:00
christos
eb217b928c
bump minor for getopt_long
2000-04-02 20:31:20 +00:00
christos
bfb2439e73
Remove sections relevant to getopt, and add implementation differences.
2000-04-02 20:30:07 +00:00
christos
6dfafca13a
New getopt_long from Thomas Klausner and Dieter Baron
2000-04-02 20:27:58 +00:00
minoura
174ea88d9f
Bump minor version (dlfcn change).
2000-04-02 15:38:36 +00:00
minoura
78b105698a
Move dl* function definitions to libc on ELF.
...
Based on the patch supplied by Takuya Shiozaki <tshiozak@astec.co.jp>.
See http://mail-index.netbsd.org/tech-userlevel/2000/02/23/0000.html .
2000-04-02 15:35:47 +00:00
augustss
d8dcced006
Some const poisoning. Suggested by Dave Sainty <dave@dtsp.co.nz>
2000-04-02 11:10:53 +00:00
augustss
1e5140923a
Allow setting data without clearing it first. From Dave Sainty <dave@dtsp.co.nz>
2000-04-02 11:02:21 +00:00
billc
cbfdcd8cc0
backout previous changes.
2000-04-02 06:31:58 +00:00
billc
38a39a9ac0
namespace collision with getopt change (struct option -> libwrap_option)
2000-04-02 03:53:15 +00:00
erh
5aef3fa29b
Make mbstowcs and wcstombs work correctly when handed NULL pointers.
2000-04-01 19:42:57 +00:00
jdolecek
342890eff7
kill reference to getvfsbyname(3) - it's no longer present on NetBSD
2000-03-29 14:30:27 +00:00
kleink
7e35a43e67
In mmap(), bail out with EOVERFLOW when mapping a regular file and the file
...
offset plus mapping length cannot be represented in an off_t.
2000-03-28 18:45:19 +00:00
msaitoh
9c587bcf2f
fill delay slots (from Klaus Klein)
2000-03-27 16:27:16 +00:00
mycroft
78a4ddbd60
Do a little rearrangement here. No functional change, but it's a little
...
clearer what's going on.
The assembler still whines about the lack of `.cprestore' when profiling,
but I'm not going there right now.
2000-03-23 04:58:59 +00:00
augustss
670d533d54
Keep the bit position even when the report descriptor says POP.
2000-03-17 18:09:17 +00:00
christos
d24bee08a9
make this compile on non 4.4BSD systems
2000-03-17 06:11:55 +00:00
itojun
d5aee78db5
visit all requests even if we get errors from name server.
...
this will solve name query failures for IPv4-only node, when
the DNS server returns SERVFAIL or NXDOMAIN (should success with an == 0).
PR: 9621
2000-03-16 13:51:43 +00:00
enami
c09a75571b
Add missing comma.
2000-03-16 04:57:11 +00:00
kleink
c2ee7198c1
Need to quote excessively long Nd argument.
2000-03-15 20:53:57 +00:00
kleink
69043b3644
Note EILSEQ.
2000-03-14 19:14:29 +00:00
kleink
c9b0caf509
Sync the description of errno with reality; fixes PR lib/9496.
2000-03-14 19:11:24 +00:00
sjg
413ffc39c1
Listing generated files nslexer.c nsparser.c in SRCS breaks make depend
...
in a clean dir. Put the actual src files nslexer.l nsparser.y there.
2000-03-14 14:34:50 +00:00
soren
89c5a767f8
Fix doubled 'the's.
2000-03-13 22:55:05 +00:00
itojun
8ab75e23f4
hide shouldn't-be-exported symbols from the outside.
...
don't compile pfkey*, since we expect tons of changes in the near future.
bump shlib major (due to less exported APIs than before - am I correct here?).
2000-03-13 21:23:55 +00:00
jdolecek
6d964bcd1e
add EILSEQ entry
2000-03-10 14:06:34 +00:00
kleink
fc34e21eac
Add an EILSEQ code (C99, first appeared in C90/AMD1), and update message
...
catalogs where possible.
2000-03-10 13:58:59 +00:00
jdolecek
371967cec8
Fix _rl_compat_sub() to really honour 'globally' flag instead
...
of making the substitution always globally - affects
_history_expand_command() and in turn history_expand()
All praise lint :)
2000-03-10 13:06:43 +00:00
jdolecek
833166a288
readline(): don't dereference NULL pointer if prompt is NULL
...
history_tokenize(): avoid stepping too far if backslash is last character
on the passed string
update some comments
This makes gdb \ escaping work reliably and fixes lib/9511 by Assar Westerlund.
2000-03-10 12:55:15 +00:00
jdolecek
1f0ecc5ce4
include <stdlib.h> to get definition of malloc() and free(), so it's
...
possible to compile this file separately when debugging
2000-03-10 12:25:47 +00:00
itohy
b85abeecae
Make libmenu be linked correctly with K&R style code.
...
Yes, this changes the ABI, but we haven't officially released
libmenu and this would be OK, probably....
2000-03-10 09:06:21 +00:00
enami
6e362668c4
Note that this system call now creates kernel thread.
2000-03-10 01:34:35 +00:00
kleink
31f60ab101
No longer need internal names for strtoq() and strtouq().
2000-03-08 20:17:19 +00:00
kleink
3031020afe
Replace internal use of strto{,u}q() with strto{,u}ll().
2000-03-08 19:33:47 +00:00
mjl
323d451587
Added details about origin of code (BSD/OS) in history section.
...
Closes PR/9410 by Peter Seebach.
2000-03-08 00:02:54 +00:00
veego
70b32a2849
Remove unused libahdi.
...
It will be replaced in the future with a more generic libdisklabel.
2000-03-07 20:54:57 +00:00
kleink
4c3c49ae8b
Make lint happy about long long integers. (C99 mode for lint, anyone?)
2000-03-07 20:02:00 +00:00
kleink
d00176f7a3
Bump minor: ISO C99 long long integer general utility interfaces.
2000-03-06 18:42:56 +00:00
kleink
e4d7c2e329
Add ISO C99 long long integer general utility interfaces; partially addresses
...
PR standards/9482.
2000-03-06 18:32:22 +00:00
enami
823f836758
Document some recently added user visible mount option. Addresses PR#6577.
...
While I'm here, I reorderd SEE ALSO section properly.
2000-03-06 09:11:14 +00:00
itojun
8e1ca1a351
fix fatal typo, which misused luser/ruser (PR 9543).
2000-03-05 09:40:57 +00:00
shin
e68fefb855
remove unused files (MIPS SOFTFLOAT).
2000-03-05 05:45:46 +00:00