jrf
fc97fd571a
First pass for some caddr_t removal and changes to get rid of it where we
...
no longer use and/or need it
- removed casts from unionfs, deadfs and fdesc
(there are more to hunt down still)
- changed vfs_quotactl args argumet from caddr_t to void *
- changed vfs_quotactl structures/callers to reflect the api change
Compiled fine and ran for about a day. Approved/reviewed by
christos@netbsd.org and gimpy@netbsd.org .
2004-04-27 17:37:30 +00:00
jdolecek
d1e0d393ca
initialize gmtoff in mount structure if mount version is < 3
2004-04-27 17:25:50 +00:00
pk
fde3b5dfae
Replace home-grown cachestats with event counters.
2004-04-27 16:37:43 +00:00
heas
58c6b4341a
Add readmes &/ obsoletes that I missed.
...
Noted by Lubomir Sedlacik.
2004-04-27 15:35:55 +00:00
matt
5a0de7507d
When a packet is received that overlaps the left side of the window,
...
check for RST *before* trimming data and adjust its sequence number.
2004-04-27 14:46:07 +00:00
mrg
99d2aa3dc3
clean up file descriptor handling. don't lose them...
2004-04-27 13:45:50 +00:00
christos
78b5033e6d
PR/25350: Alan Barrett: Treat the sticky bit specially as non-superusers
...
cannot set it on non-directories (elvis-2.2_0 extraction failed)
2004-04-27 13:45:45 +00:00
pk
cd955b850f
Bits 0 (MMU Enable) and 1 (Fault inhibit) are common among the implementations
...
of the SRMMU control register. Reflect that fact in the definitions here.
Also add the swift `store allocate' bit.
2004-04-27 13:05:38 +00:00
yamt
9c627df799
remove redundant function prototypes to make this compilable after
...
snprintf changes.
2004-04-27 12:35:26 +00:00
pk
202c3ce64e
Add instrumentation for `PMEG' management on sun4/4c.
2004-04-27 11:26:43 +00:00
mrg
a9c239e635
- the default compression level in GNU gzip is 6 not 5; copy that default.
...
- note that -t/-l/-v & bzip2 is not handled the same as gzip in a comment.
2004-04-27 11:26:28 +00:00
pk
429ad918eb
Limit buffer cache VM to prevent too many locked `PMEGs' on small sun4c
...
systems.
2004-04-27 11:25:24 +00:00
kleink
7c84af2ef7
Remove a leftover line apparently from rev. 1.17; also from Juha Hyttinen
...
in PR bin/25347.
2004-04-27 10:26:22 +00:00
cjep
4d862106fe
Fix typo (SU_INDIRECT_GROOP -> SU_INDIRECT_GROUP). PR#25347 from
...
Juha Hyttinen.
2004-04-27 10:12:51 +00:00
junyoung
9262158d3e
Fix typo in comments.
2004-04-27 09:50:43 +00:00
junyoung
f539f210cc
FINDSPACE_FIXED -> UVM_FLAG_FIXED in comment.
2004-04-27 09:45:02 +00:00
jdolecek
dd23e5ed48
quote pattern when passing to grep, so that paterns containing
...
spaces would be handled properly
fixes PR bin/25345 by Arto Selonen
2004-04-27 09:18:16 +00:00
heas
6a7a905b99
Note import of Postfix 2.1.0
2004-04-27 07:40:57 +00:00
heas
986d9bca7f
Updates for Postfix 2.1.0
2004-04-27 07:38:23 +00:00
scw
9950f14938
Always disable interrupts at the start of DO_AST_AND_RESTORE_ALIGNMENT_FAULTS.
...
This addresses #2 of port-arm/23581 by Richard Earnshaw.
Many thanks to Richard for spotting the cause of this problem.
2004-04-27 07:13:16 +00:00
heas
a7a5a573b5
Do not install the qmqp related documents and do install the html versions
...
of the READMEs.
2004-04-27 06:57:08 +00:00
heas
4b28ce346e
Fix botched merge
2004-04-27 05:35:12 +00:00
heas
4e8018dc59
Updates for Postfix 2.1.0
2004-04-27 05:33:55 +00:00
simonb
01837603b0
Fix "comments within comments" problem pointed out by Geoff Wing on
...
source-changes.
2004-04-27 05:25:33 +00:00
heas
5b89c55b14
resolve conflicts
2004-04-27 05:07:46 +00:00
heas
87b29054d0
Postfix 2.1.0
2004-04-27 04:12:43 +00:00
atatat
1ee5d694aa
That's not supposed to be there. Sorry.
2004-04-27 04:03:28 +00:00
atatat
e5004170aa
Be consistent about using sysc_init_field()
2004-04-27 03:49:03 +00:00
atatat
423f25048b
Change the date, too
2004-04-27 03:12:12 +00:00
atatat
f7776afba3
Document the sysctl related options.
2004-04-27 03:11:14 +00:00
mrg
b02eba12c2
crank version.
2004-04-27 02:25:06 +00:00
uwe
85cb92089f
Add trailing space that got lost from the string definition.
...
Pointed out in PR lib/25340 by Juho Juopperi.
2004-04-27 02:15:04 +00:00
jonathan
1d1f37cce8
Add fast_ipsec.4 to Makefile. Thanks to Klaus Klein for the reminder.
2004-04-27 01:48:27 +00:00
mrg
d6dd48bc60
- fix "gunzip file.gz"
...
- fix "gzip <lots of files>"
both reported by tron@.
2004-04-27 01:23:35 +00:00
kleink
3925dc263a
Regen from syscalls.master 1.141: [gs]ettimeofday(2) argument declaration
...
change.
2004-04-27 01:15:38 +00:00
kleink
681b62c2ce
POSIX-2001: Add restrict keywords to gettimeofday(2) and setitimer(2);
...
further deprecate struct timezone usage by changing `tzp' argument to
gettimeofday() to void *; align utimes(2) declaration by changing `times`
argument from struct timeval * to struct timeval[2]. From Murray
Armfield in PR standards/25331.
In due curse, reflect these changes in futimes(2), lutimes(2), and
settimeofday(2).
2004-04-27 01:12:44 +00:00
jonathan
cd2b9513c7
Add cat4, man4 entries for fast_ipsec(4).
2004-04-27 00:51:32 +00:00
jonathan
3dae9d5d71
Add a lightly-modified copy of Sam Leffler's FreeBSD manpage for fast_ipsec,
...
along with an explicit caveat about the unsupported, unsafe state of
combining both IPv6 and fast_ipsec (q.v.)
2004-04-27 00:47:44 +00:00
uwe
bbb41d52d5
Make focusManagerHook a tad more smart, so that it can correctly handle
...
the serial console speed combobox (last item in the kernel tab).
2004-04-27 00:04:38 +00:00
cl
79d1a31951
Move struct xen_netinfo into include/xen.h so that xen12load compiles again.
2004-04-26 23:54:42 +00:00
dbj
78877ce800
fix 64bit bug in chkrange()
...
problem noticed by nathanw
fix from freebsd
2004-04-26 23:46:22 +00:00
simonb
f95ed9ec0f
Print the address of a problem instruction when we panic.
2004-04-26 22:29:07 +00:00
uwe
2adc0e696d
Make sure that overzealous definition of __packed in <sys/cdefs.h>
...
doesn't break compilation with Microsoft compilers. Push/pop #pragma pack
around <sys/bootblock.h>.
2004-04-26 22:27:43 +00:00
simonb
24798155ac
Enable top-down VM if USE_TOPDOWN_VM is defined.
2004-04-26 22:25:54 +00:00
uwe
e9b7546ec1
<machine/cdefs.h> is included by <sys/cdefs.h>, so there's no point
...
in including <sys/cdefs.h> from <machine/cdefs.h> again.
2004-04-26 22:14:55 +00:00
cl
f720882cf0
Rework the physical<->machine memory mapping: offset physical addresses
...
by 0x100000 (above the I/O Memory "hole") leaving all physical addresses
below unused, don't perform phys<->mach mapping for addresses below 0x100000
or beyond the real hardware's physical memory.
-> /dev/mem works now as expected and X works in domain0.
2004-04-26 22:05:04 +00:00
dsl
1074bd3a3f
Allow for ROOTINO when deciding whether their are enough inodes in the
...
created filesystem. Otherwise this fails when asked for 63 inodes for
i386 ramdisk-big.
This code really needs to use the current version of newfs/mkfs.c where
the actual inode count can be passed in (instead of the density).
Fixes a build problem when I add /mountroot to mtree.common for sysinst.
2004-04-26 21:06:55 +00:00
dsl
1946b7f3ee
Add offset of old i386 mbr bootsel structure.
2004-04-26 21:00:38 +00:00
christos
9ec61a4e56
fix compile error (thanks Juan RP)
2004-04-26 20:38:22 +00:00
christos
f987d253b9
PR/25335: Erik E. Fair: statvfs lossage in sys/lkm/compat/osf1
2004-04-26 20:33:50 +00:00