summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2003-04-12life's easier if one initializes pointers...Henning Brauer
2003-04-12don't create a root class implicitely. we do this from pfctl, and needHenning Brauer
2003-04-12kill the qid assignment code here; return EINVAL if qid == 0 - similar toHenning Brauer
2003-04-12ansi and a bit style; ok kjc@Henning Brauer
2003-04-12Don't wait for DRQ after issuing IDENTIFY command. Fix long detectingAlexander Yurchenko
2003-04-12Fix index bounds checking in save data pointers logic.Kenneth R Westerback
2003-04-11Match PCI_PRODUCT_INTEL_PRO_100_VE_4 and PCI_PRODUCT_INTEL_PRO_100_VM_4.Todd C. Miller
2003-04-11set/update the queue IDs on filter rules (qid and pqid) onHenning Brauer
2003-04-11Delete a doubly redundant call to timeout_del() in osiop_timeout.Kenneth R Westerback
2003-04-11zombies can't live allproc list. art fixed the real problem a while ago.Ted Unangst
2003-04-11always reread curproc and frame on return from the system callMichael Shalayeff
2003-04-11count traps and interruptsMichael Shalayeff
2003-04-10more POSIX chownTodd C. Miller
2003-04-10make all entry points of the same number of arguments and that greatly simpli...Michael Shalayeff
2003-04-10deallocate resources on failures; pt out by tedu@; millert@ okMichael Shalayeff
2003-04-10Proper use of bus_space makes the need for <machine/pio.h> obsolete, whichMiod Vallat
2003-04-10woah. last commit contained way too much. revert, and apply only the change...Ted Unangst
2003-04-10don't try to update directories on zombies. pr2030. ok artTed Unangst
2003-04-10off by one bounds check in diag code. ok art.Ted Unangst
2003-04-09makeing a local array static saves some bytes; idea from mickey@Markus Friedl
2003-04-09missing nl in the error msg and a return afterwardsMichael Shalayeff
2003-04-09a couple of sigmatel codec idsMichael Shalayeff
2003-04-09KNFHenning Brauer
2003-04-09Change pf_state structure to point to both a rule and the anchor,Cedric Berger
2003-04-09Remove one of two identical comment blocksNiklas Hallqvist
2003-04-09add strl{cat,cpy} to unbreak "make build" on sparc64Nikolay Sturm
2003-04-09Correct commentary describing page table layoutsNiklas Hallqvist
2003-04-09Cleanup/make more consistant the various DEBUG flags and uses thereof.Kenneth R Westerback
2003-04-09Reduce default OSIOP_DEBUG output to a useful volume.Kenneth R Westerback
2003-04-09sprintf->snprintf. miod@, grange@ ok.Hakan Olsson
2003-04-08just wate that debug altogetherMichael Shalayeff
2003-04-08Make dmesg prettier if attachment fails and no option DEBUGMiod Vallat
2003-04-08Ahem, fix printf format.Miod Vallat
2003-04-08Fix diagnostic output to display data buffer actually being used.Kenneth R Westerback
2003-04-08Move definition of storage for cpu_model to locore.c so sizeof hasHugh Graham
2003-04-07sprintf elimination from rohee.Ted Unangst
2003-04-07some snprintf usage from rohee.Ted Unangst
2003-04-07a couple more codec ids from peopleMichael Shalayeff
2003-04-07oopsMichael Shalayeff
2003-04-07add mfcpu() and kill get_psw/set_psw that should not be used from the .c codeMichael Shalayeff
2003-04-07remove dead stuffMichael Shalayeff
2003-04-07enable viper touching again.Michael Shalayeff
2003-04-07do not limit the kmem to just the physmemMichael Shalayeff
2003-04-07only check for space mismatch when coming from user.Michael Shalayeff
2003-04-07properly recalculate spa-epa when it comes to per-pageMichael Shalayeff
2003-04-07move out non-gsc devices from the gsc sectionMichael Shalayeff
2003-04-07this makes wax interruptMichael Shalayeff
2003-04-07com1@waxMichael Shalayeff
2003-04-07s/HP9000/HP 9000/; from weissmanndudeMichael Shalayeff
2003-04-07int -> ssize_t.Mike Pechkin