ache
dbbb9f298f
Use getpwnam(getlogin()) before getpwuid(getuid())
1997-08-27 13:36:34 +00:00
phk
cb8d9886a9
Improvement of type independency for the bitmap.
...
This makes 64bit operation more likely.
Reviewed by: phk
Submitted by: jdp
1997-08-27 12:04:33 +00:00
phk
f276c66ddf
Malloc option H is now default.
1997-08-27 06:40:34 +00:00
imp
4e4e5cd87b
Don't getenv(HOME) when set[ug]od. This can lead to a buffer overflow and
...
elevated privs.
Obtained from: OpenBSD
1997-08-27 05:27:53 +00:00
brian
b7ac9705e1
Add prog.deny as a list capability for
...
denying execution of certain programs.
1997-08-26 23:15:57 +00:00
bde
fb2ef58cd8
-I${DESTDIR}/sys -> -I${.CURDIR}/../../sys.
1997-08-26 14:13:02 +00:00
ache
1bdac08e33
Temp restore of rev 1.9
1997-08-26 12:47:09 +00:00
ache
3d60ca19b1
Temporarily comment out issetugid() call until everyone installs libtermcap,
...
major number bumping will follows then
1997-08-25 16:42:22 +00:00
ache
55ba1a93b9
Fix saving/restoring tty modes, allow initscr be called twice,
...
from ncurses 4.1
1997-08-25 07:41:15 +00:00
joerg
a4d82a959a
Make the MD* header files C++-aware. Also, string arguments are supposed
...
to be of type `const char *'.
PR: 3291
Submitted by: dima@tejblum.dnttm.rssi.ru (Dmitrij Tejblum)
1997-08-25 05:24:31 +00:00
ache
d408889007
Bump minor number due to issetugid()
1997-08-24 19:19:08 +00:00
ache
d324cfc41c
Add winnstr family and fake resizeterm from ncurses 4.1 for compatibility
...
with recent applications.
Bump minor number.
1997-08-24 19:09:45 +00:00
joerg
e309caa011
Cosmetic: distinguish in diag message between rebuilding and updating
...
the database.
PR: 3397
Submitted by: taob@risc.org (Brian Tao)
1997-08-24 18:23:21 +00:00
steve
fc8b5b4955
Get rid of integer overflow warning.
...
PR: misc/3575
Submitted by: Bruce Evans <bde@zeta.org.au>
1997-08-23 23:51:12 +00:00
steve
35fe8cb81f
Remove extra definition of vwprintw.
...
PR: bin/3623
Submitted by: Stephen J. Roznowski <sjr1@flash.net>
1997-08-23 23:23:07 +00:00
steve
1e5a8f9917
Reference the correct version of BSD at the bottom of the
...
manpage.
PR: docs/3735
1997-08-23 21:32:50 +00:00
sos
c66fad14a2
Activate libvgl
1997-08-22 13:20:03 +00:00
ache
5908feb9fa
Replace uids comparison by issetugid() call
1997-08-22 11:14:53 +00:00
bde
bd49ffc15a
Fixed off by 1 error.
1997-08-21 19:44:41 +00:00
bde
d4088a1d8c
Split beforeinstall target so that headers can be installed without
...
installing data files.
1997-08-21 16:14:34 +00:00
peter
3197c9d2cb
Manpage for getsid(2).
1997-08-19 07:19:43 +00:00
peter
b40bf7afa2
Forgot to mention what getpgid(0) does.
1997-08-19 07:04:43 +00:00
peter
4ca1f3fe2f
Manpage for getpgid(2), wording taken from NetBSD.
1997-08-19 07:00:53 +00:00
peter
1f58fa1ad3
Syscall stubs for getpgid()/getsid().
1997-08-19 06:23:45 +00:00
sos
dc4edce04f
First import of my little "video graphic library".
...
See the manpage vgl.3 for more info.
A little example will follow shortly.
1997-08-17 21:09:35 +00:00
tegge
3dbac0faf6
Copy code from gnu/usr.bin/gdb/gdb/kvm-fbsd.c to deal with 4 MB pages.
1997-08-17 17:42:59 +00:00
steve
fe5ea241ff
Reflect reality of sticky bits and UFS-based filesystems.
...
PR: docs/4198
Submitted by: Ada T. Lim <ada@not-enough.bandwidth.org>
1997-08-17 00:19:28 +00:00
steve
109c5376e8
Describe the QCMD macro and its parameters.
...
PR: docs/4261
1997-08-17 00:08:40 +00:00
peter
25542282f5
Regenerate..
1997-08-16 07:13:47 +00:00
dg
a6696ae844
Fixed file descriptor leak that occurs after certain types of failures.
...
PR: 3516
Submitted by: Matthew Flatt <mflatt@cs.rice.edu>
1997-08-15 05:21:16 +00:00
ache
9ef9656a1f
Explicitly point that it_value == 0 disables timer regardles of
...
it_interval value. It is backward-compatible with previous usage
and SunOS-compatible now.
1997-08-14 08:26:25 +00:00
ache
d5b03c1103
Describe itimerfix upper limit
1997-08-14 07:57:58 +00:00
ache
da5b9d9f11
Describe upper limit based on itimerfix restriction
1997-08-14 07:44:57 +00:00
ache
051a2e06f5
Oops, fix logic for previous commit
1997-08-14 06:46:44 +00:00
ache
b537b1ccca
Remove wrong machine-dependent phrase about maximum microseconds
...
limit. Small cleanup.
1997-08-14 06:32:25 +00:00
ache
6ee68884c1
Break loop if error != EINTR occurse or it can take forever with
...
time_remaining unchanged
1997-08-14 06:23:48 +00:00
ache
51ac279382
Define NCURSES_VERSION publicly, some applications want it
...
Fix unctrl()
Merging from 4.1 used for this fixes.
1997-08-13 23:28:29 +00:00
steve
4102fc6259
Protect the copyright comments from reformatting by
...
indent and make this compile -Wall clean like the
Makefile suggests that it should. :)
Pointed out by: Bruce Evans <bde@zeta.org.au>
1997-08-13 20:42:18 +00:00
ache
cc75a271ba
Note that default behaviour (restarting signals) is only for signal(3)
1997-08-13 18:40:57 +00:00
ache
54c8d4859c
Handle syscalls error return slightly better
1997-08-13 18:22:41 +00:00
ache
4dd0f70342
Back out itimerfix hack since nanosleep1 fixed now
...
Handle syscalls error return slightly better
1997-08-13 18:13:17 +00:00
ache
eb38783b56
Add unsigned char cast to all ctype calls
1997-08-13 13:11:53 +00:00
ache
89f12e03aa
Fix longstanding bug with buffer pointer goes beyoud buffer start
...
Cause initscr (ncurses) fail in some cases
1997-08-13 01:21:36 +00:00
ache
c1b38e9944
TRACE_VIRTPUT (we don't have it yet) -> TRACE_CHARPUT
1997-08-13 00:12:46 +00:00
ache
73828b4148
Rearrange itimerfix loop doing it inside SIGALRM handling section
1997-08-12 19:54:31 +00:00
ache
3a0de699cf
Solve itimerfix() problem completely by using loop in 100000000 secs chunks
1997-08-12 19:47:01 +00:00
ache
b4d5f4ee83
Reflect blocked SIGALRM changes
1997-08-12 19:28:07 +00:00
ache
f9a8aa567e
Back out my installation of SIGALRM handler even if it is blocked
...
and return to previous Peter's variant.
POSIX says that this place is implementation defined and old variant allows
application block SIGALRM and sleep and not be killed by external SIGALRMs.
BTW, GNU sleep f.e. sleeps forever in blocked SIGALRM :-)
1997-08-12 19:14:54 +00:00
peter
924e122873
Run mkMakefile.sh to regenerate
1997-08-12 18:33:06 +00:00
ache
3451ae1ca3
Reflect -current implementations
1997-08-12 17:53:00 +00:00