summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* call pfxlist_onlink_check() at the end of in6_tmpifadd(), to make sureume2001-06-181-0/+11
* Don't remove the SI_CHEAPCLONE for unsupported minorsbrian2001-06-181-1/+2
* Remove the SI_CHEAPCLONE flag when hanging resources off the dev_tbrian2001-06-181-0/+2
* use devclass_get_maxunit() correctlycg2001-06-183-4/+4
* revise dsp_clone() to return the first nonbusy channel instead of simplycg2001-06-174-15/+17
* fix a potential panic in dsp_clone() if no pcm devices were detectedcg2001-06-171-0/+2
* Don't assume that resource type is ioport and rid equal 0.nyan2001-06-172-10/+12
* The final commit for the first phase of PowerPC support.benno2001-06-175-44/+145
* Allocate all resources using keyboard controller.nyan2001-06-172-16/+74
* Move cardbus and pccard bus bridge devices to near the bridge chips. Thisimp2001-06-171-2/+2
* MFGENERIC:imp2001-06-171-12/+9
* Move setugid() a little sooner to before we release tracing in casepeter2001-06-161-2/+3
* Some people are having problems with insert/eject. Add some debugimp2001-06-161-0/+4
* Use INTR_TYPE_AV for the interrupt handlers because:peter2001-06-167-8/+8
* Add INTR_TYPE_AV so that we can get to the PI_AV priority in the ithreadpeter2001-06-162-1/+5
* Clean up some junk. The bogus trapframe on the stack was removed from thepeter2001-06-161-7/+0
* use a global devclass for all drivers - i'm not entirely sure why thiscg2001-06-1630-929/+936
OpenPOWER on IntegriCloud