summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2002-09-10rework the fpu csw a bit better and move non-trap related stuff to laterMichael Shalayeff
2002-09-10typo; krapht@secureops.comTheo de Raadt
2002-09-10Change the pmap_zero_page and pmap_copy_page API to take the struct vm_page *Artur Grabowski
2002-09-10Remove some debugging code, KNF, and fix encoding selection.Jason Wright
2002-09-10no need for pragma here.Federico G. Schwindt
2002-09-10Set encodings correctly.Jason Wright
2002-09-10Register more wsscreen properties to take advantage of wsemul_sun changes.Jason Wright
2002-09-09Register more screen capabilities to work with the recent wsemul_sun changes.Miod Vallat
2002-09-09Rework the wsemul_sun behaviour, and add color support, from the currentMiod Vallat
2002-09-09Add support for audio capture (finally) and fix a bunch of stupid bugs.Jason Wright
2002-09-09set up the frame flags and a user frame better on execMichael Shalayeff
2002-09-09no need for a fdc thereMichael Shalayeff
2002-09-09Add support of Silicon Image 0680 Ultra ATA/133 Controller.Grigoriy Orlov
2002-09-09regenGrigoriy Orlov
2002-09-09CMD Technology aka Silicon Image CP0680ATA133Grigoriy Orlov
2002-09-09Correctly printf on attach.Artur Grabowski
2002-09-08Correctly handle keypad '.'/Delete key on sun keyboards.Miod Vallat
2002-09-08not neededTheo de Raadt
2002-09-08no , after last element in a enumTheo de Raadt
2002-09-06Remove 64-bit gcc emulation stuff. We're not using it.Artur Grabowski
2002-09-06Fix pmap_protect for VM_PROT_EXECUTEArtur Grabowski
2002-09-06no, make INITQFNAMES without a terminal ;Theo de Raadt
2002-09-06no ; at end of CTL_IPXPROTO_NAMESTheo de Raadt
2002-09-06no , at end of enumTheo de Raadt
2002-09-06Remove the gm driver, the MI gem works better at this point.Dale Rahn
2002-09-06remove last , in enumTheo de Raadt
2002-09-06Restore EE bit of MSR on return from exception, rather than blindlyDale Rahn
2002-09-06Serial console support for macppc. Serial console will work if the modemDale Rahn
2002-09-06KNF.Dale Rahn
2002-09-06allow mapiodev to steal KVM addresses for early mappings likeDale Rahn
2002-09-06wscons display should have a console priority of INTERNAL, not REMOTE.Dale Rahn
2002-09-06use <> on include of machine/... files. also include bus.h so thatDale Rahn
2002-09-06Share interrupts nicely. Add tag type.Steve Murphree
2002-09-06sizeof(pointer) is not what should be used here, should be sizeof(*pointer)Dale Rahn
2002-09-06KNF, get this out of my tree finally.Dale Rahn
2002-09-05never append data to shutdown(s, SHUT_RD) socket. can lead to unexpectedJun-ichiro itojun Hagino
2002-09-05fpu save state is a separate magic function nowMichael Shalayeff
2002-09-05things [in pmap] have changed, kundunMichael Shalayeff
2002-09-05move the kernel virtual away from the physical addressesMichael Shalayeff
2002-09-05sort out the nlist and do definesMichael Shalayeff
2002-09-05no need for one extra frameMichael Shalayeff
2002-09-05Do not print the ASCII_ESC character.Jason Wright
2002-09-05Use the value from AUDIO_CTRL, later to be or'ed with VRM or VRA, notFederico G. Schwindt
2002-09-05Allow kernels with no display device configured to link. Found by marc@Miod Vallat
2002-09-05this used to be a com(4) bugMichael Shalayeff
2002-09-05Fix STRIPFLAGS for elf version of strip. Use same flagsMarco S Hyman
2002-09-04Write sentences.Thierry Deval
2002-09-04Add support for RBC (simplified direct) devices.Thierry Deval
2002-09-04don't dereference ecb on default case, it's uninitialized.Federico G. Schwindt
2002-09-04Ghosts from the past (fixed 1.65, reverted 1.66) rediscovered byDaniel Hartmeier