summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1999-11-25no warnings; jwoehr@advtech.uswest.comTheo de Raadt
1999-11-25no dma.c no moreMichael Shalayeff
1999-11-25convey and convex it traps on both ways, and a little syscalls in betweenMichael Shalayeff
1999-11-25bus stuff is in mainbus now, the rest is rewritten many waysMichael Shalayeff
1999-11-25it forks, it execs, it syscallsMichael Shalayeff
1999-11-25many traps, syscall nad other stuffMichael Shalayeff
1999-11-25clean some debug stuffMichael Shalayeff
1999-11-25new pcb and frameMichael Shalayeff
1999-11-25kernel psw registerMichael Shalayeff
1999-11-25KERNEL_PSW no moreMichael Shalayeff
1999-11-25new pcb and frame layoutsMichael Shalayeff
1999-11-25'+' vs '=','0' constraintsMichael Shalayeff
1999-11-25do bus stuff through pointers, native devices use memory ops where possibleMichael Shalayeff
1999-11-25fix check for a pv list emptieness returned by pmap_find_pvMichael Shalayeff
1999-11-25remove dead pmap_collect_pv()Michael Shalayeff
1999-11-25Use PAGE_SIZE instead of NBPG.Artur Grabowski
1999-11-25Annoying unnecessary space.Artur Grabowski
1999-11-25In the cases where we are sure what page size we have, define PAGE_SIZEArtur Grabowski
(and friends).
1999-11-25Update comments to reflect reality.Artur Grabowski
1999-11-25Allow MD code to define PAGE_SIZE to a constant.Artur Grabowski
1999-11-25Properly fix the last checkin, the pseudo device rd is now a mi device andDale 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-25Add back rd_ md hooks that was incorrectly removed with the recent rd changes.Dale S. Rahn
1999-11-24No need to set the page size twiceArtur Grabowski
1999-11-24spellingTheo de Raadt
1999-11-23re-enable mtrrTheo de Raadt
1999-11-23pretty mmtr messagesTheo de Raadt
1999-11-23make CFGPRINTF only available for SCSIDEBUG/DEBUG kernelsmjacob
1999-11-23make a couple more items CFGPRINTF itemsmjacob
1999-11-23Bugfix from NetBSD. For SiS, PIIX, and Apollo IDE controllers,Chris Cappuccio
the secondary channel was ignored when the primary channel is disabled.
1999-11-23pretty up kernel printf'sJason Wright
1999-11-23Use 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-22matthieu fixed itTheo de Raadt
1999-11-22Fix crock where channel was used before being set. All my kernelsmjacob
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-22add empty mmioctl() implementation for new /dev/mem interface for allMatthieu Herrb
architectures.
1999-11-22damn itTheo de Raadt
1999-11-22do not add stuff that breaks everything except your own machine, matthieu!Theo de Raadt
1999-11-22Roll in new firmware (also with a shiny new BSD style licence)mjacob
1999-11-22In 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-22Far too many things to note- a complete new revision coming in.mjacob
1999-11-22Far too many things to note- a complete new revision coming in includingmjacob
FABRIC support...
1999-11-22Far too many things to note- a complete new revision coming in includingmjacob
FABRIC support...
1999-11-22add mii attribute to wbJason Wright
1999-11-22add support for asynchronous I/O (through SIGIO)Matthieu Herrb
1999-11-22add support for asynchronous I/O (through SIGIO)Matthieu Herrb
1999-11-22better pmap_enter() towards correctness.Michael Shalayeff
fix querying routines towards realty. also, some comments on routines.
1999-11-22fix ip_output() missing arg; itojun@itojun.orgTheo de Raadt
1999-11-21if select returns writable on a pipe, the write should not returnTheo 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-20ioctl 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-20add copyright noticeMatthieu Herrb
1999-11-20add copyright noticeMatthieu Herrb