Age | Commit message (Expand) | Author |
2004-01-06 | re-sync | Tom Cosgrove |
2004-01-06 | import netbsd's version of David Borman's syncache code | Markus Friedl |
2004-01-06 | fix vlan destroy for MROUTING; report spamme@wouz.dk via tedu; ok itojun | Markus Friedl |
2004-01-06 | sync | Tom Cosgrove |
2004-01-06 | Fix typo in device id for SiS596, and correct name. Also update | Tom Cosgrove |
2004-01-06 | keep track of a vnode's parent dir. ufs only, and unused atm, but | Ted Unangst |
2004-01-06 | lock filedesc before manipulating. avoids some rare races. | Ted Unangst |
2004-01-05 | stop ifc_destroy() if there are still knotes registered. | Marco Pfatschbacher |
2004-01-05 | Support for the second set of serial ports on the M8120 (untested) | Miod Vallat |
2004-01-05 | Stop masquerading the M8120 (no-slot MVME187) as a real MVME187, and keep | Miod Vallat |
2004-01-05 | 0 -> (void *)NULL for last argument of icmp_error(), which is of type | Daniel Hartmeier |
2004-01-05 | temp/volt sensor for NS PC87366 LPC Super I/O; based on netbsd version; ok de... | Markus Friedl |
2004-01-05 | kill debugging code that is not needed anymore | Michael Shalayeff |
2004-01-05 | Repair my merging error, simplify DIOCCLRSTATUS code. ok dhartmei@ | Cedric Berger |
2004-01-05 | Repair merge errors. Thanks Pyun YongHyeon, Sorry Henning :) | Cedric Berger |
2004-01-05 | typos from Jared Yanovich; | Jason McIntyre |
2004-01-05 | Don't issue PREVENT_ALLOW commands to disk devices during sdopen() or | Kenneth R Westerback |
2004-01-05 | Reduce ahc verbosity. Put chip details inside an if (bootverbose) {} | Kenneth R Westerback |
2004-01-05 | unobfuscate systm.h: use va_list for vprintf. | Marc Espie |
2004-01-05 | Major overhaul of our master boot record. | Tom Cosgrove |
2004-01-04 | In pmap_activate(), be sure to always flush the user tlb, even if we are | Miod Vallat |
2004-01-04 | Previous monotomic clock fix had major issues, this improves the matter. | Dale Rahn |
2004-01-04 | oops... string.h ended up being included twice; pointed out by espie | Peter Valchev |
2004-01-04 | better macro name (IF_LOCKED -> BOUND_IFACE). from markus. | Cedric Berger |
2004-01-04 | include proper protos for userland; deraadt | Peter Valchev |
2004-01-04 | Rewrite scsi_decode_sense() to clean up code; eliminate many magic | Kenneth R Westerback |
2004-01-04 | Thou shall not flush TLBs incorrectly. | Miod Vallat |
2004-01-04 | Working kluge to ``enable'' the on-board SCSI controller on 187 and 197, if | Miod Vallat |
2004-01-04 | put INET6, rtsol, and ping6 onto media where it fits. install.sub changes | Theo de Raadt |
2004-01-03 | shut gcc up; ok miod | Peter Valchev |
2004-01-03 | disable TSC for Geode SC1100; Stuart Henderson, pr 3625; ok mickey, deraadt | Markus Friedl |
2004-01-03 | switch to shorter licence at millert@ suggestion. | Marc Espie |
2004-01-03 | make sure userland sees memcmp and friends (gcc3) | Marc Espie |
2004-01-03 | put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros | Marc Espie |
2004-01-03 | Make 'unknown error category' message more informative by including error | Kenneth R Westerback |
2004-01-03 | backout segment register restore diff which causes reproducible hangs; ok der... | Peter Valchev |
2004-01-02 | Mention that, on most 187 and 197, if the SCSI controller is not the boot | Miod Vallat |
2004-01-02 | MC88110 errata states that, for instruction faults, in case of bus error | Miod Vallat |
2004-01-02 | Sync m197_ext_int() logic with m187_ext_int() logic. | Miod Vallat |
2004-01-02 | Better openings value computation. | Miod Vallat |
2004-01-02 | Relaxed dependencies, and do not undef DEBUG. | Miod Vallat |
2004-01-02 | There is no such thing as ``device cpu'' for now. | Miod Vallat |
2004-01-02 | Revert 1.100 and 1.102 for now - they cause page table corruption (bloody hell!) | Miod Vallat |
2004-01-02 | The scratch pages used in pmap_zero_page() and pmap_copy_page() being special | Miod Vallat |
2004-01-02 | When both cmmu_dofoo() and cmmu_remote_dofoo() exist, kill the first one, | Miod Vallat |
2004-01-02 | use pool for pcb; with grange@ like netbsd; ok itojun@, cedric@ | Markus Friedl |
2004-01-02 | apparently my understanding of '{FLT,DBL,LDBL}_{MIN,MAX}_EXP' ahs | Michael Shalayeff |
2004-01-02 | attach on two more ICHs | Michael Shalayeff |
2004-01-02 | after some advice from nick, note that only com0 is currently supported | Jason McIntyre |
2004-01-02 | PCI_PRODUCT_ALI_M1533 should use ali1543_init too. When the PCI id for | Todd C. Miller |