summaryrefslogtreecommitdiff
path: root/device
AgeCommit message (Expand)Author
2013-12-10device/dev_pager.c (device_pager_data_request_done): remove unnecessary castMarin Ramesa
2013-12-10device/dev_pager.c (device_pager_data_request): cast to (void *) instead to (...Marin Ramesa
2013-12-10device/dev_pager.c (device_pager_data_request): remove forward declarationMarin Ramesa
2013-12-10device/cons.c: fix argument listMarin Ramesa
2013-12-10device/cirbuf.c (cb_free): use vm_size_t instead of an intMarin Ramesa
2013-12-10device/cirbuf.c (cb_alloc): use vm_size_t instead of an intMarin Ramesa
2013-12-10device/chario.c: trivial stylistic fix for consistencyMarin Ramesa
2013-12-09i386/i386at/kd.c: use io_req instead of uioMarin Ramesa
2013-12-09i386/i386at/com.c: fix assignment from incompatible pointer typeMarin Ramesa
2013-12-09Cleanup of the prototypesMarin Ramesa
2013-12-08device/tty.h, chario.h: move prototypeMarin Ramesa
2013-12-08device/kmsg.c: use boolean instead of an intMarin Ramesa
2013-12-08device/kmsg.c: use boolean instead of an intMarin Ramesa
2013-12-08device/if_ether.h: remove unused variableMarin Ramesa
2013-12-08device/dev_lookup.c: remove unused lockMarin Ramesa
2013-12-08device/cirbuf.c: use boolean instead of an intMarin Ramesa
2013-12-08device/chario.c: use boolean instead of an intMarin Ramesa
2013-12-08Fix implicit declaration of functionSamuel Thibault
2013-12-08device/device_types_kernel.h: remove redeclaration of dev_port_lookup()Marin Ramesa
2013-12-08Add comments after endifsMarin Ramesa
2013-12-05kern/startup.c: remove forward declarationsMarin Ramesa
2013-12-05kern/ipc_mig.c: remove forward declarationsMarin Ramesa
2013-12-05device/device_init.c: remove forward declarationsMarin Ramesa
2013-12-05device/net_io.c: initialize hash_entp to NULLMarin Ramesa
2013-11-24device: new header file chario.hMarin Ramesa
2013-11-18Add ifndefsMarin Ramesa
2013-11-10device: initialize to zero offsetMarin Ramesa
2013-11-10remove register qualifiersMarin Ramesa
2013-11-10remove register qualifiersMarin Ramesa
2013-11-10remove definitions of ETHERMTU and ETHERMINMarin Ramesa
2013-11-10remove register qualifiersMarin Ramesa
2013-09-22device: remove unused file dk_label.cMarin Ramesa
2013-09-21add comments after endifsMarin Ramesa
2013-09-21remove lint codeMarin Ramesa
2013-09-21remove register qualifiersMarin Ramesa
2013-09-21remove lint codeMarin Ramesa
2013-09-21Coding style trivial fixesMarin Ramesa
2013-09-21remove register qualifiersMarin Ramesa
2013-09-16another small change in style for consistencyMarin Ramesa
2013-09-16use boolean_t instead of an intMarin Ramesa
2013-09-16remove preprocessor commentsMarin Ramesa
2013-09-16another small change in style for consistencyMarin Ramesa
2013-09-16small style changes for consistencyMarin Ramesa
2013-09-16remove register qualifiersMarin Ramesa
2013-09-15remove definition of NDEVICESMarin Ramesa
2013-09-15remove register qualifiersMarin Ramesa
2013-09-11remove register qualifiers.Marin Ramesa
2013-09-11track the console init with a boolean instead of an intMarin Ramesa
2013-09-11track the console buffer usage with a boolean instead of an intMarin Ramesa
2013-09-11drop unused CONSMAJORMarin Ramesa