Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
this is easier than using the ddb console. ok deraadt | |||
2007-11-28 | use correct data type for the pci address (bus_addr_t) | Reyk Floeter | |
From mickey | |||
2007-11-28 | remove unused function | Charles Longeau | |
ok otto@ | |||
2007-11-28 | grrr | Marc Espie | |
2007-11-28 | debug scaffolding: allows the insertion of a random delay before firing up | Marc Espie | |
jobs in parallel mode. | |||
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 | |
help from & ok art@ | |||
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 | |
hints from zd1211rw. | |||
2007-11-27 | sync | Theo de Raadt | |
2007-11-27 | fix DMA alignment constraints: rings must be aligned on a 256-byte | Damien Bergamini | |
boundary, "keep warm" page must be aligned on a 4KB boundary. make sure sc->shared->len[x][y] == sc->shared->len[x + 256][y] for all x < 64. | |||
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 | |
linked without -E. dlsym issues reported by Pedro Martelletto <pedro at ambientworks.net>. okay tedu@ | |||
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 | |
ok marco@ | |||
2007-11-27 | Implement the NOLOCK semantics. MPSAFE will have to wait a while until | Artur Grabowski | |
we decide how to handle interrupts. deraadt@ ok | |||
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 | |
syscalls as NOLOCK and MPSAFE. The flags have slightly different semantics: NOLOCK - the syscall doesn't grab any locks whatsoever. MPSAFE - the syscall deals with its own locking. What this means in practice is that NOLOCK syscalls can always be done without the biglock. The MPSAFE syscalls can be done without the biglock on CPUs that don't handle interrupts that require biglock (to preserve lock ordering). deraadt@ ok | |||
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 | |
needed on pppoe(4) and not needed with pppoe(8) because it is done by ppp(8) by default. OK jmc@ | |||
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 | |
ok millert | |||
2007-11-27 | also move softraid raid1 into own file, ok marco | Ted Unangst | |
2007-11-27 | Add a few missing device entries. | Miod Vallat | |
2007-11-27 | Make _dl_md_reloc_got() report errors, and take them into account. | Miod Vallat | |
Fixes PR #5579. | |||
2007-11-27 | make the deceptively complicated leading and trailing space into functions. | Ted Unangst | |
this reduces kernel size quite a bit. ok claudio | |||
2007-11-27 | Remove whitespace at EOL, KNF, ansify. Move jump scroll code to a separate | Miod Vallat | |
routine. No functional change (har, har) | |||
2007-11-27 | split crypto functions out into their own file, so softraid.c is not such | Ted Unangst | |
a jungle. ok deraadt marco | |||
2007-11-27 | typos; ok jmc@ | Martynas Venckus | |
sys/dev/pci/pciide.c from naddy@ | |||
2007-11-27 | fix format strings | Charles Longeau | |
ok mpf@ | |||
2007-11-27 | add rcs id | Jasper Lievisse Adriaanse | |
"feel free to do so" jsing@ | |||
2007-11-27 | missing rcs id | Jasper Lievisse Adriaanse | |
"feel free to do so" jsing@ | |||
2007-11-27 | ARGH. Work has poisoned my mind. KNF the braces. | Artur Grabowski | |
2007-11-27 | Remember to add gbe.4... | Joel Sing | |
2007-11-27 | Unify amd64 and i386 code further; ok oga kettenis | Theo de Raadt | |
2007-11-27 | Initial support for the SGI Graphics Back End (GBE) frame buffer found in | Joel Sing | |
SGI O2 machines. We currently rely on the video hardware being initialised by the ARCS firmware and can only use the initial resolution with a colour depth of 32 bits. This driver is disabled by default. ok miod@ | |||
2007-11-27 | tweak previous; | Jason McIntyre | |
2007-11-27 | tweak the Ox warning section; | Jason McIntyre | |
2007-11-27 | tweak previous; | Jason McIntyre | |
2007-11-27 | add missing header for errx. | Charles Longeau | |
ok otto@ deraadt@ | |||
2007-11-27 | add missing header for inet_ntoa. | Charles Longeau | |
"sure" deraadt@ |