wiz
e0ed5c846b
Bump date for previous. Remove trailing whitespace.
...
New sentence, new line. Fix some macro usage.
2005-03-30 18:53:33 +00:00
aymeric
aaf71fc067
Changes to the nvi entry:
...
. remove "nb10" from imported version string (field "Version:") because it
doesn't reflect any useful outside-of-netbsd information and moves too often
. change the comment to say that we may import nvi 1.81.x someday, mostly
to get mutibyte character support
2005-03-30 18:42:22 +00:00
xtraeme
5ca972d91b
This needs <err.h> for err() and errx() (hi wiz)
2005-03-30 18:01:32 +00:00
is
cfb674f4eb
Extend EXAMPLES section for IPv6 over GRE. Contributed by Gert Doering.
2005-03-30 17:19:52 +00:00
elric
646d61aa58
one more malloc -> emalloc.
2005-03-30 17:17:51 +00:00
christos
f8ce51d45f
Centralize error checking for malloc,calloc,strdup.
2005-03-30 17:10:18 +00:00
christos
1880024ade
mention that SIG_IGN on SIGCHLD does not produce zombies.
2005-03-30 17:09:28 +00:00
christos
f9a341d1f6
PR/19837: Stephen Ma: signal(SIGCHLD, SIG_IGN) should not create zombies.
2005-03-30 17:07:50 +00:00
is
a0c9bc9616
Add IPv6 over GRE (contributed by Gert Doering in PR 29150).
2005-03-30 16:34:54 +00:00
christos
5d3d04b484
use re-entrant versions of getpw*(). In libc only pwcache remains and this
...
cannot be changed easily because it involves an API change.
2005-03-30 16:12:58 +00:00
elric
2dcfc0c616
Turn off core dumps.
2005-03-30 15:45:56 +00:00
christos
71abc767dd
Use SA_NOCLDWAIT instead of catching the signal and waiting. Avoids signal
...
races the easy way.
2005-03-30 15:19:10 +00:00
wiz
bd02b4a3e5
v1.14 from OpenBSD (jaredy):
...
- fix overflow when too many -a arguments are given
- properly NUL-terminate -a arguments when copying
- check strdup for error failure
2005-03-30 14:18:41 +00:00
skrll
8221a0eff7
Correct the comment against FKIOCTL and put the comment against FMASK back
...
where it belongs.
2005-03-30 13:15:13 +00:00
jmmv
d4526765bd
Remove an space from the beginning of a line. It caused incorrect formatting
...
after the .Nm macro (the text started at the following line).
2005-03-30 13:07:34 +00:00
yamt
e53142951c
- use IFQ_POLL/DEQUEUE rather than IF_DEQUEUE/PREPEND.
...
- handle tx queue full correctly.
2005-03-30 11:38:06 +00:00
yamt
73a5d8f913
s of sack is selective, not selection. pointed by Michael Eriksson.
2005-03-30 11:09:16 +00:00
wiz
3294301136
Add wcsftime(3).
2005-03-30 10:17:36 +00:00
wiz
215d79769a
Add man page for wcsftime from FreeBSD.
2005-03-30 10:15:12 +00:00
christos
eb808713b7
PR/29826: J. T. Conklin: Add wcsftime(3) (from FreeBSD)
2005-03-30 03:47:11 +00:00
christos
8ec5371f02
- use getpwnam_r
2005-03-30 01:33:30 +00:00
christos
13f609d284
- use getpwnam_r
...
- KNF
2005-03-30 01:30:21 +00:00
christos
bbb7e01ae0
- Use the getpw*_r methods.
...
- KNF.
2005-03-30 01:16:22 +00:00
christos
2e7a44f29b
- KNF fixes from John Nemeth
...
- Use getpwnam_r because pam may use getpw* and overwrite the static area
(from FreeBSD)
2005-03-30 01:07:47 +00:00
christos
c4e3c4d493
Don't refuse to create a hash database on 0 length files. Treat
...
them as new files the same way that the btree code does. Note that
we do the fstat() after the open() instead of re-using the previous
result of the stat() to avoid races (we open with O_EXLOCK when we care).
2005-03-29 23:37:15 +00:00
yamt
8b0967ff45
protect tcpipqent with splvm.
2005-03-29 20:10:16 +00:00
yamt
c08e90ff51
tcp_output: lock reass queue when building sack.
2005-03-29 20:09:24 +00:00
christos
518587967d
Re-enable chgsbsize. It should work now.
2005-03-29 18:18:06 +00:00
jmc
9c8f42a9a5
Add missing $HOST_SH to execution of walnut-mkimg.sh
2005-03-29 17:58:15 +00:00
jmmv
f9774bdb30
Add a colon before %m in calls to syslog(3) for consistency with other
...
messages in this same file and in many other tools.
2005-03-29 17:00:21 +00:00
he
8c10d661b0
Properly disable the bulk of chgsbsize(), completing revision 1.84.
...
This does an #if 0 / #endif, so that no code (or declarations!) are
left after the first "return 1", making this compilable for vax and
playsation2 again, both of which use gcc 2.95.3 or similar.
2005-03-29 15:57:17 +00:00
drochner
6ff7079afd
plug buffer overflows, see
...
http://www.idefense.com/application/poi/display?id=220&type=vulnerabilities
http://www.idefense.com/application/poi/display?id=221&type=vulnerabilities
(CAN 2005-0468 and 2005-0469)
Patch taken from MIT/Kerberos (MITKRB5-SA-2005-001-telnet.txt)
2005-03-29 12:18:28 +00:00
yamt
d1238feea1
re_encap: set RTK_TDESC_CMD_IPCSUM if any of checksum offloading is requested.
...
otherwise, RTK_TDESC_CMD_TCPCSUM/UDPCSUM don't seem to make any effect.
2005-03-29 09:52:31 +00:00
yamt
2c742b20e6
ip_reass: clear stale csum_flags.
2005-03-29 09:37:08 +00:00
yamt
c5544c42b5
nfsrv_rcv: don't do so_receive from socket upcall context.
...
while there's little benefits, it complicates locking and confuses
flow control.
2005-03-29 09:22:35 +00:00
thorpej
95cc3e3c00
- Add a alpha_shared_intr_reset_strays() function that resets the stray
...
interrupt counter for a given shared interrupt descriptor.
- When an interrupt is successfully handled, reset the strays counter,
thus preventing a "slow leak" from eventually shutting off the interrupt
vector. Idea taken from pci_kn300.c (which was changed to use the new
alpha_shared_intr_reset_strays() function).
2005-03-29 04:06:20 +00:00
thorpej
630187918a
No need to emit vfs_list_initial[] any more.
2005-03-29 02:42:09 +00:00
thorpej
e633e8b61b
- Define a VFS_ATTACH() macro that places a reference to a vfsops structure
...
into the "vfsops" link set.
- Use VFS_ATTACH() where vfsops are declared for individual file systems.
- In vfsinit(), traverse the "vfsops" link set, rather than vfs_list_initial[].
2005-03-29 02:41:05 +00:00
hubertf
7f4783a74b
Xref mscdlabel(8) - it may be useful. Bump date.
2005-03-29 01:24:10 +00:00
christos
1d7be8c539
WARNS=3, ansi, knf
2005-03-28 23:33:22 +00:00
christos
3e8931ae19
PR/29819: Robert Elz: lastcomm mangles elapsed time calculation because
...
of incorrect rounding.
2005-03-28 22:10:06 +00:00
fvdl
6bfe21f4e0
Reverse the cyl_lo and cyl_hi reads for the AT_READREG case; previously,
...
the cyl_lo information would have been thrown away.
2005-03-28 22:08:51 +00:00
nathanw
1733290d22
".XR" should be ".Xr".
2005-03-28 22:07:22 +00:00
bouyer
b50ebb2aa2
Merge 1.1.14.3 from yamt-km branch:
...
We can't write directly to a gdt slot, we need to go though
xen_update_descriptor().
From YAMAMOTO Takashi: this is not a problem in HEAD, because
as the kva for gdt is pageable, when gdt_put_slot1 attempts to modify gdt,
the fault handler allocates and maps a new page for you.
So the kernel doesn't panic, but could leak some memory.
2005-03-28 16:40:41 +00:00
wiz
5236534b53
Add postinstall(8).
2005-03-28 15:44:26 +00:00
wiz
8db893f99d
Add postinstall(8) man page.
2005-03-28 15:42:27 +00:00
jschauma
e464118a48
add tls (not the developer)
2005-03-28 15:07:16 +00:00
lukem
56794bce3c
All of the X11 obsolete set lists are installed now.
2005-03-28 13:48:04 +00:00
minoura
38b3ea7295
fb is required to build successfully on x68k.
2005-03-28 13:05:03 +00:00
wiz
ccf4d719ab
sendmail-8.13.4 is out.
2005-03-28 10:43:16 +00:00