Age | Commit message (Expand) | Author |
2002-01-14 | use macros to manage tcp timers; based on netbsd | Niels Provos |
2002-01-14 | The return value of lcsplx is used in locore. however at some point | Dale Rahn |
2002-01-13 | better accounting for 'soft' interrupts, before all exceptions were | Dale Rahn |
2002-01-13 | Regress this one additional change, with this change more systems | Dale Rahn |
2002-01-13 | Better error handling: unmap registers on failure and better checking on | Jason Wright |
2002-01-13 | 108 and 109 should point to stty/sbpp not mtty/mbpp | Jason Wright |
2002-01-13 | Port of my spif driver to sparc64 (untested) | Jason Wright |
2002-01-13 | comment typos | Jason Wright |
2002-01-12 | Don't cast return value from splx to (void) because splx doesn't return anyth... | Artur Grabowski |
2002-01-12 | the 1190 and 1400 register maps aren't the same size don't treat them so | Jason Wright |
2002-01-12 | House cleaning: removing some leftover sparc bits and such | Jason Wright |
2002-01-12 | Port of Iain Hibbert's magma driver to sparc64 | Jason Wright |
2002-01-12 | Not used. | Miod Vallat |
2002-01-12 | Don't try UDMA modes if they aren't supported by the controller | Jason Wright |
2002-01-12 | - Only apply fastroute and route-to if we are going in the same | jasoni |
2002-01-12 | add rediraccept and redirtimeout sysctl's. | Eric Jackson |
2002-01-11 | Get all of the bit definitions from ad1848reg, apcdmareg, and cs4231reg | Jason Wright |
2002-01-11 | pad the pf_state_{host,peer} to a 32bit quantity; dhartmei@ frantzen@ ok | Michael Shalayeff |
2002-01-11 | enable/disable IEN in cs4231 pin control register | Jason Wright |
2002-01-11 | Roughly same diff as sparc, better interrupt handling: | Jason Wright |
2002-01-11 | Oops, that's -disable- interrupt enable in cs4231_close()... | Jason Wright |
2002-01-11 | Remove last nights interrupt handling hack and do it right: | Jason Wright |
2002-01-11 | for the "Magma LC 2+1 Sp", we have to check the 'clock' property (it's | Jason Wright |
2002-01-11 | Get order of operations correct so that we clear the wsmux array and | Jason Wright |
2002-01-11 | Check result from malloc(9) when using M_NOWAIT. fgsch@ ok | Thomas Nordin |
2002-01-11 | Add a new sysctl that removes the requirement for reserved ports to be | Nathan Binkert |
2002-01-11 | Only check for playback interrupts if we're actually expecting them. | Jason Wright |
2002-01-10 | Bring back pmap_motorola for mac68k. | Miod Vallat |
2002-01-10 | Replace asm statements with stuff from asm*.h, or even simple equivalent | Miod Vallat |
2002-01-10 | Switch m68k arches that do not exist in 68060 models back to pmap_motorola. | Miod Vallat |
2002-01-10 | Reintroduce the pmap_motorola framework. | Miod Vallat |
2002-01-10 | Fix a locking error in pool_drain. Misc cleanup. | Artur Grabowski |
2002-01-10 | return ENOTTY not EINVAL in default: in *ioctl() | Michael Shalayeff |
2002-01-10 | check if device was opened for writing for modifying ops, also it's enotty no... | Michael Shalayeff |
2002-01-10 | - unbreak POOL_DIAGNOSTIC. | Artur Grabowski |
2002-01-10 | No more need for local define of LOCK_ASSERT. | Artur Grabowski |
2002-01-10 | Protect the pool cache magazine pool with splvm. | Artur Grabowski |
2002-01-10 | Convert some for-loops into TAILQ_FOREACH. | Artur Grabowski |
2002-01-10 | remove duplicated decl of PF_INET6. found by kjc | Jun-ichiro itojun Hagino |
2002-01-10 | larger SSIZE and smaller NKMEMPAGES_MIN_DEFAULT | Michael Shalayeff |
2002-01-10 | cache_align is not used | Michael Shalayeff |
2002-01-10 | Check result from malloc(9) when using M_NOWAIT. nate@ ok | Thomas Nordin |
2002-01-10 | Check result from malloc(9) when using M_NOWAIT. hugh@ ok | Thomas Nordin |
2002-01-10 | Check result from malloc(9) when using M_NOWAIT. jason@ ok | Thomas Nordin |
2002-01-09 | Call gdt_init() earlier and only once. Work done with millert@ | Thomas Nordin |
2002-01-09 | regen | Michael Shalayeff |
2002-01-09 | add corega wavelan | Michael Shalayeff |
2002-01-09 | add ess1921 codec id | Michael Shalayeff |
2002-01-09 | make sure we use lkmfree() in error cases as well. | Eric Jackson |
2002-01-09 | better iobase for rtii, from Maxim Tsyplakov <tm@oganer.net> | Michael Shalayeff |