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