summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2002-09-13allow inclusion from C++; ok deraadt@Christian Weisgerber
2002-09-13Paul Mackerras and the Australian National University have worked thingsTheo de Raadt
2002-09-12Support serial console on RAMDISK.Dale Rahn
2002-09-12Change the PMAP_PAGEIDLEZERO api to take the struct vm_page instead of the pa.Artur Grabowski
2002-09-12Change the PMAP_{MAP,UNMAP}_POOLPAGE api to take a vm_page as argumentArtur Grabowski
2002-09-12Fix max packet size check. Noticed by <j@pureftpd.org>. jjbg@ ok.Hakan Olsson
2002-09-12reset want_resched earlier, set curproc after we are done w/ switching, rearr...Michael Shalayeff
2002-09-12give a condition trap own treatment, per millicode; and, oh horror, swap retu...Michael Shalayeff
2002-09-12o break up wi_pci_attach() into device-specific parts for better readabilityTodd C. Miller
2002-09-12- Split out the hardware and software normalization versions of modexp...Jason Wright
2002-09-12configure "next" pointer correctly. from j@pureftpd.orgJun-ichiro itojun Hagino
2002-09-11kill annoying trailing spaces (in hope it fixes /0 for me)Michael Shalayeff
2002-09-11- On reset, disable hardware normalization for 582x and make sure the chip is...Jason Wright
2002-09-11Some early callers of pmap_growkernel call it before vm_page structuresArtur Grabowski
2002-09-11Include zstty.h, so that the NZSTTY check will be correct.Dale Rahn
2002-09-11When freeing the extent, include the page offset, not just the pageDale Rahn
2002-09-11correct argsize for ktrsyscallMichael Shalayeff
2002-09-11provide a convinient reset labelMichael Shalayeff
2002-09-11stack grows the other way, but the frame is the other way to that. heheMichael Shalayeff
2002-09-11KNF - return is not a function.Jun-ichiro itojun Hagino
2002-09-11fix pointer signedness mixup. sync w/kameJun-ichiro itojun Hagino
2002-09-11fix pointer signedness mixup.Jun-ichiro itojun Hagino
2002-09-11KNF - return is not a function. sync w/kameJun-ichiro itojun Hagino
2002-09-11update from sparc64 version:Jason Wright
2002-09-10copy syscall args in the syscall() based on theMichael Shalayeff
2002-09-10randomize space ids, plus we are not gonna run out now (;Michael Shalayeff
2002-09-10comment out a bit of unused code nowMichael Shalayeff
2002-09-10move to 3.2-betaTheo de Raadt
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