Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-07 | sync | Patrick Wildt | |
2013-09-07 | Beagle has been replaced by armv7. | Patrick Wildt | |
2013-09-07 | Update ARMv7's release build process to build kernels and ramdisks | Patrick Wildt | |
per SoC. It's heavily based on the SGI port. ok florian@ | |||
2013-09-07 | Remove 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-07 | Add 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-07 | update man page with the new default HIGH:!aNULL | Reyk Floeter | |
2013-09-07 | Change default ciphers to HIGH:!aNULL. | Federico G. Schwindt | |
reyk@ ok | |||
2013-09-07 | Plug a memory leak when walking the pfTblAddrTable in PF-MIB | Joel Knight | |
2013-09-07 | Whitespace fixes | Joel Knight | |
2013-09-07 | Sync PF-MIB and snmpd up with the pf(4) table byte/packet counters for | Joel Knight | |
'match' rules ok sten ryek | |||
2013-09-06 | Instead of printing on spurious interrupts, use an event counter to show | Patrick Wildt | |
how many of those there have been. | |||
2013-09-06 | Support for FreeScale's i.MX6 SoC. | Patrick Wildt | |
2013-09-06 | need sys/device.h | Theo de Raadt | |
2013-09-06 | teach id(1) about whoami(1) and groups(1) run modes; removes shell wrappers | Okan Demirmen | |
OK millert@ | |||
2013-09-06 | In one core dump the pointers to socket, inpcb, tcpcb on the stack | Alexander 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-06 | zap trailing space; | Jason McIntyre | |
2013-09-06 | When dumping FastCGI protocol headers during debug, dump the | Bret 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-06 | Make use of IFP_TO_IA() instead of rolling our own copy. | Martin Pieuchot | |
ok bluhm@, henning@ | |||
2013-09-06 | Add ugold(4) and update uthum(4) description. | Martin Pieuchot | |
Prodded by jmc@ | |||
2013-09-06 | Update Nd to be coherent with ugold(4) and match what the manufacturer | Martin Pieuchot | |
advertises. ok jmc@ | |||
2013-09-06 | Add a manual for ugold(4) with inputs from jmc@ | Martin Pieuchot | |
2013-09-06 | Fix build with USB_DEBUG defined, pipes don't have refcounters anymore. | Martin Pieuchot | |
From Nils Frohberg. | |||
2013-09-06 | Missing semicolons. | Martin Pieuchot | |
ok jsg@ | |||
2013-09-06 | Use the correct buffer size for memory allocation and reads. | Bret Lambert | |
okay florian@ | |||
2013-09-05 | gcc4 has phased out -W in favor of -Wextra. Teach gcc3 to recognize -Wextra | Miod 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-05 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm | |
don't have to. Remove these include lines from mvme68k, mvme88k, sparc drivers. test and OK miod@ | |||
2013-09-05 | Explicitely define USE_GAS for OpenBSD targets; the configure machinery in | Miod Vallat | |
gcc 3 no longer defines this for us. | |||
2013-09-05 | Service the 88100 floating-point exceptions through trap(), keeping the | Miod 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-05 | ugold(4) is a driver for PCsensor's USB gold TEMPer temperature | sasano | |
measurement device (idVendor:idProduct=0x0c45:0x7401). newly added. ok by mpi@ and sthen@ | |||
2013-09-05 | no more xfs; | Jason McIntyre | |
From: Brett Mahar | |||
2013-09-05 | Split 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-05 | regen; | Jason McIntyre | |
2013-09-05 | no bthub(4) page; | Jason McIntyre | |
2013-09-04 | The regression tests for relayd complain if any required perl package | Alexander 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-04 | Handling of HTTP requests with a body like POST were broken in | Alexander 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-04 | Beagle has been replaced by armv7. | Patrick Wildt | |
2013-09-04 | Beagle has been replaced by armv7. | Patrick Wildt | |
2013-09-04 | Beagle has been replaced by armv7. | Patrick Wildt | |
2013-09-04 | regen | Patrick Wildt | |
2013-09-04 | Beagle has been replaced by armv7. | Patrick Wildt | |
ok rapha@ | |||
2013-09-04 | Convert vgafb to use a proper softc. | Martin Pieuchot | |
2013-09-04 | Add a proper suspend builtin that saves/restores the tty and pgrp | Todd 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-04 | Ignore OMAP's kernel directories. Found by maja@. | Patrick Wildt | |
2013-09-04 | Beagle has been replaced by armv7. | Patrick Wildt | |
2013-09-04 | Beagle has been replaced by armv7. | Patrick Wildt | |
2013-09-04 | Beagle has been replaced by armv7. | Patrick Wildt | |
2013-09-04 | In the future, we shouldn't have one port port ARM SoC, that's just | Patrick Wildt | |
ridiculous. This is the first step for a common and generic ARM port for ARMv7 SoCs. | |||
2013-09-04 | time_t and random fixes from NSD upstream, ok deraadt@ | Stuart Henderson | |
2013-02-18 | Update to NSD 3.2.15, ok brad@ phessler@ deraadt@ also tested by okan@ | Stuart Henderson | |
2010-01-15 | NSD v3.2.4 | Jakob Schlyter | |