| Age | Commit message (Expand) | Author |
| 2003-12-04 | Dynamic sysctl. | atatat |
| 2003-11-19 | - don't use MALLOC for non constant counts | christos |
| 2003-11-19 | Don't include malloc.h if you are not going to use it. | christos |
| 2003-10-15 | Don't put the netbsd32_compat*.c files in the 'compat library'. Unconditionally | fvdl |
| 2003-09-06 | SA_SIGINFO changes | christos |
| 2003-08-08 | - GC all the setup_stack functions | christos |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-06-05 | simplify bsd_sys_bind() | christos |
| 2003-06-05 | Ooops, I deleted a debug printf just before committing and one bit was | manu |
| 2003-06-05 | Search alternate /emul/* path for AF_LOCAL sockets at bind() time. | manu |
| 2003-06-04 | Build again with SA | manu |
| 2003-04-01 | Use PAGE_SIZE rather than NBPG. | thorpej |
| 2003-02-10 | include more opt_ files for nfs. | christos |
| 2003-02-10 | getfh is needed for NFS server. | christos |
| 2003-01-22 | lwp'ify | christos |
| 2003-01-20 | The Double-Semi-Colon Police. | simonb |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-12-10 | Rename __LDPGSZ to AOUT_LDPGSZ, to accurately reflect what it is. | thorpej |
| 2002-12-08 | Introduce BSD system calls with alternate patch checking (in /emul) in | manu |
| 2002-11-29 | add emul_find_interp() function: the function looks for interpreter | jdolecek |
| 2002-11-29 | de-__P() | jdolecek |
| 2002-11-26 | rename: s/sa_/<compat>sa/g | christos |
| 2002-11-25 | Avoid strict-alias warnings. | thorpej |
| 2002-11-02 | Add lint infrastructure | perry |
| 2002-11-02 | set LLIBS= so we don't try to check the lint lib against llib-lc.ln | perry |
| 2002-10-05 | count executable image pages as executable for vm-usage purposes. | chs |
| 2002-09-28 | Add !defined(_LP64) in the appropriate places to correspond with | scw |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |
| 2002-09-25 | Don't include <sys/map.h>. | thorpej |
| 2002-09-23 | Remove a meaningless type qualifier on a cast. | simonb |
| 2002-07-04 | Add kernel support for having userland provide the signal trampoline: | thorpej |
| 2002-06-18 | Updated version of cscope/mkid support. Check libkern and compat lib | wrstuden |
| 2002-04-29 | build the netbsd32_compat* objects into libcompat.a, so they are available | mrg |
| 2002-03-17 | Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for | atatat |
| 2002-03-17 | panic if more space than stackgaplen is requested. Maybe I should remove the | christos |
| 2002-03-16 | make the stackgap_{init,alloc} functions MP friendly (i.e. pass struct proc * | christos |
| 2001-12-12 | MKfoo=no -> NOfoo | tv |
| 2001-11-14 | Preload <bsd.own.mk> before .undef DESTDIR. | tv |
| 2001-11-14 | Undefine DESTDIR; we don't want the special DESTDIR <bsd.lib.mk> | tv |
| 2001-11-13 | add RCSIDs (including regeneration of files as appropriate) | lukem |
| 2001-10-30 | - Add a new vnode flag VEXECMAP, which indicates that a vnode has | thorpej |
| 2001-07-22 | return EMSGSIZE rather than ENOMEM if it would not be possible to | jdolecek |
| 2001-07-17 | Expel MSG_COMPAT/COMPAT_OLDSOCK, make the COMPAT_43 wrappers | jdolecek |
| 2001-07-07 | compat_43_sys_send(): wrap using sys_sendto() rathen than sendit() | jdolecek |
| 2001-06-25 | Back off the sendit()/recvit() change, some have problems with it | jdolecek |
| 2001-06-25 | Add 'kernsa' parameter for sendit()/recvit(); if nonzero, msg->msg_name | jdolecek |
| 2001-06-14 | Fix a partial construction problem that can cause race conditions | thorpej |
| 2001-05-30 | use _KERNEL_OPT. | mrg |