Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-11-25 | no warnings; jwoehr@advtech.uswest.com | Theo de Raadt | |
1999-11-25 | no dma.c no more | Michael Shalayeff | |
1999-11-25 | convey and convex it traps on both ways, and a little syscalls in between | Michael Shalayeff | |
1999-11-25 | bus stuff is in mainbus now, the rest is rewritten many ways | Michael Shalayeff | |
1999-11-25 | it forks, it execs, it syscalls | Michael Shalayeff | |
1999-11-25 | many traps, syscall nad other stuff | Michael Shalayeff | |
1999-11-25 | clean some debug stuff | Michael Shalayeff | |
1999-11-25 | new pcb and frame | Michael Shalayeff | |
1999-11-25 | kernel psw register | Michael Shalayeff | |
1999-11-25 | KERNEL_PSW no more | Michael Shalayeff | |
1999-11-25 | new pcb and frame layouts | Michael Shalayeff | |
1999-11-25 | '+' vs '=','0' constraints | Michael Shalayeff | |
1999-11-25 | do bus stuff through pointers, native devices use memory ops where possible | Michael Shalayeff | |
1999-11-25 | fix check for a pv list emptieness returned by pmap_find_pv | Michael Shalayeff | |
1999-11-25 | remove dead pmap_collect_pv() | Michael Shalayeff | |
1999-11-25 | Use PAGE_SIZE instead of NBPG. | Artur Grabowski | |
1999-11-25 | Annoying unnecessary space. | Artur Grabowski | |
1999-11-25 | In the cases where we are sure what page size we have, define PAGE_SIZE | Artur Grabowski | |
(and friends). | |||
1999-11-25 | Update comments to reflect reality. | Artur Grabowski | |
1999-11-25 | Allow MD code to define PAGE_SIZE to a constant. | Artur Grabowski | |
1999-11-25 | Properly fix the last checkin, the pseudo device rd is now a mi device and | Dale S. Rahn | |
is not to be specified in files.<arch> but if the arch has rd_attach_hook and rd_open_hook, the file that these are in need to be included in that files.<arch> file. | |||
1999-11-25 | Add back rd_ md hooks that was incorrectly removed with the recent rd changes. | Dale S. Rahn | |
1999-11-24 | No need to set the page size twice | Artur Grabowski | |
1999-11-24 | spelling | Theo de Raadt | |
1999-11-23 | re-enable mtrr | Theo de Raadt | |
1999-11-23 | pretty mmtr messages | Theo de Raadt | |
1999-11-23 | make CFGPRINTF only available for SCSIDEBUG/DEBUG kernels | mjacob | |
1999-11-23 | make a couple more items CFGPRINTF items | mjacob | |
1999-11-23 | Bugfix from NetBSD. For SiS, PIIX, and Apollo IDE controllers, | Chris Cappuccio | |
the secondary channel was ignored when the primary channel is disabled. | |||
1999-11-23 | pretty up kernel printf's | Jason Wright | |
1999-11-23 | Use the _vtbl code to allow the registers to be seperated by 0x10, | Dale S. Rahn | |
this is how the registers are arranged for obio. | |||
1999-11-22 | matthieu fixed it | Theo de Raadt | |
1999-11-22 | Fix crock where channel was used before being set. All my kernels | mjacob | |
worked, guess it was a random thing. Pity that the compiler didn't, like it would have for FreeBSD, warn about 'used before being set'. | |||
1999-11-22 | add empty mmioctl() implementation for new /dev/mem interface for all | Matthieu Herrb | |
architectures. | |||
1999-11-22 | damn it | Theo de Raadt | |
1999-11-22 | do not add stuff that breaks everything except your own machine, matthieu! | Theo de Raadt | |
1999-11-22 | Roll in new firmware (also with a shiny new BSD style licence) | mjacob | |
1999-11-22 | In order to support Fibre Channel fabric fatten scsi target id's to 16 bits. | mjacob | |
Also, to support at least first level SCSI-3 hierarchical luns, fatten luns to 16 bits too. | |||
1999-11-22 | Far too many things to note- a complete new revision coming in. | mjacob | |
1999-11-22 | Far too many things to note- a complete new revision coming in including | mjacob | |
FABRIC support... | |||
1999-11-22 | Far too many things to note- a complete new revision coming in including | mjacob | |
FABRIC support... | |||
1999-11-22 | add mii attribute to wb | Jason Wright | |
1999-11-22 | add support for asynchronous I/O (through SIGIO) | Matthieu Herrb | |
1999-11-22 | add support for asynchronous I/O (through SIGIO) | Matthieu Herrb | |
1999-11-22 | better pmap_enter() towards correctness. | Michael Shalayeff | |
fix querying routines towards realty. also, some comments on routines. | |||
1999-11-22 | fix ip_output() missing arg; itojun@itojun.org | Theo de Raadt | |
1999-11-21 | if select returns writable on a pipe, the write should not return | Theo de Raadt | |
EWOULDBLOCK. turns out the two checking conditions were not the same, and a certain use of rsync uncovered the bug by chewing all available cpu time; fix from art | |||
1999-11-20 | ioctl arguments are u_long. | Marc Espie | |
Replaces `undefined' code with `defined' behavior... gcc 2.96 performs switch cases range analysis, warns about unreachable cases, and weeds them out. In switch(i) { case VALUE: } VALUE is first coerced into the type of i. If i is signed, VALUE is unsigned and exceeds i range, you lose... the result of the conversion is undefined. | |||
1999-11-20 | add copyright notice | Matthieu Herrb | |
1999-11-20 | add copyright notice | Matthieu Herrb | |