summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2000-04-23Correct bitmask.Angelos D. Keromytis
2000-04-23freesession takes u_int64_tAngelos D. Keromytis
2000-04-23Change the type of freesession to take u_int64_t as argument.Angelos D. Keromytis
2000-04-21oopsMichael Shalayeff
2000-04-21see if there is any meaning under curproc before using &proc0 in vfs_syncwait...Michael Shalayeff
2000-04-21shovel apm into it's own thread.Michael Shalayeff
2000-04-21O_FYNC -> O_SYNCTodd C. Miller
2000-04-21Change kernel-only open flag FNOSYMLINK to userland-visible O_NOFOLLOW;Todd C. Miller
2000-04-21NRL pcb issue; inp_{f,l}addr{,6} is a union so we need to be sure aboutJun-ichiro itojun Hagino
2000-04-21do not declare and use a local variable which conflicts with a globalTheo de Raadt
2000-04-20Fix function prototype so it compiles again.Aaron Campbell
2000-04-20Fix a problem that occurs when the filesystem fills up.Artur Grabowski
2000-04-20Don't include machine/pmap.h, vm/pmap.h does that for us.Artur Grabowski
2000-04-20Add a function "ktrsettracevnode", that changes the ktrace vnode for a processArtur Grabowski
2000-04-20prototyping for p{read,write}{,v}Theo de Raadt
2000-04-20syncTheo de Raadt
2000-04-20system call hookup for p{read,write}{,v}Theo de Raadt
2000-04-20p{read,write}{,v} from csapuntz, partial NetBSD origin I thinkTheo de Raadt
2000-04-19Remove NetBSD ifdefs here too.Federico G. Schwindt
2000-04-19Remove NetBSD ifdefs.Federico G. Schwindt
2000-04-19* use different numbers of transmit buffers depending on the memoryFederico G. Schwindt
2000-04-19Remove roundrobin_attempts.Artur Grabowski
2000-04-19Unbreak genio (how could I commit that garbage?).Artur Grabowski
2000-04-19When logging genio, check if we need to yield in the same way as in uiomove.Artur Grabowski
2000-04-19Remove the roundrobin_attempts hack and replace it with per-process schedulingArtur Grabowski
2000-04-19new products; rearrange.Federico G. Schwindt
2000-04-19syncFederico G. Schwindt
2000-04-19New products from NetBSD; remove duplicated entry.Federico G. Schwindt
2000-04-19Don't abuse malloc to allocate small fixed-size structs that we can keep on t...Artur Grabowski
2000-04-19Change struct file interface methods read and write to pass file offset inConstantine Sapuntzakis
2000-04-19indent.Federico G. Schwindt
2000-04-19add boundary check for nd_ifinfo[]. (sync with kame)Jun-ichiro itojun Hagino
2000-04-19Fix a bug introduced after cardbus commit where uart16550a wasFederico G. Schwindt
2000-04-19tdb_ref should be signed, this avoid a problem with flushing the TDBAngelos D. Keromytis
2000-04-19Force mailbox to be under 16MB so the controller can see itNiklas Hallqvist
2000-04-19split out mbuf scatter gather functionTheo de Raadt
2000-04-18Remove the ethernet header from the mbuf before passing it on toAngelos D. Keromytis
2000-04-18seems ok w/o primingMichael Shalayeff
2000-04-18some PDC callsMichael Shalayeff
2000-04-18vm/vm.h not needed anymoreMichael Shalayeff
2000-04-18typoMichael Shalayeff
2000-04-18split dc driver into bus dependent and bus independent (pci) partsJason Wright
2000-04-18audio type 2 is called harmony and could come w/ 2 fax/modem/voice channels, ...Michael Shalayeff
2000-04-18split fxp into bus independent and dependent (pci) parts (cardbus to come)Jason Wright
2000-04-18If the user does a huge I/O split the genio logging into smaller chunksArtur Grabowski
2000-04-18Double usage of random() in the pseudo device to avoid settingHugh Graham
2000-04-18Set MII parameters for the other 3Com CardBus cards, not just 'C' revision.Aaron Campbell
2000-04-18Stats for bridge output too.Angelos D. Keromytis
2000-04-18Sanity check on dequeued mbufs, also keep track of correct interfaceAngelos D. Keromytis
2000-04-18cd detachConstantine Sapuntzakis