reyk [Fri, 8 Aug 2008 20:34:30 +0000 (20:34 +0000)]
chunked encoding may include empty lines at random places, do not
abort the session if we get an empty line except of the expected chunk
header.
matthieu [Fri, 8 Aug 2008 20:07:49 +0000 (20:07 +0000)]
Small step towards fixing documentation:
- sync usage() with reality. Remove the -h option that does nothing.
- don't complain about kvm_openfiles() error in case of incorrect usage.
- add basic descriptions of the new options and views in the manual
page. More is needed...
with help from jmc@ and sobrado@. ok sobrado@.
thib [Fri, 8 Aug 2008 19:49:09 +0000 (19:49 +0000)]
remove an if notyet block from sys_fstatfs(), that will never be needed,
softupdates are reported too statfs via other means. missed this block
in in rev1.148 where the same block was removed from sys_statfs().
reyk [Fri, 8 Aug 2008 19:13:24 +0000 (19:13 +0000)]
fix possible memleaks in chunked encoding handler
reyk [Fri, 8 Aug 2008 18:56:05 +0000 (18:56 +0000)]
only dump all protocol nodes with DEBUG > 1.
reyk [Fri, 8 Aug 2008 18:38:14 +0000 (18:38 +0000)]
Support HTTP responses that neither specify a Content-Length header
nor chunked encoding. We don't know the length of the HTTP body in
this case, so it only works for single-pass HTTP responses without
subsequent HTTP response headers in the stream. You can still enforce
the Content-Length header with an "expect" rule.
For example, this fixes response handling from undeadly.org (thttpd)
if relayd is running as a transparent HTTP proxy.
bluhm [Fri, 8 Aug 2008 17:49:21 +0000 (17:49 +0000)]
Do not latch the IPSec tdb to the inpcb unconditionally. This has
been moved to the protocol layer from ip_output at 2002/05/31. The
IPv6 part has been forgotten so packets could get encrypted
unintentionally.
ok hshoexer markus
jsing [Fri, 8 Aug 2008 17:12:37 +0000 (17:12 +0000)]
Wrap long lines and remove useless comment.
thib [Fri, 8 Aug 2008 16:17:38 +0000 (16:17 +0000)]
use cgbase() instead of doing arthmetic on fs_fpg when calculating
block# too ensure proper casting.
From FreeBSD;
ok miod@, pedro@, blambert@
damien [Fri, 8 Aug 2008 16:08:22 +0000 (16:08 +0000)]
sync
jsing [Fri, 8 Aug 2008 16:07:41 +0000 (16:07 +0000)]
Make sgivol use the sgilabel struct from machine/disklabel.h, rather than
declaring another.
ok miod@
damien [Fri, 8 Aug 2008 16:07:18 +0000 (16:07 +0000)]
PCI IDs for Intel WiFi Link 5000 series (5100, 5300, 5350).
damien [Fri, 8 Aug 2008 15:57:41 +0000 (15:57 +0000)]
add Longshine LCS-8031N to the list of supported devices (RT2860).
from Fabian (bsdlist at gmx dot net)
thib [Fri, 8 Aug 2008 12:20:24 +0000 (12:20 +0000)]
if we fail to extract the mbuf in the Rx routine, increment
the if_ierrors before bailing out;
Turn a printf() that fires in this case too a DPRINTF since we
the interface error counters now reflect this.
OK mglocker@
reyk [Fri, 8 Aug 2008 11:10:31 +0000 (11:10 +0000)]
sync
reyk [Fri, 8 Aug 2008 11:10:06 +0000 (11:10 +0000)]
add eMPIA Technology EeePC 701 camera (currently unsupported uvideo(4)
device)
thib [Fri, 8 Aug 2008 09:02:25 +0000 (09:02 +0000)]
spacing + wrap a line at 79chars.
thib [Fri, 8 Aug 2008 08:54:08 +0000 (08:54 +0000)]
plug an mbuf leak in m_pullup2(); If we fail to get a cluster for an mbuf,
free the mbuf before bailing out.
ok claudio@
thib [Fri, 8 Aug 2008 08:51:21 +0000 (08:51 +0000)]
Check gettimeofday() against -1; Add a missing error check in one place.
OK reyk@
sobrado [Fri, 8 Aug 2008 08:22:42 +0000 (08:22 +0000)]
add a description for the options of fgen;
remove superfluous comments from the roff source code.
improvements by jmc@ and matthieu@.
ok jmc@, matthieu@
fgsch [Fri, 8 Aug 2008 07:26:40 +0000 (07:26 +0000)]
o use definitions from cd.h
o remove unused function prototype
krw [Fri, 8 Aug 2008 01:05:20 +0000 (01:05 +0000)]
'prey' -> 'pray' in comment as prayer rather than predation seems
the intended meaning.
martynas [Fri, 8 Aug 2008 00:41:17 +0000 (00:41 +0000)]
revert
martynas [Fri, 8 Aug 2008 00:32:47 +0000 (00:32 +0000)]
make _digittoint static
claudio [Thu, 7 Aug 2008 21:32:08 +0000 (21:32 +0000)]
Remove workaround used for the 4.4 release. More route prio stuff is comming
soon.
kettenis [Thu, 7 Aug 2008 21:25:47 +0000 (21:25 +0000)]
Use %sys_tick to generate clock interrupts on systems that have it.
brad [Thu, 7 Aug 2008 19:26:57 +0000 (19:26 +0000)]
Fix a typo, inteface -> interface.
From Gleydson Soares <gsoares at gmail dot com>
kettenis [Thu, 7 Aug 2008 18:46:04 +0000 (18:46 +0000)]
Give each CPU its own `struct intrhand' for %tick interrupts. Fixes a
problem where the clock would stop ticking on some CPUs because of lost
ticks.
otto [Thu, 7 Aug 2008 18:41:47 +0000 (18:41 +0000)]
small cleanup of error/warning strings
henning [Thu, 7 Aug 2008 18:33:49 +0000 (18:33 +0000)]
grow MINCLSIZE to MHLEN + MLEN + 1 again. we shrinked it just before the
release to be on the safe side, now we have 6 months to find remaining
offenders misusing MINCLSIZE
henning [Thu, 7 Aug 2008 18:29:32 +0000 (18:29 +0000)]
correctly copy the log interface spec when expanding an antispoof rule that
covers loopback addresses. ok ryan
problem report from Harald Dunkel <harald.dunkel@aixigo.de>
damien [Thu, 7 Aug 2008 18:09:22 +0000 (18:09 +0000)]
account spanning tree frames in if_obytes and if_omcasts.
ok henning@
damien [Thu, 7 Aug 2008 18:06:17 +0000 (18:06 +0000)]
do not touch m after IFQ_ENQUEUE()+if_start().
ok brad@, mpf@, henning@, reyk@
brad [Thu, 7 Aug 2008 17:56:51 +0000 (17:56 +0000)]
- Enable ALTQ support.
- Let the VLAN driver know that the hw can send and receive full size
VLAN tagged packets.
Tested by maja@
reyk [Thu, 7 Aug 2008 17:43:37 +0000 (17:43 +0000)]
don't wait for a free mbuf cluster in sosend() and enter the existing
error handler that was never used before. this fixes a bug that a
userland process might hang if the system ran out of mbuf clusters or
even other unexpected behaviour in the network drivers.
this bug is very old - it is also found in rev 1.1/stevens v2/44lite2/...
discussed with many
ok markus@ thib@ dlg@
sobrado [Thu, 7 Aug 2008 17:37:37 +0000 (17:37 +0000)]
spacing.
deraadt [Thu, 7 Aug 2008 17:18:03 +0000 (17:18 +0000)]
we are at 4.4-current
miod [Thu, 7 Aug 2008 06:18:42 +0000 (06:18 +0000)]
Add a little section about ACPI, explaining that disabling ACPI might help
troubleshooting interrupt problems on some machines, and insist people
should report such problems or they'll never get fixed. Final commit to
the installation notes for this release.
ok deraadt@
miod [Wed, 6 Aug 2008 20:50:48 +0000 (20:50 +0000)]
In the upgrade blurb, mention xetc won't be selectable as well, and mention
sysmerge can help you upgrade etc and xetc afterwards.
miod [Wed, 6 Aug 2008 20:43:44 +0000 (20:43 +0000)]
Oops, the new sets size computation script does not work correctly on
symbolic links.
miod [Wed, 6 Aug 2008 20:42:54 +0000 (20:42 +0000)]
Update sets sizes.
miod [Wed, 6 Aug 2008 20:30:08 +0000 (20:30 +0000)]
Fold text in 80 columns.
miod [Wed, 6 Aug 2008 20:29:49 +0000 (20:29 +0000)]
Mention onboard USB might be disabled on XP1000 and close relatives, and how
to enable it if necessary. From FreeBSD.
miod [Wed, 6 Aug 2008 18:23:51 +0000 (18:23 +0000)]
Minor random tweaks and fixes.
miod [Wed, 6 Aug 2008 18:23:29 +0000 (18:23 +0000)]
Sync machine list with the web page.
miod [Wed, 6 Aug 2008 18:22:13 +0000 (18:22 +0000)]
Don't bother mentioning FreeBSD ports or NetBSD pkgsrc only on the
architectures FreeBSD or NetBSD runs on too: if a third-party application
is missing from the OpenBSD ports tree, it is worth looking at the
neighbours' regardless of the platform.
miod [Wed, 6 Aug 2008 18:20:53 +0000 (18:20 +0000)]
Foreign partition on MBR partition tables are put in default disklabels
from partition `i' onwards, not `h' onwards.
miod [Wed, 6 Aug 2008 18:04:26 +0000 (18:04 +0000)]
Unconditionnaly disable -fcse-skip-blocks at -O2 on m68k, for it causes NULL
derefs in at least one case and I do not have time to debug this before the
release.
ok deraadt@
miod [Wed, 6 Aug 2008 17:22:14 +0000 (17:22 +0000)]
Jumbo update of installation notes for alpha:
- mention more models supported by each floppy
- mention more supported and unsupported models
- sync cdrom boot instructions with reality
- update ftp urls, ftp.digital.com no longer exist (but I resisted whining
at HP which does not provide all the contents formerly available from
ftp.digital.com and which you have to pick from educational sites which
have mirrored them)
- various little rewording
with help from sobrado@
reyk [Wed, 6 Aug 2008 17:04:28 +0000 (17:04 +0000)]
fix trunk breakage that sneaked in with the lacp diff:
- don't use in-kernel IFMEDIA ioctls in lacp and remove two KASSERTs
that caused reliable panics - the lacp key can be locally assigned and
we don't need to query the media subtype here.
- unbreak failover/loadbalance/broadcast status handling.
Reported by brad@
ok deraadt@
gwk [Wed, 6 Aug 2008 05:24:44 +0000 (05:24 +0000)]
Backout the acpicpu_setpdc code and the code to allow est to use acpicpu
on amd64.
Evaluating the _PDC seems to lead to instability (PR5878 and a report by
jmc@) on lower end machines its too close to release and I don't have
enough nickels.
ok deraadt@
deraadt [Wed, 6 Aug 2008 03:56:53 +0000 (03:56 +0000)]
we are no longer in -beta
miod [Tue, 5 Aug 2008 23:05:12 +0000 (23:05 +0000)]
Various tweaks and clarifications, and drop obsolete information regarding
last century's hard disks on this century's platforms.
miod [Tue, 5 Aug 2008 23:03:50 +0000 (23:03 +0000)]
It's eiher ... or, not either ... and
miod [Tue, 5 Aug 2008 23:03:35 +0000 (23:03 +0000)]
typo
miod [Tue, 5 Aug 2008 23:03:05 +0000 (23:03 +0000)]
uncomment cardbus stuff.
miod [Tue, 5 Aug 2008 23:02:50 +0000 (23:02 +0000)]
It's amd64 not i386 here.
miod [Tue, 5 Aug 2008 23:02:34 +0000 (23:02 +0000)]
More SRM information, and how to make a non model 300 DEC 3000 autoboot
unattended when configured for serial console and no keyboard is plugged.
miod [Tue, 5 Aug 2008 22:57:59 +0000 (22:57 +0000)]
Better description of the installation steps:
- document questions in proper order: hostname before network configuration,
DNS only if network is configured, sshd and ntpd, aperture only on
machines which need it, serial console only on machines which need it.
This is done by splitting the end of OpenBSDCommonURL in various
macros, OpenBSDInstallWrapup, OpenBSDInstallAperture, OpenBSDInstallConsole
and OpenBSDInstallWrapupPart2.
- use the above macros when appropriate, OpenBSDInstallWrapup* being
mandatory on all arches.
- remove serial console configuration blurb on sparc and sparc64, it is
handled by OpenBSDInstallConsole now.
miod [Tue, 5 Aug 2008 22:53:51 +0000 (22:53 +0000)]
Mention mail.html for mailing list etiquette and information.
sobrado [Tue, 5 Aug 2008 17:15:39 +0000 (17:15 +0000)]
fix description of the mail(1) "p" command; from Aaron W. Hsu.
ok martynas@
marco [Tue, 5 Aug 2008 17:01:06 +0000 (17:01 +0000)]
Fix spurious 0 values on batteries seen on laptopts that have an embedded
controller.
Found, diagnosed and patch from Stefan Sperling <stsp@stsp.name>
Minor KNF changes while here.
Tested by many on a variaty of IBM laptops and others with and without
acpiec.
ok deraadt
miod [Tue, 5 Aug 2008 16:41:10 +0000 (16:41 +0000)]
Tell people to update their bootblocks (and how to do so) if they
intend to upgrade with bsd.rd.
claudio [Tue, 5 Aug 2008 06:51:12 +0000 (06:51 +0000)]
Do not advertise the default route with wrong metric of 0. Set it to 1
by default. Reminded to commit this brad@, OK deraadt@
miod [Tue, 5 Aug 2008 04:29:03 +0000 (04:29 +0000)]
One last duplicate scsi initiator report in dmesg.
brad [Tue, 5 Aug 2008 01:58:47 +0000 (01:58 +0000)]
Add support for reading the MAC address for newer re(4) chipsets.
The current method results in a MAC address of all zeros.
Tested by bernd@/jcs@ with 8102E and fkr@ with 8168C.
From FreeBSD
ok jsg@
damien [Mon, 4 Aug 2008 18:55:08 +0000 (18:55 +0000)]
do not count ethernet header twice in if_obytes stats.
do not count address family field twice in tun's if_obytes stats.
ok henning@ reyk@ deraadt@ for the ethernet bits.
ok deraadt@ for the tun bits.
otto [Mon, 4 Aug 2008 18:46:32 +0000 (18:46 +0000)]
refuse to run on block devices; prompted by marco; ok marco@ millert@
deraadt@
millert [Mon, 4 Aug 2008 18:42:09 +0000 (18:42 +0000)]
Accept 'q' or 'Q' for quit at the --More-- prompt.
millert [Mon, 4 Aug 2008 16:34:20 +0000 (16:34 +0000)]
Update to BIND 9.4.2-P2 and adapt our dynamic select changes. OK deraadt@
reyk [Mon, 4 Aug 2008 15:58:13 +0000 (15:58 +0000)]
fix extended partition support by handling chained EBRs correctly
(using a recursion limit). now OpenBSD can be installed in a
subsequent DOS/Linux-compatible extended partition.
ok krw@ deraadt@
sobrado [Mon, 4 Aug 2008 08:29:17 +0000 (08:29 +0000)]
right spelling for Guinea-Bissau and Songkran;
from comet-berkeley <comet@transbay.net> on FreeBSD PR conf/126199,
and Frantisek Holop.
fixes PR #5794.
ok jmc@
sobrado [Mon, 4 Aug 2008 07:32:51 +0000 (07:32 +0000)]
"-a" is used if no arguments are given to wsconsctl.
tweaked by jmc@.
ok jmc@
jmc [Mon, 4 Aug 2008 07:08:23 +0000 (07:08 +0000)]
improve SEE ALSO links; from Ingo Schwarze
ok otto millert
miod [Mon, 4 Aug 2008 04:26:42 +0000 (04:26 +0000)]
Properly output machdep.chipset values on alpha models without pci buses;
ok deraadt@
miod [Mon, 4 Aug 2008 04:21:44 +0000 (04:21 +0000)]
sync
millert [Sun, 3 Aug 2008 21:53:12 +0000 (21:53 +0000)]
Don't print a warning when the random device cannot be opened if
we have a pre-chroot random device. OK deraadt@ kettenis@
otto [Sun, 3 Aug 2008 21:43:19 +0000 (21:43 +0000)]
spread the unwritten wisdom newfs should be run on raw devs, not on
block devs; ok marco@ jmc@ millert@ deraadt@
kettenis [Sun, 3 Aug 2008 21:31:53 +0000 (21:31 +0000)]
Adjust for change in 'struct sysent'. From Alexander Holupirek.
Fixes PR 5898.
kettenis [Sun, 3 Aug 2008 18:08:54 +0000 (18:08 +0000)]
Make buf_dealloc_mem() remove the mapping even if b_pobj is NULL. Otherwise
bread_cluster() leaks mappings which causes grief on VAC architectures.
Fixes bsd.rd on hppa and armish.
ok art@, beck@
martynas [Sun, 3 Aug 2008 14:30:48 +0000 (14:30 +0000)]
make U (abbreviation of unread) work as man page says
ok millert@, jmc@. sure theo
krw [Sun, 3 Aug 2008 14:18:00 +0000 (14:18 +0000)]
Sparc miniroot hasn't worked for a while, since the sed code to find
the root disk was broken. Simplify and fix said sed code. Problem
noted by okan@ and others, diagnosed by deraadt@, sed suggestions from
nordin@, jmc@, fgsch@, guenther@.
'get something in before sparc gets done' deraadt@
fgsch [Sun, 3 Aug 2008 02:02:14 +0000 (02:02 +0000)]
revert part of rev. 1.65 where we set the address earlier. this seems
to cause issues as per netbsd pr/39023. deraadt@ yuo@ ok.
mglocker [Sat, 2 Aug 2008 21:52:37 +0000 (21:52 +0000)]
Use correct terms as in the specs;
"fragment" gets replaced by "sample".
"sample" gets replaced by "frame".
A sample is a peace of a frame (final image). No functional changes.
OK deraadt@
mglocker [Sat, 2 Aug 2008 20:08:49 +0000 (20:08 +0000)]
Better wording for a comment.
mglocker [Sat, 2 Aug 2008 20:05:28 +0000 (20:05 +0000)]
Spacing, sorting, and remove an unused prototype.
mglocker [Sat, 2 Aug 2008 17:30:31 +0000 (17:30 +0000)]
Woops, remove #undef which was committed by mistake.
mglocker [Sat, 2 Aug 2008 16:34:45 +0000 (16:34 +0000)]
Don't print error message if GET_DEF request fails, since this is common
for some devices and we will fail back to GET_CUR then.
oga [Sat, 2 Aug 2008 16:09:29 +0000 (16:09 +0000)]
compile inteldrm and radeondrm in GENERIC by default, but disabled.
This will let them get some more testing. Re-order things a little while
i'm here.
prompted by and ok deraadt@.
oga [Sat, 2 Aug 2008 16:03:05 +0000 (16:03 +0000)]
Make the drm attach messages a lot prettier.
the DRM_{INFO,ERROR,DEBUG} printf macros still need some __VA_ARGS__ love.
reyk@ and marco@ liked this, prompted by deraadt.
oga [Sat, 2 Aug 2008 15:50:34 +0000 (15:50 +0000)]
make the drm unsupported printf more in line with how the rest of them
work.
ok deraadt@
miod [Sat, 2 Aug 2008 13:48:09 +0000 (13:48 +0000)]
Ignore the ata channel on 164SX when controller is the built-in one, when
looking for the boot device; PR #5895
henning [Sat, 2 Aug 2008 12:34:37 +0000 (12:34 +0000)]
do not write the pf state key pointer to the pkhdr.
effectively disables state key linking and pcb linking - unfortunatly,
there seems to be a bug somewhere in there or triggered by it that
we haven't tracked down yet, so we disable this for now to be on the safe
side for release.
lots of testing and analysis from todd and david.
mglocker [Sat, 2 Aug 2008 12:32:23 +0000 (12:32 +0000)]
If a format descriptor doesn't contain any frame descriptors even if it
claims to (as seen on the M$ LifeCam NX6000), abort further processing.
Safes us from potential NULL pointer derefs.
stefan [Sat, 2 Aug 2008 11:39:38 +0000 (11:39 +0000)]
Fix integer truncation in pcread() and ptcwrite(). ok miod, otto, deraadt.
jmc [Sat, 2 Aug 2008 09:17:46 +0000 (09:17 +0000)]
fixes from Alexander Holupirek, documentation/5899:
- fix a typo in lkm.4 (different fix used)
- document securelevel(7) (again, different fix taken)
whilst here, some minor repair:
- no need to wrap section names in quotes
- tidy up FILES a little
- new sentence, new line
mglocker [Sat, 2 Aug 2008 08:51:25 +0000 (08:51 +0000)]
Fix typo. Reported by Maxim Belooussov.
damien [Sat, 2 Aug 2008 08:35:48 +0000 (08:35 +0000)]
do not use IEEE80211_QOS_TID. its definition in ieee80211.h is
wrong. hard-code 0xf for now. will be fixed post-release.
otto [Sat, 2 Aug 2008 08:34:36 +0000 (08:34 +0000)]
fix printf format specifiers; ok krw@ millert@ deraadt@
damien [Sat, 2 Aug 2008 08:33:21 +0000 (08:33 +0000)]
do not touch m after it has been enqueued with IFQ_ENQUEUE().
copy m_pkthdr.len and m_flags before and use that after to update
the statistics.
from altq(4) man page and for consistency with what is done in
other parts of the tree.