Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove preprocessor comments | Marin Ramesa | 2013-09-16 | 1 | -7/+0 |
* | another small change in style for consistency | Marin Ramesa | 2013-09-16 | 1 | -2/+2 |
* | small style changes for consistency | Marin Ramesa | 2013-09-16 | 1 | -7/+8 |
* | remove register qualifiers | Marin Ramesa | 2013-09-16 | 1 | -9/+9 |
* | remove definition of NDEVICES | Marin Ramesa | 2013-09-15 | 1 | -2/+0 |
* | remove register qualifiers | Marin Ramesa | 2013-09-15 | 1 | -18/+18 |
* | remove register qualifiers. | Marin Ramesa | 2013-09-11 | 1 | -24/+24 |
* | track the console init with a boolean instead of an int | Marin Ramesa | 2013-09-11 | 1 | -2/+2 |
* | track the console buffer usage with a boolean instead of an int | Marin Ramesa | 2013-09-11 | 1 | -4/+4 |
* | drop unused CONSMAJOR | Marin Ramesa | 2013-09-11 | 1 | -3/+0 |
* | Remove register qualifiers | Marin Ramesa | 2013-09-09 | 1 | -36/+36 |
* | Add const qualifiers. | Marin Ramesa | 2013-09-09 | 1 | -2/+2 |
* | Drop useless forward declaration | Marin Ramesa | 2013-09-09 | 1 | -2/+0 |
* | Drop luna88k bits | Marin Ramesa | 2013-09-09 | 2 | -5/+1 |
* | Drop FXSR initialization message | Samuel Thibault | 2013-08-28 | 1 | -1/+0 |
* | kern: add missing prototype | Marin Ramesa | 2013-07-18 | 1 | -0/+2 |
* | ipc: organize ipc print function prototypes | Marin Ramesa | 2013-07-18 | 6 | -6/+23 |
* | vm: organize vm print function prototypes | Marin Ramesa | 2013-07-18 | 6 | -5/+25 |
* | ddb: cleanup db_command.c | Marin Ramesa | 2013-07-18 | 2 | -13/+7 |
* | fix implicit declarations | Marin Ramesa | 2013-07-07 | 2 | -0/+3 |
* | Restore db_help_cmd | Samuel Thibault | 2013-07-07 | 1 | -0/+13 |
* | ddb: cleanup db_command.c | Marin Ramesa | 2013-07-06 | 9 | -30/+97 |
* | ddb: use and cleanup db_print.h | Marin Ramesa | 2013-07-05 | 3 | -73/+3 |
* | ddb: fix implicit declarations | Marin Ramesa | 2013-07-04 | 5 | -0/+10 |
* | (slab_info): fix format warnings | Marin Ramesa | 2013-06-29 | 1 | -1/+1 |
* | Add device_pager_setup prototype | Marin Ramesa | 2013-06-29 | 1 | -0/+7 |
* | Add [nh]to[hn][ls] prototypes | Marin Ramesa | 2013-06-29 | 1 | -0/+5 |
* | Fix int/long discrepancy | Samuel Thibault | 2013-06-29 | 1 | -7/+7 |
* | Add partitioning reload support to ahci | Samuel Thibault | 2013-06-24 | 1 | -2/+33 |
* | Fix printing ahci PCI dev and fun | Samuel Thibault | 2013-06-24 | 1 | -2/+3 |
* | Add missing 4KiB memory | Samuel Thibault | 2013-06-10 | 1 | -1/+1 |
* | Add non-contiguous mmap support | Samuel Thibault | 2013-06-10 | 2 | -10/+99 |
* | Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumach | Samuel Thibault | 2013-06-09 | 1 | -4/+10 |
|\ | |||||
| * | Fix object construction in the slab allocator | Richard Braun | 2013-06-09 | 1 | -4/+10 |
* | | Do not skip AHCI controller without HOST_CAP_ONLY | Samuel Thibault | 2013-06-09 | 1 | -4/+0 |
* | | Add timeout to ahci IDENTIFY | Samuel Thibault | 2013-06-09 | 1 | -1/+15 |
* | | Fix printf format | Samuel Thibault | 2013-06-09 | 1 | -3/+3 |
* | | Fix format | Samuel Thibault | 2013-06-09 | 1 | -3/+3 |
|/ | |||||
* | Comment unused variable | Marin Ramesa | 2013-06-04 | 1 | -3/+4 |
* | Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumach | Samuel Thibault | 2013-06-04 | 1 | -0/+1 |
|\ | |||||
| * | Fix yet another locking error in the slab allocator | Richard Braun | 2013-06-02 | 1 | -0/+1 |
* | | Fix format warnings | Miguel Figueiredo | 2013-06-04 | 3 | -7/+7 |
* | | Remove unused variable | Miguel Figueiredo | 2013-06-02 | 1 | -1/+0 |
|/ | |||||
* | Remove unused variable | Miguel Figueiredo | 2013-06-02 | 1 | -1/+0 |
* | Add LBA48 support to AHCI driver | Samuel Thibault | 2013-05-30 | 2 | -12/+41 |
* | Remove old elevator algorithm function | Miguel Figueiredo | 2013-05-27 | 1 | -129/+0 |
* | Remove unneeded variable initialization | Miguel Figueiredo | 2013-05-19 | 1 | -1/+1 |
* | Remove duplicate line | Samuel Thibault | 2013-05-19 | 1 | -1/+0 |
* | Reduce fragmentation in the slab allocator | Richard Braun | 2013-05-16 | 1 | -2/+5 |
* | Rename list_insert to list_insert_head | Richard Braun | 2013-05-16 | 2 | -5/+5 |