summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Add a placeholder for sigwaitjeff2003-03-313-0/+3
* - Regen for the sig*wait* system calls.jeff2003-03-315-11/+35
* - According to mike@FreeBSD.org SIGTHR should be hiden byjeff2003-03-311-3/+2
* - Define sigwait, sigtimedwait, and sigwaitinfo in terms ofjeff2003-03-313-5/+178
* Revert change 1.201 (removing mapping of VAPPEND to VWRITE).thomas2003-03-311-32/+2
* - Move the NEEDSIGCHK and OLDMASK flags from proc to thread.jeff2003-03-311-10/+11
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withjeff2003-03-3136-315/+449
* Do NOT return from an non-interruptable cv_wait, falselyjulian2003-03-311-2/+0
* - Fix two calls to trapsignal() that were still passing in 'struct proc'.jeff2003-03-312-4/+4
* - Add a signal for thread synchronization. Add an XXX so that maybejeff2003-03-311-0/+4
* - Mark signals which may be delivered to any thread in the process withjeff2003-03-311-31/+32
* - Change trapsignal() to accept a thread and not a proc.jeff2003-03-3113-40/+40
* - Use sigexit() instead of twiddling the signal mask, catch, ignore, andjeff2003-03-313-25/+5
* Add a facility allowing processes to inform the VM subsystem they arewes2003-03-314-1/+19
* Add missing ()'s so that these drivers all compile again.jhb2003-03-3113-13/+13
* - Allow the physical memory size that will be actually used by the kernel tojake2003-03-312-2/+44
* If we fail to find our PCI ID in attach (this should never happen), thenjhb2003-03-311-2/+1
* Remove some debugging in the new OAM[*] and add a debug flag for otherphk2003-03-312-5/+3
* Match "serial" as well as "se".jake2003-03-311-1/+2
* Clean up locking and resource management for pci/if_*njl2003-03-3117-793/+711
* Recent changes to uipc_cow.c have eliminated the need for some sf_buf-alc2003-03-311-3/+3
* - In npxsetregs don't set the floating point if td == fpcurthread not ifjeff2003-03-313-3/+3
* Add the ability to send 64-bit scatter/gather elements to aac cards. Thisscottl2003-03-301-39/+78
* retire the "busy" field in bioqueues, it's served it's purpose.phk2003-03-302-9/+0
* Fix ATA_DEBUG case breakage.sos2003-03-301-1/+1
* Preparation commit before I start on the bioqueue lockdown:phk2003-03-303-43/+46
* Revert 1.21; this was local code that should not have beenmdodd2003-03-301-5/+5
* - Temporary fix so this compiles with 64 bit bus_addr_t.jake2003-03-301-1/+2
* - Add support for PAE and more than 4 gigs of ram on x86, dependent on thejake2003-03-3022-28/+436
* Catch up with recent changes.mdodd2003-03-301-9/+5
* Switch rl_encap over to using m_defrag.silby2003-03-301-11/+1
* - We are not guaranteed that read ahead blocks are not in memory already.jeff2003-03-301-1/+9
* - Remove invalid casts.jake2003-03-304-6/+6
* - Convert all uses of pmap_pte and get_ptbase to pmap_pte_quick. Whenjake2003-03-306-362/+224
* The object type can't be OBJT_PHYS in vm_mmap().mux2003-03-301-1/+1
* Fix a bug in the ENOMEM pacing code which probably made it panic systemsphk2003-03-291-4/+4
* - Free interrupt handler in ep_free().mdodd2003-03-296-18/+32
* Add create_geom and destroy_geom methods.phk2003-03-291-0/+159
* remove a blank line.phk2003-03-291-1/+0
* Checksum the configuration EEPROM.mdodd2003-03-291-0/+43
* - Return error status instead of value in get_e().mdodd2003-03-294-32/+71
* Switch vr_encap over to using m_defrag instead of its own versionsilby2003-03-292-28/+4
* Update if_dc to use m_defrag, removing the semi-duplicate dc_coalsilby2003-03-292-70/+60
* Fix the osf1 abi module on SMP systems by making the size ofgallatin2003-03-292-2/+3
* Have sis_encap use m_defrag if:silby2003-03-291-1/+25
* opt_geom.h is no longer required for this module.mdodd2003-03-291-5/+2
* Add 'idt' driver to module build.mdodd2003-03-291-0/+1
* - Deal with netisr changes.mdodd2003-03-291-5/+5
* Add module infrastructure for 'dpt' driver.mdodd2003-03-292-0/+15
* Add module infrastructure for 'if_ex'.mdodd2003-03-292-0/+13
OpenPOWER on IntegriCloud