| Age | Commit message (Expand) | Author |
| 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 |
| 2001-04-09 | Change the first arg to fileops fo_stat routine to struct file *, adjust | jdolecek |
| 2001-04-07 | Add new 'stat' fileop and call the stat function via f_ops rather | jdolecek |
| 2001-02-02 | emul_find(): actually, the emulation root vnode dance has to be done for | jdolecek |
| 2001-01-22 | Introduce CHECK_ALT_SYMLINK() - this checks for alternative location without | jdolecek |
| 2000-12-21 | don't define SYSVMSG if it's already defined | jdolecek |
| 2000-12-17 | make LKM safe | jdolecek |
| 2000-12-05 | Have recursive make invocations depend on the .MAKE pseudo-target so | sommerfeld |
| 2000-12-01 | add e_path (emulation path) to struct emul, which replaces emulation-specific | jdolecek |
| 2000-11-29 | LKMify | jdolecek |
| 2000-11-20 | make const the struct emul * pointers passed/used in stackgap_init(), | jdolecek |
| 2000-11-08 | Don't dereference NULL t_linesw. | eeh |
| 2000-11-02 | Adapt to the new line discipline scheme. | itohy |
| 2000-09-28 | Add support for variable end of user stacks needed to support COMPAT_NETBSD32: | eeh |
| 2000-08-29 | Emulation stackgap sanity checks, based partly on fixes from | sommerfeld |