| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: r202969: Actualize. | Ruslan Ermilov | 2010-02-15 | 1 | -2/+5 |
| * | Merge r202161 from head: | Gavin Atkinson | 2010-02-05 | 1 | -3/+3 |
| * | MFC r201048: | Edward Tomasz Napierala | 2010-01-31 | 1 | -44/+197 |
| * | MFC r197436: | Edward Tomasz Napierala | 2010-01-31 | 3 | -1/+289 |
| * | MFC r197434: | Edward Tomasz Napierala | 2010-01-31 | 1 | -0/+225 |
| * | MFC r196938: | Edward Tomasz Napierala | 2010-01-31 | 4 | -26/+1013 |
| * | MFC r196736: | Edward Tomasz Napierala | 2010-01-31 | 1 | -2/+1 |
| * | MFC r196710: | Edward Tomasz Napierala | 2010-01-31 | 1 | -0/+16 |
| * | MFC r201145 to stable/8: | Antoine Brodin | 2010-01-30 | 1 | -1/+1 |
| * | MFC r201350: | Brooks Davis | 2010-01-22 | 1 | -109/+0 |
| * | MFC r210428: sh: Add a regression test that tries out all arithmetic ops. | Jilles Tjoelker | 2010-01-10 | 1 | -0/+76 |
| * | MFC r198406: wordexp(3): fix some bugs with signals and long outputs | Jilles Tjoelker | 2009-12-06 | 1 | -0/+42 |
| * | MFC r196511: | Alexander Leidinger | 2009-11-05 | 19 | -93/+63 |
| * | MFC r196483,r196634: | Jilles Tjoelker | 2009-10-11 | 2 | -0/+15 |
| * | MFC r196460 | Jilles Tjoelker | 2009-09-01 | 2 | -2/+205 |
| * | MFC r196421: | Marko Zec | 2009-08-21 | 1 | -4/+2 |
| * | MFC r196409: | Marko Zec | 2009-08-20 | 3 | -175/+399 |
| * | MFC r196172: | Bjoern A. Zeeb | 2009-08-13 | 4 | -7/+40 |
| * | Fix syntax error, makefile comments start with #. | Konstantin Belousov | 2009-07-25 | 1 | -1/+1 |
| * | Update for vaps: | Sam Leffler | 2009-07-24 | 9 | -114/+32 |
| * | update for recent mesh additions | Sam Leffler | 2009-07-21 | 1 | -1/+17 |
| * | Remove the interim vimage containers, struct vimage and struct procg, | Jamie Gritton | 2009-07-17 | 2 | -62/+94 |
| * | Test suite for the poll(2)/select(2) on fifos, pipes and sockets, | Konstantin Belousov | 2009-07-12 | 14 | -0/+883 |
| * | Implementation of the upcoming Wireless Mesh standard, 802.11s, on the | Rui Paulo | 2009-07-11 | 11 | -1/+252 |
| * | Fix some uninitialise variables. | Brian Somers | 2009-07-08 | 2 | -1/+102 |
| * | Fix fpathconf(3) on fifos, in effect making ls(1) properly | Edward Tomasz Napierala | 2009-07-02 | 1 | -0/+34 |
| * | Add some tests for r194975 and r194977. | Jilles Tjoelker | 2009-06-25 | 1 | -0/+35 |
| * | - Make pprint print through fd 3, so it can be used in customisation | Nick Hibma | 2009-06-25 | 1 | -1/+6 |
| * | Designate special builtins as such in command -V and type. | Jilles Tjoelker | 2009-06-24 | 1 | -1/+1 |
| * | Add test for r190698. | Jilles Tjoelker | 2009-06-24 | 1 | -0/+7 |
| * | add a link named athpeek since my fingers keep typing it | Sam Leffler | 2009-06-24 | 1 | -0/+1 |
| * | read back the written value and display | Sam Leffler | 2009-06-24 | 1 | -2/+1 |
| * | Add libjail, a (somewhat) simpler interface to the jail_set and jail_get | Jamie Gritton | 2009-06-24 | 1 | -0/+1 |
| * | Add tests for r194774. | Jilles Tjoelker | 2009-06-23 | 1 | -0/+9 |
| * | Add architecture support for TinyBSD | Remko Lodder | 2009-06-20 | 1 | -2/+4 |
| * | Up the scale of the SPX loopback check a bit: use much larger data sizes | Robert Watson | 2009-06-20 | 1 | -59/+38 |
| * | Add tests for r194406 and r194516. | Jilles Tjoelker | 2009-06-19 | 2 | -0/+56 |
| * | - Don't hard code _.disk.full. Use the variable. | Nick Hibma | 2009-06-18 | 1 | -3/+2 |
| * | Reverse some stuff I accidentally committed in the previous commit: | Nick Hibma | 2009-06-18 | 1 | -5/+5 |
| * | Allow building world into a separate dir (for reuse in multiple images): | Nick Hibma | 2009-06-18 | 1 | -63/+62 |
| * | update usb config; the old stack is gone | Sam Leffler | 2009-06-17 | 1 | -11/+12 |
| * | When copy+paste goes wrong... Remove duplicate "expr". | Edwin Groothuis | 2009-06-17 | 1 | -1/+1 |
| * | iiin -> in | Edwin Groothuis | 2009-06-16 | 1 | -1/+1 |
| * | Fix NanoBSD when the data partition size is defined as a negative | Edwin Groothuis | 2009-06-16 | 1 | -1/+1 |
| * | Support for 64 Mb Kodak flash device. | Edwin Groothuis | 2009-06-16 | 1 | -0/+14 |
| * | Add support for 256MB Hitachi CF card and 256MB Silicon Systems CF card | Edwin Groothuis | 2009-06-16 | 1 | -0/+18 |
| * | Add a new 'void closefrom(int lowfd)' system call. When called, it closes | John Baldwin | 2009-06-15 | 3 | -0/+293 |
| * | Add tests for r194127 and r194128. | Jilles Tjoelker | 2009-06-14 | 2 | -0/+29 |
| * | Instead of only being able to compare two terminal definitions, now | Edwin Groothuis | 2009-06-14 | 1 | -21/+88 |
| * | Rename since it has will have more capabilities than just comparing of | Edwin Groothuis | 2009-06-14 | 1 | -0/+0 |