Age | Commit message (Expand) | Author |
2004-06-20 | remove #ifdef TUBA | Jun-ichiro itojun Hagino |
2004-06-20 | zx(4) support for sparc64, tested on an Ultra 2. | Miod Vallat |
2004-06-20 | add the VNDIOCGET ioctl to vnode disks, ok millert@ | Pedro Martelletto |
2004-06-20 | $OpenBSD$, ok niklas@ | Pedro Martelletto |
2004-06-20 | boundary-check memcpy and friends. henning ok | Jun-ichiro itojun Hagino |
2004-06-20 | goodbye TUBA. deraadt ok | Jun-ichiro itojun Hagino |
2004-06-20 | Fix some comment typos I noticed while reading this code. | Aaron Campbell |
2004-06-20 | nope, tree breakage in libpthread. too tough to run a make build? | Theo de Raadt |
2004-06-20 | Move schedstate_percpu into sched.h so that we don't have to include | Artur Grabowski |
2004-06-20 | Silence intr_establish a bit more; makes the dmesg on U2 suddenly edible. | Miod Vallat |
2004-06-20 | It's supposed to be #ifdef DIAGNOSTIC, not #ifdef DIAGONSTIC. miod@ tested+ok | Aaron Campbell |
2004-06-20 | Another merge error from smp branch. | Artur Grabowski |
2004-06-20 | Merge error in smp merge. It's a miracle that people haven't noticed the | Artur Grabowski |
2004-06-20 | Fix inversed logic in handling the "nowait/waitok" flags. Bugs in two places | Artur Grabowski |
2004-06-20 | undo mbuf cluster breakage that causes free'ed packets to show up on the | Bob Beck |
2004-06-20 | fix EHCI_DEBUG crud; aratchov@magphy.ujf-grenoble.fr | Theo de Raadt |
2004-06-19 | require RTF_MPATH to enter a multipath route with RTM_ADD. | Cedric Berger |
2004-06-19 | Trim includes. | Miod Vallat |
2004-06-19 | No "machine prom" ddb command on the Luna. | Miod Vallat |
2004-06-19 | Share common ddb files accross m88k platforms. | Miod Vallat |
2004-06-19 | Remove unused and misleading defines. | Miod Vallat |
2004-06-19 | starting TDM T1->E3->whatever media interface model we will attempt | Theo de Raadt |
2004-06-19 | save curproc for further reference, otherwise we may end up in lockmgr() | Pedro Martelletto |
2004-06-18 | Correct range validation in sio_iointr(). | Miod Vallat |
2004-06-18 | On architectures which have strict alignment, shift the entire mbuf chain by | Ryan Thomas McBride |
2004-06-18 | Add /dev/crypto support. | Miod Vallat |
2004-06-18 | Fix jumbo frames. | Ryan Thomas McBride |
2004-06-18 | Pass MAX_JUMBO_FRAME_SIZE as the size argument of bus_dmamap_create(), | Ryan Thomas McBride |
2004-06-18 | Avlab PCI 4 Serial, takashi@crazyhack.net in PR3823 | Henning Brauer |
2004-06-18 | sync | Henning Brauer |
2004-06-18 | Avlab 4 Serial puc | Henning Brauer |
2004-06-17 | betterer swapdev | Michael Shalayeff |
2004-06-17 | correct multicast handling for special groups (like solicited node multicast). | Jun-ichiro itojun Hagino |
2004-06-17 | reset both irr's; put a barrier upon imr reset such that icr is reset properl... | Michael Shalayeff |
2004-06-17 | fix coalescing config writes errata | Michael Shalayeff |
2004-06-17 | pretty cpu spinup message | Theo de Raadt |
2004-06-17 | ldcw does a store too | Michael Shalayeff |
2004-06-17 | use local var copy of frame->tf_iir everywhere and fix one panic | Michael Shalayeff |
2004-06-16 | make safe for inclusion in C++ code; ok millert@, deraadt@ | Christian Weisgerber |
2004-06-16 | regen | Matthieu Herrb |
2004-06-16 | + nVidia Geforce4 Ti 4200 Go + typo. Ok deraadt@. | Matthieu Herrb |
2004-06-16 | We need __splbarrier to compile kernel, tho it should be | Alexander Yurchenko |
2004-06-16 | Use i386_ipi_db only with DDB | Alexander Yurchenko |
2004-06-16 | Missing ifdef DDB | Alexander Yurchenko |
2004-06-16 | db_mp.c requires ddb | Alexander Yurchenko |
2004-06-16 | export cpu# instead of apid#; art ok | Theo de Raadt |
2004-06-16 | missing paren in macro def. Patrick Latifi | Jun-ichiro itojun Hagino |
2004-06-16 | handle zero division for userland as well; from otto@ | Michael Shalayeff |
2004-06-15 | first parts of how C3 Esther will be handled; ok tom | Theo de Raadt |
2004-06-15 | Be more careful about what value we check for crypto capability bits | Tom Cosgrove |