Age | Commit message (Expand) | Author |
2007-11-28 | Remove man pages that do not relate to OpenBSD/sgi. Spotted by jmc@. | Joel Sing |
2007-11-28 | delete the compat_09_sys_uname code here | Theo de Raadt |
2007-11-28 | move protos to right place | Theo de Raadt |
2007-11-28 | remove the DIRECTOK flag. the caller semantics were too weird, and it's a | Ted Unangst |
2007-11-28 | finish conversion to workq. remove list remnants, and put spl in the right | Ted Unangst |
2007-11-28 | sync | Theo de Raadt |
2007-11-28 | make ata controllers protect their own command lists so atascsi doesnt have | David Gwynne |
2007-11-28 | COMPAT_09 uname is only used by freebsd compat, so move it to the right place | Theo de Raadt |
2007-11-28 | add dependencies for protector.o, preventing it from being built too early. | Marc Espie |
2007-11-28 | history section is totally wrong | Ted Unangst |
2007-11-28 | compat_25_sys_omsync is unused | Theo de Raadt |
2007-11-28 | provide a hint that apm might be acpi on some machines | Ted Unangst |
2007-11-28 | add apm | Ted Unangst |
2007-11-28 | first attempt to consolidate some of the apm/acpi documentation. | Ted Unangst |
2007-11-28 | fix race: install-all can only be run *after* all is finished, otherwise | Marc Espie |
2007-11-28 | Use cas/casx instead of casa/casxa. | Mark Kettenis |
2007-11-28 | COMPAT_{23,25,35} should not be used directly | Theo de Raadt |
2007-11-28 | COMPAT_{23,25,35} should not be used directly | Theo de Raadt |
2007-11-28 | Fix md_swap{in,out}_reloc. | Miod Vallat |
2007-11-28 | place a comment as to why these are otherwise empty | Theo de Raadt |
2007-11-28 | unref the label when free'ing a protocol node | Reyk Floeter |
2007-11-28 | add a -d argument, which can be used to peek at values in the kernel. | Ted Unangst |
2007-11-28 | use correct data type for the pci address (bus_addr_t) | Reyk Floeter |
2007-11-28 | remove unused function | Charles Longeau |
2007-11-28 | grrr | Marc Espie |
2007-11-28 | debug scaffolding: allows the insertion of a random delay before firing up | Marc Espie |
2007-11-28 | PHONY targets never correspond to real files. | Marc Espie |
2007-11-28 | expand the description of -C; from martynas and myself | Jason McIntyre |
2007-11-27 | Like i386 and amd64 - make the __mp_lock not spin at splhigh. | Mark Kettenis |
2007-11-27 | Missed those because they are in a weird place. | Artur Grabowski |
2007-11-27 | sync ural entry; | Jason McIntyre |
2007-11-27 | need strcmp.c here | Martin Reindl |
2007-11-27 | fix shared area structure. | Damien Bergamini |
2007-11-27 | there are no 802.11a ural devices. | Damien Bergamini |
2007-11-27 | properly update hardware multicast filter. | Damien Bergamini |
2007-11-27 | sync | Theo de Raadt |
2007-11-27 | fix DMA alignment constraints: rings must be aligned on a 256-byte | Damien Bergamini |
2007-11-27 | intr_disable() returns an u_int64_t. | Mark Kettenis |
2007-11-27 | Fix dlsym w/special handles when called from an executable that has been | Kurt Miller |
2007-11-27 | remove some unneeded #includes; ok mcbride@ | Kevin Steves |
2007-11-27 | Fix off-by-one that made us attach acpicpu0 and acpicpu1 on GENERIC kernels. | Mark Kettenis |
2007-11-27 | Implement the NOLOCK semantics. MPSAFE will have to wait a while until | Artur Grabowski |
2007-11-27 | regen | Artur Grabowski |
2007-11-27 | Mark getpid as NOLOCK just for testing. | Artur Grabowski |
2007-11-27 | Add possibility to add flags to syscalls in syscalls.master to mark | Artur Grabowski |
2007-11-27 | Shoot old netbsd compat code from almost 20 years ago; ok art | Theo de Raadt |
2007-11-27 | On jmc@'s request add a bit that mentions that the pf(4) mssfix up is only | Claudio Jeker |
2007-11-27 | add gbe(4); | Jason McIntyre |
2007-11-27 | tweak -r1.1; | Jason McIntyre |
2007-11-27 | TCP_COMPAT_42 was last used in 1997. Kill it. | Theo de Raadt |