Go to file
christos 1edf5bf30e PR/32682: Hauke Fath: netbsd-3 ptyfs intermittent failure with Matlab
For the benefit of linux emulation create a new minor device '2'
which is a ptmx with linux semantics. Linux changes the permissions
of the slave pty upon creation, not when grantpt(3) is called. The
glibc linux grantpt(3) checks that the pty is on ptyfs, and if it is,
it does nothing. To make use of this fix:

	mknod /emul/linux/dev/ptmx c 165 2
	chmod 666 /emul/linux/dev/ptmx

This is a lot simpler than copying a bunch of code and creating a
ptmx device just for the benefit of linux emulation.
2006-09-22 15:15:56 +00:00
bin fixes for installing into a case insensitive $DESTDIR 2006-09-11 22:24:09 +00:00
common Alter the protocol impemented by prop_kern to allow for bi-directional 2006-09-22 04:20:23 +00:00
crypto credit 2006-09-21 09:43:47 +00:00
dist PR/34284: Gene ENonymous: Fix the userland copy of ip_lookup.c. Why do we 2006-09-17 14:49:46 +00:00
distrib Alter the protocol impemented by prop_kern to allow for bi-directional 2006-09-22 04:20:23 +00:00
doc yamt-splraiseipl: mac68k, x68k, hpcarm, shark, acorn32, 2006-09-21 14:33:24 +00:00
etc Make sure to the file end with EOL ("\n"). 2006-09-22 08:00:33 +00:00
games PR/34175: Zafer Aydogan: touch the window to cause a refresh after help 2006-08-09 14:29:40 +00:00
gnu Our hppa userland space register convention isn't as flat as it needs to be 2006-09-22 13:11:57 +00:00
include Add efun(3) 2006-08-26 18:11:12 +00:00
lib add ia64 libc MI bits. 2006-09-22 12:09:24 +00:00
libexec Handle .br - this makes processing of the netbsd-4 2006-09-12 21:56:43 +00:00
regress Add test for in-file seeking for data; it should return the passed offset. 2006-09-21 22:09:20 +00:00
rescue Add mount_tmpfs(8) to /rescue. Ok with christos. 2006-08-16 16:50:59 +00:00
sbin - Add a new DRVCTLCOMMAND ioctl to /dev/drvctl. This is a generic 2006-09-22 04:37:36 +00:00
share Switch hppa to gcc4. 2006-09-22 13:14:59 +00:00
sys PR/32682: Hauke Fath: netbsd-3 ptyfs intermittent failure with Matlab 2006-09-22 15:15:56 +00:00
tools Allow for building a crosstools version of gprof. 2006-08-27 07:04:00 +00:00
usr.bin Rename the variable 'jobs' to 'job_list' in preparation for making it an array. 2006-09-21 19:56:05 +00:00
usr.sbin Apply changes to ffs_find_disk_blocks_ufs1() from revision 1.19 2006-09-20 21:49:12 +00:00
x11 rename 2 installed files in xsrc which may have case conflicts in $DESTDIR 2006-09-11 22:28:33 +00:00
BUILDING mkisofs is in pkgsrc/sysutils/cdrtools now, not pkgsrc/sysutils/cdrecord. 2006-01-29 14:03:59 +00:00
Makefile don't filter out .WAIT when converting from _SUBDIR to SUBDIR 2006-09-07 03:51:44 +00:00
Makefile.inc don't set KERNSRCDIR here; pull in <bsd.kernobj.mk> if you need it 2002-04-10 14:53:43 +00:00
UPDATING Mention acorn32 console changes, since they'll break builds with custom 2006-08-15 20:48:01 +00:00
build.sh Recognize MACHINE=landisk (sh3el). 2006-09-01 21:52:55 +00:00