summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2013-03-02Replace magic numbers with more meaningful (1 << interrupt#) constructs.Miod Vallat
2013-03-02When stealing an ASID, pass sh_tlb_invalid_asid() the involved ASIDPhilip Guenther
2013-03-02Prefer a pc-relative relocation to mcount(); gets rid of the last TEXTRELMiod Vallat
2006-10-06Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase withMiod Vallat
2013-03-02sr_alloc_resources() and sr_free_resources() can never be called withoutJoel Sing
2013-03-02Unbreak softraid compilation with debug enabled.Joel Sing
2013-03-02Properly conditionalize adding wscons to the list of consoles onMark Kettenis
2013-03-02regenPhilip Guenther
2013-03-02No longer need the 5.1 version of the __tfork syscallPhilip Guenther
2013-03-02The last use of the int $80 syscall entry was in 5.1, so we no longerPhilip Guenther
2013-03-02match on EP80579, works fine on a machine I haveJonathan Gray
2013-03-01AnticiPhilip Guenther
2013-02-26Don't try to purge one-time rules from the main ruleset.Mike Belopuhov
2013-02-26Reserve space for source and destination addresses unconditionally ratherStuart Henderson
2013-02-25trunk_bcast_start sent packets on all its member interfaces by copyingDavid Gwynne
2013-02-24use dma memory for bl_pagesStefan Fritsch
2013-02-22bring back 5718/5719/5720 support again. deraadt pointed out thatDavid Gwynne
2013-02-21go to releaseTheo de Raadt
2013-02-20Increase maximum text and data size limits, and double the default data sizeMiod Vallat
2013-02-19Introduce a new cmmu method to return the preferred cache mode bits for theMiod Vallat
2013-02-19Introduce `option M88410', to be added to 88110 system designs making use of theMiod Vallat
2013-02-19Revert rev 1.195 forcing Intel SATA controllers in compat mode into AHCI mode.Brad Smith
2013-02-18set the wireless interface priority and interfaces to the wlan groupJonathan Gray
2013-02-18DIOCRCLRASTATS ioctl wasn't specifying a timestamp when clearedMike Belopuhov
2013-02-17Replace assembly statement triggering 88410 commands with a proper volatileMiod Vallat
2013-02-17Constify struct cmmu.Miod Vallat
2013-02-17Missing end-of-commentMiod Vallat
2013-02-17Comment out recently added __attribute__((__format__(__kprintf__))) annotationsMiod Vallat
2013-02-17We deprecated returning to %g7 after a successful system call long ago.Mark Kettenis
2013-02-16Fix a bug in udp socket splicing in case a packet gets diverted andAlexander Bluhm
2013-02-15We deprecated returning to %g7 after a successful system call long ago.Mark Kettenis
2013-02-15Use uvm_km_kmemalloc_pla() to allocate dma memory below 2^28 limit,Alexandre Ratchov
2013-02-15backout latest: audio keys can autorepeat. Autorepeated keys are notAlexandre Ratchov
2013-02-15More DPRINTF use, no object change.Martin Pieuchot
2013-02-15Do not loop forever if the keyboard send a BAT (Basic Assurance Test)Martin Pieuchot
2013-02-14No need to treat amd64 specially; always return CN_HIGHPRI.Mark Kettenis
2013-02-14Merge of an original work by markus@ and gerhard@ to increaseMike Belopuhov
2013-02-14A really working version of MCOUNT.Miod Vallat
2013-02-14Be sure to writeback D$ in addition to invalidate I$ in pmap_proc_iflush(),Miod Vallat
2013-02-13Pipex did panic when the 0 length mppe is given by ioctl. ReturnYASUOKA Masahiko
2013-02-13De-magic IOM_END like in the rest of machdep.c. OK miod@.Martynas Venckus
2013-02-13- Detect and correct stale GDT user code segment limit causedKurt Miller
2013-02-12Back out per-CPU kernel profiling, it shouldn't modify a public headerMartin Pieuchot
2013-02-11Fix kernel profiling on MP systems by using per-CPU buffer. PreviouslyMartin Pieuchot
2013-02-11When information about threads are not requested sum the '%cpu' ofMartin Pieuchot
2013-02-10switch m68k ports to gcc3Miod Vallat
2013-02-10Don't wait for memory from pool while holding vm_map_lock or we canBob Beck
2013-02-09- Use a switch statement for setting the chipset flagsBrad Smith
2013-02-09Remove no longer used struct emul extern declarations.Miod Vallat
2013-02-09Replace a bunch of if () else if () else if () else if () ... with thatMiod Vallat