summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
1999-12-08make sure video timing is enabled (not always done by prom); NetBSD.Jason Wright
1999-12-08Remove unused #define cruft.Aaron Campbell
1999-12-08Whoops; forgot to bump FreeBSD version numbers.Aaron Campbell
1999-12-08Sync with FreeBSD:Aaron Campbell
1999-12-08Sync with FreeBSD:Aaron Campbell
1999-12-07driver for National Semiconductor 83843; from NetBSD.Jason Wright
1999-12-07syncJason Wright
1999-12-07Merge with NetBSD:Jason Wright
1999-12-07remove freebsd bridging stuff, and let ALL packets go to ether_input()Jason Wright
1999-12-07quietJason Wright
1999-12-07merge with freebsd:Jason Wright
1999-12-07Use pool to allocate page tables. This has the nice effect that we can uncacheArtur Grabowski
1999-12-07Forgot a printf...Angelos D. Keromytis
1999-12-07New ah_new_input(), protocol-independent processing (still lackingAngelos D. Keromytis
1999-12-07Missing "else"...Angelos D. Keromytis
1999-12-07Driver for Sundance ST201 Ethernet; from FreeBSD.Aaron Campbell
1999-12-07move .mul and .umul into the kernel. if v8 sparc is detected, replace withTheo de Raadt
1999-12-06Regen.Aaron Campbell
1999-12-06More.Aaron Campbell
1999-12-06Keep statistics in default case as well.Angelos D. Keromytis
1999-12-06Oops, typo.Angelos D. Keromytis
1999-12-06Some preliminiries to AH revamping (similar to ESP)...Angelos D. Keromytis
1999-12-06Don't do m_adj() if it's not really needed (minor optimization,Angelos D. Keromytis
1999-12-06Regen.Aaron Campbell
1999-12-06Implement compatibility for Linux stime() syscall.Aaron Campbell
1999-12-06Simplify include files.Angelos D. Keromytis
1999-12-06Put the "size check fired" behind ifdef DEBUG, it can happen in someArtur Grabowski
1999-12-06Make this work for uvm.Artur Grabowski
1999-12-06Yet another solution to the mfs unmount/kill race (not ugly this time).Artur Grabowski
1999-12-06When truncating directories by less than a block we shouldn't zero theArtur Grabowski
1999-12-06New ESP code that's v4 and v6 friendly.Angelos D. Keromytis
1999-12-06ffs_init is a vfsop. Move it to ffs_vfsops.Artur Grabowski
1999-12-06Always make sure that softdep mounts are not async.Artur Grabowski
1999-12-06Don't compute values that we don't use later.Artur Grabowski
1999-12-06#if 0 some broken unreached code.Artur Grabowski
1999-12-06Add another statisticAngelos D. Keromytis
1999-12-05sure, nix the PROT_EXEC; zzlevo@dd.chalmers.seTheo de Raadt
1999-12-05Fix an INET6 dependency (niklas@)Angelos D. Keromytis
1999-12-05Pass device mode to query_encoding in the structure to fill, soMarc Espie
1999-12-05Integrate the latest soft updates code.Artur Grabowski
1999-12-05Collect statistics on sync and async writes.Artur Grabowski
1999-12-05With soft updates, some buffers will be remarked as dirty after being written.Artur Grabowski
1999-12-05Use VONSYNCLIST to see if we should remove a vnode from the sync list insteadArtur Grabowski
1999-12-05Add an m_inject()Angelos D. Keromytis
1999-12-05Add a new vnode flag "VONSYNCLIST" that indicates if the vnode is on theArtur Grabowski
1999-12-05Add a new function "speedup_syncer()" that pushes the syncer to work harder.Artur Grabowski
1999-12-05Unlock the vnode in inactive even when v_usecount == 0.Artur Grabowski
1999-12-05Release mountlist_slock if vfs_busy fails.Artur Grabowski
1999-12-05Indentation fixes.Artur Grabowski
1999-12-05aha, no more mouse in pcvt and s/rl/sis/Michael Shalayeff