| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow multiple makeoption lines to be used with the += operator, this permits | thompsa | 2008-11-22 | 6 | -16/+32 |
* | 'Strict EAP conformance' makes more sense here than 'String EAP | imp | 2008-11-21 | 1 | -1/+1 |
* | damn. Always do make depend. Forgot to recompile main because of it, | imp | 2008-11-20 | 1 | -5/+5 |
* | Fix check for link target so we don't print cardbus CIS information twice. | imp | 2008-11-20 | 1 | -38/+39 |
* | Restore now-useless ioctl as a roadmap. The original dumpcis code | imp | 2008-11-20 | 1 | -0/+1 |
* | More dead code removal. | imp | 2008-11-20 | 1 | -6/+0 |
* | The original programs that this code was lifted from (pccardd and | imp | 2008-11-20 | 3 | -413/+19 |
* | dump() really is unused, so retire it. | imp | 2008-11-20 | 3 | -23/+0 |
* | Simplify: move dumpcis.c and dumpcisfile.c into main. | imp | 2008-11-20 | 5 | -134/+43 |
* | src/sys/dev/usb2/controller/uss820dci_pccard.c | alfred | 2008-11-19 | 3 | -82/+144 |
* | As a matter of good programming style, stop PMCs before releasing | jkoshy | 2008-11-19 | 1 | -0/+3 |
* | Constify return value of stripath and avoid unnecessary deconst | delphij | 2008-11-19 | 1 | -4/+4 |
* | - fix typo | danger | 2008-11-18 | 1 | -1/+1 |
* | Restore original frequency on exit. | mav | 2008-11-18 | 1 | -2/+4 |
* | Set of powerd enchancements: | mav | 2008-11-18 | 2 | -89/+154 |
* | remove a pointless prototype and static-fy the corresponding function | matteo | 2008-11-18 | 1 | -2/+1 |
* | use WARNS?= instead of WARNS= | matteo | 2008-11-18 | 1 | -1/+1 |
* | Be more precise and use sizeof(tn) | matteo | 2008-11-18 | 1 | -1/+1 |
* | Use WARNS?= instead of WARNS= | matteo | 2008-11-18 | 1 | -1/+1 |
* | make this warns=5 clean | imp | 2008-11-17 | 6 | -191/+46 |
* | Move dumpcis to its own directory, start to decouple from the | imp | 2008-11-17 | 23 | -1223/+1 |
* | Minor ANSI tweaks. | imp | 2008-11-17 | 1 | -5/+2 |
* | Ignore absent CPUs when listing the current state of PMC hardware. | jkoshy | 2008-11-16 | 1 | -1/+4 |
* | Finish a few more .Dl "quoted" arguments missed in revision 184984 | keramida | 2008-11-15 | 1 | -4/+4 |
* | Add missing quotes to .Dl arguments. | keramida | 2008-11-15 | 1 | -4/+4 |
* | Add ADMA, SATA and SAS mass storage subclasses. | mav | 2008-11-13 | 1 | -0/+3 |
* | Add ale(4) to the list of supported network interface. | yongari | 2008-11-12 | 1 | -0/+1 |
* | No need to run rm ${COMPFILE} after mm_install() - mm_install() | sobomax | 2008-11-11 | 1 | -1/+0 |
* | Make usr.sbin/cron/crontab and usr.sbin/cron/lib WARNS=3 clean | matteo | 2008-11-10 | 6 | -23/+20 |
* | Improve on 184781 - instead of ignoring the file when the only difference | sobomax | 2008-11-09 | 1 | -2/+8 |
* | Revert to previous revision. | matteo | 2008-11-09 | 1 | -23/+0 |
* | - Document the changed meaning of a '*' argument to option "-c". | jkoshy | 2008-11-09 | 1 | -7/+7 |
* | Change the meaning of a "*" argument to option -c to mean 'all | jkoshy | 2008-11-09 | 1 | -7/+21 |
* | Ignore files that only differ in CVS Id tag. | sobomax | 2008-11-09 | 1 | -0/+14 |
* | Don't leave files in /var/cront/tabs when interrupted | matteo | 2008-11-09 | 1 | -0/+26 |
* | Be paranoid and use snprintf | matteo | 2008-11-09 | 1 | -7/+7 |
* | Update ports number and size of Ports Collection. | blackend | 2008-11-07 | 1 | -2/+2 |
* | Be paranoid and zero out passwd | matteo | 2008-11-06 | 1 | -0/+2 |
* | Tiny typo fix and remove 'example' from a "real" manpage. | keramida | 2008-11-05 | 1 | -3/+3 |
* | Bring in USB4BSD, Hans Petter Selasky rework of the USB stack | alfred | 2008-11-04 | 5 | -0/+1241 |
* | Implement support for RPCSEC_GSS authentication to both the NFS client | dfr | 2008-11-03 | 7 | -40/+903 |
* | Clamp the values of t_column to 5 digits in `pstat -t' and `show all ttys'. | ed | 2008-11-01 | 1 | -1/+1 |
* | - Whenever a password/shell is changed via rpc.yppasswdd, the daemon leaves | rafan | 2008-10-30 | 1 | -0/+4 |
* | We do not have a libkse anymore and Mk/bsd.* does not know | bz | 2008-10-27 | 1 | -1/+1 |
* | Slightly adjust code logic: we allocate a "size"ed length of memory, not | delphij | 2008-10-23 | 1 | -5/+5 |
* | Use strlcpy() before strlen() instead of strncpy(). | delphij | 2008-10-23 | 1 | -1/+1 |
* | Since we are going to strlen() on the string, it is supposed to be | delphij | 2008-10-23 | 1 | -1/+1 |
* | Replace malloc() + memset() with calloc. This corrects a misuse of | delphij | 2008-10-23 | 3 | -20/+10 |
* | Turns out its not a good idea to assume the packages that might be | kensmith | 2008-10-22 | 1 | -4/+11 |
* | Add HDA multimedia subclass. | mav | 2008-10-21 | 1 | -0/+1 |