| Commit message (Expand) | Author | Age | Files | Lines |
* | Be conservative and always perform an mb after an atomic_cmpset operation. | jhb | 2001-06-22 | 1 | -0/+2 |
* | - Protect all accesses to nsw_[rw]count{,_{,a}sync} with the pbuf mutex. | jhb | 2001-06-22 | 1 | -4/+4 |
* | int -> size_t fix | mjacob | 2001-06-22 | 1 | -2/+2 |
* | Make hostid an unsigned long (matches kern_mib.c change) | mjacob | 2001-06-22 | 1 | -1/+1 |
* | Temporary fix at least- define NCPU_PRESENT which will be mp_npcus for | mjacob | 2001-06-22 | 1 | -2/+11 |
* | changed hostid from long to unsigned long to be able to store values > 2GB | pirzyk | 2001-06-22 | 1 | -3/+2 |
* | Doh, missed a printf -> db_printf in the previous commit. | jhb | 2001-06-22 | 1 | -1/+1 |
* | Introduce numerous SMP friendly changes to the mbuf allocator. Namely, | bmilekic | 2001-06-22 | 12 | -899/+1198 |
* | Move check against CAM_NEW_TRAN_CODE ahead of the file that might include | mjacob | 2001-06-22 | 2 | -6/+8 |
* | Don't set CONSPEED to the default and deobfuscate the comment. | dd | 2001-06-21 | 2 | -2/+4 |
* | Use the M_ZERO flag to malloc(9) | greid | 2001-06-21 | 21 | -64/+32 |
* | Don't dereference NULL regs pointer (should mapping I/O ports fail, as | mjacob | 2001-06-21 | 1 | -6/+7 |
* | - Renumber KAME local ICMP types and NDP options numberes beacaues they | sumikawa | 2001-06-21 | 1 | -6/+8 |
* | Remove -DNEW_LINKERSET, it is not used here anymore. This is now native. | peter | 2001-06-21 | 4 | -12/+0 |
* | Don't lock around swap_pager_swap_init() that is only called once during | jhb | 2001-06-20 | 1 | -0/+2 |
* | Fix some lock order reversals where we called free() while holding a proc | jhb | 2001-06-20 | 2 | -11/+14 |
* | Cosmetics: | joerg | 2001-06-20 | 2 | -66/+6 |
* | Change m_devget()'s outdated and unused `offset' argument to actually mean | bmilekic | 2001-06-20 | 15 | -90/+57 |
* | Preemption by an interrupt thread is an involuntary switch, not a voluntary | jhb | 2001-06-20 | 1 | -1/+1 |
* | Applied the patch to fix HARP ATM that was broken when KAME IPv6 came | pirzyk | 2001-06-20 | 2 | -1/+4 |
* | The serial console break-to-debugger support only functioned while | iedowse | 2001-06-20 | 2 | -2/+42 |
* | Constify (silence warnings introduced by last commit to sys/module.h) | des | 2001-06-20 | 1 | -7/+7 |
* | Allow individual ports to use alternate pin settings (swap dsr & cd) | brian | 2001-06-20 | 2 | -12/+89 |
* | Add DIGIIO_SETALTPIN and DIGIIO_GETALTPIN ioctl values | brian | 2001-06-20 | 1 | -5/+7 |
* | made sure to use the correct sa_len for rtalloc(). | ume | 2001-06-20 | 2 | -4/+4 |
* | Close a race where we were releasing the unit resource at the start | brian | 2001-06-20 | 1 | -2/+4 |
* | Revert last change: it was unintended at this time. | imp | 2001-06-20 | 1 | -31/+37 |
* | Add new entries for: | imp | 2001-06-20 | 2 | -38/+35 |
* | Add B921600 (yes, some serial ports can do this, but generic sio not support | ache | 2001-06-20 | 2 | -0/+2 |
* | Put the scheduler, vmdaemon, and pagedaemon kthreads back under Giant for | jhb | 2001-06-20 | 2 | -19/+1 |
* | Constify the module name. This silences a few warnings ("initialization | des | 2001-06-19 | 1 | -2/+2 |
* | Actually document TCPDEBUG. | wollman | 2001-06-19 | 2 | -2/+6 |
* | Fix punctuation in comment. | wollman | 2001-06-19 | 2 | -4/+4 |
* | Suppress update ifnet.iflastchange when processing packets for SNMP | sumikawa | 2001-06-19 | 1 | -1/+0 |
* | Add IFT_L2VLAN for supported NDP type. IPv6 over VLAN works now. | sumikawa | 2001-06-19 | 2 | -0/+9 |
* | More verbose version of identifycpu() which also contains many more CPU | benno | 2001-06-19 | 2 | -48/+98 |
* | Convert the elf loader to the new linker set layout for elf files. | peter | 2001-06-19 | 1 | -6/+7 |
* | Fix some of the worst formatting bug (seperate commit) | peter | 2001-06-19 | 1 | -2/+4 |
* | Fix some memory bugs with regard to jumbo buffers. I made a mistake when | wpaul | 2001-06-18 | 4 | -16/+10 |
* | Added CTLTYPE_{UINT|LONG|ULONG} types. | pirzyk | 2001-06-18 | 1 | -9/+12 |
* | After one too many PRs on the subject, bite the bullet and define IOV_MAX | wollman | 2001-06-18 | 5 | -1/+18 |
* | stop csa from panicing in clkrun_hack() - we were using free'd memory | cg | 2001-06-18 | 1 | -4/+3 |
* | Lock Giant in postsig() for the KTRACE case as ktrpsig() needs Giant when | jhb | 2001-06-18 | 1 | -0/+4 |
* | Initialize mutexes needed early on all in the same place so that the | jhb | 2001-06-18 | 2 | -30/+12 |
* | - Add support for decoding syscall names. (Brought over from the new alpha | jhb | 2001-06-18 | 2 | -74/+122 |
* | Include sys/pcpu.h to get the prototype for globaldata_register() to quiet | jhb | 2001-06-18 | 6 | -0/+6 |
* | Call bus_teardown_intr when csa_attach fails after the interrupt has | tmm | 2001-06-18 | 1 | -31/+29 |
* | Use linker_reference_module() instead of hard-coding the digi_* | brian | 2001-06-18 | 1 | -14/+7 |
* | Add linker_reference_module(). | brian | 2001-06-18 | 2 | -0/+30 |
* | Credit John Prince and Eric Hernes for their work. | brian | 2001-06-18 | 3 | -1/+9 |