Home | History | Annotate | Download | only in kern
History log of /src/sys/kern/subr_optstr.c
RevisionDateAuthorComments
 1.8  20-Apr-2023  skrll Extend optstr(9) to provide some functions to convert the value.

Proposed on tech-kern some time ago.
 1.7  19-Nov-2022  skrll Style. NFCI.
 1.6  30-May-2016  martin David Binderman in PR kern/51189: simplify loop conditions
 1.5  28-Apr-2008  martin branches: 1.5.44; 1.5.64;
Remove clause 3 and 4 from TNF licenses
 1.4  22-Feb-2007  thorpej branches: 1.4.38; 1.4.40; 1.4.42;
TRUE -> true, FALSE -> false
 1.3  21-Feb-2007  thorpej Replace the Mach-derived boolean_t type with the C99 bool type. A
future commit will replace use of TRUE and FALSE with true and false.
 1.2  04-Nov-2006  jmmv branches: 1.2.4;
Fix matching of options with common prefixes (e.g. console and console_speed).
While here remove an useless assignment and bind a variable to a loop.
 1.1  03-Feb-2006  jmmv branches: 1.1.4; 1.1.16; 1.1.20; 1.1.22; 1.1.24;
Implement options string parsing of the form 'a=b c=d ...'. This will be
initially used by i386's Multiboot support but will be useful in other
situations too (think refactoring mount(2)'s API).
 1.1.24.1  10-Dec-2006  yamt sync with head.
 1.1.22.2  09-Sep-2006  rpaulo sync with head
 1.1.22.1  03-Feb-2006  rpaulo file subr_optstr.c was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:57:16 +0000
 1.1.20.1  18-Nov-2006  ad Sync with head.
 1.1.16.4  26-Feb-2007  yamt sync with head.
 1.1.16.3  30-Dec-2006  yamt sync with head.
 1.1.16.2  21-Jun-2006  yamt sync with head.
 1.1.16.1  03-Feb-2006  yamt file subr_optstr.c was added on branch yamt-lazymbuf on 2006-06-21 15:09:38 +0000
 1.1.4.2  18-Feb-2006  yamt sync with head.
 1.1.4.1  03-Feb-2006  yamt file subr_optstr.c was added on branch yamt-uio_vmspace on 2006-02-18 15:39:18 +0000
 1.2.4.1  27-Feb-2007  yamt - sync with head.
- move sched_changepri back to kern_synch.c as it doesn't know PPQ anymore.
 1.4.42.1  16-May-2008  yamt sync with head.
 1.4.40.1  18-May-2008  yamt sync with head.
 1.4.38.1  02-Jun-2008  mjf Sync with HEAD.
 1.5.64.1  09-Jul-2016  skrll Sync with HEAD
 1.5.44.1  03-Dec-2017  jdolecek update from HEAD

RSS XML Feed