| Commit message (Expand) | Author | Age | Files | Lines |
* | Update to use DEVMETHOD_END. | marius | 2011-11-22 | 1 | -1/+1 |
* | Add descriptor sense support to CAM, and honor sense residuals properly in | ken | 2011-10-03 | 2 | -13/+13 |
* | Forgot to add "RELENG_8" to list of CVS tags. | kensmith | 2011-09-26 | 1 | -1/+1 |
* | Shift head from 9.0-CURRENT to 10.0-CURRENT in preparation for releasing | kensmith | 2011-09-26 | 1 | -5/+5 |
* | It's a bit odd, but "make update" in src/ can also update the ports/, | ru | 2011-06-16 | 1 | -0/+1 |
* | Change new constant names to ones used by OpenSolaris. | mav | 2011-05-27 | 1 | -2/+2 |
* | Oops, fix typo in r222336. | mav | 2011-05-27 | 1 | -1/+1 |
* | Add ses/srcs/eltsub.h to the list of files to be installed. | mav | 2011-05-27 | 1 | -0/+1 |
* | Add names for few more SES element types according SES-2 specification. | mav | 2011-05-27 | 1 | -0/+12 |
* | Fix more typos to be a good example. | uqs | 2011-05-22 | 8 | -143/+139 |
* | Remove typos, tabs-after-spaces and EOL whitespace. Convert to UTF-8. | uqs | 2011-05-22 | 1 | -12/+11 |
* | Uuencode the sample "binary" firmware image file (instead of explicitly | emaste | 2011-04-01 | 4 | -24/+21 |
* | Unbreak installworld after r220205. | emaste | 2011-04-01 | 1 | -1/+1 |
* | Avoid having a binary file in our source tree and instead create it at | emaste | 2011-03-31 | 2 | -0/+4 |
* | Give better URL to the list of available CVSup mirrors. | glebius | 2011-03-22 | 7 | -14/+14 |
* | Add AMD Geode CPU type to bsd.cpu.mk and examples/etc/make.conf | mm | 2011-03-07 | 1 | -1/+1 |
* | mbone is no longer a physical category | dougb | 2011-03-06 | 2 | -2/+0 |
* | Actually install the example Khelp module committed in r218545. | lstewart | 2011-02-21 | 1 | -0/+3 |
* | Add opteron-sse3, athlon64-sse3 and k8-sse3 cpu types to bsd.cpu.mk. | mm | 2011-02-20 | 1 | -2/+3 |
* | Update the icmp example to show allowing only the safe types. | brucec | 2011-02-19 | 1 | -1/+1 |
* | If the pf.conf(5) example file is copied when setting up a firewall it's | brucec | 2011-02-12 | 1 | -0/+1 |
* | Add an example Khelp module, which will be referenced in the forthcoming Khelp | lstewart | 2011-02-11 | 4 | -1/+172 |
* | Remove DOS-style EOLs | sem | 2011-01-25 | 1 | -11/+11 |
* | Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier. | mdf | 2011-01-19 | 1 | -2/+3 |
* | - Add CPUTYPE support for sparc64. The net result is that it's now possible | marius | 2010-12-30 | 1 | -0/+2 |
* | Add Makefile entry to install two new example files. | julian | 2010-10-24 | 1 | -0/+4 |
* | Add two scripts that demonstrate how to make and | julian | 2010-10-24 | 3 | -0/+738 |
* | Remove the manpath.config entry now that it's no longer installed. | gordon | 2010-10-09 | 1 | -1/+0 |
* | o csup(1) does not have -g flag. Remove it from the example. | maxim | 2010-09-02 | 1 | -1/+1 |
* | Add an example to encourage people to have a look at either | bcr | 2010-07-25 | 1 | -0/+11 |
* | Fix missing argument for errx(). | kevlo | 2010-06-23 | 1 | -6/+4 |
* | Fix the syscall module name after r205320. | kib | 2010-06-15 | 1 | -1/+1 |
* | indent.pro example: actually install the sample file | avg | 2010-04-21 | 1 | -0/+2 |
* | indent.pro example: put all options one per line | avg | 2010-04-05 | 1 | -2/+30 |
* | indent.pro example: correctly place -ta option | avg | 2010-04-05 | 1 | -2/+1 |
* | indent.pro: replace a bunch of -T types with -ta introduced in r205989 | avg | 2010-04-02 | 1 | -111/+1 |
* | add example indent.pro file believed to produce code with minimal differences... | avg | 2010-04-02 | 1 | -0/+129 |
* | Always assign WARNS using ?= | uqs | 2010-03-02 | 1 | -3/+3 |
* | Please welcome HAST - Highly Avalable Storage. | pjd | 2010-02-18 | 6 | -0/+290 |
* | Conform style.Makefile(5) and replace = and += with ?=, which lets you to | wkoszek | 2010-02-01 | 2 | -2/+2 |
* | Include unistd.h for read(), write() and stdlib.h for exit(). | wkoszek | 2010-01-18 | 2 | -3/+6 |
* | Small cleanup while being here: | wkoszek | 2010-01-18 | 2 | -14/+6 |
* | Include stdlib.h for exit(3) and unistd.h for syscall(2). This makes | wkoszek | 2010-01-18 | 1 | -0/+2 |
* | Small fix for making this KLD to compile. | wkoszek | 2010-01-18 | 1 | -1/+1 |
* | Remove examples for pppd and SLIP-related stuff. | trasz | 2009-12-29 | 19 | -277/+0 |
* | Removed one more Alpha leftover. | ru | 2009-12-21 | 1 | -1/+0 |
* | Install firmware(9) examples. | antoine | 2009-12-12 | 1 | -0/+6 |
* | Cleanup code to make it WARNS=6 clean: | delphij | 2009-11-04 | 11 | -40/+54 |
* | Include string.h for prototype of strcmp(). | delphij | 2009-11-04 | 1 | -0/+1 |
* | Tell about the full name we opened, not the unit. | mjacob | 2009-09-19 | 1 | -1/+1 |