| Commit message (Expand) | Author | Age | Files | Lines |
* | MFi386: Add ReiserFS | Yoshihiro Takahashi | 2005-05-25 | 2 | -0/+12 |
* | - Move the REISERFS option in the MD NOTES file for i386, it doesn't | Maxime Henrion | 2005-05-24 | 1 | -6/+0 |
* | Connect the ReiserFS filesystem to the build (i386 only). | Jean-Sébastien Pédron | 2005-05-24 | 3 | -0/+18 |
* | - Hook up machfb(4) to the sparc64 build, not enabled in GENERIC | Marius Strobl | 2005-05-21 | 1 | -0/+1 |
* | For sparc64 conditionalize the compilation of the gfb_cursor() variant | Marius Strobl | 2005-05-21 | 1 | -2/+0 |
* | Sync with the other files.<arch> files and put the keyboard map | Marius Strobl | 2005-05-19 | 1 | -7/+7 |
* | - Collapse eeprom_ebus.c and eeprom_sbus.c into eeprom.c and | Marius Strobl | 2005-05-19 | 1 | -4/+3 |
* | - Try to not leak resources in the attach functions of the esp(4) SBus | Marius Strobl | 2005-05-19 | 1 | -1/+2 |
* | Correct format is 'options<space><tab>'. | Gleb Smirnoff | 2005-05-16 | 1 | -3/+3 |
* | Make NETGRAPH_DEBUG a kernel option, so that it can't be turned off | Gleb Smirnoff | 2005-05-16 | 2 | -1/+5 |
* | - Move the NPX_DEBUG option to options.{i386,pc98} and use opt_npx.h. | Yoshihiro Takahashi | 2005-05-12 | 3 | -1/+2 |
* | Change a directory layout for pc98. | Yoshihiro Takahashi | 2005-05-10 | 1 | -19/+19 |
* | Attach ng_nat and libalias to build. | Gleb Smirnoff | 2005-05-06 | 1 | -0/+4 |
* | ng_nat - a netgraph(4) node, which does NAT | Gleb Smirnoff | 2005-05-05 | 2 | -0/+2 |
* | libalias is now buildable as kernel module | Gleb Smirnoff | 2005-05-05 | 2 | -0/+14 |
* | Introduce MAC Framework and MAC Policy entry points to label and control | Robert Watson | 2005-05-04 | 1 | -0/+1 |
* | MFi386: revision 1.220 (add KDB_STOP_NMI option). | Yoshihiro Takahashi | 2005-05-01 | 1 | -0/+3 |
* | Implement an alternate method to stop CPUs when entering DDB. Normally we use | Doug White | 2005-04-30 | 2 | -0/+6 |
* | Update the file.* entries for the new home of hwpmc | Scott Long | 2005-04-29 | 4 | -12/+12 |
* | Patches from Ruslan Ermilov to address problems compiling LINT | Darren Reed | 2005-04-28 | 3 | -1/+7 |
* | Be resistant to DESTDIR being set to some unkosher value, e.g. "/". | Ruslan Ermilov | 2005-04-28 | 1 | -1/+1 |
* | retire the musycc E1/T1 driver. | Poul-Henning Kamp | 2005-04-25 | 2 | -2/+0 |
* | Throw the switch on the new driver generation/loading mechanism. From | Bill Paul | 2005-04-24 | 2 | -0/+2 |
* | Make aic*_reg_print.o appear in the .depend file, fixing the "make" | Ruslan Ermilov | 2005-04-22 | 1 | -8/+28 |
* | Clean all generated vnode_if* files. | Ruslan Ermilov | 2005-04-22 | 1 | -2/+2 |
* | Clean generated os+%DIKED-nve.h. | Ruslan Ermilov | 2005-04-22 | 2 | -2/+4 |
* | Revert a mistake borrowed from kern.post.mk that has just been fixed. | Ruslan Ermilov | 2005-04-22 | 1 | -1/+0 |
* | Fix "make depend" to not redundantly rebuild the .depend file. | Ruslan Ermilov | 2005-04-22 | 1 | -7/+2 |
* | Add rules for building assym.s. | Ian Dowse | 2005-04-22 | 1 | -0/+14 |
* | Sanity the RTC code: | Marcel Moolenaar | 2005-04-22 | 1 | -2/+0 |
* | Revert previous commit: The hwpmc(4) driver compiles on all platforms. | Marcel Moolenaar | 2005-04-20 | 1 | -0/+13 |
* | Rename from apm_bioscall.s to apm_bioscall.S for removing a special rule | Yoshihiro Takahashi | 2005-04-20 | 1 | -1/+1 |
* | Move this to the specific architectures that are supported. #ifdef foo | Warner Losh | 2005-04-19 | 1 | -13/+0 |
* | Need more files for i386, need all the files for pc98. | Warner Losh | 2005-04-19 | 2 | -0/+8 |
* | I accidently committed two 'cleandepend' when I was deciding which | David E. O'Brien | 2005-04-19 | 1 | -1/+1 |
* | Hook smist up to the kernel build. | Nate Lawson | 2005-04-19 | 1 | -0/+1 |
* | Bring a working snapshot of hwpmc(4), its associated libraries, userland util... | Joseph Koshy | 2005-04-19 | 5 | -0/+24 |
* | As with kernel-depend, rm the DEPENDFILE before modules-depend. | David E. O'Brien | 2005-04-18 | 1 | -1/+2 |
* | Initial import of ipw, iwi, ral and ural drivers: | Damien Bergamini | 2005-04-18 | 1 | -0/+7 |
* | Add ALQ and KTR_ALQ to NOTES so that they are built into LINT. | Robert Watson | 2005-04-16 | 1 | -0/+9 |
* | Update to DRM CVS as of 2005-04-12, bringing many changes: | Eric Anholt | 2005-04-16 | 1 | -0/+21 |
* | Remove NO_MIXED_MODE option | Peter Wemm | 2005-04-15 | 1 | -1/+0 |
* | MFi386: revision 1.219. | Yoshihiro Takahashi | 2005-04-15 | 1 | -1/+0 |
* | Remove support for mixed mode altogether now that we no longer use IRQ 0 | John Baldwin | 2005-04-14 | 1 | -1/+0 |
* | Never hardcode /sys into these Makefiles. The proper way to spell it is $S. | Warner Losh | 2005-04-13 | 9 | -16/+3 |
* | We have an asm version of bcmp(), so we could use it as well. | Olivier Houchard | 2005-04-12 | 1 | -1/+0 |
* | The latest release of the FreeBSD driver (twa) for | Vinod Kashyap | 2005-04-12 | 9 | -5/+23 |
* | Add winx32_wrap.S to files.i386 for the NDISulator. | Bill Paul | 2005-04-11 | 1 | -0/+1 |
* | Use comments after .endif to please make(1) with latest changes so | Maxime Henrion | 2005-04-11 | 1 | -2/+2 |
* | Get more love from GEOM on arm. | Olivier Houchard | 2005-04-07 | 1 | -0/+4 |