| Commit message (Expand) | Author | Age | Files | Lines |
* | Use strncmp() and not strcmp() here to properly match | bmilekic | 2003-08-01 | 1 | -1/+1 |
* | Remove a 'From:' that snuck into an sccsid comment line as part of -v1.3 | gad | 2003-08-01 | 1 | -1/+1 |
* | Remove options processing for dumping swapdevice radix map. | phk | 2003-07-31 | 2 | -5/+1 |
* | When dumping swap information, drop the "Type" field which displays | phk | 2003-07-31 | 1 | -7/+4 |
* | Fix bug in find_matching_entry_incoming(): the loop checking the allowed | hm | 2003-07-31 | 1 | -25/+28 |
* | fixed wrong parameter descriptions | suz | 2003-07-30 | 1 | -3/+9 |
* | Use a size_t for variables that need to hold buffer lengths. | harti | 2003-07-29 | 4 | -18/+20 |
* | Minor grammar, punctuation, and wording fixes | yar | 2003-07-29 | 1 | -8/+8 |
* | Allow sleep states to be specified as S1, S2, ... | njl | 2003-07-28 | 2 | -1/+5 |
* | Fix "write from stdin". | pb | 2003-07-26 | 1 | -3/+6 |
* | Make this 64 bit clean. Use size_t for sysctl() length pointer args. | peter | 2003-07-25 | 1 | -1/+2 |
* | Fix amd64 build by deleting trailing whitespace. Doh! | peter | 2003-07-25 | 1 | -1/+1 |
* | Fix output from an error message. | njl | 2003-07-25 | 1 | -5/+5 |
* | Make the example "too large" message in the manual match the updated one | mckay | 2003-07-25 | 1 | -1/+1 |
* | Hide more crypto from being crunched at release time. | markm | 2003-07-24 | 1 | -1/+1 |
* | Turn on the extended syntax, which TCP_wrappers has by default, as | markm | 2003-07-24 | 1 | -1/+1 |
* | Don't check for the existance of src/crypto/ for building items that | markm | 2003-07-24 | 5 | -7/+5 |
* | Add mount_nwfs/mount_smbfs to the build for amd64. | peter | 2003-07-24 | 1 | -0/+2 |
* | Attach acpi, boot0cfg, lptcontrol, sicontrol, spkrtest, zzz for amd64. | peter | 2003-07-24 | 1 | -1/+11 |
* | Teach crunchide(1) about PowerPC ELF. | obrien | 2003-07-22 | 1 | -0/+4 |
* | Quote from a Problem Report: | maxim | 2003-07-21 | 1 | -1/+1 |
* | Report the I/O base address in hex to be consistent with its | dds | 2003-07-18 | 1 | -1/+1 |
* | Implement a new option: -i, which will allow to limit | yar | 2003-07-18 | 2 | -4/+33 |
* | When reporting errors binding IPv6 TCP sockets, don't call them UDP | rwatson | 2003-07-17 | 1 | -3/+3 |
* | Fix a grammar bogon and a typo | brueffer | 2003-07-17 | 1 | -1/+1 |
* | Move my inetd maintainer note to src/MAINTAINERS. | dwmalone | 2003-07-15 | 1 | -2/+0 |
* | Get the connections per minute calculation right. By good fortune | dwmalone | 2003-07-15 | 1 | -1/+1 |
* | (Hopefully) Last set of changes so all of lpr uses __FBSDID() for | gad | 2003-07-15 | 5 | -18/+20 |
* | More changes to use __FBSDID() for setting rcsids, and fix the | gad | 2003-07-15 | 2 | -4/+7 |
* | More changes to use __FBSDID() for setting rcsids, and fix the | gad | 2003-07-15 | 1 | -5/+6 |
* | More changes to use __FBSDID() for setting rcsids. For the filter | gad | 2003-07-15 | 6 | -9/+18 |
* | More changes to use __FBSDID() for setting rcsids, and fix the | gad | 2003-07-14 | 5 | -18/+17 |
* | Get the 'sccsid' lines even closer to correct style(9) form. The | gad | 2003-07-14 | 5 | -0/+13 |
* | Get the 'sccsid' for this to match the original lines you would | gad | 2003-07-14 | 1 | -2/+6 |
* | Get the 'sccsid' lines even closer to correct style(9) form. The | gad | 2003-07-14 | 5 | -0/+10 |
* | Assorted mdoc(7) fixes: | hmp | 2003-07-14 | 1 | -7/+17 |
* | Hook zzz up to the build. | njl | 2003-07-14 | 1 | -1/+2 |
* | Remove the zzz files since they have been moved to src/usr.sbin/zzz | njl | 2003-07-14 | 3 | -100/+1 |
* | Move the zzz utility to its own directory since it is no longer dependent | njl | 2003-07-14 | 3 | -0/+104 |
* | More changes to use __FBSDID() for setting rcsids, and fix the | gad | 2003-07-14 | 6 | -26/+19 |
* | Take advantage of the common_source/lp.cdefs.h file to change lpr | gad | 2003-07-14 | 12 | -42/+26 |
* | Introduce a new lp.cdefs.h file, which will be used to make it | gad | 2003-07-14 | 1 | -0/+107 |
* | Change zzz to be a shell script that checks for APM or ACPI support and | njl | 2003-07-14 | 3 | -3/+101 |
* | If mktime() or timegm() return -1, print out the resume timer value as | rwatson | 2003-07-13 | 1 | -3/+6 |
* | Eliminate non-existent word. | jkoshy | 2003-07-13 | 1 | -1/+1 |
* | Add a missing DITEM_CONTINUE flag so the options menu returns to the | murray | 2003-07-13 | 1 | -1/+1 |
* | From the PR: | kris | 2003-07-13 | 1 | -10/+38 |
* | The second argument to fgetln() is a size_t *, not an int *. | tmm | 2003-07-12 | 1 | -1/+1 |
* | Give users the ability to select an alternative MTA during the installation. | trhodes | 2003-07-12 | 8 | -66/+504 |
* | - Allow retrieval of local Configuration ROM. | simokawa | 2003-07-12 | 1 | -2/+1 |