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
agc
871e03b1c5
Fix an core dump reported by Oliver Gould - if there is no file from which
...
to read packets to list, fail with a decent error message.
2009-06-07 01:52:48 +00:00
hubertf
5cf334a3c2
add mlinks for iic manpages
2009-06-06 18:48:09 +00:00
haad
63b509d1c8
Add support for devices which do not support DIOCGDISKINFO ioctl yet. This
...
change will restore fsck/newfs on vnd device.
2009-06-06 18:31:29 +00:00
haad
42c8b251b8
Remove debug printfs.
2009-06-06 17:47:50 +00:00
cegger
a4c2d5ee50
typo in comment: autconfiguration -> autoconfiguration
2009-06-06 12:56:43 +00:00
haad
e936991891
Remove debuging CFLAGS.
2009-06-06 11:09:16 +00:00
mlelstv
61ace358f2
block numbers are measured in f_frsize units. Make -P option
...
use this instead of f_bsize. Also account for reserved blocks
like normal non-P output.
Fixes PR bin/41541.
2009-06-06 09:30:45 +00:00
mlelstv
3479599edd
make space for a trailing \0 in model,revision and serial buffers.
2009-06-06 09:18:55 +00:00
haad
102c1fe812
Add proplib to list of libraries, ifx fsdb build after my getdiskinfo change.
2009-06-06 08:22:24 +00:00
haad
ea2ba1c77b
Fix my previous commit.
2009-06-06 08:10:06 +00:00
dholland
5fac9138c2
+OOM
2009-06-06 06:46:42 +00:00
ahoka
6903faa67e
Update s3 driver to 0.6.1.
...
Also add a missing object file to build a properly working module.
Closes PR xsrc/41206
2009-06-05 23:37:55 +00:00
ahoka
b498a6e0b7
Allow driver version to be set from the makefile instead of
...
relying on parsing configure scripts.
2009-06-05 23:34:36 +00:00
haad
f5b48500f1
Add support for DIOCGDISKINFO to disk like device drivers. Change
...
partutil.c::getdiskinfo to use it to get disk geometry info.
Use DIOCGWEDGEINFO ioctl to get information about partition size, if disk
driver doesn't support it use old DIOCGDINFO. This patch adds support for
wedge like devices(lvm logical volumes, ZFS zvol partitions) to newfs and
other tools.
No objections on tech-userlevel@.
2009-06-05 21:52:31 +00:00
haad
b05bf051db
Bump libdevmapper minor number, because of ioctl protocol change.
2009-06-05 20:11:21 +00:00
haad
3deb22c2eb
Parse dm param string in libdevmapper and not in a dm target init function.
...
Create proplib param dictionary entry in libdevmapper and pass it to dm in
dm_ioctl dict.
Param target is then passed to target init function, where is parse. I like
this aproach much better than passing char **argv and trusting to user input.
XXX. Add more sanity checks in kernel.
2009-06-05 19:57:25 +00:00
haad
62e994ce96
Parse dm param string in libdevmapper and not in a dm target init function.
...
Create proplib param dictionary entry in libdevmapper and pass it to dm in
dm_ioctl dict.
Param target is then passed to target init function, where is parse. I like
this aproach much better than passing char **argv and trusting to user input.
I have bumped minor lib/driver version.
XXX. Add more sanity checks in kernel.
2009-06-05 19:56:40 +00:00
joerg
57b5269dad
Explicitly include fcntl.h for O_CREAT to not depend on namespace
...
pollution.
2009-06-05 19:55:43 +00:00
haad
7147ed320b
Add work in support for compiling ccd and cgd drivers as a modules. I forgot
...
to committ when I have written device module autoloading stuff.
2009-06-05 19:21:02 +00:00
njoly
b0b09eac89
Regen for fstatfs.
2009-06-05 16:46:52 +00:00
njoly
ca080002aa
Add fstatfs syscall.
2009-06-05 16:45:33 +00:00
hubertf
1aba70bb8a
From the specs: address 0xff gives the die revision
2009-06-05 12:42:43 +00:00
jnemeth
5ce0121eaa
Add a new [-d var] option which when combined with -p and -m will allow
...
you to delete vars from the existing <module>.prop file.
2009-06-05 11:37:30 +00:00
wiz
70a5053abd
postfix-2.6.2 out.
2009-06-05 11:31:51 +00:00
wiz
0246bc0bc2
Sort options.
2009-06-05 09:31:07 +00:00
wiz
b7a42d7cb2
Match wording in list to other entries.
2009-06-05 09:29:15 +00:00
wiz
3d125cd052
Drop trailing whitespace. Add a missing continuation line. Use more .An.
2009-06-05 09:27:47 +00:00
jnemeth
f6768fff89
grammar fix
2009-06-05 08:40:51 +00:00
skrll
6ae2bb57af
Re-arrange and comment out stuff that's not supported yet.
2009-06-05 07:35:29 +00:00