itojun
56d0ea03cf
>implement kerberos over ssh2 ("kerberos-2@ssh.com"); tested with jakob@
...
>server interops with commercial client; ok jakob@ djm@
markus@openbsd
2003-05-14 18:22:07 +00:00
wiz
d75f1336b3
Uppercase URL.
2003-05-14 14:30:59 +00:00
wiz
de87ca793d
constant usually has two n.
2003-05-14 12:45:06 +00:00
wiz
ae83539ff6
setup -> set up.
2003-05-14 12:22:56 +00:00
dsl
606b795c6a
Add a .WAIT to ensure that all the program objects are built before
...
trying to build the crunched binary.
Might fix toolchain/21563
2003-05-14 11:20:01 +00:00
dbj
f1e0ecadf7
remove dependencies on ${LIBC} ${LIBM} and ${LIBTERMCAP} static libraries
...
from host tool targets. Commits fix from PR toolchain/21495
2003-05-14 00:24:06 +00:00
christos
2d67d54fef
PR/21568: Martin Husemann: Shutdown gets permission denied error from wall
2003-05-13 23:05:34 +00:00
tshiozak
f664dc53f3
zero-clear the file structures, to fixate paddings.
...
this change solves the illness pointed out by Nino Dehne in tech-userlevel
list.
2003-05-12 06:05:52 +00:00
jmmv
afa06162bc
Remove extra space in usage message.
2003-05-10 19:21:40 +00:00
jmmv
e4fa47aa78
Use `-ne' to compare numbers instead of `!=' in the example.
2003-05-10 17:02:04 +00:00
simonb
729eb06bdf
If no files are specified on the command line, put { ".", NULL } in
...
it's own little array instead of writing over argv. Fixes problems
where du shows up in ps as ". fts_open `%s'" (and shorter or longer
combinations of that depending in what argc was).
2003-05-10 02:09:39 +00:00
dsl
13d371ab4c
Make the prog.mk makefile run make in each of the target directories and
...
then build the program itself.
This means that changes to any of the program source files cause the
crunched binary to be rebuilt.
Seems to work ok with the sysinst ramdisks.
2003-05-09 12:10:15 +00:00
lukem
b86763939b
Revert part of previous, and remove "const" from "char *opt_name" and
...
"char *title", since it causes compile problems for the only program
that uses menuc (sysinst).
2003-05-09 12:07:53 +00:00
dsl
66fb8e715d
Need 'const' on local variable - since I added const to the structure field.
2003-05-09 10:24:50 +00:00
dsl
13d47d34ac
Finger trouble in previous commit.
2003-05-09 10:21:43 +00:00
wiz
de2f2d8752
Only fclose file if it is open. From Tim Robbins (tjr@freebsd).
2003-05-09 08:44:57 +00:00
wiz
846b4ae5e2
Join some lines; mdoc improvements; use more macros.
2003-05-09 08:20:27 +00:00
dsl
7eb71f323d
Update man page for recent changes, update code to match man page...
2003-05-09 07:30:50 +00:00
phil
706027816a
Remove extra characters in example strings.
2003-05-09 05:28:30 +00:00
dsl
b143b30e1c
Accept variable names for menu titles and options to allow internationalisation.
...
Allow user code to define a hook to lookup message texts before any get used.
It is now possible to have a langauge independant menu file.
2003-05-08 16:20:56 +00:00
wiz
9029b1ef5d
Bump date for last.
2003-05-08 13:07:10 +00:00
atatat
ee00aa727c
Add %B to print the st_birthtime of an inode (adjusting the "raw"
...
format and "shell" format appropriately), and rename the st_*timespec
fields in the shell-style output to be st_*time, since that's what
they really are.
2003-05-08 13:05:38 +00:00
dsl
f579b0bca7
Let page up/down go to first/last menu item when it is already showing.
2003-05-07 16:54:39 +00:00
dsl
13bfd47102
Add left and right arrows to list of keys that page menes up/down.
...
Make 'page down' go to 'exit' extry on menu (not stop one short).
Make 'exitstring' imply 'exit'.
2003-05-07 16:39:45 +00:00
dsl
8e5fd09823
Actually update man page for change to not show unused pools.
2003-05-06 10:17:02 +00:00
dsl
615387287b
Make vmstat -m skip memory pools that have never been used - unless -v given.
...
Update man page to match.
2003-05-06 10:10:11 +00:00
wiz
36e4d83a5e
Grammar and mdoc fixes. Bump date for last two.
2003-05-06 08:22:08 +00:00
atatat
535d709586
Build main.c with LOCKDEBUG defined so that it gets the larger kbit
...
definition. Since we're now passing it into pmap.c which is already
compiled that way, it would be nice if it was the right size.
Also, fix a memset bug that caused a segmentation fault when printing
the kernel's vm_map.
2003-05-04 15:09:45 +00:00
christos
b0eade51fd
improve error handling and knf.
2003-05-03 15:57:11 +00:00
gmcgarry
2b0514ca6b
Xref nls(7). Addresses PR#14576.
2003-05-02 08:35:42 +00:00
gmcgarry
e00d2f72dc
Some more ktruss documentation from Christian Biere <christianbiere@gmx.de>
...
in PR#17111.
2003-05-02 07:52:23 +00:00
gmcgarry
9256662c6b
Explain what ktruss does. Document -l, -R and -T options.
...
Addresses PR#10458.
2003-05-02 07:40:20 +00:00
wiz
a63657f6f4
Comment out another euc(4) reference.
...
Prefer mdoc to man plain roff.
Use \*[Lt] and \*[Gt] instead of < and > for HTML output, but prefer
.Aq if possible.
"a, b, and c" instead of "a, b and c".
2003-05-01 09:45:03 +00:00
gmcgarry
57e1c07c62
Remove references to non-existent pages. Addresses PR#12544.
2003-05-01 08:09:57 +00:00
agc
44481e1ab2
Pull in <sys/param.h> explicitly.
2003-04-29 17:55:00 +00:00
wiz
abe0b8ad64
Use .Aq instead of \*[Lt]...\*[Gt]; sort SEE ALSO; add some more commas;
...
new sentence, new line; fix some mdoc nits.
2003-04-28 09:38:19 +00:00
augustss
86be450da2
Add missing comma.
2003-04-28 09:26:34 +00:00
jdolecek
f906986ad4
one <sys/cdefs.h> include is enough
...
fixes PR misc/21340 by Igor Sobrado
2003-04-27 11:09:57 +00:00
wiz
aa64771356
Drop trailing space.
2003-04-27 11:09:29 +00:00
jdolecek
e13853c3cc
one <unistd.h> is enough
...
fixes PR misc/21339 by Igor Sobrado
2003-04-27 10:38:42 +00:00
jmmv
ab753cc4ce
Implement the `-d' option, which behaves as `-l' but does not change the
...
current directory. Idea suggested by dsl@ in source-changes.
2003-04-27 08:46:25 +00:00
mycroft
3ba2d8197a
Only unset ENV if -f was used, AS THE CHANGE WAS DOCUMENTED.
...
I'm not convinced this is a good idea at all, but at least this fixed my usage.
2003-04-25 08:04:14 +00:00
mjl
f694ad9267
On second thought, move BSD to calendar.computer.
...
While there, spell Dijkstra correctly.
2003-04-24 13:36:19 +00:00
mjl
5082020546
Correct dates for Talbot and Zuse. Aristotle surely died only
...
once (though I have not been able to confirm the exact date).
Add NetBSD/FreeBSD birthday too for good measure.
Most of the changes from FreeBSD with corrections.
2003-04-24 13:29:23 +00:00
wiz
287057db85
Bump date for last.
2003-04-24 12:19:06 +00:00
wiz
70f9b8f89a
Sort sections.
2003-04-24 12:11:17 +00:00
wiz
64ef7a20ff
Sort sections, sort SEE ALSO, bump date for last.
2003-04-24 12:06:56 +00:00
wiz
4880d466e5
Remove duplicate unistd.h inclusion. Igor Sobrado, PR 21300.
2003-04-24 08:22:05 +00:00
mycroft
e7a1f4e518
Catch up with ld.elf_so.
2003-04-23 21:39:08 +00:00
bjh21
76a26cefcd
This is a host tool, so check if __RCSID is defined before using it.
2003-04-21 08:41:28 +00:00