1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
Commit Graph

3264 Commits

Author SHA1 Message Date
drahn
656d66f587 Do not include uio header file, that interface was removed. 2002-02-22 21:54:24 +00:00
drahn
12c52fa4a6 Extended Attribute support, from FreeBSD/TrustedBSD. ok art@ deraadt@
add extattrctl getextattr setextattr
2002-02-22 21:12:13 +00:00
drahn
1eb063c497 Extended Attribute support, from FreeBSD/TrustedBSD. ok art@ deraadt@ 2002-02-22 21:09:06 +00:00
mickey
5b2b631e46 mark opened device and socket as close on exec; idea from freebsd pr/35182 2002-02-22 00:32:16 +00:00
miod
150c1ad3a4 Invoke helper scripts with relative path; this got borked in rev 1.13. 2002-02-21 23:33:14 +00:00
fgsch
3332ec1203 use sizeof w/ defines; niklas@ millert@ ok. 2002-02-21 07:32:55 +00:00
pefo
b7fcd3d430 Fix ELF so it works with /dev/ksyms. Also make 'detection' of ksyms
a little more robust by looking at the actual namelist filename.
2002-02-20 23:07:49 +00:00
kjc
fb552d5b67 sync with KAME
- use strerror(3).
2002-02-20 10:55:12 +00:00
kjc
d0ab3a0c1e sync with KAME
- #include <util.h> for pidfile(3).
- use one signal handler instead of three.
- add static to internals.
2002-02-20 10:54:24 +00:00
kjc
0221ed6106 sync with KAME
- #include <err.h>
 - remove unused variables.
 - initialize rval.
2002-02-20 10:52:23 +00:00
miod
f228564bc3 Revert 1.10, bad mpech@ didn't try to compile. 2002-02-20 02:00:01 +00:00
miod
29900e387e IPsec is written `IPsec'', not `IPSec''. 2002-02-19 21:11:19 +00:00
miod
404b31ce4c Fix the signal races in rbootd.
Credit to millert@ and deraadt@ for pointing out some of my braindamage.
2002-02-19 21:04:09 +00:00
miod
8995e2e4f0 Use opendev(3) rather than open(2) to please lazy people like me that
don't want to type "/dev/".
It's somewhat an abuse of opendev(), but millert@ said it was ok.
2002-02-19 20:20:39 +00:00
miod
cc29191025 Clean the dust, do decent error checking, and add a manual page. 2002-02-19 19:51:54 +00:00
millert
e7beb4a7d5 We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. 2002-02-19 19:39:35 +00:00
miod
0b8da1bdca Every command should have a manual page.
Even obscure ones.

Especially obscure ones.
2002-02-19 19:08:33 +00:00
mpech
f3ea27a00c Use arc4random().
millert@ ok
2002-02-19 18:57:42 +00:00
mpech
4af80cab53 Fix gethostname() usage.
deraadt@ ok
2002-02-19 18:38:01 +00:00
itojun
f48d33243a sizeof pedant.
From: Mike Pechkin <mpech@prosoft.org.lv>
2002-02-19 02:34:10 +00:00
deraadt
14ca398c97 de-warn some more garbage 2002-02-18 23:41:31 +00:00
deraadt
eb6b30173e minor signal race fixes 2002-02-18 22:20:55 +00:00
ericj
04a4b599da enable echo in signal handler, since it could be disabled
pr#1939
2002-02-18 21:40:08 +00:00
fgsch
b6f58bdad5 comment out fsinfo(8), we don't install it; deraadt@ ok. 2002-02-18 20:35:32 +00:00
deraadt
7b052bcd20 workaround another vax ld issue 2002-02-18 19:12:50 +00:00
millert
2f80013f50 Don't chmod 0755 the directory we just mkdtemp()'d. mkdtemp() uses
mode 0700 which is better.  From Yozo TODA based on a FreeBSD advisory.
2002-02-18 00:18:07 +00:00
maja
5309eac8ee Patch from Daniel Lucq <daniel@lucq.org>
The patch allows you to change the value of NMBCLUSTERS, BUFCACHEPERCENT
and NKMEMPAGES using the config command, instead of recompiling the kernel.

This is the userland part of the patch. I have compiled it on i386, sparc64,
alpha and macppc. -moj ok art@ maja@
2002-02-17 23:01:19 +00:00
millert
f3c3a9c6df Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree) 2002-02-17 19:42:18 +00:00
maja
0d431b6c5d Document that both localhost and the local hostname needs to be able to
access ypserv. RPC calls can be sent to ypserv on both.

In PR2403 access was allowed from localhost but not the local hostname.
This caused yppush not to be able to notify ypserv about changed maps.

-moj
2002-02-17 19:38:52 +00:00
deraadt
bee900d543 fix LP64 bug; ura@hiru.aoba.yokohama.jp 2002-02-17 18:33:06 +00:00
millert
c72b5b24e1 Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. 2002-02-16 21:27:05 +00:00
beck
1bcda79c52 fix htdocs pages, changed with apache 1.3.23 update, to install the right
ones and not install the old ones.
2002-02-15 22:49:15 +00:00
deraadt
be0cb7daa3 bit of strcpy and sprintf culling 2002-02-15 03:31:15 +00:00
deraadt
cdd3962434 complete paranoia 2002-02-15 02:33:49 +00:00
deraadt
279fd19216 KNF 2002-02-15 02:18:39 +00:00
deraadt
658494f578 some more KNF and -Wall 2002-02-13 23:10:46 +00:00
deraadt
87fbbfde15 some KNF 2002-02-13 23:05:48 +00:00
pvalchev
f2623075b0 remove the cast too; ok deraadt 2002-02-13 22:43:44 +00:00
deraadt
bb6d35da83 proc is not an enum, dummy! this makes sparc64 amd work 2002-02-13 22:32:46 +00:00
deraadt
74aa21a383 be a bit more pendrantic about spelling than the brit was 2002-02-13 22:32:33 +00:00
mpech
8be0697955 When you give command examples and etc., in a manual page prefix them with:
$ command
or
# command

deraadt@ ok
2002-02-13 08:33:46 +00:00
kjc
f7c5f52ca2 sync with KAME.
wipe away the remaining code fragments which might be
inherited from rsvpd.  (just to make sure.)
2002-02-13 08:23:04 +00:00
kjc
b3905990a9 rewrite the parser code to get rid of the heritage
from rsvpd (rtap_cmds.c).

replace the USC copyright by mine. it was OKed by the rsvp
folks long time ago.  this was the last USC copyright in the ALTQ
related files.

make "delete" command to accept filter name so that
named filters can be deleted.
2002-02-13 08:21:45 +00:00
kjc
74b0469b23 typo: clinet -> client from KAME. 2002-02-13 08:17:09 +00:00
beck
421dffd30f might as well have these. (more apache_1.3.23 merge) 2002-02-12 08:01:31 +00:00
beck
7c918399b4 Apache 1.3.23+mod_ssl-2.8.6-1.3.23 merge 2002-02-12 07:56:46 +00:00
millert
08f2a50995 Fix SIGTERM handling; deraadt@ ok 2002-02-10 01:19:02 +00:00
art
955471057a add cbq.ssh_tos 2002-02-07 23:15:34 +00:00
art
820b8e0849 Install altq config samples. 2002-02-07 23:13:53 +00:00
aaron
127374e97f device -> decide; fixes PR#2382. 2002-02-07 22:45:42 +00:00