summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2002-02-05Remove dead code, simplify a panic message.Miod Vallat
2002-02-05I wonder how those two were not commited among the "volatile police" twoMiod Vallat
2002-02-05- factorize insane amounts of codeMiod Vallat
2002-02-05Provide a definition for pmap_wired_count.Miod Vallat
2002-02-05Zero-ize ext even if it has a free method defined.Angelos D. Keromytis
2002-02-05Do range check on SO_LINGER, closes pr#2375. art@ okThomas Nordin
2002-02-05panic if a read-only mbuf is given to m_zero() --- from art@openbsd.orgAngelos D. Keromytis
2002-02-05Fix m_zero() yet again -- yesterday's fix wasn't sufficient.Angelos D. Keromytis
2002-02-05Allow mmap as a dumb framebuffer (from offset 0).Jason Wright
2002-02-05Allow mapping as a dumb framebuffer (from offset 0)... This allows us toJason Wright
2002-02-05Implement vgafb_mmap() fullyJason Wright
2002-02-05Disable wsmux for nowJason Wright
2002-02-05when retransmitting a segment after FIN has been sent don't set FINNiels Provos
2002-02-05Add counting of temporary references to a struct file (as opposed to referencesArtur Grabowski
2002-02-05Workaround for VM_MAXUSER_ADDRESS not being page aligned on sparc64.Artur Grabowski
2002-02-05get rid of the borrowed habits in intr handlingMichael Shalayeff
2002-02-05redo the spl*() namesMichael Shalayeff
2002-02-05use splraise() when calling handlers; from fredette@Michael Shalayeff
2002-02-05restore CN_REMOTE priority, as it always was there.Michael Shalayeff
2002-02-05do not comprobe() that hoses itMichael Shalayeff
2002-02-05only probe for the cerial if NCOM_GSC, not just any com, fix prontfMichael Shalayeff