| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
|
|
|
|
| |
structures.
|
| |
|
|
|
|
|
| |
As with login(1), LOGIN_CAP_AUTH is not yet enabled since we don't
yet have authorisation modules.
|
| |
|
| |
|
|
|
|
| |
compile -Wall clean.
|
|
|
|
|
|
|
| |
date: 1994/10/09 07:37:18; author: davidg; state: Exp; lines: +7 -1
#if 0'd out the meat of the swap code until I get a chance to rewrite it.
...mainly by stealing the code from pstat(8).
|
|
|
|
|
|
|
|
|
| |
calendar -t 0101 -f file
Previously calendar's time processing routine directly
modified the "0101" argument" which confused getopt.
The time routines now make a copy of the argument
to mess with.
|
| |
|
| |
|
|
|
|
|
| |
now treats empty "LD_*" environment variables as if they were unset, per
the standard SVR4 conventions.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Note that LOGIN_CAP_AUTH code (login authentication) is not (yet) enabled
and requires /usr/libexec/login_<style> authentication program support to
be added at a later date. The Makefile contains a macro LC_AUTH to turn
it on and prevent unnecessarily linking against skey/krb libs and the
addition of klogin.c module.
All other aspects of login_cap support are fully functional.
|
| |
|
|
|
|
|
| |
pathnames (rather than as "-lfoo") correctly.
Closes PR bin/2404.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
return EX_TEMPFAIL if the file was already locked. This makes it easier
to distinguish between lock collisions and failures within the command
being executed.
Also, don't complain if the unlink() fails in the cleanup handler. It
doesn't matter anyway, and it obscured the exit status returned from
the command that was executed.
|
|
|
|
| |
and options.
|
| |
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
|
|
|
| |
while holding an exclusive lock on a file.
|
|
|
|
|
|
|
| |
page-aligned. cmp(1) should know about this flaw, and work around it.
While i was at it, fixed an uninitialized variable as reported by
-Wall.
|
| |
|
| |
|
|
|
|
| |
This should be in 2.2.
|
|
|
|
|
|
|
|
|
| |
Tor Egge reports counter wrap and requests and update to quad_t sized
counters, which is also a good thing to do, but I'm unhappy about adding
two more instructions into the code path every time we doink a counter.
Maybe with or after the Lite2 merge...
Submitted by: Tor Egge <Tor.Egge@idt.ntnu.no>
|
|
|
|
|
|
|
|
|
|
| |
Add some buffer overrun fixes from OpenBSD and myself.
Add skey calculator kludge from OpenBSD.
TODO: do a real merge of dab's sources... probably just make telnet and
telnetd contrib software.
Obtained from: OpenBSD, dab@bsdi.com
|
|
|
|
|
| |
Should go into 2.2
Submitted by: Mitsuru IWASAKI <iwasaki@pc.jaring.my>
|
| |
|
| |
|
|
|
|
|
|
|
| |
allow the generated code to be written to a file other
than the default, y.tab.c.
Inspired by: bde and brian@mediacity.com
|
| |
|
| |
|
| |
|
|
|
|
| |
(non-icelandic characters in latin1 order)
|
|
|
|
| |
Submitted by: joerg
|
|
|
|
|
| |
that was expecting a "struct timeval" on the stack. I've guessed at a
suitable replacement timeout.
|
|
|
|
|
|
| |
was passing an int to something expecting a "struct timeval".
I've guessed at a timeout to replace it with..
|
|
|
|
| |
an in to a function instead of a "struct timeval".
|
|
|
|
|
|
|
|
|
|
|
|
| |
don't just hard code them into the Makefile.
(This is the optional stuff to use perl scripts as a vi scripting language.
eg, to load a sample script, type: :perl do 'wc.pl';
this loads /usr/share/vi/perl/wc.pl to add the "wc" command. Then, one can
do this: :perl wc Yes, this is a trivial example. There are more
useful examples, eg 'make' output parsing along the lines of emacs's
"compile" mode. The tcl extension is similar and enabled by default since
we ship with tcl.)
|
|
|
|
|
|
|
|
|
|
| |
in a different location. (Sigh, the initial import gratuitously
changed the directory structure here, rendering the vendor branch a
little useless.)
Note: the French message catalog needs updating. By now, i've simply
appended the English messages. NB: French message # 123 has been
wrong, please correct whoever is going to deal with this.
|
|
|
|
|
|
| |
(which doesn't use the setting at all), but when linking with
recent versions of libncurses, ncurses screws up without it for some reason
(presumably a ncurses bug).
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| | |
Submitted by: h_mahon@fc.hp.com (Hugh Mahon)
|
| | |
|
| | |
|
| | |
|