Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | device/device_init.c: remove forward declarations | Marin Ramesa | 2013-12-05 | 4 | -8/+12 |
* | device/net_io.c: initialize hash_entp to NULL | Marin Ramesa | 2013-12-05 | 1 | -1/+8 |
* | device: new header file chario.h | Marin Ramesa | 2013-11-24 | 2 | -10/+36 |
* | Add ifndefs | Marin Ramesa | 2013-11-18 | 2 | -0/+10 |
* | device: initialize to zero offset | Marin Ramesa | 2013-11-10 | 1 | -1/+1 |
* | remove register qualifiers | Marin Ramesa | 2013-11-10 | 1 | -6/+6 |
* | remove register qualifiers | Marin Ramesa | 2013-11-10 | 1 | -51/+51 |
* | remove definitions of ETHERMTU and ETHERMIN | Marin Ramesa | 2013-11-10 | 1 | -3/+0 |
* | remove register qualifiers | Marin Ramesa | 2013-11-10 | 1 | -3/+3 |
* | device: remove unused file dk_label.c | Marin Ramesa | 2013-09-22 | 1 | -99/+0 |
* | add comments after endifs | Marin Ramesa | 2013-09-21 | 1 | -8/+8 |
* | remove lint code | Marin Ramesa | 2013-09-21 | 1 | -13/+0 |
* | remove register qualifiers | Marin Ramesa | 2013-09-21 | 1 | -33/+32 |
* | remove lint code | Marin Ramesa | 2013-09-21 | 1 | -12/+0 |
* | Coding style trivial fixes | Marin Ramesa | 2013-09-21 | 1 | -2/+2 |
* | remove register qualifiers | Marin Ramesa | 2013-09-21 | 1 | -29/+29 |
* | another small change in style for consistency | Marin Ramesa | 2013-09-16 | 1 | -2/+2 |
* | use boolean_t instead of an int | Marin Ramesa | 2013-09-16 | 1 | -1/+1 |
* | 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 | 1 | -4/+0 |
* | 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 |
* | Remove old elevator algorithm function | Miguel Figueiredo | 2013-05-27 | 1 | -129/+0 |
* | Use unsigned long for addresses and sizes | Samuel Thibault | 2012-03-09 | 3 | -6/+6 |
* | Fix kern/kalloc.h includes | Richard Braun | 2011-12-17 | 1 | -1/+0 |
* | Adjust VM initialization | Richard Braun | 2011-12-17 | 1 | -6/+5 |
* | Adjust the kernel to use the slab allocator | Richard Braun | 2011-12-17 | 5 | -74/+51 |
* | Remove unused [!MACH_KERNEL] driver code | Guillem Jover | 2011-09-12 | 3 | -113/+0 |
* | Remove long obsolete RPC routines | Guillem Jover | 2011-09-02 | 1 | -2/+0 |
* | Use Mach native error codes instead of POSIX errno E* ones | Guillem Jover | 2011-09-02 | 1 | -45/+0 |
* | Fix declarations | Samuel Thibault | 2011-08-31 | 2 | -1/+5 |
* | Add missing headers | Guillem Jover | 2011-08-30 | 1 | -0/+1 |
* | Console declaration cleanup | Samuel Thibault | 2011-08-30 | 1 | -4/+7 |
* | Move free_skbuffs declaration to the top | Samuel Thibault | 2011-08-28 | 1 | -4/+1 |
* | Always initialize A and X variables in BPF code | Guillem Jover | 2011-08-27 | 1 | -2/+1 |
* | Add prototype for free_skbuffs function | Guillem Jover | 2011-08-27 | 1 | -0/+4 |
* | Update constants to nowadays standards | Samuel Thibault | 2011-04-22 | 1 | -1/+1 |