yamt
0eb57ea5a6
bump version to 20020723.
...
(PKG_PATH changes)
2002-07-23 09:23:35 +00:00
grant
eda9e509bb
sweep of errx/warnx, remove unnecessary trailing \n
2002-07-20 08:40:16 +00:00
grant
6742cb1812
sweep of errx/warnx, remove unnecessary trailing \n
2002-07-20 08:36:17 +00:00
yamt
b9911a030d
#if 0 out unused functions.
2002-07-20 05:40:55 +00:00
yamt
c819f95798
show_file: don't append '\n' if fopen failed.
2002-07-20 04:59:47 +00:00
yamt
c4ca16e864
show_file: add an extra '\n' unless file ended with '\n'.
2002-07-19 19:18:26 +00:00
yamt
5eb02a32ce
- remove handling of PKG_ADD_BASE.
...
- don't search current directory if PKG_PATH is set.
- don't prefer local directories.
- constify and cleanup.
discussed on tech-pkg.
2002-07-19 19:04:33 +00:00
wiz
9a97e49a31
Fix a typo.
2002-07-19 10:12:49 +00:00
mrg
65b6526e06
add a "-s <mopdir>" argument to mopd so that it doesn't require one place
...
files in /tftpboot/mop.
2002-07-19 10:05:34 +00:00
mrg
04ccd30c07
don't build eehandlers.c on MACHINE_ARCH!=sparc64
2002-07-19 02:26:40 +00:00
itojun
d650d1adac
with -i, flag on command line and flag displayed are different, and it does
...
nothing but confuse users. sync them.
for -nud and such, you need "-- -nud" due to posix arg parsing.
sync w/kame
2002-07-17 13:08:27 +00:00
wiz
fd8d583021
Unifdef __STDC__. Remove __P() and register. ANSIfy.
2002-07-14 16:32:48 +00:00
wiz
51c0807f60
Unifdef __STDC__. Remove __P(). Remove register. ANSIfy.
2002-07-14 16:30:41 +00:00
wiz
279bdef494
Unifdef __STDC__. ANSIfy. Remove __P().
2002-07-14 15:34:58 +00:00
wiz
895dc72a69
Unifdef __STDC__. Remove __P(). ANSIfy.
2002-07-14 15:27:58 +00:00
wiz
fed48e80ae
Unifdef __STDC__.
2002-07-14 09:59:23 +00:00
wiz
e58b7d4682
ANSIfy. Remove ifndef __STDC__. Remove __P().
2002-07-14 01:01:10 +00:00
wiz
84dd8f31fd
ANSIfy. Remove ifndef __STDC__. Remove __P(). Remove register.
2002-07-14 00:58:30 +00:00
wiz
c807c0dfe6
Finish ANSIfication. Remove ifndef __STDC__.
2002-07-14 00:37:46 +00:00
wiz
aae9c2a083
De-register.
2002-07-14 00:30:02 +00:00
wiz
131109e49e
ANSIfy. Remove ifndef __STDC__.
2002-07-13 23:56:39 +00:00
toshii
5e1f92b4ef
If "-f" is given, don't set errc on dependency add failure.
...
This change makes "pkg_add -f" work as it used to be.
2002-07-13 16:38:00 +00:00
itojun
d97f14e190
use snprintf. inspired by openbsd change
2002-07-13 11:35:35 +00:00
scw
4036c57dcb
Work-around an internal compiler error on the SuperH sh5 toolchain.
2002-07-11 20:07:07 +00:00
scw
046bb1fbbc
Work-around an internal compiler error on the SuperH sh5 toolchain.
2002-07-11 19:47:17 +00:00
scw
05774dcd91
Define NLIST_ELF32 and Define NLIST_ELF64 for SH5.
2002-07-11 19:15:54 +00:00
wiz
4f156aff23
Fix a lint warning by removing some #ifdef lint (!?!).
2002-07-10 23:55:06 +00:00
wiz
790f1e25bd
Remove unneeded header file.
2002-07-10 23:49:18 +00:00
wiz
c3825c9257
Remove some unneeded typedefs and defines.
2002-07-10 23:47:01 +00:00
wiz
4b20971f01
Spell acquire with a 'c'.
2002-07-10 23:16:32 +00:00
wiz
babf9fcdb0
Make compile with -DHAVENIS. Also make compile with WARNS=2, and
...
set WARNS=2 in Makefile.
2002-07-10 22:44:22 +00:00
wiz
0b6819637f
Usge -> Usage in comment.
2002-07-10 21:31:30 +00:00
wiz
09e4390a6e
De-lint a bit.
2002-07-10 21:28:13 +00:00
itojun
9e876c9803
test malloc failure. From: Chad Loder <cloder@acm.org>. sync w/kame
2002-07-10 21:13:35 +00:00
itojun
5e4b1fc3b1
byebye __FUNCTIION__. sync w/kame
2002-07-10 21:11:43 +00:00
wiz
a330b47ad5
Cleanup, part 2:
...
Remove 'register'. ANSIfy. indent(1). Static -> static.
Change some ``#include <header.h>'' to ``#include "header.h"'' for
local headers.
Fix function declaration mistakes uncovered by ANSIfication.
2002-07-10 20:19:38 +00:00
wiz
6623130407
Remove unused ci.c.
2002-07-10 18:55:34 +00:00
wiz
77085dee52
Cleanup, part 1:
...
Remove sysent.h, unneeded.
Remove __P().
unifdef __STDC__
Remove some #if 0 parts.
Start ANSIfication.
2002-07-10 18:53:56 +00:00
fredb
d9aaf825ea
Unset connect-time timer on disconnect, as discussed briefly on
...
tech-userlevel. Without this, using "demand" and "max-connect NNN"
together subjects the user to rather arbitrary disconnects.
2002-07-10 15:00:35 +00:00
jdolecek
78703f950e
Put grfconfig(8) manpage to amiga subdir, since it's amiga-only tool.
...
Adresses part of bin/8733 by Danny Thomas.
2002-07-09 22:18:37 +00:00
wiz
7c42d2fdaf
Clean up last (no spaces before parentheses).
2002-07-09 14:13:18 +00:00
tron
4a3185f506
Get rid of __P() here. The rest of the sources doesn't use it, too.
2002-07-09 10:34:44 +00:00
tron
cb35c09756
Fix build problem probably caused by some toolchain change.
2002-07-09 10:34:16 +00:00
yamt
a8463800e2
don't pass null pointers to printf for "%s".
2002-07-09 04:35:30 +00:00
yamt
84954a6eb7
- use snprintf and strlcpy instead of strcpy, strcat and sprintf in some place.
...
- remove a unneeded strcpy.
2002-07-09 03:30:05 +00:00
hubertf
534ff5d5e9
This fixes various little problems in the lpd source.
...
lpd.c bogus 'c' option in getopt option string
printjob.c spelling "prstatic inter" -> "printer"
finish ANSIfication
recvjob.c finish ANSIfication
Patch contributed by Brian Ginsbach <ginsbach@cray.com> in PR 17520
2002-07-09 01:12:35 +00:00
agc
c24c69434f
Remove user from supplementary groups when deleting a user and not
...
preserving information.
Remove BUGS section from userdel(8) accordingly.
Make this utility compile with WARNS=3 - add const-poisoning and
shadow variable name resolution.
2002-07-08 22:17:47 +00:00
wiz
a234ffc74d
Document -w. Patch from Brian Ginsbach in bin/17518.
2002-07-08 14:05:37 +00:00
wiz
4eed7fe383
Fix typo reported in bin/17516.
2002-07-08 11:32:44 +00:00
drochner
12950c5082
fix error handling if open() fails
2002-07-07 15:13:55 +00:00