christos
b33f6da979
more 64 bit inode lossage.
2005-08-19 16:58:29 +00:00
bouyer
fa7d49200e
Make PCI devices usable for non-domain0 kernels. Based on patches sent by
...
Ceri Storey to port-xen, with some additionnal changes by me:
- include bus_dma.c, bus_space.c and pci_machdep.c if pci is defined
instead of dom0ops
- Make various initialisations, and probe/attach pci busses based on NPCI
instead of DOM0OPS
- in conf/files.xen, move xen-specific devices before non-xen specific devices
so that the xen-specific match function is called first, to avoid false
attachement from too liberal match function in non-xen code.
2005-08-19 16:06:12 +00:00
skrll
74929b7809
Add shutdown and power hooks.
2005-08-19 14:26:38 +00:00
yamt
e4ab81774d
compat_30_sys_getdents: netbsd 1.2 -> 3.0 in comments/messages.
2005-08-19 13:17:37 +00:00
yamt
34dab5e58c
compat_30_sys_getdents: don't leak kernel stack garbage to userland.
2005-08-19 13:16:56 +00:00
christos
7e4e283458
Two places to bump libc (from Kurt)
2005-08-19 13:07:56 +00:00
yamt
b247716cf3
as we now have 64bit ino_t, no need to truncate nfsv3 fileids.
2005-08-19 12:47:23 +00:00
christos
d0fa934dc3
More fallout from ino_t 64 bit changes (from Kurt)
2005-08-19 12:47:10 +00:00
christos
84653be1c5
mention 64 bit inodes here.
2005-08-19 12:33:24 +00:00
christos
8679451cd3
bump us to 3.99.8 (for 64 bit inode changes). Noted by Bernd Ernesti
2005-08-19 12:31:41 +00:00
elad
5f794fb20d
Introduce veriexec_renamechk().
...
Rename policy:
- Strict levels 0, 1: Log renames of monitored files.
- Strict level 2: Prevent renames of monitored files.
- Strict level 3: Prevent renames.
2005-08-19 12:30:02 +00:00
christos
2368c3b779
make ICMPPRINTFS work; from Liam Foy.
2005-08-19 12:29:18 +00:00
christos
21e4f1184e
mention ICMPPRINTFS; from Liam Foy
2005-08-19 12:28:37 +00:00
christos
5e6a1c8476
fileid is now a quad.
2005-08-19 12:24:54 +00:00
jmmv
8f66d74dea
Specify the types for the cookies and ncookies parameters to the readdir
...
operation.
2005-08-19 10:56:29 +00:00
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