| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix "make distribution" when just NO_CRYPT is defined. | ru | 2006-03-11 | 1 | -1/+1 |
* | Remove debug flag. | sos | 2006-03-11 | 1 | -1/+0 |
* | Fix build. | ru | 2006-03-11 | 1 | -2/+2 |
* | Block secondary writes while expunging active unlinked files. | tegge | 2006-03-11 | 5 | -5/+119 |
* | Fix multicast support for cs89x0 chips. Just setting the RX_MULTCAST_ACCEPT | philip | 2006-03-10 | 1 | -18/+56 |
* | Micro-optimize invalid UUID check. | jkim | 2006-03-10 | 1 | -1/+3 |
* | o acknowledge interrupts early in the interrupt handler | damien | 2006-03-10 | 2 | -10/+13 |
* | make use of the firmware(9) subsystem. | damien | 2006-03-10 | 2 | -158/+73 |
* | Add atausb module | sos | 2006-03-10 | 1 | -0/+10 |
* | Add "device atausb" | sos | 2006-03-10 | 1 | -0/+1 |
* | Module that adds support for using USB storage devices through the | sos | 2006-03-10 | 1 | -0/+980 |
* | fix the locking. | damien | 2006-03-10 | 2 | -28/+73 |
* | Add note about 'audit' group. | imp | 2006-03-10 | 1 | -0/+9 |
* | Use .Cm for all key words, not just the ones I added. More in line with | trhodes | 2006-03-10 | 1 | -12/+12 |
* | write the right unit # on verbose output. | sos | 2006-03-10 | 1 | -1/+2 |
* | Disable an SMP detection on pc98. | nyan | 2006-03-10 | 5 | -5/+5 |
* | Hopefully fix all nearby style bugs that Bruce has mentioned. | ru | 2006-03-10 | 1 | -8/+8 |
* | - Fix variable assignment to be portable. | ru | 2006-03-10 | 1 | -6/+6 |
* | Add entries for new pthread stubs. | davidxu | 2006-03-10 | 1 | -0/+30 |
* | Block all signals in helper threads except those should not be blocked. | davidxu | 2006-03-10 | 1 | -6/+9 |
* | Remove including of libc sources. All the required functions | deischen | 2006-03-10 | 2 | -16/+4 |
* | When inserting a new component md_provsize metadata field wasn't set, which | pjd | 2006-03-10 | 2 | -0/+2 |
* | fix switching between agressive and non-agressive wmm modes | sam | 2006-03-10 | 1 | -2/+2 |
* | It is not necessary to read %gs twice. | davidxu | 2006-03-10 | 1 | -2/+1 |
* | Fix stack offset to allow gcc's stack aligment code to work correctly. | davidxu | 2006-03-10 | 1 | -1/+1 |
* | Remove unneeded (and broken) usage of MNT_REF()/MNT_REL(). | tegge | 2006-03-10 | 1 | -2/+0 |
* | MFp4: Forget the asm inlined version of in_cksum_hdr(). It doesn't work if | cognet | 2006-03-09 | 2 | -74/+10 |
* | - Implement serial numbers, UUID, and asset tag (turned off by default). | jkim | 2006-03-09 | 3 | -31/+80 |
* | Implement printf 'X' conversion for both libstand and kernel. | jkim | 2006-03-09 | 2 | -19/+24 |
* | missed a case that needs WITH_SMP | sam | 2006-03-09 | 2 | -0/+4 |
* | Rever the previous changes. It turns out that it perfectly correct | gad | 2006-03-09 | 3 | -3/+3 |
* | Fix this to what I've actually submitted. | ru | 2006-03-09 | 1 | -1/+1 |
* | Revise the names of modules in the recent note on tdfx_linux. | yar | 2006-03-09 | 1 | -4/+4 |
* | handle KERNELS as before | sam | 2006-03-09 | 1 | -3/+2 |
* | Flip the switch and don't route interrupts to hyperthreads in a HT system. | jhb | 2006-03-09 | 2 | -4/+4 |
* | Don't dereference an uninitialized pointer. | imp | 2006-03-09 | 1 | -1/+4 |
* | Revert last change, per ru@'s objection. I misunderstood consensus | imp | 2006-03-09 | 1 | -1/+1 |
* | Avoid pulling in the whole <net/pfvar.h> by opaquely declaring | yar | 2006-03-09 | 1 | -2/+3 |
* | The `pf' and `pflog' sources do not depend on DEV_PF or DEV_PFLOG, | yar | 2006-03-09 | 2 | -6/+0 |
* | Revert to setting vlan and vlandev parametes synchronously, as soon | yar | 2006-03-09 | 1 | -0/+9 |
* | Add -F option to not fail on already installed packages. | phk | 2006-03-09 | 4 | -5/+13 |
* | In addition to -b (suppress builds) add -k (suppress kernel build) and | phk | 2006-03-09 | 1 | -10/+37 |
* | Don't acquire a lock before calling vlan_unconfig(). | ru | 2006-03-09 | 1 | -2/+0 |
* | After revision 1.4 of `src/usr.sbin/bsnmpd/bsnmpd/Makefile' the | keramida | 2006-03-09 | 1 | -0/+5 |
* | Only use the channel in the request given to ata_completed if its | sos | 2006-03-09 | 1 | -3/+7 |
* | typo. | sos | 2006-03-09 | 1 | -1/+1 |
* | Oops, forgot newline. | phk | 2006-03-09 | 1 | -1/+1 |
* | Add slop to "backwards" cpu accounting messages, 3 usec or 1% whichever | phk | 2006-03-09 | 1 | -1/+5 |
* | silence cpu_tick calibration and notice only (under bootverbose) | phk | 2006-03-09 | 1 | -15/+8 |
* | Ignore kenv strings which overflow the room we have, rather than pretend | phk | 2006-03-09 | 1 | -1/+6 |