| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Don't call print_pdu() when we are not debugging. This would result | harti | 2003-07-18 | 1 | -1/+2 |
* | Since checkmntlist() and getmntentry() return a struct statfs that | iedowse | 2003-07-18 | 1 | -24/+17 |
* | When the file system to unmount is specified by device name instead | iedowse | 2003-07-18 | 1 | -45/+7 |
* | Userland side of: | luigi | 2003-07-15 | 2 | -14/+22 |
* | Make sure that comments are printed at the end of a rule. | luigi | 2003-07-15 | 1 | -2/+4 |
* | Fix one typo in help() string, remove whitespace at end of line and | luigi | 2003-07-14 | 1 | -24/+23 |
* | o Rename local variables, do not shadow global declarations. | maxim | 2003-07-14 | 1 | -7/+7 |
* | o Kill MINICMPLEN, there is ICMP_MINLEN already. | maxim | 2003-07-14 | 1 | -7/+6 |
* | o Be ready to get a reply with length up to IP_MAXPACKET. | maxim | 2003-07-14 | 1 | -11/+18 |
* | ccept of empty lines when reading from a file (this fixes a bug | luigi | 2003-07-14 | 1 | -25/+52 |
* | Remove reference to max block size. dump no longer limits the block size. | grog | 2003-07-14 | 1 | -13/+1 |
* | Add a '-T' flag to print the timestamp as numeric value instead | luigi | 2003-07-12 | 2 | -5/+14 |
* | Document the existence of comments in ipfw rules, | luigi | 2003-07-12 | 1 | -4/+11 |