thorpej
754137acc9
- Liberal application of suggestions in /usr/share/misc/style.
...
- Make this compile in the kernel environment.
1997-04-30 00:37:17 +00:00
thorpej
3fd6710857
Liberal application of suggestions in /usr/share/misc/style.
1997-04-30 00:36:22 +00:00
kleink
891c1283c5
* POSIX: use tzname for the %Z conversion, not tm->tm_zone.
...
* KNF, RCSid police.
1997-04-29 20:00:14 +00:00
kleink
4fd0a6d595
RCSid police.
1997-04-29 16:40:13 +00:00
kleink
b678625d16
* Handle cases when 'lang' and friends have been set to "" correctly.
...
* Fix botch when setting the locale for no specific category.
1997-04-29 13:30:17 +00:00
ragge
7196037f1c
Svensk meddelandekatalog, ursprungligen skriven av Martin Kullberg.
...
(frolix@ludd.luth.se )
1997-04-28 21:36:45 +00:00
is
7c37cb4c4b
Compile the Dutch message catalog.
1997-04-28 09:00:20 +00:00
is
03a704030c
Added Norwegian libc error messages/signal names, donated by Stig
...
Venaas <venaas@nvg.ntnu.no>.
1997-04-28 08:49:31 +00:00
is
973c5ca8b5
Corrected ETOOMANYREFS message, provided by Matthieu Herb.
1997-04-28 08:36:21 +00:00
is
5b3e1d439a
"Slice" does not translate to "splitten".
1997-04-27 18:30:30 +00:00
pk
7b2c0237ea
Dutch catalog
1997-04-26 22:50:36 +00:00
pk
1b12ce1554
Zwei tastatur ausrutscher corrigiert..
1997-04-26 22:26:59 +00:00
tls
a27f67358b
document kernel changes
1997-04-26 21:31:09 +00:00
tls
fd8263148c
document kernel change
1997-04-26 21:25:49 +00:00
mrg
5164bf8772
handle hex hostnames (from vixie, as reported in PR#3535).
1997-04-26 04:12:08 +00:00
thorpej
eeaf366b67
mvme68k uses new crash dump format now.
1997-04-25 18:15:48 +00:00
thorpej
1f92a78982
DEFS.h is gone from here, don't copy it up to libkern. (It will be gone
...
from libkern soon, as well)
1997-04-25 01:04:15 +00:00
thorpej
d0fed6c87d
Use <machine/asm.h>
1997-04-25 00:58:41 +00:00
thorpej
aa6103a33e
Garbage-collect unneeded file.
1997-04-24 23:50:27 +00:00
christos
6e4fef04ce
editrc -> editline
1997-04-24 20:20:31 +00:00
kleink
44864185e6
POSIX.1/stopgap measure: if "" is to be executed, fail with ENOENT
...
immediately as there is no way for namei() to deal with this when
traversing $PATH.
1997-04-24 18:55:51 +00:00
christos
753977f439
Handle properly the case where the last line in the sourced file does
...
not have a trailing '\n'. From Jeffrey C Honig.
1997-04-24 18:54:16 +00:00
mycroft
96e0f61989
Rework text explaining false positives.
1997-04-23 20:29:52 +00:00
scottr
6e4e9dc804
mac68k uses new libkvm, now.
1997-04-23 19:33:15 +00:00
mycroft
9ba4365fce
Allow the full range of UIDs and GIDs.
1997-04-23 18:51:17 +00:00
scottr
ac3595cba4
In kvm_cmn_pa2off(), make sure to use the correct RAM segment start/size
...
values when adjusting the PA/offset. (Only broken in the case where we
had multiple RAM segments.)
1997-04-23 18:47:40 +00:00
cjs
15c91fd024
Add `glob' to the brief description to make this easier to find when
...
searching the permuted index.
1997-04-23 07:14:51 +00:00
mikel
e98ae4a7d1
document new reasons why {,f}chflags() can return EPERM; fixes
...
PR kern/3491. also, fix typo found by Paul Boven.
1997-04-23 06:00:51 +00:00
mrg
cbf5ef7c50
move str[fp]time into libc/time.
1997-04-23 01:17:59 +00:00
jtc
d54db152ba
Use standard locale data rather than providing a local copy.
...
Sync'd function prototype with the one used in Solaris 2.5. There have
been many format specifiers added to the Solaris version which are not
implemented in our version. This needs to be fixed.
1997-04-23 00:01:17 +00:00
cgd
f162946f96
pull in <netinet/in.h>, s/#Include/#include, and fix up __dn_comp() prototype,
...
so that this compiles.
1997-04-22 18:53:16 +00:00
cgd
11342179b7
pull in <netinet/in.h> so that these compile
1997-04-22 18:51:53 +00:00
mrg
2d2ae90504
note possible security concerns.
1997-04-22 12:33:17 +00:00
mrg
071eac5167
KNF.
1997-04-22 12:27:34 +00:00
mrg
f542cc77da
be safe with buffers. KNF.
1997-04-22 11:17:58 +00:00
mrg
ee6f78c8a1
create indirect references (or function stubs) to dn_comp(), res_close()
...
and res_send(), as required.
1997-04-22 06:55:36 +00:00
mikel
459878d396
add description of file flags, with xrefs to chflags(2).
...
add missing group/other file mode bits (!).
eliminate obsolete CAVEATS section.
fix misc. grammar and macro usage errors.
1997-04-22 06:40:38 +00:00
mikel
9c59822c67
add missing opaque and archived bits; from Paul Boven in PR kern/3491.
...
also fixed some formatting nits.
1997-04-22 06:10:26 +00:00
mrg
d47b27a34b
add strptime() to libc.
1997-04-21 12:36:25 +00:00
is
2b9aa0e3fe
The protoypes for ctime() and tzset() are in <time.h>. Move #include <time.h>
...
to the start of the SYNOPSIS so that people won't need to search them.
1997-04-18 17:32:04 +00:00
christos
277c5bfaf1
Add version.c
1997-04-18 14:25:53 +00:00
christos
12aae13463
Add libntp
1997-04-18 13:57:54 +00:00
christos
756fea70b3
Update for the newer version of the md5 interface.
1997-04-18 13:53:26 +00:00
christos
098fd1d087
Xntp 3-5.90 from louie.udel.edu
1997-04-18 13:22:49 +00:00
mikel
ee7c998913
add isnan(3) and isinf(3) to table, replacing obsolescent infnan(3);
...
from Jon Buller in PR lib/3488.
also added some more functions to table and corrected xrefs.
1997-04-18 07:41:16 +00:00
mikel
a353b3aa7b
hint that crypt() et. al. are declared in unistd.h; from Jon Buller in
...
PR lib/3488.
1997-04-18 06:32:16 +00:00
jtc
e965f354ef
Bump minor number for .1b timers and nanosleep.
1997-04-17 19:09:07 +00:00
jtc
ef676dcc1a
Add stubs which set errno to ENOSYS and return -1 for the POSIX.1b
...
timer_* API. This was done to avoid bumping the libc minor number
each time a new portion is implemented.
This should be extended to the entire .1b API, although that will
require minor header file modifications to add the required structure
and type definitions.
1997-04-17 19:07:15 +00:00
jtc
3bfc110d1d
Add nanosleep
1997-04-17 18:13:41 +00:00
is
9659f9a2a0
Finnish libc error message/signal name catalog, by Jukka Marin and coworker.
1997-04-17 18:12:47 +00:00