| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix configuration locking in MD. | Poul-Henning Kamp | 2005-09-19 | 1 | -116/+80 |
| * | o Extend the suite to run more than just the driver. We need to run | Marcel Moolenaar | 2005-09-19 | 2 | -72/+75 |
| * | Last change to this file actually removed the oldcard compat code. | Warner Losh | 2005-09-19 | 1 | -2/+1 |
| * | Make sure that we call if_free(ifp) after bus_teardown_intr. Since we | Warner Losh | 2005-09-19 | 31 | -62/+55 |
| * | Add the beginnings of a testsuite for testing GPT control requests. | Marcel Moolenaar | 2005-09-19 | 2 | -0/+223 |
| * | o Don't cause a panic when the control request lacks a verb. | Marcel Moolenaar | 2005-09-18 | 1 | -5/+9 |
| * | Move the UUID generator into its own function, called kern_uuidgen(), | Marcel Moolenaar | 2005-09-18 | 2 | -29/+41 |
| * | Add three new read-only socket options, which allow regression tests | Robert Watson | 2005-09-18 | 2 | -0/+20 |
| * | No ED_NO_MIIBUS no more. Not one more or the same number of non positive opt... | Warner Losh | 2005-09-18 | 1 | -1/+0 |
| * | MFp4: | Warner Losh | 2005-09-18 | 3 | -125/+149 |
| * | Open the tty device and pass the fd for SNPSTTY. | Olivier Houchard | 2005-09-18 | 1 | -2/+8 |
| * | Slightly change the API for the SNPSTTY ioctl so that the userland now | Olivier Houchard | 2005-09-18 | 2 | -9/+16 |
| * | Just by allocating size*2 bytes we can't be sure that new size will be enough, | Andrey A. Chernov | 2005-09-18 | 1 | -2/+2 |
| * | Take a first cut at cleaning up ifnet removal and multicast socket | Robert Watson | 2005-09-18 | 3 | -8/+20 |
| * | In mountd_precmd(), use rc_args, not mountd_args to | Craig Rodrigues | 2005-09-18 | 1 | -2/+2 |
| * | Add esp(4). | Christian Brueffer | 2005-09-18 | 3 | -0/+5 |
| * | Change the DESCRIPTION section into HARDWARE, since it already lists | Christian Brueffer | 2005-09-18 | 1 | -2/+2 |
| * | Use the correct function name as .Nm argument. | Christian Brueffer | 2005-09-18 | 1 | -1/+1 |
| * | Explain the use of `*' in master.passwd and that it's slightly | Giorgos Keramidas | 2005-09-18 | 1 | -1/+11 |
| * | Add the KLD to the sndstat info. | Alexander Leidinger | 2005-09-18 | 1 | -1/+1 |
| * | Merge NetBSD fixes (except for 1.97 there should be no functional change): | Alexander Leidinger | 2005-09-18 | 1 | -184/+236 |
| * | Add a regression test for listen()'s backlog argument, both at time of | Robert Watson | 2005-09-18 | 2 | -0/+389 |
| * | - In gem_ioctl() move the call to ether_ioctl() to the default case of | Marius Strobl | 2005-09-18 | 1 | -47/+29 |
| * | Add a note pointing out that certain information (IP address, list of | Colin Percival | 2005-09-18 | 1 | -0/+15 |
| * | ehcivar.h: | Alexander Leidinger | 2005-09-18 | 4 | -12/+100 |
| * | Fix spelling in a comment. | Robert Watson | 2005-09-18 | 1 | -1/+1 |
| * | Assert that (vp) is locked in fifo_close(), since we rely on the | Robert Watson | 2005-09-18 | 1 | -0/+1 |
| * | Re-comment sbcompress() to explain what it is it does; it took me | Robert Watson | 2005-09-18 | 2 | -14/+40 |
| * | Sort the list of disk controllers by driver-name. The notable exception is | Christian Brueffer | 2005-09-18 | 2 | -62/+62 |
| * | Sort the list of ethernet devices by driver-name. | Christian Brueffer | 2005-09-18 | 2 | -94/+94 |
| * | Sort list of supported hardware. | Christian Brueffer | 2005-09-18 | 2 | -10/+10 |
| * | Don't claim matcd(4) support, it was removed long ago. | Christian Brueffer | 2005-09-18 | 2 | -10/+0 |
| * | Introduce a kernel config for the Mandatory Access Control framework. | Christian S.J. Peron | 2005-09-18 | 7 | -0/+196 |
| * | Merged from src/sbin/fdisk/fdisk.c revision 1.81. | Yoshihiro Takahashi | 2005-09-18 | 1 | -1/+4 |
| * | MFi386: pci attribute allocation fixes. | Warner Losh | 2005-09-18 | 3 | -2/+6 |
| * | MFp4: Expose device_probe_child() | Warner Losh | 2005-09-18 | 2 | -1/+2 |
| * | Expose legacy_pcib_alloc_resource, and use it in the mptable pci bus | Warner Losh | 2005-09-17 | 3 | -2/+4 |
| * | Remove reference to bpfstat, this no longer exists. | Christian S.J. Peron | 2005-09-17 | 1 | -1/+0 |
| * | Implement new world order in VFS locking for ACLs. This will remove the | Christian S.J. Peron | 2005-09-17 | 3 | -132/+135 |
| * | Handle circular dependencies properly (via errx(3)) rather than dumping | Colin Percival | 2005-09-17 | 1 | -2/+15 |
| * | Bump .Dd | Joel Dahl | 2005-09-17 | 1 | -1/+1 |
| * | Clarify wording for -m flag. | Craig Rodrigues | 2005-09-17 | 1 | -2/+12 |
| * | Call gctl_free() to free resource allocated with gctl_get_handle(). | Craig Rodrigues | 2005-09-17 | 1 | -1/+4 |
| * | Fix so that color changes are not lost when the video mode changes. | Craig Rodrigues | 2005-09-17 | 1 | -0/+6 |
| * | o Add initial bits for IBSS support. | Damien Bergamini | 2005-09-17 | 3 | -25/+110 |
| * | Add cdce(4). | Joel Dahl | 2005-09-17 | 3 | -0/+5 |
| * | Add HARDWARE section. | Joel Dahl | 2005-09-17 | 1 | -10/+14 |
| * | Complete rewrite in preparation of adding support for control | Marcel Moolenaar | 2005-09-17 | 1 | -152/+724 |
| * | o Change the type of the ent_name field from short to uint16_t. | Marcel Moolenaar | 2005-09-17 | 1 | -1/+1 |
| * | Add a new AGP driver for ATI IGP chipsets. The driver is based on reading of | Eric Anholt | 2005-09-17 | 6 | -1/+798 |