summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-09-07syncPatrick Wildt
2013-09-07Beagle has been replaced by armv7.Patrick Wildt
2013-09-07Update ARMv7's release build process to build kernels and ramdisksPatrick Wildt
per SoC. It's heavily based on the SGI port. ok florian@
2013-09-07Remove commented-out kerberos/gssapi config options from sample config,Stuart Henderson
kerberos support is currently not enabled in ssh in OpenBSD. Discussed with various people; ok deraadt@
2013-09-07Add a new screen "cpu" that simply lists the usage of each CPU core.Reyk Floeter
Also add a new -B command line flag that works like -b but waits some cycles before dumping anything to the console. With much help from jmc@ OK jj@ lambert@ jmc@
2013-09-07update man page with the new default HIGH:!aNULLReyk Floeter
2013-09-07Change default ciphers to HIGH:!aNULL.Federico G. Schwindt
reyk@ ok
2013-09-07Plug a memory leak when walking the pfTblAddrTable in PF-MIBJoel Knight
2013-09-07Whitespace fixesJoel Knight
2013-09-07Sync PF-MIB and snmpd up with the pf(4) table byte/packet counters forJoel Knight
'match' rules ok sten ryek
2013-09-06Instead of printing on spurious interrupts, use an event counter to showPatrick Wildt
how many of those there have been.
2013-09-06Support for FreeScale's i.MX6 SoC.Patrick Wildt
2013-09-06need sys/device.hTheo de Raadt
2013-09-06teach id(1) about whoami(1) and groups(1) run modes; removes shell wrappersOkan Demirmen
OK millert@
2013-09-06In one core dump the pointers to socket, inpcb, tcpcb on the stackAlexander Bluhm
of tcp_input() and tcp_output() were very inconsistent. Especially the so->so_pcb is NULL which can only happen after the inp has been detached. The whole issue looks similar to the old panic: pool_do_get(inpcbpl): free list modified. http://marc.info/?l=openbsd-bugs&m=132630237316970&w=2 To get more information, add some asserts that guarantee the consistency of the socket, inpcb, tcpcb linking. They should trigger when an inp is taken from the pcb hashes after it has been freed. OK henning@
2013-09-06zap trailing space;Jason McIntyre
2013-09-06When dumping FastCGI protocol headers during debug, dump theBret Lambert
"request begin" and "request end" protocol entries in addition While here, make the "FastCGI request body" struct's name more precise (fcgi_end_request -> fcgi_end_request_body). okay florian@
2013-09-06Make use of IFP_TO_IA() instead of rolling our own copy.Martin Pieuchot
ok bluhm@, henning@
2013-09-06Add ugold(4) and update uthum(4) description.Martin Pieuchot
Prodded by jmc@
2013-09-06Update Nd to be coherent with ugold(4) and match what the manufacturerMartin Pieuchot
advertises. ok jmc@
2013-09-06Add a manual for ugold(4) with inputs from jmc@Martin Pieuchot
2013-09-06Fix build with USB_DEBUG defined, pipes don't have refcounters anymore.Martin Pieuchot
From Nils Frohberg.
2013-09-06Missing semicolons.Martin Pieuchot
ok jsg@
2013-09-06Use the correct buffer size for memory allocation and reads.Bret Lambert
okay florian@
2013-09-05gcc4 has phased out -W in favor of -Wextra. Teach gcc3 to recognize -WextraMiod Vallat
as an ersatz for -W. Now that more and more third-party software assumes the compiler supports -Wextra, this is definitely worth doing.
2013-09-05Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
don't have to. Remove these include lines from mvme68k, mvme88k, sparc drivers. test and OK miod@
2013-09-05Explicitely define USE_GAS for OpenBSD targets; the configure machinery inMiod Vallat
gcc 3 no longer defines this for us.
2013-09-05Service the 88100 floating-point exceptions through trap(), keeping theMiod Vallat
existing assembly code for now. Make sure the trapframe images of %fpsr and %fpcr are updated by the assembly handlers (in addition to the real registers which were already updated). When returning into trap(), check these updated value to decide whether a signal ought to be sent to the userland process. With these changes, computations which ought to cause a signal to be delivered will indeed trigger the signal, even when they are handled by the completion code in the floating point exception handlers. This fixes the libc/ieeefp/except and lib/fenv regress tests on 88100 systems, finally!
2013-09-05ugold(4) is a driver for PCsensor's USB gold TEMPer temperaturesasano
measurement device (idVendor:idProduct=0x0c45:0x7401). newly added. ok by mpi@ and sthen@
2013-09-05no more xfs;Jason McIntyre
From: Brett Mahar
2013-09-05Split the files file into a generic one for armv7, and soc-specific ones.Patrick Wildt
Also, rename the bus omap devices attach to to a soc-specific one, so that we can have more than one soc. In the future there should be only one generic bus where soc drivers attach.
2013-09-05regen;Jason McIntyre
2013-09-05no bthub(4) page;Jason McIntyre
2013-09-04The regression tests for relayd complain if any required perl packageAlexander Bluhm
is missing, but they do not fail. All of them pass right now, so put them back into the regular test suite.
2013-09-04Handling of HTTP requests with a body like POST were broken inAlexander Bluhm
relayd. Instead of checking for the direction RELAY_DIR_RESPONSE, set toread to 0 if we don't expect a body. OK reyk@
2013-09-04Beagle has been replaced by armv7.Patrick Wildt
2013-09-04Beagle has been replaced by armv7.Patrick Wildt
2013-09-04Beagle has been replaced by armv7.Patrick Wildt
2013-09-04regenPatrick Wildt
2013-09-04Beagle has been replaced by armv7.Patrick Wildt
ok rapha@
2013-09-04Convert vgafb to use a proper softc.Martin Pieuchot
2013-09-04Add a proper suspend builtin that saves/restores the tty and pgrpTodd C. Miller
as needed instead of an alias that just sends SIGSTOP. Login shells may be suspended if they are not running in an orphan process group. OK guenther@ jmc@
2013-09-04Ignore OMAP's kernel directories. Found by maja@.Patrick Wildt
2013-09-04Beagle has been replaced by armv7.Patrick Wildt
2013-09-04Beagle has been replaced by armv7.Patrick Wildt
2013-09-04Beagle has been replaced by armv7.Patrick Wildt
2013-09-04In the future, we shouldn't have one port port ARM SoC, that's justPatrick Wildt
ridiculous. This is the first step for a common and generic ARM port for ARMv7 SoCs.
2013-09-04time_t and random fixes from NSD upstream, ok deraadt@Stuart Henderson
2013-02-18Update to NSD 3.2.15, ok brad@ phessler@ deraadt@ also tested by okan@Stuart Henderson
2010-01-15NSD v3.2.4Jakob Schlyter