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