yamt
5a0a4d9df3
revert tcp_sack.c rev.1.15 because it's unnecessary.
...
all callers of these functions are at splsoftnet already:
tcp_sack_option
tcp_input ok
tcp_del_sackholes
tcp_input ok
tcp_free_sackholes
tcp_close ok
tcp_timer_rexmt ok
tcp_timer_2msl ok
2006-10-07 19:56:14 +00:00
yamt
38fb8d4a38
revert tcp_close part of tcp_subr.c rev.1.200 because it's unnecessary.
...
all callers of tcp_close are at splsoftnet already:
tcp_close
tcp_input ok
tcp_disconnect
tcp_usrreq ok
tcp_usrclosed
tcp_usrreq ok
tcp_disconnect
tcp_timer_2msl ok
tcp_drop
tcp_usrreq
tcp_disconnect
tcp_timer_rexmt ok
tcp_timer_persist ok
tcp_timer_keep ok
tcp_input
syn_cache_get
tcp_input
2006-10-07 19:53:42 +00:00
yamt
8f0e8c48af
tcp_sack_output: whitespace.
2006-10-07 19:26:45 +00:00
yamt
c1f8725acd
tcp_del_sackholes: whitespace.
2006-10-07 19:26:07 +00:00
apb
ff5cff67a1
regen
2006-10-07 19:19:14 +00:00
elad
444bc3c8be
Input validation, from David A. Holland on #NetBSD-code
2006-10-07 18:29:02 +00:00
elad
7d7720ce94
Don't print uninitialized errno, from David A. Holland on #NetBSD-code
2006-10-07 18:26:40 +00:00
rjs
69dfdd82db
Allow kernel to build with KGDB enabled.
2006-10-07 18:14:42 +00:00
rjs
71d88cb355
Make it build without debugger.
2006-10-07 18:11:36 +00:00
elad
26e2dfd17b
PR/29274: Anders Hjalmarsson: MOP booting Alphaserver 2000 does not find
...
root device
Patch applied, thanks!
2006-10-07 18:04:38 +00:00
oster
71b8d6a6de
It's ok to wait for memory for the emergency buffers. If we don't get
...
that memory, fail harder, and bail on configuring the RAID array.
Addresses PR#25787.
2006-10-07 17:42:53 +00:00
mhitch
fb0de0c946
Use atomic operations for setting ssir. Fixes problem when compiled without
...
optimization of losing a scheduled software interrupt and stalling the
softclock processing.
2006-10-07 17:31:44 +00:00
elad
1232ea27c4
PR/18906: roskens at elfin dot net: misc. select() to poll() updates.
...
Adapted to -current by myself, thanks for the patch!
2006-10-07 17:27:57 +00:00
cube
007b992d97
Synchronise documentation with code. E.g., config_search is no more, but
...
instead you have config_search_{loc,ia}. Add documentation for
config_finalize_regsiter, too. Mostly fixes PR#32106 by Gavan Fantom, as I
think the cfdriver_* and cfattach_* stuff should be documented too, but I'm
not entirely sure where yet.
2006-10-07 17:26:24 +00:00
apb
bfb3f336ef
Document "find ... -exec ... {} +". Also make some other minor updates.
...
Changes initially supplied by John Hawkinson in PR 20470, but edited by me.
/msg wizd: search for ".sp"
2006-10-07 17:06:28 +00:00
apb
b90dcb5d01
Add support for "find ... -exec ... {} +".
...
The code is from John Hawkinson in PR 20470. I adapted it to current,
and made some KNF and comment changes.
2006-10-07 17:04:02 +00:00
elad
a754c75075
PR/31956: Andrew Daugherity: Makefile.yp: shadow.byname map should respect
...
MINUID
Patch applied and verified by francisg@#NetBSD-code, thanks!
2006-10-07 16:54:38 +00:00
rpaulo
e3c4f7c039
PR 34692: wpa_supplicant script.
...
By Jukka Salmi.
2006-10-07 16:50:34 +00:00
apb
dbe2acacef
Add some missing entries in lists, and some serial commas.
...
Inspired by PR 20470 from John Hawkinson.
2006-10-07 16:34:06 +00:00
elad
09256aac55
PR/31232: Wim Lewis: tools/compat doesn't check for pre-existence of
...
strmode()
Commited slightly different diff, input and okay from apb@
2006-10-07 16:19:35 +00:00
yamt
87f4568336
tcp_output: remove duplicated code and tweak indent. no functional changes.
2006-10-07 16:16:42 +00:00
rpaulo
07bf961df3
PR 10301: Change "oops" to something more interesting. (but less funny :-).
2006-10-07 15:49:00 +00:00
elad
d71fc8765e
PR/28786: Jukka Salmi: mtree bug (in verify.c)
...
Apply patch from Peter Bex, thanks!
2006-10-07 15:35:51 +00:00
elad
e3f885bca5
PR/31053: Roland Illig: Enhancement: getconf -a to list all applicable
...
variables
Thanks for the patch!
2006-10-07 15:20:44 +00:00
rpaulo
1921cb5602
PR 30870: Add user ``_proxy'' and make pf's ftp-proxy use it.
...
Initial patch by rivo nurges, thanks!
2006-10-07 15:10:17 +00:00
tsutsui
8654277cae
Remove unneeded cast which eliminates part of valid interrupt mask bits.
...
Closes PR powerpc/33108.
2006-10-07 14:59:52 +00:00
bjh21
67b03eaa6b
in L_cksumdata, stash R14 on the stack before doing anything. This is
...
helpful on acorn26, since kernel-mode page faults corrupt R14. Doing this
seems to help with the occasional crashes I've seen in this routine.
2006-10-07 14:57:58 +00:00
tsutsui
931bfebdc1
Fix an obvious typo. Patch from seebs in PR port-powerpc/33107.
2006-10-07 14:44:22 +00:00
peter
75809b1d7f
Fix compilation with IRFRAMET_DEBUG (use %zu/%zd for sizes).
2006-10-07 14:31:53 +00:00
peter
0e931e0449
Fix compilation with AN_DEBUG (use %zu instead of %d).
2006-10-07 14:30:27 +00:00
peter
677fb8d602
Backout audio changes that crept in (not ready yet).
2006-10-07 14:27:54 +00:00
peter
fe52b6e2b5
Add hpcarm devices.
2006-10-07 14:17:12 +00:00
peter
9d1c827247
Add manpages for some Jornada 7xx drivers.
2006-10-07 14:15:36 +00:00
tron
66ac2330dc
Teach dhclient(8) to exit gracefully if another instance is already
...
running instead of overwriten the PID file, removing IPv4 address
from the network interface(s) and leaving the system in a broken state.
This fixes PR bin/26504 by Jun-ichiro itojun Hagino. Patch supplied
by Rivo Nurges during NetBSD's second Bugathon.
2006-10-07 14:14:06 +00:00
peter
1fe5d73096
Add manpages for some Jornada 7xx drivers.
2006-10-07 14:12:47 +00:00
peter
5231df85b3
Add support for touches on the HP hard icons, mostly copied from hpcsh but
...
also with support for raw kbd (for X).
No objection on port-hpcarm.
2006-10-07 14:09:07 +00:00
peter
8795f0e08d
Remove the config hook for handling the lcd light, this is now handled by
...
the powerhooks.
2006-10-07 14:04:09 +00:00
peter
d0109f306b
Jornada 720: change key 127 to KEY_SPECIAL_OFF.
2006-10-07 14:03:12 +00:00
peter
58b4265bc6
Listen for "suspend button" events and do a suspend request to hpcapm when
...
we receive such event.
No objection on port-hpcarm.
2006-10-07 14:02:09 +00:00
peter
c0a37e6e11
Some cleanup in the comments, simplify some code.
2006-10-07 13:53:24 +00:00
peter
f151a2cf07
Add sleep function holder and call it in machine_sleep (from hpcsh).
2006-10-07 13:50:16 +00:00
peter
46fa45bd12
Remove an unused function.
2006-10-07 13:42:17 +00:00
bjh21
6f89e70357
When we catch a branch through zero, push a stack frame so that it's possible
...
to get a stack backtrace through the error.
2006-10-07 13:36:31 +00:00
tron
1b5edf0b17
Fix broken line continuation, probably caused by editor word wrap.
2006-10-07 13:04:43 +00:00
elad
fa3f94a430
PR/32004: Ed Ravin: command interpreter test in rc.subr doesn't accomodate
...
chroots
Patch applied, thanks!
okay apb@
2006-10-07 11:25:15 +00:00
elad
3bd9466e80
PR/32855: der Mouse: [dM] ftp -q is broken (or misdocumented)
...
Patch applied, thanks!
2006-10-07 10:49:14 +00:00
apb
6101aaea5a
set -o tabcomplete if interactive. Discussed on tech-userlevel.
2006-10-07 10:47:03 +00:00
elad
2a7d09e7cd
PR/34662: martijnb at atlas dot ipv6 dot stack dot nl: readlink doesn't
...
grok -f, and there's no alternative (+fix)
Patch applied with minor tweak (%y -> %R, as it was already taken) plus
some nits from myself. Thanks!
2006-10-07 10:41:50 +00:00
elad
e35f123530
PR/19069: Jun-ichiro itojun Hagino: traceroute(8) and traceroute6(8) can
...
send packet to udp port 0, which is illegal
2006-10-07 10:23:33 +00:00
apb
e7fd82468c
Make it clear that multiple sort keys may be specified.
...
Closes PR 34271.
2006-10-07 10:22:21 +00:00