Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2009-09-30 | - Sync the BCM5785G PCI id for bge(4) and add BCM5785F / BCM57788. | Stuart Henderson | |
PCI ids from the Linux tg3 driver via Brad. | |||
2009-09-30 | sync | Stuart Henderson | |
2009-09-30 | - Some new PCI ids for the BCM5717, BCM5718, BCM5785F, and BCM57788 chipsets. | Stuart Henderson | |
- Rename the existing BCM5785 entry to BCM5785G. PCI ids from the Linux tg3 driver via Brad. | |||
2009-09-30 | Need to scsi_done() before returning COMPLETE for untranslated commands, | Miod Vallat | |
such a Test Unit Ready; found the hard way by jbg@, and inexplicably missed during dlg@ and I audit of hba drivers behaviour. | |||
2009-09-30 | Fix comments to match reality. | Tobias Weingartner | |
Thank you Vladimir Kirillov <proger () hackndev ! com> | |||
2009-09-30 | Oups, these changes should not have been commited. Revert. | Claudio Jeker | |
2009-09-30 | Announce a stub network LSA for backup carp interfaces. This should help | Claudio Jeker | |
when fail-over happens, since removing the better route will not result in a blackhole until the update from the new master is processed. Tested, OK and input sthen@, phessler@ | |||
2009-09-30 | 0xffff -> MAX_METRIC. Idea by sthen@, I like it :) | Claudio Jeker | |
2009-09-30 | Bring in sync with the bgpd version of carp.c. This fixes a memory leak | Claudio Jeker | |
in an error path. | |||
2009-09-30 | carp_demote_ioctl() can handle more then +/-1 steps so there is no need to | Claudio Jeker | |
loop in the shutdown case. OK henning@ | |||
2009-09-30 | carp_demote_ioctl() can handle more then +/-1 steps so there is no need to | Claudio Jeker | |
loop in the shutdown case. OK henning@ Fix an error message to include the correct function name. | |||
2009-09-30 | carp_demote_ioctl() can handle more then +/-1 steps so there is no need to | Claudio Jeker | |
loop in the shutdown case. OK henning@ | |||
2009-09-30 | carp_demote_ioctl() can handle more then +/-1 steps so there is no need to | Claudio Jeker | |
loop in the shutdown case. OK henning@ | |||
2009-09-30 | curproc, curprocpaddr moved into cpu_info | Takuya ASADA | |
OK miod@ | |||
2009-09-29 | Support the Phison PS5000. IO Data and other vendors are now using this | Theo de Raadt | |
on an expresscard SSD adaptor. ok jsg | |||
2009-09-29 | Having pty_isfree_locked() be inlined may make pty allocation a tiny | Theo de Raadt | |
bit faster, but come on, inlining is supposed to be reserved only for things which *critically* need it. ok millert | |||
2009-09-29 | sync | Theo de Raadt | |
2009-09-29 | phison pciide controller found in expresscard SSD cards | Theo de Raadt | |
2009-09-29 | remove unsupported LIBRARY section; from Alan R. S. Bueno | Jason McIntyre | |
2009-09-29 | sort usage(); | Jason McIntyre | |
2009-09-29 | sync | Theo de Raadt | |
2009-09-29 | sync | Theo de Raadt | |
2009-09-28 | sync | Todd T. Fries | |
2009-09-28 | add -S and -L options to store and load the pf state table from a file. | David Gwynne | |
inspired by the short reboot times on an rb600a provided by stephan rickauer. testing and bugfixing by sthen@ ok mcbride@ sthen@ | |||
2009-09-28 | Make video buffer area and BIOS areas unavailable for PCI resource allocation. | Mark Kettenis | |
This should prevent problems on systems where these areas are not reserved in the BIOS memory map. ok miod@, oga@, marco@ | |||
2009-09-28 | Update to tzdata2009n from elsie.nci.nih.gov | Todd C. Miller | |
2009-09-28 | When a route is deleted, ldpd should remove labels associated with it from | Michele Marchetto | |
lfib (the kernel lib) but not from the lib. These could be used later on when the route come back. ok claudio@ | |||
2009-09-28 | Fix typo (creat/create) | Stuart Henderson | |
2009-09-28 | when inserting a state, turn the error that pf_state_insert returns | David Gwynne | |
into something usable by ioctl. makes DIOCADDSTATE on /dev/pf cope when inserting an already existing state. | |||
2009-09-27 | rfork_thread() lacked PIC handling for CERROR, resulting in a text relocation | Philip Guenthe | |
pointed out by brad, ok djm@ | |||
2009-09-27 | use c calling conventions so that g++ doesn't mangle fpgetmask & | Martynas Venckus | |
friends' names unbreaking at least enblend-enfuse & inkscape on macppc & alpha reported, tested: ajacoutot@, sthen@ ok: millert@, otto@ |