| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed some style bugs (misplacement and misformatting of some commented-out | bde | 2003-07-23 | 1 | -4/+2 |
* | Revert revision 1.788, and explain a bit the intent of having | ru | 2003-07-23 | 1 | -0/+5 |
* | amd64 will not provide floppies. | ru | 2003-07-23 | 2 | -77/+0 |
* | Do not define BIGBOOTSIZE and the friends for amd64; it serves | ru | 2003-07-23 | 1 | -3/+0 |
* | Only provide one copy of the math functions. If we provide a MD function, | peter | 2003-07-23 | 26 | -80/+32 |
* | Remove _ARCH_INDIRECT, it was the glue to enable having both hardware | peter | 2003-07-23 | 1 | -67/+0 |
* | No longer need the internal __get_hw_float() function. | peter | 2003-07-23 | 2 | -51/+0 |
* | Now that we do not need to do runtime detection for the broken default | peter | 2003-07-23 | 3 | -6/+21 |
* | We sloppily created an array for the high FP registers (f32-f127), | marcel | 2003-07-23 | 1 | -2/+96 |
* | Move idle kse wakeup to outside of regions where locks are held. | deischen | 2003-07-23 | 16 | -146/+260 |
* | Attempt to preempt any new gcc-ism references to | peter | 2003-07-22 | 1 | -0/+6 |
* | There is strong reason to believe that gcc 4 will also support | imp | 2003-07-22 | 1 | -1/+1 |
* | Added entry for Billionton LM5LT-10N | dds | 2003-07-22 | 1 | -1/+8 |
* | Remove all but one of the inlines here, this reduces the code size by | phk | 2003-07-22 | 1 | -10/+9 |
* | Fixed .Nm element, updated HISTORY section, added AUTHORS section. | dds | 2003-07-22 | 1 | -2/+6 |
* | Test 8.16 in sed.test tests the ability of a sed to handle an empty | dds | 2003-07-22 | 3 | -33/+57 |
* | correct device table a la ath(4) | sam | 2003-07-22 | 1 | -4/+4 |
* | add IPSEC_FILTERGIF suport for FAST_IPSEC | sam | 2003-07-22 | 1 | -0/+7 |
* | De-inline some functions. It doesn't gain us anything and bloats | mux | 2003-07-22 | 1 | -13/+13 |
* | Allocate network interfaces from malloc() instead of using a zone. | harti | 2003-07-22 | 1 | -6/+6 |
* | Make sure the crypto versions of libfetch and fetch(1) appear in | ru | 2003-07-22 | 2 | -0/+2 |
* | Remove the zone limits for all the zones used in the ATM code. | harti | 2003-07-22 | 13 | -21/+14 |
* | EISA_SLOTS is mandantory to get opt_eisa.h | ticso | 2003-07-22 | 2 | -2/+2 |
* | relocate eisa into MI files. | ticso | 2003-07-22 | 3 | -2/+1 |
* | note rescue issues and fpu emulation removal | imp | 2003-07-22 | 1 | -0/+12 |
* | Revert stuff which accidentally ended up in the previous commit. | phk | 2003-07-22 | 9 | -46/+15 |
* | Don't attempt to inline large functions mb_alloc() and mb_free(), | phk | 2003-07-22 | 10 | -17/+48 |
* | Move inlined function ie_ack() up to before first use. | phk | 2003-07-22 | 1 | -8/+8 |
* | Don't inline very large functions. | phk | 2003-07-22 | 1 | -1/+1 |
* | Don't inline ridiculously very large functions. | phk | 2003-07-22 | 1 | -4/+4 |
* | /floppies/boot.flp is no longer necessary on bootable i386 CD-ROMs. | ru | 2003-07-22 | 1 | -4/+0 |
* | Don't complain about inlines for genassym | phk | 2003-07-22 | 1 | -1/+1 |
* | When padding an mbuf chain to have a length that is a multiple | harti | 2003-07-22 | 1 | -0/+1 |
* | Update npx status. | peter | 2003-07-22 | 1 | -56/+4 |
* | Initiate de-orbit burn for fpu-less operation. 386+387 is still | peter | 2003-07-22 | 58 | -14046/+6 |
* | Add a note that net.inet.ip.fw.autoinc_step is ipfw2-specific | luigi | 2003-07-22 | 1 | -0/+4 |
* | Fix a 64 bit bug lost in the inline warning noise. sizeof is not always | peter | 2003-07-22 | 1 | -1/+1 |
* | swp_pager_hash() was called before it was instantiated inline. This made | peter | 2003-07-22 | 1 | -29/+29 |
* | Go back to 64 bit precision for fadd/fsub/fsqrt etc. This is because on | peter | 2003-07-22 | 2 | -16/+18 |
* | Instantiate explicit callable versions of the machine/ieeefp.h inlines | peter | 2003-07-22 | 9 | -1/+67 |
* | Extend the machine/ieeefp.h that was inherited from i386 to support | peter | 2003-07-22 | 1 | -55/+165 |
* | Turn off the libc/quad functions since they are not needed for amd64 | peter | 2003-07-22 | 1 | -0/+9 |
* | Add several vendor, API and media definitions. This has been | harti | 2003-07-22 | 1 | -5/+27 |
* | Remove __nonnull() on the second argument of strto[u]l() which I used | phk | 2003-07-22 | 1 | -2/+2 |
* | Erm, my previous commit was wrong and sis_tick() was only called each time | cognet | 2003-07-22 | 2 | -1/+6 |
* | Teach crunchide(1) about PowerPC ELF. | obrien | 2003-07-22 | 1 | -0/+4 |
* | Fix apparent typo in previous commit. | silby | 2003-07-22 | 1 | -1/+1 |
* | o Add monitor mode support. This tested fine with prism cards but may require | sam | 2003-07-21 | 1 | -2/+29 |
* | New release notes: safe(4). | hrs | 2003-07-21 | 2 | -0/+14 |
* | add stat dumper for the safenet driver | sam | 2003-07-21 | 2 | -1/+74 |