Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-01 | Don't assume there will be a newline after calling fgets. | Ray Lai | |
OK millert | |||
2009-06-01 | Simplify newline stripping after fgets. | Ray Lai | |
OK millert | |||
2009-06-01 | I forgot to apply the End Of Command token for async xfers. Maybe that | Marcus Glocker | |
caused the stalls seen in some rare conditions? Who knows ... | |||
2009-06-01 | Style, inspired by NetBSD. | Ray Lai | |
No binary change. | |||
2009-06-01 | oops, bad merge. | Damien Bergamini | |
2009-06-01 | - cleanup tx path | Damien Bergamini | |
- nitemize | |||
2009-06-01 | fix endianness issue. | Damien Bergamini | |
tested by jsg@ on tadpole sparc64 laptop. | |||
2009-06-01 | add uvideo to zaurus roughly one year from its initial demonstration | Todd T. Fries | |
ok robert@ | |||
2009-06-01 | New VIA nano's support amd64 and EST. Move the setperf init routine outside | Gordon Willem Klok | |
of the vendor check for intel and use the EST cpu feature flag to determine if we should call the est init routine. Tested on mattieu@'s via nano laptop. ok deraadt@, jsg@ | |||
2009-06-01 | Test the return value of md_prep_disklabel() to detect failed | Kenneth R Westerback | |
attempts to write a disklabel. When failure is detected don't configure the disk, return it to the list of disks available to be configured. | |||
2009-05-31 | Add Naturetech as a possible hardware vendor. | Mark Kettenis | |
2009-05-31 | Make sure xdm is installed before trying to run it | Alexander Hall | |
ok deraadt@ | |||
2009-05-31 | Add support for udl in socppc. ok @miod and @kettenis | Mats O Jansson | |
2009-05-31 | Remove redundant imsg_event_add calls; ok claudio@ | Jacek Masiulaniec | |
2009-05-31 | Remove redundant imsg_event_add calls; ok claudio@ | Jacek Masiulaniec | |
2009-05-31 | Consolidate common code for interface attachment into single function | Bret Lambert | |
to save some space in the kernel. Although there are deeper issues with interface attachment, this diff was not meant to address those, just to shave some space ;) ok henning@, claudio@ | |||
2009-05-31 | Make iomem_ex cover the complete (48-bit) physical address space. Makes | Mark Kettenis | |
bigmem kernels work again. ok oga@, ariane@. | |||
2009-05-31 | Always show the start and end of the OpenBSD area in units of | Kenneth R Westerback | |
sectors, not any 'human' unit in force. | |||
2009-05-31 | Don't define NFS before including kernel header files, | Thordur I. Bjornsson | |
besides it being gnarly its useless since no magic is done if it is define. pointed out by deraadt@ | |||
2009-05-31 | Remove some #ifdef / #define maze that is not needed at all. | Claudio Jeker | |
OK deraadt@ miod@ | |||
2009-05-31 | enable pf by default. | Henning Brauer | |
turns bombs into flowers, water into beer and eradicts swine flu | |||
2009-05-31 | Remove _KERNEL goo from kernel files because we're setting _KERNEL correctly. | Claudio Jeker | |
OK deraadt@, miod@ | |||
2009-05-31 | make set loginterface, set hostid, set reassemble and set debug | Henning Brauer | |
transactional. sanity checked claudio, requested by theo for some time | |||
2009-05-31 | Remove redundant imsg_event_add calls; ok claudio@ | Jacek Masiulaniec | |
2009-05-31 | 224MB is no longer enough for the full sgi iso, crank to 240MB. | Miod Vallat | |
2009-05-31 | push the dmesg and $SERVERLIST into the random pool to enhance the | Theo de Raadt | |
entropy, before we pull out the host.random for the next boot | |||
2009-05-31 | when entering mta_connect() reset session fd to -1 | Gilles Chehade | |
when connect timesout and we close the fd, reset session fd to -1 in session_destroy(), only attempt to close session fd if != -1 fixes a fatal in session_destroy() which happened because we closed a fd after a timeout, but the session still assumed the fd to be opened. | |||
2009-05-31 | We are able to address 256 pixels (16bit) per command not just 128 pixels. | Marcus Glocker | |
This safes us some protocol overhead, especially when bit blittering large regions. | |||
2009-05-31 | Try to catch up with install.{sh,sub} changes. | Miod Vallat | |
2009-05-31 | document checksum offload support; ok sthen@ | Christian Weisgerber | |
2009-05-31 | There is no need to mask priority with RTP_MASK because it is already done | Claudio Jeker | |
by the kernel. | |||
2009-05-31 | Masking the priority with RTP_MASK is no longer needed in userland. | Claudio Jeker | |
Kernel will do this now. | |||
2009-05-31 | Hide RTP_DOWN in the kernel and don't expose it to userland. Userland is | Claudio Jeker | |
not smart enough to handle it in a sensible way. Make sure the kernel selected routing priority is actually exported to userland or to help daemons like bgpd to keep correctly track of the routes. This should fix some of the rather strange errors seen by people having multipath routes on their bgpd boxes. While there make the interface priority inheritance on static routes work again. OK henning@ | |||
2009-05-31 | If xdm was requested, but then xbase was not installed, don't try to | Theo de Raadt | |
enable it. ok halex | |||
2009-05-31 | Make bootblock installation as silent as possible by default. While | Theo de Raadt | |
there, remove a lot of cruft from the various md_installboot functions ok halex | |||
2009-05-31 | Remove BUS_DMAMEM_NOSYNC definition. Its name is not consistent with | Miod Vallat | |
other BUS_DMA_xxx flag names, and nothing uses it. ok many@ | |||
2009-05-31 | add audible output to ping and ping6: -e beeps when pings are replied, -E ↵ | Chris Kuethe | |
beeps when pings are dropped. suggestion to make ping and ping6 use the same flag from deraadt & sthen. reminder to not forget about ping6 from todd and naddy. ok deraadt, sthen "well, i don't object..." from a few others. | |||
2009-05-31 | More libevent callback fixes. While there make n also ssize_t as in all | Claudio Jeker | |
other daemons. | |||
2009-05-31 | Move splassert checks from pool_do_get to pool_get(). Since the former | Miod Vallat | |
is invoked with the pool mutex held, the asserts are satisfied by design. ok tedu@ | |||
2009-05-31 | Better EV_READ and EV_WRITE handling in the libevent callbacks. Again mostly | Claudio Jeker | |
the same ospfd diff applied with some fuzz. | |||
2009-05-31 | The wsmouse support code has been written for pcvt long ago, then lifted | Miod Vallat | |
to work with wscons. Back then, the universe was simple and there was only one single wsdisplay device, so that code would use global variables. Overhaul this, and make sure the various routines take the wsscreen or wsdisplay they operate on as arguments. This will eventually allow multiple wsmoused to run, one per wsdisplay device. While there, use more appropriate integer types in that code, so that unholy big displays do not cause integer overflows in coordinates computations. As a bonus, this makes the code smaller. | |||
2009-05-31 | libevent handler fix to allow EV_READ and EV_WRITE to be set at the same | Claudio Jeker | |
time in the callback. Same diff that went into ospfd applied with some fuzz. | |||
2009-05-31 | The libevent callback function may be called with EV_READ and EV_WRITE | Claudio Jeker | |
set at the same time so using a switch to do read or write is a bad idea. Problem noticed by Eygene Ryabinkin on FreeBSD for some reasons it is not triggered on OpenBSD. Fix aggreed by a most other libevent hackers | |||
2009-05-31 | Do not access sc_scr[-1] from the wsmoused-related code if | Miod Vallat | |
wsdisplay_switch(..., WSDISPLAY_NULLSCREEN, ...). | |||
2009-05-31 | Make sure wsdisplay_kbdholdscreen() checks whether the screen has a tty | Miod Vallat | |
before invoking wsdisplay_kbdholdscr(), which assumes it does. | |||
2009-05-31 | Add AL2230S support, extracted from part of a massive | Jonathan Gray | |
'sync to p4' style commit in FreeBSD. | |||
2009-05-31 | PV2000 -> AL2230S | Jonathan Gray | |
2009-05-31 | Match on siemens zd1211b, support for the al2230s radio | Jonathan Gray | |
is not yet in, but this makes things easier. | |||
2009-05-31 | Fix definition of CL_FIFO_MAX to match what the hardware can do; this in | Miod Vallat | |
turn fixes a stack smash in cl_rxintr(). | |||
2009-05-31 | regen | Jonathan Gray | |