Age | Commit message (Expand) | Author |
2002-02-10 | sys/ioctl_compat.h is needed for COMPAT_LINUX, too | Marco S Hyman |
2002-02-10 | Match the VT8366_ISA (chip VT8233) south bridge as ATA100 | Chris Cappuccio |
2002-02-09 | spelling, brige->bridge | Eric Jackson |
2002-02-09 | these functions are no longer needed | Eric Jackson |
2002-02-09 | Protect the whole sys_fnctl with one big FREF/FRELE pair. | Artur Grabowski |
2002-02-08 | com freq is 7372800, which "normal" * 4 and is discovered by | Michael Shalayeff |
2002-02-08 | regen | Michael Shalayeff |
2002-02-08 | a couple more hp prods | Michael Shalayeff |
2002-02-08 | A mosquito escaped, sorry. | Miod Vallat |
2002-02-08 | Teach some magic to the kernel so that it can decode serial console settings. | Miod Vallat |
2002-02-08 | Require a FREFd file in dofilewrite{,v}. | Artur Grabowski |
2002-02-08 | require a FREFd fp in dofilereadv. Fix some comments. | Artur Grabowski |
2002-02-08 | Opps. unbreak. | Artur Grabowski |
2002-02-08 | Better tx interrupt handling; don't call bestart() from betint() unless | Jason Wright |
2002-02-08 | since we're checking, avoid an unnecessary write | Jason Wright |
2002-02-08 | simplify sys_pread a bit. | Artur Grabowski |
2002-02-08 | Better IFF_OACTIVE handling; don't bother calling qestart() unless | Jason Wright |
2002-02-08 | simplify qec_put a bit | Jason Wright |
2002-02-08 | Add a comment about an obscure behavior in dup2(2). | Artur Grabowski |
2002-02-08 | Add a slightly redundant arg to finishdup that's the struct file * | Artur Grabowski |
2002-02-08 | do not rely on u_int being availabel | Michael Shalayeff |
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 |