Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-07-20 | Use sc_print_addr for error messages. | Miod Vallat | |
2004-07-20 | The timeout wheels are manipulated by hardclock that's not protected with | Artur Grabowski | |
biglock. We need to protect them with a mutex. | |||
2004-07-20 | protect printf with a mutex instead of SIMPLELOCK. | Artur Grabowski | |
2004-07-20 | Use mutex instead of SIMPLELOCK for protecting ddb on mp systems. | Artur Grabowski | |
2004-07-20 | Use mutex where we used to protect pmap internals with SIMPLELOCK. | Artur Grabowski | |
2004-07-20 | MD mutex implementation on amd64. | Artur Grabowski | |
2004-07-20 | MD mutex implementation for i386. | Artur Grabowski | |
2004-07-20 | Introducing mutexes - cpu-owned spinning locks with spl semantics. | Artur Grabowski | |
This is the MI (slightly inefficient and not MP safe) implementation. deraadt@ ok Tested by many. (this and following commits) | |||
2004-07-20 | regen | Michael Shalayeff | |
2004-07-20 | prolific pl2501; for dhartmei@ | Michael Shalayeff | |
2004-07-20 | #include "npx.h" | Mark Kettenis | |
ok deraadt@ | |||
2004-07-20 | Allow a kernel to specify wd* as root or swap device; | Miod Vallat | |
spotted by Waldemar Brodkorb. | |||
2004-07-20 | no point in return from void function | Peter Valchev | |
2004-07-20 | Move tag word to the right location in `struct envxmm'. | Mark Kettenis | |
ok deraadt@ | |||
2004-07-20 | sync | David Krause | |
2004-07-20 | SD Controller found on a Toshiba laptop; ok deraadt@ | David Krause | |
2004-07-20 | typo | Theo de Raadt | |
2004-07-20 | sync | Theo de Raadt | |
2004-07-20 | another new device; shin@happynet.co.jp | Theo de Raadt | |
2004-07-19 | Delete the AP scan timeout in atw_detach. Fixes a panic on detach if the | Todd C. Miller | |
timeout is still active as seen by david@ | |||
2004-07-19 | Recognize the daughter board type, if any - but it is not supported yet. | Miod Vallat | |
2004-07-19 | After a work queue has been aborted and the abort has been acknowledged, | Miod Vallat | |
do not keep setting the A.A. bit in further queue control operations, as advised by the manual. | |||
2004-07-19 | When we want to thaw all work queues we care about, do it correctly. | Miod Vallat | |
2004-07-19 | Direct REQUEST_SENSE commands to the correct target, instead of always | Miod Vallat | |
target zero. This makes targets other than zero working now... Spotted by nick@ | |||
2004-07-19 | Implement __HAVE_PMAP_DIRECT on amd64 using large pages. At this moment | Artur Grabowski | |
it's limited to 512GB (one L4 page table entry) physical memory. Only used carefully at this moment, but more improvements are in the pipeline. tested by many, deraadt@ ok. | |||
2004-07-18 | Typos | Miod Vallat | |
2004-07-18 | kill some more netiso traces - this was in my tree for a bit but I forgot... | Henning Brauer | |
2004-07-18 | return EINVAL if ftruncate(2) is passed a negative offset | Anil Madhavapeddy | |
ok millert@, miod@, marius@ | |||
2004-07-18 | sync | Theo de Raadt | |
2004-07-18 | oops | Theo de Raadt | |
2004-07-18 | sync | Theo de Raadt | |
2004-07-18 | shrinky shrinky | Theo de Raadt | |
2004-07-18 | sync | Theo de Raadt | |
2004-07-18 | more shrink | Theo de Raadt | |
2004-07-18 | sync | Theo de Raadt | |
2004-07-18 | shrink | Theo de Raadt | |
2004-07-18 | #ifdef SMALL_KERNEL -> #define ISP_STRIPPED | Theo de Raadt | |
2004-07-18 | minor space savings | Theo de Raadt | |
2004-07-18 | shrink | Theo de Raadt | |
2004-07-17 | Wait for output to be drained when sabtty is the console output port; | Miod Vallat | |
produces nicer (correct) kernel output upon bootup. Reported in NetBSD PR #26226; tested by dlg@ and I. | |||
2004-07-17 | netiso traces hide everywhere... millert ok | Henning Brauer | |
2004-07-17 | from netbsd, umass.c 1.98, umassvar.h 1.20 | David Gwynne | |
log message: Remove UMASS_QUIRK_NO_START_STOP and UMASS_QUIRK_NO_MAX_LUN. We don't have UMASS_QUIRK_NO_START_STOP so I didn't have to remove it. I consider umass_quirks.c to be too different so I hand removed references to the removed defines. There are some useless entries in there now which will be cleaned up after umass is merged with netbsd. ok deraadt@ | |||
2004-07-17 | Repair breakage from the hackathon's time conversion. Using the timestamp | Mike Frantzen | |
as an extension to the sequence number got disabled because of the failing idle limit on PAWS checks. One more thing off my todo list. I need an intern | |||
2004-07-16 | regen | Pedro Martelletto | |
2004-07-16 | recognize the dwl-122 usb wireless card. from fgsch | Pedro Martelletto | |
ok'd by him and markus@ | |||
2004-07-16 | dothan est support, from some netbsd guy, tedu ok | Theo de Raadt | |
2004-07-16 | Aft source update. | Alex Feldman | |
mcbride ok. | |||
2004-07-16 | kill netiso stuff here as well, millert ok | Henning Brauer | |
2004-07-16 | remove netiso shitz, millert ok | Henning Brauer | |
2004-07-16 | undo 1.148, otherwise we have assymmetric cwnd when entering ESTABLISHED: | Markus Friedl | |
2mss on the server side, and 1mss on the client. |