Commit Graph

135608 Commits

Author SHA1 Message Date
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
dogcow
f7c2079f42 add missing prototype for when CODA_COMPAT_5 is #define'd 2005-03-28 06:59:13 +00:00
christos
7a221682eb make sysctl -n print the real console tty name and -nn print the numeric
value.
XXX: -n means don't print name, not numeric. We should stop overloading
it and use a different flag.
2005-03-28 04:03:13 +00:00
lukem
d45db391ec Install all obsolete X11 sets (even empty ones). 2005-03-28 03:13:39 +00:00
lukem
d967a961ee Don't remove empty obsolete lists; it unnecessarily complicates etc/Makefile 2005-03-28 03:12:34 +00:00
christos
23b9ddb316 remove stray error(1) comment. 2005-03-28 01:05:13 +00:00
christos
18ffd946a1 It is silly to parse the comment in the header file to determine the
version number, when it is trivial to compute it directly. Also if
you are going to fork awk to do some work, do all of it there.
2005-03-27 23:27:31 +00:00
agc
b91008e6a8 Update the NetBSD version number in the trailing comment to match the
__NetBSD_Version__ in rev 1.213 of this file.
2005-03-27 23:12:55 +00:00
tnozaki
a3b248100e add csmapper:CNS11643-1,2 and esdb:ISO-2022-CN,
integrate esdb:EUC-TW, locale:zh_TW.eucTW.
2005-03-27 22:30:05 +00:00
christos
6e498d006d KNF, WARNS == 3. Reported by John Nemeth 2005-03-27 21:00:58 +00:00
christos
bc0c808b3b Don't sign extend characters when they get converted to wide characters in
mbtowc. Otherwise you are not going to be able to wctomb them. Added
regression test. From kim, many thanks.
2005-03-27 18:51:19 +00:00
christos
16339a29a1 Make sure that sign extension does not happen when we convert to wide
characters. From Miloslav Trmac
2005-03-27 18:49:51 +00:00
christos
9bebb1e48e Descend into mbtowc 2005-03-27 18:48:45 +00:00
christos
fd1b20b859 Descend into citrus. 2005-03-27 18:48:10 +00:00
peter
5b342fe86a Correct the entry point for the coda5 LKM. 2005-03-27 18:43:47 +00:00
peter
272712e0e4 Sort options alphabetically. 2005-03-27 18:41:22 +00:00
peter
6eb040d87b Bump date for previous. 2005-03-27 16:28:55 +00:00
peter
d36c3ea1bc Document file-system SMBFS. 2005-03-27 16:27:28 +00:00
cube
fcf964d01a Note attimer(4) introduction. 2005-03-27 14:48:35 +00:00
yamt
ef72214b24 yamt-km status. 2005-03-27 13:23:34 +00:00
matt
9034eca609 Add code to preen proc0 cache fter loading a LKM.
(conditional on PMAP_NEED_PROCWR)
2005-03-27 08:34:41 +00:00
dyoung
24f08f73c6 correct logic so we recognize timeout on alloc
Noticed by:     Coverity Prevent analysis tool

From FreeBSD.  Thanks Sam Leffler for bringing this to my attention.
2005-03-27 00:49:14 +00:00
uwe
add837d745 Add CLUT. 2005-03-27 00:41:33 +00:00
uwe
85589e4fcd Improve spelling in debug printfs. 2005-03-26 22:41:12 +00:00
tron
1fb15927cb Add new files installed after import of XFree86 4.5.0. 2005-03-26 21:33:48 +00:00
bouyer
13e1355ec4 Remplace __insn_barrier() with x86_lfence() where appropriate.
While here, replace a panic() with a return of error code in xbdback.c.
2005-03-26 21:22:45 +00:00
bouyer
57d0b7f835 Don't assume we're on a uniprocessor system (the hypervisor may be running SMP)
and add "lock;" barrier to avoid instruction reordering in event handlings.
This fix the last issue with event loss I was getting on SMP systems.
2005-03-26 20:00:49 +00:00