| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use stdio.h instead of vsprintf.h | Michael Brown | 2007-01-19 | 1 | -1/+1 |
| | | |||||
| * | Having forced __table() to natural structure alignment, it now seems | Michael Brown | 2007-01-10 | 1 | -41/+43 |
| | | | | | | | that we *can* place arrays in tables, which means we can force the order within a table without having to resort to explicitly numbered sections on everything. | ||||
| * | Add "name" field to struct device to allow human-readable hardware device | Michael Brown | 2007-01-10 | 1 | -8/+8 |
| | | | | | | | | | | | | names. Add "dev" pointer in struct net_device to tie network interfaces back to a hardware device. Force natural alignment of data types in __table() macros. This seems to prevent gcc from taking the unilateral decision to occasionally increase their alignment (which screws up the table packing). | ||||
| * | Add iSCSI initiator IQN as a setting | Michael Brown | 2006-12-21 | 1 | -0/+6 |
| | | |||||
| * | 8-bit integers are 1 byte long, not 8... | Michael Brown | 2006-12-20 | 1 | -1/+1 |
| | | |||||
| * | Added descriptive text for settings and setting types, and display it in | Michael Brown | 2006-12-20 | 1 | -2/+12 |
| | | | | | the option config UI. | ||||
| * | Move {show,set,clear}_setting() to {show,set,clear}_named_setting(). | Michael Brown | 2006-12-20 | 1 | -22/+18![]() |
| | | | | | | | | | Introduce new {show,set,clear}_setting() that take a struct setting * rather than a const char *. set_setting() handles calling clear_setting() when appropriate, so that individual setting types don't have to check for empty strings. | ||||
| * | Use -ENOSPC rather than -ENOMEM, to distinguish the cases "generic out of | Michael Brown | 2006-12-20 | 1 | -5/+5 |
| | | | | | memory" and "no space left for DHCP options" | ||||
| * | Added clear_setting() | Michael Brown | 2006-12-12 | 1 | -2/+25 |
| | | |||||
| * | Added "priority" and "root-path" options | Michael Brown | 2006-12-08 | 1 | -2/+94 |
| | | |||||
| * | inet_aton() has a non-traditional return value | Michael Brown | 2006-12-06 | 1 | -1/+1 |
| | | |||||
| * | Tied NVO commands into the human-interactable settings code that I | Michael Brown | 2006-12-05 | 1 | -37/+25![]() |
| | | | | | completely forgot I'd written ages ago. | ||||
| * | Added cmdl_show proof-of-concept | Michael Brown | 2006-08-11 | 1 | -0/+20 |
| | | |||||
| * | Added "hostname" and "ip" as sample settings | Michael Brown | 2006-08-11 | 1 | -0/+13 |
| | | |||||
| * | Added ipv4 configuration type | Michael Brown | 2006-08-11 | 1 | -0/+56 |
| | | |||||
| * | Add string configuration type | Michael Brown | 2006-08-11 | 1 | -5/+54 |
| | | |||||
| * | Added basic infrastructure for manipulating settings. | Michael Brown | 2006-08-11 | 1 | -0/+148 |

