summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Be conservative and always perform an mb after an atomic_cmpset operation.jhb2001-06-221-0/+2
* - Protect all accesses to nsw_[rw]count{,_{,a}sync} with the pbuf mutex.jhb2001-06-221-4/+4
* int -> size_t fixmjacob2001-06-221-2/+2
* Make hostid an unsigned long (matches kern_mib.c change)mjacob2001-06-221-1/+1
* Temporary fix at least- define NCPU_PRESENT which will be mp_npcus formjacob2001-06-221-2/+11
* changed hostid from long to unsigned long to be able to store values > 2GBpirzyk2001-06-221-3/+2
* Doh, missed a printf -> db_printf in the previous commit.jhb2001-06-221-1/+1
* Introduce numerous SMP friendly changes to the mbuf allocator. Namely,bmilekic2001-06-2212-899/+1198
* Move check against CAM_NEW_TRAN_CODE ahead of the file that might includemjacob2001-06-222-6/+8
* Don't set CONSPEED to the default and deobfuscate the comment.dd2001-06-212-2/+4
* Use the M_ZERO flag to malloc(9)greid2001-06-2121-64/+32
* Don't dereference NULL regs pointer (should mapping I/O ports fail, asmjacob2001-06-211-6/+7
* - Renumber KAME local ICMP types and NDP options numberes beacaues theysumikawa2001-06-211-6/+8
* Remove -DNEW_LINKERSET, it is not used here anymore. This is now native.peter2001-06-214-12/+0
* Don't lock around swap_pager_swap_init() that is only called once duringjhb2001-06-201-0/+2
* Fix some lock order reversals where we called free() while holding a procjhb2001-06-202-11/+14
* Cosmetics:joerg2001-06-202-66/+6
* Change m_devget()'s outdated and unused `offset' argument to actually meanbmilekic2001-06-2015-90/+57
* Preemption by an interrupt thread is an involuntary switch, not a voluntaryjhb2001-06-201-1/+1
* Applied the patch to fix HARP ATM that was broken when KAME IPv6 camepirzyk2001-06-202-1/+4
* The serial console break-to-debugger support only functioned whileiedowse2001-06-202-2/+42
* Constify (silence warnings introduced by last commit to sys/module.h)des2001-06-201-7/+7
* Allow individual ports to use alternate pin settings (swap dsr & cd)brian2001-06-202-12/+89
* Add DIGIIO_SETALTPIN and DIGIIO_GETALTPIN ioctl valuesbrian2001-06-201-5/+7
* made sure to use the correct sa_len for rtalloc().ume2001-06-202-4/+4
* Close a race where we were releasing the unit resource at the startbrian2001-06-201-2/+4
* Revert last change: it was unintended at this time.imp2001-06-201-31/+37
* Add new entries for:imp2001-06-202-38/+35
* Add B921600 (yes, some serial ports can do this, but generic sio not supportache2001-06-202-0/+2
* Put the scheduler, vmdaemon, and pagedaemon kthreads back under Giant forjhb2001-06-202-19/+1
* Constify the module name. This silences a few warnings ("initializationdes2001-06-191-2/+2
* Actually document TCPDEBUG.wollman2001-06-192-2/+6
* Fix punctuation in comment.wollman2001-06-192-4/+4
* Suppress update ifnet.iflastchange when processing packets for SNMPsumikawa2001-06-191-1/+0
* Add IFT_L2VLAN for supported NDP type. IPv6 over VLAN works now.sumikawa2001-06-192-0/+9
* More verbose version of identifycpu() which also contains many more CPUbenno2001-06-192-48/+98
* Convert the elf loader to the new linker set layout for elf files.peter2001-06-191-6/+7
* Fix some of the worst formatting bug (seperate commit)peter2001-06-191-2/+4
* Fix some memory bugs with regard to jumbo buffers. I made a mistake whenwpaul2001-06-184-16/+10
* Added CTLTYPE_{UINT|LONG|ULONG} types.pirzyk2001-06-181-9/+12
* After one too many PRs on the subject, bite the bullet and define IOV_MAXwollman2001-06-185-1/+18
* stop csa from panicing in clkrun_hack() - we were using free'd memorycg2001-06-181-4/+3
* Lock Giant in postsig() for the KTRACE case as ktrpsig() needs Giant whenjhb2001-06-181-0/+4
* Initialize mutexes needed early on all in the same place so that thejhb2001-06-182-30/+12
* - Add support for decoding syscall names. (Brought over from the new alphajhb2001-06-182-74/+122
* Include sys/pcpu.h to get the prototype for globaldata_register() to quietjhb2001-06-186-0/+6
* Call bus_teardown_intr when csa_attach fails after the interrupt hastmm2001-06-181-31/+29
* Use linker_reference_module() instead of hard-coding the digi_*brian2001-06-181-14/+7
* Add linker_reference_module().brian2001-06-182-0/+30
* Credit John Prince and Eric Hernes for their work.brian2001-06-183-1/+9
OpenPOWER on IntegriCloud