summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-08-23zap old INSTALL/DEINSTALL stuff, it's been deprecated for 3 years, and removedMarc Espie
from pkg_create for over a year.
2011-08-23oops! -T snuck into the wrong place...Jason McIntyre
2011-08-23Allow TOS/TCLASS to be set with -T, accept the same keywords as in pf.conf.Christiano F. Haesbaert
ok mcbride@ djm@ 'fine from me' jmc@
2011-08-22Add support for Radeon 4250.Christiano F. Haesbaert
This, together with an updated xorg driver makes my drm/XVideo work. Originally from Nigel Taylor. ok oga@ mcbride@
2011-08-22Use standard EXIT_SUCCESS/EXIT_FAILURE and STD{IN,OUT,ERR}_FILENOTodd C. Miller
defines instead of using custom macros. OK deraadt@ gilles@
2011-08-22move powerpc to non-__STRICT_ALIGNMENT, as it always was. EssentiallyTheo de Raadt
__STRICT_ALIGNMENT is talking about accessing of integer types; it does not cover doubles or floats or other things ok miod kettenis
2011-08-22mark setfault() with __returns_twiceTheo de Raadt
ok kettenis drahn
2011-08-22Adding stub for ALPS touchpad, which not supported yet.Alexandr Shadchin
This fixed "react strangely" when the pms driver probes for a synaptic-compatible touchpad. Tested and ok mpi@
2011-08-22correct sysctl name; from Thomas PfaffJason McIntyre
2011-08-22There is no need to use sqrt()/INFINITY here which simplifies the codeNicholas Marriott
and makes it more portable, from Havard Eidnes.
2011-08-22Read amd_master using print -rn, fixes problems if the file has multipleNicholas Marriott
lines. Problem noticed by me, this solution from halex@. ok halex aja
2011-08-21Add one more regression test for socket splicing with idle timeout.Alexander Bluhm
2011-08-21With gettimeofday() removed from the top of main(), need to call time()Philip Guenthe
for the defaulting of the year to work in the -t and arg1 forms that were broken by previous change ok millert@
2011-08-21Re-enable POOL_DEBUG. requested by deraadt@.Matthieu Herrb
2011-08-21Add IANA allocated port for sieve: 4190.Antoine Jacoutot
ok sthen@ deraadt@
2011-08-21Help with the watchdog timeouts seen when unplugging the cable fromKevin Lo
the alc(4) NIC while running or the NIC not working if the cable is not plugged in upon boot up. From Brad; tested by matteo filippetto, Gabriel Linder and edd@
2011-08-21Use the lowest available unit number for new pppx ifs. SomewhatJonathan Matthew
inefficient but doesn't matter with reasonable numbers of interfaces. ok dlg@
2011-08-21Remove old wpapsk entries. Cleanup casts and use timerclear.Christiano F. Haesbaert
ok mcbride
2011-08-20Fix a couple of memory leaks, from marcel partap.Nicholas Marriott
2011-08-20(slightly) saner SEE ALSO;Jason McIntyre
2011-08-20-make .frac and .SS more consistent (may have to revisit this)Jason McIntyre
-STANDARDS tweak ok guenther
2011-08-20Don't wait for FR to come on after setting the FRE bit in the port commandMark Kettenis
register. The spec doesn't say we have to do this while it mentions several times one needs to wait for FR to clear after clearing FRE. The Linux driver doesn't wait for it either. This allows us to get rid of the AHCI_F_IGN_FR quirk. As a side-effect this diff will probably stop ahci(4) attaching to (some) NVIDIA fakeRAID devices. That's good since it is consistent with what we do for Intel fakeRAID. ok mikeb@, jmatthew@
2011-08-20Add support for -v (enable verbose logging on the command line).Stuart Henderson
Previously only available via iscsictl. ok claudio@
2011-08-20Decouple log_verbose() from log_init() so the verbose flag stays set withStuart Henderson
"-v" (previously only "-vd" worked). Similar to recent ospfd commit. ok claudio@
2011-08-20Decouple log_verbose() from log_init() so the verbose flag stays set withStuart Henderson
"ospfd -v" (previously only "-vd" worked). Feedback on earlier implementation from henning@ blambert@ claudio@, ok claudio@
2011-08-20event_del() a persistent event; fixes segfault seen on the server when theStuart Henderson
remote end closes and reopens a connection. From Christiano F. Haesbaert, ok claudio@
2011-08-20tweak some text;Jason McIntyre
2011-08-20prettify date strings;Jason McIntyre
2011-08-20Add nanosecond precision and support for -d option (new in POSIX 2008)Philip Guenthe
ok millert@, manpage fixes jmc@
2011-08-20Fix packet accounting in error cases.Ryan Thomas McBride
From Christiano F. Haesbaert.
2011-08-19Use futimens() instead of futimes() to avoid converting to/fromTodd C. Miller
struct timeval. OK guenther@
2011-08-19as with other list types, column lists generally do not need a Pp/-compactJason McIntyre
construct; this also sidesteps what seems to be a problem with mandoc, in that "-column -compact" seems to mess up the formatting. thus these pages should now have their lists formatted nicely (i.e. correctly aligned and with indent applied); as a side note, the fact that headers are not properly marked up is another issue which will be addressed separately (a mandoc fix is needed, i think). i have fudged a few of these to mark up properly, since the workaround does make sense for some pages. as another side note, i haven;t fixed man7, as i need to prepare a separate diff for kristaps and ingo.
2011-08-19Let ums probe bounds of absolute devices if available.Matthieu Herrb
ok shadchin@ some weeks ago.
2011-08-19Bring libc and libm in line with the compiler now that we no longer have aMark Kettenis
128-bit long double. Diff committed on behalf of martynas@
2011-08-19Don't mention loadable streams modules are lacking.aschrijver
OK mikeb@ millert@
2011-08-19Make sure the stack is properly aligned for using SSE instructions. WhileMark Kettenis
our in-tree compiler will emit code to do this at the start of main(), other compilers might not do that. ok miod@
2011-08-19remove error in previous;Jason McIntyre
2011-08-18Add sti@dio attachments.Miod Vallat
2011-08-18So, it turns out that models 362 and 382 built-in frame buffer only shows upMiod Vallat
in DIO-II space, as a fat device spanning four select codes (i.e. 16MB of memory). This is way too much for an at-most 2 Mpixel 8bit frame buffer, and it turns out that this is because the device provides both a regular DIO-II frame buffer (spanning two select codes) and a regular STI frame buffer (spanning the other two select codes). This commit introduces a straightforward sti@dio attachment to get a working sti(4) and wsdisplay(4) in a ridiculously small number of lines; however the console code needs some changes to avoid duplicating globals. While there, add sti@dio support for the bootblocks, and I couldn't help myself but clean the most rotten parts of them, and try to have them reuse various files in sys/arch/hp300/dev instead of rolling their outdated ones. Tested on a real 382 with the low-resolution frame buffer: sti0 at dio0 scode 132: rev 8.02;129, ID 0x27134CB440A00499 sti0: 382V, 2048x512 frame buffer, 640x480x8 display sti0: 8x16 font type 1, 16 bpc, charset 0-255 wsdisplay0 at sti0 mux 1: console (std, vt100 emulation) Boot blocks updates tested on DIO-II 425t (serial/glass console), SGC 425e (serial/glass console) and 382 (serial/glass console). And will be tested on SGC 425t soon as well.
2011-08-18Fix various lies in comments, extend hex constants to 8 hex digits for easierMiod Vallat
reading, and introduce a define for the DIO-II device size, as reported by the device itself (in quarters of select code span, just to make things more complicated than necessary).
2011-08-18Because model 362 does not have an SGC bus (or a blind, deaf and mute one),Miod Vallat
there is no way we can tell models 360 and 362 apart by probing for an SGC bus, or for a frodo(4) chip since of the `lil' black swan' 3x2 models, only model 382 has frodo. So don't bother trying to tell models 360 and 362 apart, and use a common 36X symbol. No functional change except for useless code removal.
2011-08-18Do not skip 362 and 382 DIO frame buffer select codes; this was writtenMiod Vallat
back when I thought that these devices were showing both in DIO-II and SGC spaces; but, as researched by tsutsui@netbsd, there is nothing in the SGC bus address space (assuming there is SGC bus logic at all) on 3x2.
2011-08-18Do not use NULL when 0 is intended.Miod Vallat
2011-08-18Mention 332 as unsupported (although it has an FPU slot, so it could beMiod Vallat
made working, but since this model maxes out at 8MB RAM it's close to useless).
2011-08-18stray spaces; no binary changeMarco Peereboom
2011-08-18where a man page has multiple links, only reference that pageJason McIntyre
once in SEE ALSO; also prefer Xr to Fn where relevant; diff started by Martin Pelikan
2011-08-18fix overload table BNFHenning Brauer
From: william dunand <william.dunand at gmail.com>
2011-08-18spacingMarc Espie
2011-08-18tweakMarc Espie
2011-08-17Set the PSL_O bit, like we do for 64-bit capable CPUs on hppa.Mark Kettenis