summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2002-02-08Opps. unbreak.Artur Grabowski
2002-02-08Better tx interrupt handling; don't call bestart() from betint() unlessJason Wright
2002-02-08since we're checking, avoid an unnecessary writeJason Wright
2002-02-08simplify sys_pread a bit.Artur Grabowski
2002-02-08Better IFF_OACTIVE handling; don't bother calling qestart() unlessJason Wright
2002-02-08simplify qec_put a bitJason Wright
2002-02-08Add a comment about an obscure behavior in dup2(2).Artur Grabowski
2002-02-08Add a slightly redundant arg to finishdup that's the struct file *Artur Grabowski
2002-02-08do not rely on u_int being availabelMichael Shalayeff
2002-02-08vagfb_setcolor() needs to enter entries into the software copy of theJason Wright
2002-02-08No more need for ffree. Since it's hard to use it safely, remove it.Artur Grabowski
2002-02-08- Rename FILE_{,UN}USE to FREF and FRELE. USE is a bad verb and we don't haveArtur Grabowski
2002-02-08There are NFS servers where it's possible to modify a symbolic link. Remove a...Constantine Sapuntzakis
2002-02-08Partial sync with FreeBSD, mostly bugfixes from Luigi Rizzo (ok jason@)Chris Cappuccio
2002-02-08do not set any bits in pmap_enter, let the handlers take care of it;Michael Shalayeff
2002-02-08when doing the autoconf in verbose mode print the devpathMichael Shalayeff
2002-02-08Remove some commented out FILE_UNUSE (incorrect)Artur Grabowski
2002-02-07bridge_output() needs a forcibly aligned copy just like bridge_broadcast()Jason Wright
2002-02-07Quiet down an annoying message in altq_etherclassify.Artur Grabowski
2002-02-07fix copyright; chris@Jason Wright
2002-02-07Do a more complete initialization if the prom didn't do it for us.Jason Wright
2002-02-07remove debugging printfMichael Shalayeff
2002-02-07syncMichael Shalayeff
2002-02-07fix sigdebug cases; init sigcontext before it's used (;Michael Shalayeff
2002-02-07fix pid calculation and pmap_extract; from fredette@Michael Shalayeff
2002-02-07fix irq passing on matchMichael Shalayeff
2002-02-07import some register defns from sparcJason Wright
2002-02-07use bus_space_vaddrJason Wright
2002-02-06disable debugMichael Shalayeff
2002-02-06implement signal delivery; based on fredette@'s workMichael Shalayeff
2002-02-06add a todo remarkMichael Shalayeff
2002-02-06better flushing/purging of removed/changed mappings, hack around the pv/vp de...Michael Shalayeff
2002-02-06disable trapdebug, better handling of eirr tooMichael Shalayeff
2002-02-06remove dangling spacesMichael Shalayeff
2002-02-06prettyJason Wright
2002-02-06non console framebuffers, reset and initialize them correctlyJason Wright
2002-02-06correct monitor port matching.Federico G. Schwindt
2002-02-06emulate linux behaviour by passing ioctl's down to the underlying devicejasoni