summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
2000-01-05reverse (and fix) the logic of the other change; it cause semi-random alpha S...mrg
2000-01-02EXEC_COFF cleanupmsaitoh
2000-01-01Update for y2k.mycroft
1999-12-30Make getcwd_common() available to COMPAT_NETBSD32 code as well.eeh
1999-12-30Dump cores for 32-bit processes.eeh
1999-12-30Handle args for 32-bit emulation processes properly.eeh
1999-12-30Move netbsd32_exec BEFORE normal 32-bit exec so 32-bit binaries are not executedeeh
1999-12-30avoid 'marching unit numbers' for cloning devices. (e.g., previously,cgd
1999-12-16Explicitly set secondary processors in motion before calling uvm_scheduler().thorpej
1999-12-15g/c redundant vn_isunder() prototype (it.s in <sys/vnode.h>)jdolecek
1999-12-15In lfs_bwrite, don't mark buffers dirty if lfs is mounted read-only.perseant
1999-12-13sync IPv6 part with latest KAME tree. IPsec part is left unmodifieditojun
1999-12-13bitmask_snprintf: avoid returning too soon if we're using thesommerfeld
1999-12-08Fix bug observed by Perry and myself: when emacs was shut downsommerfeld
1999-12-07Regen.thorpej
1999-12-07Remove duplicate vop_balloc definition accidentally added in rev 1.21.thorpej
1999-12-07Regen.wrstuden
1999-12-07Add comments to describe the lookup parameters needed in the variouswrstuden
1999-12-05Revert order of formula to calculate the number of buffer pages if thetron
1999-12-05Correct calculation of buffer pages if BUFCACHE is defined. Patch suppliedtron
1999-12-03First round of discarding the CL* macros.ragge
1999-11-30bring in latest KAME (as of 19991130, KAME/NetBSD141) into kame branchitojun
1999-11-26Clear B_AGE in bdirty(), this buffer must go through the LRU againfvdl
1999-11-23Be more careful to block bio interrupts for some data structures. Therefvdl
1999-11-21Call the machine dependent code to do d-cache/i-cache synchronization, foris
1999-11-18Initialize the vnode_hold_list correctly.enami
1999-11-17- strings handled by the common functions sysctl_string() and sysctl_rdstring()is
1999-11-15Add Kirk McKusick's soft updates code to the trunk. Not enabled byfvdl
1999-11-13Defopt MAXUPRC.simonb
1999-11-12Return the data length even for non-readonly strings, as advertized.is
1999-11-05Fix recent bug in sys_accept(): we must remove the file descriptor from themycroft
1999-11-03proc_sysctl(): initialize ptmp to NULL - theoretically, ptmp mightjdolecek
1999-10-30back out unnecessary stylistic changes in recent changes, to keep codingenami
1999-10-27add mbuf deep-copy fnudtion, m_dup().itojun
1999-10-27minor cleanup of previous - avoid goto and code duplicationjdolecek
1999-10-27patch from Greg A. Woods to fix panic problems with code that attempts todarrenr
1999-10-25Update to match new SVR4-style definition names in <sys/exec_elf.h>.kleink
1999-10-14Back out a small and unfinished piece of the old scheduler rototill.ross
1999-10-11Detect if kmem is up, and if not, ignore EX_MALLOCOK.thorpej
1999-10-10If time delta is larger than thresh. Use 10* adj factor. Make thishwr
1999-10-01Widen usecount and writecount to prevent overflow.mycroft
1999-10-01Correct spelling in an #ifdef.mycroft
1999-09-28Remplace kern.shortcorename sysctl with a more flexible sheme,bouyer
1999-09-271003.1c: add {LOGIN_NAME_MAX}.kleink
1999-09-23First step toward network boot.minoura
1999-09-17- Centralize the declaration and clearing of `cold'.thorpej
1999-09-17Centralize the declaration and clearing of `cold'.thorpej
1999-09-15Be slightly more informative in the tsleep() diagnostics.thorpej
1999-09-15Add a mechanism to defer configuration of children until interruptsthorpej
1999-09-15Rename the machine-dependent autoconfiguration entry point `cpu_configure()',thorpej