Age | Commit message (Expand) | Author |
2014-04-04 | Convert from K&R to ANSI | Marin Ramesa |
2014-04-04 | Use explicit prototypes for struct dev_ops fields | Marin Ramesa |
2014-02-05 | Remove duplicate typedef | Samuel Thibault |
2013-12-20 | Mark pure functions with attribute pure | Marin Ramesa |
2013-12-20 | Declare void argument lists (part 2) | Marin Ramesa |
2013-12-17 | Mark functions that don't return with attribute noreturn | Marin Ramesa |
2013-12-17 | device: qualify pointers whose dereferenced values are constant with const | Marin Ramesa |
2013-12-17 | Cleanup of the copyin() and copyout() calls | Marin Ramesa |
2013-12-15 | device/dev_pager.c (device_pager_data_request_done): cast to size_t instead t... | Marin Ramesa |
2013-12-15 | device/dev_pager.c: remove unnecessary casts | Marin Ramesa |
2013-12-15 | Declare void argument lists | Marin Ramesa |
2013-12-11 | Cleanup of the memcpy(), memmove(), memcmp() and memset() calls | Marin Ramesa |
2013-12-10 | device/subrs.c: use io_req_t instead of struct buf | Marin Ramesa |
2013-12-10 | device/net_io.c: remove forward declarations | Marin Ramesa |
2013-12-10 | device/dev_pager.c: remove forward declarations | Marin Ramesa |
2013-12-10 | device/dev_pager.c: remove forward declaration | Marin Ramesa |
2013-12-10 | device/dev_pager.c (device_pager_data_request_done): remove unnecessary cast | Marin Ramesa |
2013-12-10 | device/dev_pager.c (device_pager_data_request): cast to (void *) instead to (... | Marin Ramesa |
2013-12-10 | device/dev_pager.c (device_pager_data_request): remove forward declaration | Marin Ramesa |
2013-12-10 | device/cons.c: fix argument list | Marin Ramesa |
2013-12-10 | device/cirbuf.c (cb_free): use vm_size_t instead of an int | Marin Ramesa |
2013-12-10 | device/cirbuf.c (cb_alloc): use vm_size_t instead of an int | Marin Ramesa |
2013-12-10 | device/chario.c: trivial stylistic fix for consistency | Marin Ramesa |
2013-12-09 | i386/i386at/kd.c: use io_req instead of uio | Marin Ramesa |
2013-12-09 | i386/i386at/com.c: fix assignment from incompatible pointer type | Marin Ramesa |
2013-12-09 | Cleanup of the prototypes | Marin Ramesa |
2013-12-08 | device/tty.h, chario.h: move prototype | Marin Ramesa |
2013-12-08 | device/kmsg.c: use boolean instead of an int | Marin Ramesa |
2013-12-08 | device/kmsg.c: use boolean instead of an int | Marin Ramesa |
2013-12-08 | device/if_ether.h: remove unused variable | Marin Ramesa |
2013-12-08 | device/dev_lookup.c: remove unused lock | Marin Ramesa |
2013-12-08 | device/cirbuf.c: use boolean instead of an int | Marin Ramesa |
2013-12-08 | device/chario.c: use boolean instead of an int | Marin Ramesa |
2013-12-08 | Fix implicit declaration of function | Samuel Thibault |
2013-12-08 | device/device_types_kernel.h: remove redeclaration of dev_port_lookup() | Marin Ramesa |
2013-12-08 | Add comments after endifs | Marin Ramesa |
2013-12-05 | kern/startup.c: remove forward declarations | Marin Ramesa |
2013-12-05 | kern/ipc_mig.c: remove forward declarations | Marin Ramesa |
2013-12-05 | device/device_init.c: remove forward declarations | Marin Ramesa |
2013-12-05 | device/net_io.c: initialize hash_entp to NULL | Marin Ramesa |
2013-11-24 | device: new header file chario.h | Marin Ramesa |
2013-11-18 | Add ifndefs | Marin Ramesa |
2013-11-10 | device: initialize to zero offset | Marin Ramesa |
2013-11-10 | remove register qualifiers | Marin Ramesa |
2013-11-10 | remove register qualifiers | Marin Ramesa |
2013-11-10 | remove definitions of ETHERMTU and ETHERMIN | Marin Ramesa |
2013-11-10 | remove register qualifiers | Marin Ramesa |
2013-09-22 | device: remove unused file dk_label.c | Marin Ramesa |
2013-09-21 | add comments after endifs | Marin Ramesa |
2013-09-21 | remove lint code | Marin Ramesa |