summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2000-04-25From Assar: make adosfs compile, I was supposedNiklas Hallqvist
2000-04-25if we have to allocate a new mbuf, don't forget to copy the header info fromJason Wright
2000-04-25fixing the frontend means fixing the backend too... add a countdown whenJason Wright
2000-04-25sync unknown list with reality; minor changes.Federico G. Schwindt
2000-04-25use the size of the allocation, not the minimum of what was requested andJason Wright
2000-04-25when fixing up the header, copy from the right sized datatype (fixes IPsecJason Wright
2000-04-25non-O_NOFOLLOW error introduced by accident, this is fragile code..Theo de Raadt
2000-04-24syncTheo de Raadt
2000-04-24oopsTheo de Raadt
2000-04-24syncTheo de Raadt
2000-04-24serverworks is very private with their info...Theo de Raadt
2000-04-24use mii_detach, now xe detach/attach rocks againNiklas Hallqvist
2000-04-24Add simple mii detach routine while waiting for the post-2.7Niklas Hallqvist
2000-04-24Fix promiscuous mode (from martin@crt.se). Style nits. Do not look atNiklas Hallqvist
2000-04-24revived by mistakeNiklas Hallqvist
2000-04-245k of source saved in spaces and empty lines; also rcsidMichael Shalayeff
2000-04-24Do not unmap CCR before using them for the last timeNiklas Hallqvist
2000-04-24wait just a bit for enabling to settle, fixes pccom on an xeNiklas Hallqvist
2000-04-243 bugs: off by one in dump offset calculation,Niklas Hallqvist
2000-04-24fix some typesMichael Shalayeff
2000-04-243C1 and 3CCFEM556BI (this one uses boomerang chipset, so no support yet);Federico G. Schwindt
2000-04-24syncFederico G. Schwindt
2000-04-24new prods; rearrange.Federico G. Schwindt
2000-04-24s/int/u_int/ pass iint page0 and generic io module, fixes a few obscure problemsMichael Shalayeff
2000-04-24fix macros that calculated bitmap size for fdalloc. fries@ helped debugging.Niels Provos
2000-04-24use pmap_extract() instead of vtophys(); artTheo de Raadt
2000-04-24support DOSPTYP_EXTENDL like DOSPTYP_EXTEND; scott@nts.umn.eduTheo de Raadt
2000-04-23Save ethernet address in arpcom.ac_enaddr. -mojMats O Jansson
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