njoly
9c8407cd8f
Add rt_queueinfo(2) support.
2009-06-08 13:34:23 +00:00
njoly
d5203d274e
Regen for rt_queueinfo(2) update.
2009-06-08 13:29:00 +00:00
njoly
5bf0ee73ce
Update rt_queueinfo(2) definition, and kill a corresponding comment.
2009-06-08 13:26:57 +00:00
njoly
a9b9e78076
Small rt_queueinfo(2) update, to require a linux_siginfo structure.
...
While here, cleanup ifdef out argument types.
2009-06-08 13:23:16 +00:00
pgoyette
260b6fd907
Correct typo in last so we can #undef the correct macro.
2009-06-08 13:06:33 +00:00
njoly
55d5cc9d0d
Various compat linux siginfo fixes.
...
- alpha: add missing _uid member to SIGCHLD structure.
- amd64: add missing typedef, and fix padding size.
- arm: add missing linux_siginfo definition.
2009-06-08 11:46:06 +00:00
cegger
b63f2e1e6a
from sys/arch/x86/x86/cpu.c:
...
Implement -1 (RB_MD1) for physical CPUs in the Dom0.
2009-06-08 09:32:33 +00:00
wiz
b1c6e76295
Sort options, fix a typo.
2009-06-08 08:02:32 +00:00
wiz
9cf943caaf
Bump date for previous. New sentence, new line.
2009-06-08 07:59:38 +00:00
agc
c24ee81d8d
Fix up paths for the reachover Makefile for netpgpverify
2009-06-08 06:29:33 +00:00
agc
9067a616b3
Fix merge botch in test script
2009-06-08 06:19:31 +00:00
agc
da8de2a7e7
Add the netpgpverify tests into the test script.
2009-06-08 06:16:34 +00:00
agc
b3acd3dbb1
Add a manual page for netpgpverify(1).
2009-06-08 06:15:51 +00:00
agc
1dfa6d3632
Add a reachover Makefile for building the standalone netpgpverify program
2009-06-08 06:13:56 +00:00
agc
953dc192b5
Move to a different directory structure - this is the directory and
...
Makefile for building the netpgp program.
2009-06-08 06:13:07 +00:00
agc
bfb9a93fd0
Add a cut-down, streamlined, stand-alone netpgp verification program.
2009-06-08 06:09:53 +00:00
christos
e6cdc676f4
revert previous broken change
2009-06-08 01:22:53 +00:00
pgoyette
f7ad703892
General clean-up and some restructuring of event handling. This is a
...
precursor to letting sensor drivers actually exchange limits/thresholds
with user-land.
2009-06-08 00:55:35 +00:00
yamt
5c0faad4bd
fd_free: fix posix advisory locks. PR/41549 from HITOSHI OSADA.
2009-06-08 00:19:56 +00:00
christos
1ca20e3d1a
mention new openssh
2009-06-08 00:15:37 +00:00
martin
ced2993fec
Do not use the same trampoline for cpu_setfunc and cpu_lwp_fork, the
...
latter does a lot more work.
2009-06-07 23:21:26 +00:00
christos
e3dfcc9dfe
remove file
2009-06-07 23:16:50 +00:00
christos
dfdd8db89f
remove libmagic
2009-06-07 23:16:21 +00:00
darran
f5116a20c4
Document the link1 ifconfig option which disables LACP.
2009-06-07 23:06:48 +00:00
christos
b9499fcb74
glue in openssh
2009-06-07 22:59:22 +00:00
darran
387b0a1aa3
mention agr(4) vlan changes.
2009-06-07 22:52:50 +00:00
christos
1fbfc5d885
bump libssh
2009-06-07 22:48:15 +00:00
christos
0587e0bf24
unhook ssh
2009-06-07 22:46:43 +00:00
christos
b1d98f9166
add crypto/external to the build.
2009-06-07 22:46:12 +00:00
christos
983ad222a3
handle mkcrypto
2009-06-07 22:44:04 +00:00
christos
d4fda9c2d5
Disconnect ssh
2009-06-07 22:43:02 +00:00
christos
d8bad821d7
connect openssh
2009-06-07 22:42:31 +00:00
christos
733a2dd888
Add openssh
2009-06-07 22:39:35 +00:00
christos
313c6c94c4
Merge in our changes:
...
- conditionalize login_cap
- conditionalize bsd_auth
- bring in pam from portable
- restore krb5, krb4, afs, skey
- bring in hpn patches, disable mt aes cipher, keep speedups and cipher none
- add ignore root rhosts option
- fix ctype macro arguments
- umac is broken, disable it
- better ~homedir handling
- netbsd style tunnels
- urandom, xhome, chrootdir, rescuedir NetBSD handling
- utmp/utmpx handling
- handle tty posix_vdisable properly
- handle setuid and unsetuid the posix way instead of setresuid()
- add all missing functions
- add new moduli
- add build glue
2009-06-07 22:38:44 +00:00
christos
ca32bd8de9
import 5.2 from ftp.openbsd.org
2009-06-07 22:19:00 +00:00
dholland
b8c355d789
a bit more const
2009-06-07 21:04:54 +00:00
dholland
a7a3b831c7
sprinkle some more const
2009-06-07 20:31:10 +00:00
dholland
8d5216e80d
remove unnecessary casts
2009-06-07 20:25:38 +00:00
dholland
907fca1b3e
sprintf -> snprintf, plus some use of strlcpy/strlcat where appropriate
...
XXX: there's still one sprintf left which will take some hacking to expunge.
2009-06-07 20:13:18 +00:00
dholland
1fa8a9a633
ANSIfy function declarations. All object file diffs inspected.
2009-06-07 18:30:39 +00:00
rmind
57aadb4062
sysctl_inpcblist: fix a lock leak in error path (hi <matt>).
2009-06-07 16:20:29 +00:00
phx
b6a174c94b
MSGBUFADDR creates a msgbuf at a fixed address, usually defined by the port's
...
config file.
The use of MSGBUGADDR was already prepared in powerpc/oea/pmap.c years ago,
but was never used and missing powerpc/oea/oea_machdep.c. The option will
be used by port amigappc.
2009-06-07 13:37:29 +00:00
zafer
755dd9bd66
fix typo in MLX. It's Malatya.
2009-06-07 12:32:51 +00:00
tonnerre
ca936eac8b
BSL is the "Basel/Mulhouse/Freiburg Euroairport", not Europort.
...
Patch contributed in private mail by Marc Balmer.
2009-06-07 11:16:37 +00:00
tron
cef801c39d
Chuck Berry was born in St. Louis, Missouri, and not in St. Jose,
...
California. Patch submitted by Marc Balmer in private e-mail.
2009-06-07 10:25:39 +00:00
jnemeth
1bdbe18dce
Read in a <module>.prop file if it exists and internalize then pass it
...
to the <module> being loaded.
XXX A <module>.prop file will override anything on the "command line".
This will be fixed in the next commit.
2009-06-07 09:47:31 +00:00
yamt
6f174f1311
shut up the following assertion failure and add a comment.
...
panic: kernel diagnostic assertion "!fd_isused(fdp, fd)" failed: file "/siro/nbsd/src/sys/kern/kern_descrip.c", line 175
2009-06-07 09:39:02 +00:00
taca
53a127e0ac
Make ip_carp.c compile, fixing usage of CARP_LOG().
2009-06-07 06:11:18 +00:00
yamt
303f5b9ebd
fix comment typos.
2009-06-07 03:12:40 +00:00
agc
e4c9a22cd7
Add a test for the null list-packets file.
2009-06-07 01:55:02 +00:00