Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-04 | tweak previous; | Jason McIntyre | |
2009-10-04 | Get / and ? the right way round in vi mode, and use : for goto line rather than | Nicholas Marriott | |
g. | |||
2009-10-04 | Check for already locked/suspended clients in server_lock_client rather than | Nicholas Marriott | |
its callers. | |||
2009-10-04 | Add a key string for space ("Space") and document the names, suggested by | Nicholas Marriott | |
guenther@. Also document how to bind " and ', suggested by miod@. | |||
2009-10-04 | C-v and M-v too. | Nicholas Marriott | |
2009-10-04 | Support C-n/C-p with emacs keys in choice mode, also fix a comment. | Nicholas Marriott | |
2009-10-04 | sync | Theo de Raadt | |
2009-10-04 | add netbsd 5.0 | Jason McIntyre | |
2009-10-04 | add netbsd 5.0 | Jason McIntyre | |
2009-10-04 | partial sync | Theo de Raadt | |
2009-10-03 | Properly handle XMM exceptions instead of panicing the kernel. Fixes the | Mark Kettenis | |
issue reported by Slava Pestov. ok deraadt@ | |||
2009-10-03 | .Xr wbsd(4) | Mark Kettenis | |
2009-10-03 | wbsd(4) | Mark Kettenis | |
2009-10-03 | Glue to attach the SD/MCC reader of the W83L519D found on some Tadpole | Mark Kettenis | |
laptops. | |||
2009-10-03 | Driver for the SD/MMC part of the Winbond W83L518D/W83L519D Integrated Media | Mark Kettenis | |
Reader. | |||
2009-10-03 | Add missing <sys/device.h>. | Mark Kettenis | |
ok deraadt@, miod@ | |||
2009-10-03 | Avoid NULL dereference when the final RCPT TO is refused. | Jacek Masiulaniec | |
Reported by Didier Wiroth <dwiroth@gmail.com> | |||
2009-10-03 | dont dereference garbage pointer, from martynas@ | Jacek Masiulaniec | |
2009-10-03 | sync | Theo de Raadt | |
2009-10-03 | remove inconsistent trailing / for 2nd level mirrors | Stuart Henderson | |
2009-10-03 | sync with mirrors.dat updates, requested by deraadt@ | Stuart Henderson | |
2009-10-02 | remove trash left in debug changes; lindroos@nls.fi | Theo de Raadt | |
2009-10-02 | Sync with recent changes. From Brad. | Stuart Henderson | |
2009-10-02 | sync | Stuart Henderson | |
2009-10-02 | Remove BCM57720 as it's not going to be released. From a Broadcom | Stuart Henderson | |
commit to the Linux driver via Brad. Also checked dmesglog. | |||
2009-10-02 | Remove BCM57720 as it's not going to be released. From a Broadcom | Stuart Henderson | |
commit to the Linux driver via Brad. | |||
2009-10-02 | Support for DS15/DS25/ES45 (Titan) alpha models (rpb family 38). These systems | Miod Vallat | |
are very close to the Tsunami systems (rpb family 34) and share the existing Tsunami code; the tsc(4) Tsunami controller code is extended to handle the Titan differences, except for the Titan AGP GART which is left unsupported for now. Tested to not cause regressions on DS20 (deraadt@) and ES40 (miod@). Titan support tested by Sergey Prysiazhnyi on DS25, many thanks for your time! | |||
2009-10-02 | Link the kernel at a higher physical address, in order to accomodate SRM | Miod Vallat | |
with larger footprint than the usual 2MB, as encountered on some of the most recent alpha systems. Tested on many models (DEC 3000, PC164, AS500, ES40, and more) | |||
2009-10-02 | Some 21264CB pass information, from information provided by Sergey Prysiazhnyi. | Miod Vallat | |
2009-10-02 | regen | Miod Vallat | |
2009-10-02 | One more DEC device found on alpha clusters | Miod Vallat | |
2009-10-02 | Use BSD.x11.dist mtree file now that it is up-to-date and maintained. | Antoine Jacoutot | |
ok sthen@ | |||
2009-10-02 | - mention rb600a support | Jasper Lievisse Adriaanse | |
ok kettenis@ | |||
2009-10-02 | - tweak | Jasper Lievisse Adriaanse | |
2009-10-02 | add notes for for OpenBSD/palm still a bit rough, but it's a start | Jasper Lievisse Adriaanse | |
parts from and "seems ok" marex@ | |||
2009-10-01 | add fdt_parent_node() and OF_parent() functions, | Dariusz Swiderski | |
as requested by kettenis@ ok by kettenis@ | |||
2009-10-01 | Generic soft interrupts for macppc. Tested by mk@, deraadt@ | Mark Kettenis | |
ok miod@ | |||
2009-10-01 | Do not `return' in void functions. | Miod Vallat | |
Amazingly, compiler does not complain (lint does). | |||
2009-10-01 | Bring BSD.x11.dist back here. It's needed by the ports subsystem. | Matthieu Herrb | |
Update the BSD.x11.dist version to the one in xenocara. | |||
2009-10-01 | There is no -F flag, it is -f; spotted by tasm.devil@googlemail | Theo de Raadt | |
2009-10-01 | Needs memcpy in bootxx now, forgotten in previous getenv change. | Miod Vallat | |
2009-10-01 | fix a cast | Alexander von Gernler | |
ok djm@ markus@ | |||
2009-09-30 | Fix various off-by-ones in irq number validation. | Miod Vallat | |
2009-09-30 | Remove unused last argument of alpha_shared_intr_disestablish(). | Miod Vallat | |
2009-09-30 | Some old SRM require 8-byte alignment of the buffer passed to the prom | Miod Vallat | |
getenv routine, so fulfill this requirement. From NetBSD. (Note this only concerns the boot blocks, as the kernel itself uses extremely well aligned addresses for getenv calls). | |||
2009-09-30 | Get rid of prom_open() and implement it directly as a prom_dispatch() wrapper, | Miod Vallat | |
necessary for some old SRM version. From NetBSD. | |||
2009-09-30 | Use guaranteed 64-bit arithmetic for the name lookup statistics and | Christian Weisgerber | |
zap the PCT() macro that was a holdover from before we had prototypes. ok gilles@, deraadt@ | |||
2009-09-30 | Clear sticky error status after recoverable machine check. | Miod Vallat | |
From FreeBSD. | |||
2009-09-30 | Fix MDDT_NONVOLATILE value, it's 10 binary, not 10 hexadecimal. | Miod Vallat | |
While there, add two more RPB system type values. | |||
2009-09-30 | One missing print -> DPRINTF conversion in dec_kn300_device_register() | Miod Vallat | |