mycroft
6a9109dc64
Do the strptime subdir.
1998-01-21 05:46:30 +00:00
mycroft
9c4f420a2e
Add simple test framework for strptime(3).
...
Will be adding more test cases shortly.
1998-01-21 05:44:32 +00:00
jonathan
ac937aafed
Fix clock attachment to match (pseudo) ioasic attachment in 5000/200 kernel.
1998-01-21 02:38:26 +00:00
mellon
babb710a0b
Never free the mbuf that we give to tcp_respond(). The previous change corrected an inconsistency but in exactly the wrong way.
1998-01-21 01:21:22 +00:00
gwr
736fd65224
Note imports of alpha files from cygnus970817 snapshot.
1998-01-21 01:05:27 +00:00
mycroft
7eb2b1553a
Fix the old-style date parsing code as well.
1998-01-21 00:48:44 +00:00
mycroft
9a257260cf
Oops; remove DEBUG.
1998-01-21 00:33:56 +00:00
mycroft
fff43038f7
Slight code rearrangement.
1998-01-21 00:32:53 +00:00
mycroft
d4e67eb266
If a time stamp is 6 months or more in the future, display the year in the
...
short form. Also, cache the current time.
1998-01-21 00:25:19 +00:00
mycroft
85876e6b32
Minor code rearrangement, and allow less of the time stamp to be specified.
1998-01-21 00:24:46 +00:00
mycroft
f8c64f2198
Allow a century to be specified in time stamps.
1998-01-21 00:11:15 +00:00
mycroft
65139bd9be
Slight code rearrangement.
1998-01-21 00:07:44 +00:00
mycroft
e3e9aba051
Correct the tense of one sentence.
1998-01-20 23:43:41 +00:00
mycroft
689db8fcc6
Use warn*(3).
1998-01-20 23:41:57 +00:00
mycroft
bc0a5a65c3
Clean up documentation a bit, and document the `-l' option.
1998-01-20 23:37:27 +00:00
mycroft
6e07276e0f
Document previous changes.
1998-01-20 23:24:46 +00:00
mycroft
fea6f55d8d
Recognize `-' only if it is the only argument after the time.
1998-01-20 23:13:31 +00:00
mycroft
d311785b75
Allow `-dh'. Rearrange a bit.
1998-01-20 23:05:15 +00:00
pk
5d9692a740
Define BSD4_4: quad_t's in struct rlimit;
1998-01-20 22:43:34 +00:00
mycroft
5ecc83ac42
Use err*(3) and warn*(3). Fix reading of the message from stdin.
1998-01-20 22:30:15 +00:00
mycroft
2db779a0ce
Allow a century to be specified.
...
Don't validate the mmddhhmm values; mktime(3) does it.
1998-01-20 22:14:09 +00:00
pk
ab37013309
Put back `le0 at lebuffer0' for backwards compatibility.
1998-01-20 22:12:51 +00:00
mycroft
76b3c10513
Don't validate the mmddhhmm.ss values here. mktime(3) does it.
1998-01-20 22:06:02 +00:00
mycroft
c7273dc993
Make the documented parsing order for the date match reality.
1998-01-20 21:47:43 +00:00
mycroft
b7728ce9c9
Pull in tzfile.h.
1998-01-20 21:39:40 +00:00
mycroft
0166097d26
Fix documentation of `-r'.
1998-01-20 21:34:53 +00:00
mycroft
651689eea9
Fix a typo.
1998-01-20 21:18:25 +00:00
mycroft
f9a6471ec7
Allow a century to be specified.
...
Cut and paste some text from touch(1) about date parsing.
1998-01-20 21:16:38 +00:00
mycroft
a5f873989a
Update dates.
1998-01-20 21:10:08 +00:00
mycroft
95c66d2a0a
Pull in tzfile.h.
1998-01-20 21:04:04 +00:00
perry
87ea5a1ff3
make Y2K compliant and document as such.
1998-01-20 20:55:22 +00:00
mycroft
eeec814a41
Use TM_YEAR_BASE to adjust tm_year, not 1900.
1998-01-20 20:53:32 +00:00
mycroft
bfec060b83
Update documentation of %y to reflect y2k change.
1998-01-20 20:48:56 +00:00
mycroft
7f0df00dd7
The rollover for the previous is 1969, not 1970.
1998-01-20 20:47:46 +00:00
mycroft
13156da2e5
Fix an old comment
1998-01-20 20:41:49 +00:00
mycroft
fc6492b391
Treat 2-digit year < 70 as year - 2000, per XPG.
1998-01-20 20:39:06 +00:00
christos
36e588a416
PR/4848: Kimmo Suominen: rpc_rusersd tries to open remote host as display
...
- change LOG_ERR to LOG_DEBUG because xdisplay access fails most
of the time.
- only try the display code if the ut_host field has a :
1998-01-20 17:39:14 +00:00
christos
9fab7a4ffa
PR/4837: Jeff Thieleke: inetd does not compile without libwrap.
1998-01-20 16:44:22 +00:00
drochner
57b9298f1c
fix misoptimization after "ffs(x) - 1"
...
(as done in egcs)
1998-01-20 16:03:17 +00:00
drochner
66e093ada9
remove unused and misleading KERNSIZE definition
1998-01-20 13:11:25 +00:00
drochner
f874e95e8a
make compile without BROKEN_INDIRECT_CONFIG,
...
fix obvious brokeness in port offset calculation
(untested)
1998-01-20 13:08:33 +00:00
drochner
ae5f11c8d7
fix typo in DEBUG code
1998-01-20 12:48:05 +00:00
drochner
c0d5e99849
fix overflow of the vm_physmem[] array
1998-01-20 12:34:35 +00:00
mark
0c0da40168
Removed a load of unused variables.
1998-01-20 05:01:14 +00:00
lukem
fa21aaa9f5
cosmetic mods to ptransfer() (which displays transfer statistics for
...
SIGINFO and at the end of the transfer):
* display time taken as [[x days?] hh:]mm:ss
* display ETA as [hh:]mm:ss
* print ' (stalled)' if the transfer is stalled
1998-01-20 04:39:34 +00:00
mark
75b044ab61
Prefix the SPL macros to avoid clashes with userland macros (e.g. ipf).
1998-01-20 01:18:18 +00:00
mark
20323bb58c
Enable disassembly of ldc and stc instructions.
...
Fix a couple of prototypes.
1998-01-20 00:51:24 +00:00
mark
6924ceb598
Declare arm8_clock_config() to return an int rather than void.
1998-01-19 23:51:01 +00:00
augustss
59d2219410
Split out the ISA part of the WSS driver to allow PnP attachment.
...
Make the AD1848 driver a little more readable with some macros.
1998-01-19 22:18:23 +00:00
phil
f5e19c36f7
Update to current distribution.
1998-01-19 20:34:30 +00:00