Age | Commit message (Expand) | Author |
2002-02-08 | vagfb_setcolor() needs to enter entries into the software copy of the | Jason Wright |
2002-02-08 | No 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 have | Artur Grabowski |
2002-02-08 | There are NFS servers where it's possible to modify a symbolic link. Remove a... | Constantine Sapuntzakis |
2002-02-08 | Partial sync with FreeBSD, mostly bugfixes from Luigi Rizzo (ok jason@) | Chris Cappuccio |
2002-02-08 | do not set any bits in pmap_enter, let the handlers take care of it; | Michael Shalayeff |
2002-02-08 | when doing the autoconf in verbose mode print the devpath | Michael Shalayeff |
2002-02-08 | Remove some commented out FILE_UNUSE (incorrect) | Artur Grabowski |
2002-02-07 | bridge_output() needs a forcibly aligned copy just like bridge_broadcast() | Jason Wright |
2002-02-07 | Quiet down an annoying message in altq_etherclassify. | Artur Grabowski |
2002-02-07 | fix copyright; chris@ | Jason Wright |
2002-02-07 | Do a more complete initialization if the prom didn't do it for us. | Jason Wright |
2002-02-07 | remove debugging printf | Michael Shalayeff |
2002-02-07 | sync | Michael Shalayeff |
2002-02-07 | fix sigdebug cases; init sigcontext before it's used (; | Michael Shalayeff |
2002-02-07 | fix pid calculation and pmap_extract; from fredette@ | Michael Shalayeff |
2002-02-07 | fix irq passing on match | Michael Shalayeff |
2002-02-07 | import some register defns from sparc | Jason Wright |
2002-02-07 | use bus_space_vaddr | Jason Wright |
2002-02-06 | disable debug | Michael Shalayeff |
2002-02-06 | implement signal delivery; based on fredette@'s work | Michael Shalayeff |
2002-02-06 | add a todo remark | Michael Shalayeff |
2002-02-06 | better flushing/purging of removed/changed mappings, hack around the pv/vp de... | Michael Shalayeff |
2002-02-06 | disable trapdebug, better handling of eirr too | Michael Shalayeff |
2002-02-06 | remove dangling spaces | Michael Shalayeff |
2002-02-06 | pretty | Jason Wright |
2002-02-06 | non console framebuffers, reset and initialize them correctly | Jason Wright |
2002-02-06 | correct monitor port matching. | Federico G. Schwindt |
2002-02-06 | emulate linux behaviour by passing ioctl's down to the underlying device | jasoni |
2002-02-05 | Remove dead code, simplify a panic message. | Miod Vallat |
2002-02-05 | I wonder how those two were not commited among the "volatile police" two | Miod Vallat |
2002-02-05 | - factorize insane amounts of code | Miod Vallat |
2002-02-05 | Provide a definition for pmap_wired_count. | Miod Vallat |
2002-02-05 | Zero-ize ext even if it has a free method defined. | Angelos D. Keromytis |
2002-02-05 | Do range check on SO_LINGER, closes pr#2375. art@ ok | Thomas Nordin |
2002-02-05 | panic if a read-only mbuf is given to m_zero() --- from art@openbsd.org | Angelos D. Keromytis |
2002-02-05 | Fix m_zero() yet again -- yesterday's fix wasn't sufficient. | Angelos D. Keromytis |
2002-02-05 | Allow mmap as a dumb framebuffer (from offset 0). | Jason Wright |
2002-02-05 | Allow mapping as a dumb framebuffer (from offset 0)... This allows us to | Jason Wright |
2002-02-05 | Implement vgafb_mmap() fully | Jason Wright |
2002-02-05 | Disable wsmux for now | Jason Wright |
2002-02-05 | when retransmitting a segment after FIN has been sent don't set FIN | Niels Provos |
2002-02-05 | Add counting of temporary references to a struct file (as opposed to references | Artur Grabowski |
2002-02-05 | Workaround for VM_MAXUSER_ADDRESS not being page aligned on sparc64. | Artur Grabowski |
2002-02-05 | get rid of the borrowed habits in intr handling | Michael Shalayeff |
2002-02-05 | redo the spl*() names | Michael Shalayeff |
2002-02-05 | use splraise() when calling handlers; from fredette@ | Michael Shalayeff |
2002-02-05 | restore CN_REMOTE priority, as it always was there. | Michael Shalayeff |
2002-02-05 | do not comprobe() that hoses it | Michael Shalayeff |
2002-02-05 | only probe for the cerial if NCOM_GSC, not just any com, fix prontf | Michael Shalayeff |