139374 Commits

Author SHA1 Message Date
elad
75beed7e53 Make this compile without warnings. 2005-08-19 10:10:08 +00:00
yamt
437ecc32b5 fix some simple bugs in the 64bit ino_t changes.
- edp -> dp
- * -> +
2005-08-19 10:08:48 +00:00
skrll
c6f82057ed More sync with the FreeBSD driver. 2005-08-19 08:50:06 +00:00
skrll
7ba8c9e419 Belatedly not addition on ucycom(4). 2005-08-19 07:04:33 +00:00
christos
982d8230de use d_fileno instead of d_ino for consistency 2005-08-19 06:44:06 +00:00
christos
4ce7529a64 change a hard-coded 0xf to _DIRENT_ALIGN (thanks yamt) 2005-08-19 06:01:00 +00:00
christos
23e602002f now that we've changed the _DIRENT_ALIGN macro, provide a d_fileno for struct
direct
2005-08-19 05:28:48 +00:00
christos
93c362d7ef Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels 2005-08-19 05:19:49 +00:00
christos
0701377073 Change the alignment of dirent from 0xf to 0x7 for the new dirent structure.
Also simplify the logic (thanks yamt)
2005-08-19 05:06:14 +00:00
christos
2ebf2b2fc3 namlen is u_int16_t now. 2005-08-19 04:47:55 +00:00
christos
b02ca699ef Add an _ to DIRENT_SIZE 2005-08-19 04:45:47 +00:00
christos
b041fac92d Fix lossage I created with the 64 bit ino_t change. 2005-08-19 04:24:38 +00:00
christos
af079a3097 PR/31012: Barry Naujok: libedit el_get with EL_EDITOR op does not work
Fixed as suggested.
2005-08-19 04:21:47 +00:00
christos
103542d3d7 fix a printf arg. 2005-08-19 04:15:02 +00:00
christos
c4ee9f6d2e 64 bit inode changes 2005-08-19 02:07:18 +00:00
christos
d05efd58f3 64 bit inode changes. 2005-08-19 02:06:29 +00:00
christos
3303764533 64 bit inode changes 2005-08-19 02:04:54 +00:00
christos
50f8955b6e 64 bit inode changes. 2005-08-19 02:04:03 +00:00
christos
d2d5cc4265 Better debugging info on failure 2005-08-19 02:04:02 +00:00
christos
758a209d23 64 bit inode changes. 2005-08-19 02:03:49 +00:00
dyoung
54d7d8be9a Remove extraneous #PKG_DEVELOPER=1 line that snuck in with the last
commit.  (Thanks Masao Uebayashi.)
2005-08-19 01:26:59 +00:00
dyoung
2f96ceba5c Change from malloc/strcpy idiom to strdup.
Revamp err, errx, warn, warnx usage.

Misc. cosmetic tweaks.

Make -o bootimage=sysname;filename expect NetBSD architecture names
(x86 -> i386; mac -> {macppc, mac68k}; ppc -> powerpc) for sysname.
2005-08-19 01:24:21 +00:00
dyoung
c3f075faf3 Cosmetic: alphabetize SRCS. Start a new line on each change of
leading letter.
2005-08-19 01:09:54 +00:00
rpaulo
eed479db05 Added missing Postfix 2.2.5 man pages. 2005-08-18 23:06:15 +00:00
rpaulo
c9b49db1d5 Note Postfix 2.2.5 import. 2005-08-18 22:41:26 +00:00
rpaulo
7191fb9a80 We now have Postfix 2.2.5. 2005-08-18 22:40:41 +00:00
rpaulo
bfa7c1291a Added new files from Postfix 2.2.5. 2005-08-18 22:31:47 +00:00
rpaulo
ff69469b26 Adapted to the new Postfix 2.2.5.
Reviewed by Perry E. Metzger.
2005-08-18 22:30:36 +00:00
rpaulo
5004b6fbea Added an OpenSSL version number check so that we pass the second argument to
d2i_SSL_SESSION() correctly.
From postfix-2.3-20050726.
Suggested by Wietse Venema in private email.
2005-08-18 22:29:08 +00:00
rpaulo
820935b3e1 Resolve conflicts. 2005-08-18 22:06:28 +00:00
nathanw
9808119fea Call VOP_UNLOCK() in the case where VND_COMPRESSION isn't defined and
we're about to return EOPNOTSUPP. Prevents a "locking against myself"
panic in vn_close() in the error return path.

Addresses PR# kern/30958
2005-08-18 22:06:25 +00:00
rpaulo
b4754a63ed Resolve conflicts. 2005-08-18 21:58:59 +00:00
rpaulo
3aaaf2cd89 Resolve conflicts. 2005-08-18 21:46:19 +00:00
rpaulo
a5c1167790 Resolve conflicts. 2005-08-18 21:33:04 +00:00
rpaulo
259d7fd128 Import Postfix-2.2.5. 2005-08-18 21:07:25 +00:00
elad
dd3453b45c Make pw_getconf(3) set errno so we have indication on what went wrong.
Document possible errno values in the manpage.
2005-08-18 21:07:23 +00:00
rpaulo
f55b2b19ea Import Postfix-2.2.5. 2005-08-18 21:00:20 +00:00
perry
4851927311 change a tab to a space tab in front of UFS_DIRHASH 2005-08-18 15:57:00 +00:00
rpaulo
802682af7a Improved wording and removed double whitespaces. 2005-08-18 12:25:56 +00:00
tron
d66d9a8e3b Remove write-only variable "derived" in esp_cbc_encrypt(). 2005-08-18 07:54:09 +00:00
skrll
e25c26acb6 Don't need to declare m_append twice. 2005-08-18 06:07:30 +00:00
rpaulo
70d95a4d7d /sys is no longer available, change it to /usr/src/sys. 2005-08-18 01:09:02 +00:00
yamt
2e85eff671 - introduce M_MOVE_PKTHDR and use it where appropriate.
intended to be mostly API compatible with openbsd/freebsd.
- remove a glue #define in netipsec/ipsec_osdep.h.
2005-08-18 00:30:58 +00:00
christos
d3b0b4d68a PR/30750: Mark Davies: ssh gives bogus complaint when gssapi authentication
fails. The problem was that different ssh programs were compiled with different
cpp flags. In particular, ssh-keysign was affected. Move all the CPPFLAGS
to Makefile.inc. Note that I am not moving the library portion of the defines
because we don't want to link everything with all the libraries.
2005-08-18 00:19:28 +00:00
tacha
379d19f599 make CF on pcmcia works again.
Approved by bouyer.
closed kern/30998.
2005-08-17 22:41:33 +00:00
heas
be21025dae Set SIGCHLD to SIG_DFL in cron's child; instead of SIG_IGN, which alters the
behavior of wait() causing cron_pclose() to return bogus status and the logging
of bogus status in debug mode.
2005-08-17 22:35:20 +00:00
matt
1ec9bd7cbd Add NetBSD checksum notes. 2005-08-17 17:24:31 +00:00
skrll
784c9344e8 Initial pass at an in-tree ia64 toolchain. From PR 29141 with some fixes
from me.
2005-08-17 07:13:32 +00:00
uebayasi
976fee6969 !' needs an escape sequence (\&'). New sentence, new line.
Reviewed By:	wiz
2005-08-17 00:58:19 +00:00
nathanw
55bd561796 nbsd_thread_resume(): make sure that we've been passed a thread ID in
ptid before invoking the suspend-all-but-this-thread logic. Otherwise,
when passed an LWP (as a result of 1.15 making LWPs the primary
identifier of live execution contexts), we try to suspend everything,
which goes poorly.
2005-08-16 22:07:12 +00:00