| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add missing <sys/module.h> includes | Poul-Henning Kamp | 2004-05-30 | 36 | -0/+36 |
| * | Zap a redundant NULL | Poul-Henning Kamp | 2004-05-30 | 1 | -1/+1 |
| * | Add some missing <sys/module.h> includes which are masked by the | Poul-Henning Kamp | 2004-05-30 | 33 | -2/+35 |
| * | Fix typo. | Lukas Ertl | 2004-05-30 | 1 | -1/+1 |
| * | Make the comment for DLT_NULL slightly more accurate. | David Malone | 2004-05-30 | 1 | -1/+1 |
| * | Use miligram rather than mg in the definition of carats. | David Malone | 2004-05-30 | 1 | -2/+2 |
| * | struct cpu_nameclass is a private to identcpu.c, move it there. | Poul-Henning Kamp | 2004-05-30 | 2 | -6/+4 |
| * | Merged from sys/dev/fdc/fdc.c revision 1.272. | Yoshihiro Takahashi | 2004-05-30 | 2 | -2/+2 |
| * | Also terminate program names if we hit a '/' - this is to be slightly | David Malone | 2004-05-30 | 1 | -1/+2 |
| * | Use a better way to calculate POINTER_WIDTH suggested by pjd@. | David Malone | 2004-05-30 | 1 | -1/+1 |
| * | A log file name may now be prefixed by a '-' if it should not be | David Malone | 2004-05-30 | 2 | -2/+32 |
| * | Add implementations for cimag{,f,l}, creal{,f,l} and conj{,f,l}. They are | Stefan Farfeleder | 2004-05-30 | 11 | -6/+331 |
| * | Include <string.h> rather than <strings.h> for string function prototypes. | Stefan Farfeleder | 2004-05-30 | 3 | -3/+3 |
| * | The file pt_tcplisten.c lacks the $FreeBSD$ keyword. Use the opportunity to | Stefan Farfeleder | 2004-05-30 | 8 | -28/+18 |
| * | Remove the macros for creal{,f} and cimag{,f}. They failed to convert their | Stefan Farfeleder | 2004-05-30 | 1 | -7/+0 |
| * | MFi386 revision 1.6 | Alan Cox | 2004-05-30 | 1 | -2/+2 |
| * | Use a unique malloc type rather than M_DEVBUF. | Scott Long | 2004-05-30 | 4 | -31/+35 |
| * | check interface number | MIHIRA Sanpei Yoshiro | 2004-05-30 | 1 | -3/+5 |
| * | Correct typo, vm_page_list_find() is called vm_pageq_find() for quite a | Hiten Pandya | 2004-05-30 | 1 | -2/+2 |
| * | Permit (but ignore) -Z with -x or -t, now that libarchive | Tim Kientzle | 2004-05-30 | 1 | -2/+9 |
| * | Try to be more careful about using using the file descriptor f_file. | David Malone | 2004-05-30 | 1 | -7/+13 |
| * | Some string fixes. | David Malone | 2004-05-29 | 1 | -4/+9 |
| * | Exit with a warning if the path to one of the logging sockets is | David Malone | 2004-05-29 | 1 | -0/+4 |
| * | Fix some bugs that don't manifest themselves in practice. | David Malone | 2004-05-29 | 1 | -3/+6 |
| * | Update a couple of comments. | David Malone | 2004-05-29 | 1 | -2/+2 |
| * | Fix build with ndisulator: Add prototype for my_strcasecmp(). | Bill Paul | 2004-05-29 | 1 | -0/+1 |
| * | Remove constant which makes the assumption that the length of | Christian S.J. Peron | 2004-05-29 | 1 | -2/+3 |
| * | o Implement -U flag: run command as user which exists only in jail. | Maxim Konovalov | 2004-05-29 | 2 | -19/+40 |
| * | In hme_init() call mii_mediachg() to make sure the current media is set. | Marius Strobl | 2004-05-29 | 1 | -1/+4 |
| * | DP83840A on hme(4) don't advertise their media capabilities themselves | Marius Strobl | 2004-05-29 | 1 | -4/+11 |
| * | Spelling fix in a comment. | Marius Strobl | 2004-05-29 | 2 | -2/+2 |
| * | Remove double __FBSDID and move the remaining one into a common place after | Marius Strobl | 2004-05-29 | 23 | -90/+27 |
| * | Move __FBSDID out from under a comment. | Marius Strobl | 2004-05-29 | 1 | -3/+3 |
| * | Spelling fix in a comment. | Marius Strobl | 2004-05-29 | 1 | -1/+1 |
| * | Don't release Giant until after the call to vput() in nfsrv_setattr(). | Robert Watson | 2004-05-29 | 1 | -1/+1 |
| * | In axe_stop(), close the pipes before calling axe_reset(). axe_reset() | Ian Dowse | 2004-05-29 | 1 | -2/+2 |
| * | No need to conditionally acquire Giant in nfssvc_nfsd() because it | Robert Watson | 2004-05-29 | 1 | -2/+0 |
| * | Refuse to change the configuration index if the device has open | Ian Dowse | 2004-05-29 | 1 | -2/+10 |
| * | Switch to using C99 sparse initialisers for the type methods array. | Roman Kurakin | 2004-05-29 | 3 | -67/+27 |
| * | Add a new netgraph method to allow restoration of some | Julian Elischer | 2004-05-29 | 4 | -12/+40 |
| * | Missed these in the last commit. | Julian Elischer | 2004-05-29 | 3 | -36/+31 |
| * | In subr_ndis.c, when searching for keys in our make-pretend registry, | Bill Paul | 2004-05-29 | 2 | -5/+71 |
| * | Format nits. | Maxim Konovalov | 2004-05-29 | 1 | -2/+2 |
| * | Remove unneeded XXX comments botched in previous commit. | Maxim Konovalov | 2004-05-29 | 1 | -6/+1 |
| * | Decrease sleep_delay default to 1 second now that the machines that | Nate Lawson | 2004-05-29 | 1 | -2/+2 |
| * | Throw the switch and enable use of the lowest idle states while online in | Nate Lawson | 2004-05-29 | 1 | -1/+1 |
| * | Style cleanups, don't set the device description before the probe routine | Nate Lawson | 2004-05-29 | 3 | -49/+37 |
| * | Remove componenst which are not part of GCC 3.3 and which are not likely | Alexander Kabaev | 2004-05-29 | 4 | -115/+0 |
| * | Fix the type of struct bbf's arc_count member: according to gcc's | Tim J. Robbins | 2004-05-29 | 1 | -1/+1 |
| * | Enable MI bits for gcc -ftest-coverage -fprofile-arcs on amd64. | Tim J. Robbins | 2004-05-29 | 1 | -1/+2 |