summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2002-02-13use strncpy instead of strcpy (no strcpy in libsa); hugh okTheo de Raadt
2002-02-12accept sample rates <= highrate.Federico G. Schwindt
2002-02-12test before commitTheo de Raadt
2002-02-12only compile pckbc_isa if pckbc was configured on isaMichael Shalayeff
2002-02-12More FREF/FRELE protection. This time all users of getvnode.Artur Grabowski
2002-02-12amap_extend is very expensive, allocate more memory to avoid bcopy the nextNiels Provos
2002-02-12malloc_roundup to calculate allocation size malloc will use; from netbsd;Niels Provos
2002-02-12beep!Jason Wright
2002-02-12Fix my total blackout of the brain.Artur Grabowski
2002-02-12no need to zero out the page offset in pmap_hash, it'd already been doneMichael Shalayeff
2002-02-12u[date irq numbers from the paperMichael Shalayeff
2002-02-12cross out done itemsMichael Shalayeff
2002-02-12Fix all users of getsock to use FREF/FRELE properly.Artur Grabowski
2002-02-12support 712's programmable power switch, no interrupt yetMichael Shalayeff
2002-02-12small repairs to hpmc and toc handlersMichael Shalayeff
2002-02-12Much to my annoyance, teach zskbd how to bark.Jason Wright
2002-02-12leftover form dekvtop (which did the block maps too)Michael Shalayeff
2002-02-11more cloned devicesMichael Shalayeff
2002-02-11irqs porperMichael Shalayeff
2002-02-11remove lpa support (used for kvtop), copy a piece of pcxl fault handler into ...Michael Shalayeff
2002-02-11kvtop no moreMichael Shalayeff
2002-02-11extend the hackery to not use kvtopMichael Shalayeff
2002-02-11fpu_curpcb has pa in it, use accordingly, do not use kvtopMichael Shalayeff
2002-02-11do not use kvtopMichael Shalayeff
2002-02-11o add __weak_alias definition.Federico G. Schwindt
2002-02-11only change _STRING for weak_alias; sorry miod.Federico G. Schwindt
2002-02-11o add __weak_alias definition.Federico G. Schwindt
2002-02-11disable fpu on csw, print fpu version on cpu line, if presentMichael Shalayeff
2002-02-11Merge pmap_bootstrap060() with pmap_bootstrap().Miod Vallat
2002-02-11Remove unused function prototype, from Jason IshDaniel Hartmeier
2002-02-11Remove ancient comment regarding memcmp(), from Jason IshDaniel Hartmeier
2002-02-11oops. forgot to commit this.Artur Grabowski
2002-02-11Big fixup of fd passing. It now works, even on sparc64.Artur Grabowski
2002-02-11In {send,recv}msg allow zero sized message. We can have control data.Artur Grabowski
2002-02-111<<39 is horribleTheo de Raadt
2002-02-10no; GPL_MATH_EMULATE is not "required"; nj.lee@plumtree.co.nzTheo de Raadt
2002-02-10spellingTheo de Raadt
2002-02-10theo doesn't like this codeNathan Binkert
2002-02-10sys/ioctl_compat.h is needed for COMPAT_LINUX, tooMarco S Hyman
2002-02-10Match the VT8366_ISA (chip VT8233) south bridge as ATA100Chris Cappuccio
2002-02-09spelling, brige->bridgeEric Jackson
2002-02-09these functions are no longer neededEric Jackson
2002-02-09Protect the whole sys_fnctl with one big FREF/FRELE pair.Artur Grabowski
2002-02-08com freq is 7372800, which "normal" * 4 and is discovered byMichael Shalayeff
2002-02-08regenMichael Shalayeff
2002-02-08a couple more hp prodsMichael Shalayeff
2002-02-08A mosquito escaped, sorry.Miod Vallat
2002-02-08Teach some magic to the kernel so that it can decode serial console settings.Miod Vallat
2002-02-08Require a FREFd file in dofilewrite{,v}.Artur Grabowski
2002-02-08require a FREFd fp in dofilereadv. Fix some comments.Artur Grabowski