Wolfram Schneider
eddc44c480
A pipe function call appeared in Version *3* AT&T UNIX, not
...
Version 6. Close PR #1490
Obtained from: Peter H. Saulus in `A Quarter Century of UNIX', page 50
1996-08-18 11:28:16 +00:00
Jordan K. Hubbard
4ade2461ae
Go back to sigaction again now that Peter has found the problem.
...
Mine was just a "let's move on" kinda fix, Peter's does it right. :)
Submitted-by: peter
1996-08-16 07:53:29 +00:00
Jordan K. Hubbard
84e01e8053
Switch from using sigaction to signal.
1996-08-15 21:13:53 +00:00
Mike Pritchard
53cd648388
Don't claim to be POSIX compliant, since our alarm function isn't.
1996-08-15 21:12:49 +00:00
Jordan K. Hubbard
07f01d546f
Make libncurses catch SIGWINCH and update the values for LINES and COLS.
...
I was perplexed when an example I'd written to show the values for these
variables changing as an xterm window was resized didn't work, and looking
into it I see that size tracking for LINES and COLS seems to be one SVR4
enhancement which didn't come across with libncurses.
1996-08-15 21:06:52 +00:00
Mike Pritchard
05bdf2ff0b
NCARGS is defined as 65536 in the released system, not 20480.
1996-08-15 21:04:29 +00:00
Mike Pritchard
586d7a09f3
Correct a cuple of improperly formatted xrefs.
1996-08-15 20:29:04 +00:00
Jordan K. Hubbard
d1dd4d6ef0
Add something so that you can solve the puzzle automatically by pressing
...
`a' (I'm using this code as a test for something else, and just happened
to add this in the process :).
1996-08-15 20:15:18 +00:00
Andrey A. Chernov
5feb86a405
Add Id
1996-08-14 19:47:02 +00:00
Peter Wemm
1ec21d5930
Fix nasty bracketing/precedence bug. Every time something read (and
...
refilled) a file that was either line- or un-buffered, all files were
flushed. According to the code comment, the flush (according to ANSI)
is supposed to happen on write + line buffered output files, not _all_
files.
Obtained from: OpenBSD / Theo de Raadt, possibly from proven@cygnus.com
1996-08-13 17:49:45 +00:00
Andrey A. Chernov
c2bfae006a
Back out fallback approximation changes, they are not so right to live
1996-08-13 17:03:18 +00:00
Andrey A. Chernov
298f0ef3a2
Add collate_range_cmp
1996-08-13 14:55:09 +00:00
Andrey A. Chernov
2c4b0dffec
Back out minor bumping per Peter suggestion
1996-08-13 14:37:53 +00:00
Andrey A. Chernov
83d8106e1a
simplify/speedup/extend
1996-08-13 13:38:35 +00:00
Andrey A. Chernov
ce78364150
Bump minor number - new function added
1996-08-13 10:00:35 +00:00
Andrey A. Chernov
b339a4060f
Remove old version hooks
1996-08-12 19:18:47 +00:00
Andrey A. Chernov
acd9f20695
Convert to newly aded collate compare function
1996-08-12 18:56:38 +00:00
Andrey A. Chernov
79deb12410
Convert to newly aded collate compare function
1996-08-12 18:49:54 +00:00
Andrey A. Chernov
883a3266d1
There is so many places where range comparation (using collate)
...
needed (much more than I think initially), so I forced to add
new user-visible non-standard function to libc.
1996-08-12 18:38:49 +00:00
Peter Wemm
ce70b6caf8
clear sockaddr_in's on stack before use
...
set sin_len
close one ftp port bounce attack
have rresvport() use bindresvport() rather than duplicate the code,
rresvport() is a superset of bindresvport().
Obtained from: OpenBSD / Jason Downs / Theo de Raadt, minor tweaks by me.
1996-08-12 14:14:09 +00:00
Peter Wemm
cf2fcd35dd
Use the more robust and more efficient reserved port allocation mechanism
...
now built into bind(2).
Obtained from: OpenBSD / Jason Downs / Theo de Raadt
1996-08-12 14:09:46 +00:00
Peter Wemm
54edc0bbbf
clear various struct sockaddr_in's on stack, set sin_len.
...
(Noticed when comparing to OpenBSD source)
1996-08-12 14:00:26 +00:00
Andrey A. Chernov
0fa1b0ba1f
Use collate info for alpha character ranges
...
8bit cleanup
1996-08-12 12:13:16 +00:00
Andrey A. Chernov
36a00a4b79
Use collate for alpha character ranges
1996-08-12 04:03:50 +00:00
Andrey A. Chernov
c73ac73fb4
Remove static collcmp, use new internal function now
1996-08-12 03:51:16 +00:00
Andrey A. Chernov
89ec343a7f
Remove static collcmp, ise new internal function now
1996-08-12 03:45:53 +00:00
Andrey A. Chernov
2eecfbac3a
Add internal function __collcmp once instead of adding it statically
...
to many places in the libc
1996-08-12 03:40:37 +00:00
Andrey A. Chernov
b92a8919d1
Use collate for alpha character ranges
1996-08-12 02:00:56 +00:00
Andrey A. Chernov
6f99f89bbe
8bit cleaness (ctype) fixes
1996-08-11 19:20:30 +00:00
Andrey A. Chernov
5c551438ec
Use collate data for national alpha character ranges like [a-z]
1996-08-11 16:08:17 +00:00
Andrey A. Chernov
3073507540
Short value is better for hash due to easy overflow in 8bit characters
1996-08-11 11:49:23 +00:00
Andrey A. Chernov
b5363c4a3b
Use locale for character classes instead of hardcoded values
...
Misc 8bit cleanup
1996-08-11 11:42:03 +00:00
Jordan K. Hubbard
e0d275f1a6
Yeesh! I shouldn't have looked. Fix a whole bunch more. Pray
...
for ncurses to replace this soon.
1996-08-10 13:37:02 +00:00
Jordan K. Hubbard
fb5420bb4d
Fix an exceedingly confusing typo.
1996-08-10 13:30:11 +00:00
Mike Pritchard
2ce08cb20b
Remove some hardcode *roff font change escape codes from
...
this man page to prevent half of it from coming out with underlines.
This man page needs to be gone over to fully convert it to mdoc format.
This closes PR#1440.
Submitted by: Jens Schweikhardt <schweikhardt@rus.uni-stuttgart.de>
1996-08-06 22:42:23 +00:00
Mike Pritchard
47cc13c104
Correct the paramter type of the second argument to fgets.
...
Obtained from: NetBSD-bugs mailing list
1996-08-06 22:34:44 +00:00
Jordan K. Hubbard
ccdae53c9a
1. Add verbose flag to ftp_login()
...
2. Remove pkg_* support - tcl7.5's channel interface has rendered this
almost entirely unsupportable (at least in the way it currently stands).
Submitted-By: jmz & jkh
1996-08-03 11:58:54 +00:00
Bruce Evans
66ff54bd17
Document that the relevant clock ticks are for the statistics clock
...
and that the statistics clock has a frequency of sysconf(_SC_CLK_TCK).
1996-07-30 17:32:49 +00:00
Bruce Evans
e96009446d
Document that clock ticks are for the profiling clock and that the
...
clock frequency is stored in the gmon header.
1996-07-30 17:26:34 +00:00
Bruce Evans
446ee8014f
Fixed description of _SC_CLK_TCK. Both the clock and the units
...
were wrong.
1996-07-30 17:15:09 +00:00
Bruce Evans
7d334687be
Fixed comment about ru_maxrss. This field isn't an integral.
1996-07-30 17:06:44 +00:00
Peter Wemm
ef1c2ba16f
Fix some of the problems that bde pointed out to me some time ago.
...
- buffer expansions were not working right due to a return code botch.
- signed types instead of size_t's meant somebody else went and put
casts in, I've changed the types to what they should have been.
1996-07-28 16:16:11 +00:00
Garrett Wollman
94b2b83ad5
Refer to the ASCII character 000 by its proper name, `NUL', and not
...
`NULL' (which should only be used in reference to null pointers). Also
fix a cross-reference.
1996-07-25 18:31:08 +00:00
Garrett Wollman
2b3a38f6e5
Finish rename of KERN_DOMAINNAME to KERN_NISDOMAINNAME.
...
Suggested by: Keith Bostic
1996-07-25 18:03:53 +00:00
Poul-Henning Kamp
8bc66d9bd2
Fix a memory leak in MD[245]End()
...
Submitted by: Ikuo Nakagawa <ikuo@isl.intec.co.jp>
PR: misc/1424
1996-07-24 20:55:38 +00:00
Paul Traina
8618ef52a2
Bring in fixes to db 1.85 from NetBSD. These fixes have been documented as
...
being sent back to Bostic by the NetBSD crew.
Obtained from: NetBSD-current
1996-07-21 02:23:13 +00:00
John Dyson
343999a1b9
Document madvise(2) as it is in FreeBSD.
1996-07-20 04:37:26 +00:00
Mike Pritchard
b4176c89f9
The previous change to alarm.3 to improve the wording
...
was still somewhat confusing and poorly worded. So I took
the alarm.3 man page from NetBSD, which looked much
better all around.
Obtained from: NetBSD
1996-07-19 22:19:08 +00:00
Garrett Wollman
fe463a8fa7
Revert to old version of strftime.c; the new one doesn't work right.
1996-07-19 15:17:44 +00:00
Adam David
9584a298e4
the previous text was absurd, and wrong
1996-07-19 13:07:42 +00:00