Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-20 | Move schedstate_percpu into sched.h so that we don't have to include | Artur Grabowski | |
proc.h in cpu.h on __HAVE_CPU_INFO architectures. cpu.h is usually included in param.h. This also removes the horrible kludge with ifdef SYS_PROC_H in sched.h by simply converting the inline functions into macros. With a few suggestions from nordin@ deraadt@ ok | |||
2004-06-20 | Silence intr_establish a bit more; makes the dmesg on U2 suddenly edible. | Miod Vallat | |
ok deraadt@ | |||
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 | |
Found by otto@drijf.net deraadt@ ok | |||
2004-06-20 | Merge error in smp merge. It's a miracle that people haven't noticed the | Artur Grabowski | |
scheduling errors on non-i386 yet. deraadt@ aaron@ ok | |||
2004-06-20 | Fix inversed logic in handling the "nowait/waitok" flags. Bugs in two places | Artur Grabowski | |
in malloc_debug. Also, add an assert-like function to sprinkle in code you're debugging at the moment. Those asserts are _not_ supposed to be ever comitted, just use them while debugging. beck@ ok | |||
2004-06-20 | undo mbuf cluster breakage that causes free'ed packets to show up on the | Bob Beck | |
input queues when using dhcp and hostap wi, or xl, or fxp.... ok art@ | |||
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 | |
route(8) takes a new -mpath modifier to enter a multipath route. requested deraadt@, ok itojun@ mcbride@ millert@ | |||
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 | |
to program to over the next week; thanks for feedback in developing this from cedric, claudio, chris, alex | |||
2004-06-19 | save curproc for further reference, otherwise we may end up in lockmgr() | Pedro Martelletto | |
with no process context. ok miod@. closes pr 3214. | |||
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 | |
ETHER_ALIGN bytes when jumbo packets are enabled (mtu > ETHERMTU). ok henric@ (slightly different diff) | |||
2004-06-18 | Add /dev/crypto support. | Miod Vallat | |
2004-06-18 | Fix jumbo frames. | Ryan Thomas McBride | |
- Implement SIOCSIFMTU ioctl. - Remove from the free list instead of the inuse list when allocating jumbo buffers. - Use TI_JUMBO_FRAMELEN as the size argument to bus_dmamap_create(); | |||
2004-06-18 | Pass MAX_JUMBO_FRAME_SIZE as the size argument of bus_dmamap_create(), | Ryan Thomas McBride | |
fixes sending of jumbo frames. ok henric@ drahn@ | |||
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 | |
from jinmei@kame | |||
2004-06-17 | reset both irr's; put a barrier upon imr reset such that icr is reset ↵ | Michael Shalayeff | |
properly and do it once | |||
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 | |
replaced with a real gcc barrier. ok deraadt@ | |||
2004-06-16 | Use i386_ipi_db only with DDB | Alexander Yurchenko | |
ok deraadt@ | |||
2004-06-16 | Missing ifdef DDB | Alexander Yurchenko | |
ok deraadt@ | |||
2004-06-16 | db_mp.c requires ddb | Alexander Yurchenko | |
ok deraadt@ | |||
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 | |
if the first cpuid returns too low a number. ok deraadt@ | |||
2004-06-15 | export actual xcrypt feature set bitmask | Theo de Raadt | |
2004-06-15 | grok upcoming VIA C3 Esther montmul, sha1, and sha256 instructions | Theo de Raadt | |
2004-06-15 | fix some printf's | Brad Smith | |
From: Brian Poole <raj at cerias dot purdue dot edu> ok henric@ | |||
2004-06-15 | avoid creating multiple multicast filter entry for the same group. | Jun-ichiro itojun Hagino | |
notified from Patrick Latifi, deraadt ok | |||
2004-06-14 | Remove DIOCBEGINRULES, DIOCCOMMITRULES, DIOCBEGINALTQS, DIOCCOMMITALTQS, | Cedric Berger | |
DIOCRINABEGIN, DIOCRINACOMMIT ioctls. Use DIOCXBEGIN/DIOCXCOMMIT/DIOCXROLLBACK instead. ok beck@ dhartmei@ henning@ | |||
2004-06-14 | Added some codes that check if the machine is LUNA-88K or LUNA-88K2 | Kenji Aoyama | |
and retrieve the boot device information from NVRAM. Only works on LUNA-88K2 at this moment. | |||
2004-06-14 | Calculate optp (pointer to beginning of TCP options) based on th, not | Daniel Hartmeier | |
mtod(m), since the previous IP6_EXTHDR_GET() only guarantees this part to be continuous. Report from Andreas Bartelt. ok markus@, itojun@ | |||
2004-06-14 | spelling | Ryan Thomas McBride | |