| Commit message (Expand) | Author | Age | Files | Lines |
* | Hook up ffsinfo(8). | rwatson | 2003-08-14 | 1 | -0/+1 |
* | Commit 1 of 2 to fix ffsinfo(8) for UFS2. | rwatson | 2003-08-14 | 3 | -211/+226 |
* | support poll(2). | ume | 2003-08-14 | 1 | -1/+1 |
* | Commit 1 of 2 to fix ffsinfo(8) for UFS2. | rwatson | 2003-08-14 | 2 | -115/+292 |
* | - Clarify the port range syntax in -redirect_port. | ru | 2003-08-13 | 1 | -14/+24 |
* | Added an option to specify an alternate PID file. | ru | 2003-08-13 | 2 | -3/+23 |
* | Add a '-M mask' option so that users can have different | trhodes | 2003-08-12 | 2 | -5/+34 |
* | Correct a grammatical error. | ceri | 2003-08-12 | 1 | -1/+1 |
* | Add a program for configuration of the ATM drivers and the IP over ATM | harti | 2003-08-12 | 10 | -0/+3017 |
* | Add the new arguments for the add pvc command to the help information. | harti | 2003-08-11 | 1 | -1/+3 |
* | Turn the annoying and long error message off. It was so | mbr | 2003-08-09 | 1 | -1/+1 |
* | PR: docs/53688 | bms | 2003-08-09 | 1 | -8/+10 |
* | Make this WARNS=6 clean by prototyping 'usage'. | johan | 2003-08-08 | 2 | -0/+3 |
* | Make this WARNS=6 clean by renaming the variable 'err' to 'error' | johan | 2003-08-07 | 2 | -7/+7 |
* | Prefer PATH_MAX to MAXPATHLEN. Both contain the trailing NUL, so | imp | 2003-08-07 | 3 | -5/+5 |
* | No need to define optind as an extern. stdlib.h does that for us. | imp | 2003-08-07 | 1 | -1/+0 |
* | Prefer PATH_MAX to MAXPATHLEN. PATH_MAX has the trailing NUL. | imp | 2003-08-07 | 1 | -1/+1 |
* | MAXPATHLEN includes the trailing NUL, so no need to add 1 here. | imp | 2003-08-07 | 1 | -1/+1 |
* | Localize 'ls' output | ache | 2003-08-06 | 2 | -4/+8 |
* | Don't reinvent the wheel: Use setmode(3) to interpret | yar | 2003-08-05 | 2 | -3/+15 |
* | Exit with a non-zero status upon a block allocation failure. | yar | 2003-08-05 | 1 | -3/+3 |
* | Make this WARNS=6 clean by: | johan | 2003-08-05 | 4 | -41/+41 |
* | LANG->LC_ALL | ache | 2003-08-04 | 1 | -1/+1 |
* | Fix problem differently, use | ache | 2003-08-04 | 1 | -1/+1 |
* | Use tr '[:lower:]' '[:upper:]' to work with any locale | ache | 2003-08-04 | 1 | -1/+1 |
* | style.Makefile(5)'ize | obrien | 2003-08-03 | 5 | -32/+15 |
* | Spell "file system" correctly. | ru | 2003-08-01 | 3 | -3/+3 |
* | Make firmware version 4.1.12 the default for download to PCA-200E adapters. | harti | 2003-07-31 | 3 | -11/+2073 |
* | Fix the code with respect to the assumption that sizeof(long) == 4. | harti | 2003-07-30 | 1 | -32/+32 |
* | Fix what was a common idiom in PDP-11 days: declare a local int and | harti | 2003-07-30 | 1 | -2/+2 |
* | Make this compile with WARNS=6. | harti | 2003-07-30 | 2 | -102/+78 |
* | Fix warnings: a variable that was unused, a variable that | harti | 2003-07-30 | 1 | -4/+3 |
* | Use size_t for buffer sizes. Improve error handling in some places. | harti | 2003-07-29 | 8 | -148/+117 |
* | Add support for CBR and VBR PVCs. Enhance the error handling for | harti | 2003-07-28 | 3 | -39/+159 |
* | Enable dhclient to poll the interface state and send only | mbr | 2003-07-28 | 1 | -1/+1 |
* | Make atm WARNS=6 clean. The changes are mostly: | harti | 2003-07-28 | 10 | -382/+299 |
* | o Fix usage(): remove '-l', add missed '-f', sort. | maxim | 2003-07-26 | 1 | -1/+1 |
* | Remove references to the '-l' option in synopsis. The rest of the | simon | 2003-07-26 | 1 | -2/+1 |
* | Minor mdoc(7) cleanup, based on the PR below. | simon | 2003-07-26 | 1 | -2/+4 |
* | When deciding whether to download the microcode or not look at the API rather | harti | 2003-07-25 | 1 | -1/+1 |
* | Due to a gcc bug, it doesn't like local variables with names like 'sin'. | harti | 2003-07-25 | 1 | -3/+3 |
* | Make ilmid WARNS=6 clean. The problem were a couple of unused function | harti | 2003-07-25 | 2 | -14/+14 |
* | Build /sbin/gpt on amd64 for good luck as well. | peter | 2003-07-24 | 1 | -1/+2 |
* | Simplistic C comment re is wrong, use more correct one | imp | 2003-07-23 | 1 | -1/+1 |
* | Remove old workaround | imp | 2003-07-23 | 1 | -3/+1 |
* | Add a note that net.inet.ip.fw.autoinc_step is ipfw2-specific | luigi | 2003-07-22 | 1 | -0/+4 |
* | Quote from a Problem Report: | maxim | 2003-07-21 | 1 | -1/+1 |
* | o Initialize do_pipe before command parsing. | maxim | 2003-07-21 | 1 | -0/+1 |
* | Take advantage of the use of file system IDs to simplify umount(8) | iedowse | 2003-07-20 | 1 | -298/+144 |
* | When mount(8) is invoked with the `-v' flag, display the filesystem | iedowse | 2003-07-18 | 3 | -17/+54 |