Commit Graph

131872 Commits

Author SHA1 Message Date
dsl
9dbf8d89fe Use strtoul() instead of atoi() and cast arg of remaining ctype fns
to unsigned char.
2004-11-11 20:14:02 +00:00
nathanw
ba1f693b99 Build wsfb. 2004-11-11 20:05:23 +00:00
nathanw
dbd2260f9f Makefile for wsfb reachover. 2004-11-11 20:04:17 +00:00
dsl
f5a10817b2 need to deconst() a qouted string to compile with WARNS=3 2004-11-11 20:00:40 +00:00
jdolecek
1782122374 move sys/lkm/vfs/miscfs/ptyfs/ to sys/lkm/vfs/ptyfs/ 2004-11-11 19:25:30 +00:00
jdolecek
e086026946 convert to one 'SUBDIR+=' per entry format 2004-11-11 19:24:04 +00:00
jdolecek
407f95a9b4 ptyfs moved from miscfs/ to fs/
sort file system includes
2004-11-11 19:21:46 +00:00
jdolecek
9d12d591c6 update #include path to fs/ptyfs/ 2004-11-11 19:19:59 +00:00
jdolecek
e8950fdc08 add -I${NETBSDSRCDIR}/sys into CPPFLAGS, so that this picks up necessary
kernel includes without need to have them installed
2004-11-11 19:10:16 +00:00
jdolecek
73830da5a7 g/c ptyfs.h - it's not installed anymore 2004-11-11 19:00:31 +00:00
jdolecek
d5e68a44ca ptyfs moved from sys/miscfs/ to sys/fs/ 2004-11-11 18:57:21 +00:00
jdolecek
156a03ce12 move ptyfs off sys/miscfs/ptyfs/ to sys/fs/ptyfs/ 2004-11-11 18:56:25 +00:00
christos
03409a2526 whitespace. 2004-11-11 15:58:59 +00:00
christos
13eabbb5aa - add unlockpt(); linux wants it.
- disable major/minor test and explain why.
2004-11-11 15:57:47 +00:00
jwise
aa4b2f2cf3 Revert previous. This was discussed at length in 1999 and 2000.
If we feel we need to revisit this decision, the place to do this is the
mailing lists, not the TODO document.
2004-11-11 14:59:45 +00:00
jmmv
69a6878485 Fix typo. 2004-11-11 14:47:02 +00:00
wiz
8958e5d831 Add line for groff and me as responsible. 2004-11-11 14:45:12 +00:00
wiz
14b920142e Bump date for COMPAT_BSDPTY. 2004-11-11 14:07:53 +00:00
christos
60cb41ca3f We still use the pty_check prototype even if NO_DEV_PTM. From Takahiro Kambe. 2004-11-11 13:45:39 +00:00
christos
d7f4671483 Add a license; thanks manu. 2004-11-11 13:42:55 +00:00
christos
19886a62bd Mention COMPAT_BSDPTY. 2004-11-11 13:38:18 +00:00
wiz
8d811eccec Nit fixes. 2004-11-11 13:20:42 +00:00
yamt
b1ef71d369 move common fragments into Makefile.inc. 2004-11-11 12:03:53 +00:00
yamt
096fec04a9 move pf reachover makefiles into usr.sbin/pf. ok'ed by itojun.
before:
	sbin/pfctl
	usr.sbin/authpf
	usr.sbin/spamdb
	libexec/ftp-proxy
	libexec/spamd
	libexec/spamd-setup
	libexec/spamlogd
after:
	usr.sbin/pf/pfctl
	usr.sbin/pf/authpf
	usr.sbin/pf/spamdb
	usr.sbin/pf/ftp-proxy
	usr.sbin/pf/spamd
	usr.sbin/pf/spamd-setup
	usr.sbin/pf/spamlogd
2004-11-11 11:54:51 +00:00
yamt
ce23bf1813 reduce diffs from the original, using dummy impl. of openlog_r and syslog_r. 2004-11-11 11:27:34 +00:00
xtraeme
201ea26411 Another chip supported: iTE IT8705f, which is available on the
ASUS A7V600-X motherboard, bump date.
2004-11-11 10:58:29 +00:00
yamt
7bd6643839 add a comment for ipf.c 2004-11-11 10:30:13 +00:00
soren
96156c60bf Add USB device controller register names. 2004-11-11 10:11:40 +00:00
yamt
93086a3d8d revert a function rename/move.
this kind of change is not appropriate for sources under dist/.
2004-11-11 09:49:59 +00:00
grant
77cb6d8bb7 +qos 2004-11-11 08:42:27 +00:00
christos
0ecbe2ed07 Cosmetic; cleanup unused junk and fix comments. 2004-11-11 05:46:10 +00:00
christos
b8c5f79875 Add ptyfs.o; thanks to Hisashi T Fujinaka. 2004-11-11 05:41:44 +00:00
christos
5120bd8da8 More error checking. 2004-11-11 04:03:23 +00:00
christos
65f9eaa0a7 Add ptyfs; from Geoff Wing. 2004-11-11 03:32:05 +00:00
christos
a2a8a7d6ce Recognize ptyfs ptys. 2004-11-11 03:22:30 +00:00
christos
bcec1bd48c Add _PATH_DEV_PTS 2004-11-11 03:10:57 +00:00
kent
ad6e9b1b34 device matching by pcireg_t, not a pair of vendor ID and product ID.
This change reduces 170 Byte of i386 kernel size.
2004-11-11 03:06:21 +00:00
christos
0edc1994f6 add mount_ptyfs 2004-11-11 01:55:27 +00:00
christos
b360e20686 Add ptyfs installed files. 2004-11-11 01:53:39 +00:00
christos
4cb68a7213 Mention ptyfs. 2004-11-11 01:46:47 +00:00
christos
58ac79db8d Add ptyfs lkm. 2004-11-11 01:43:25 +00:00
christos
1bd4f21d5a Add userland glue for ptyfs. 2004-11-11 01:42:17 +00:00
christos
7fc8278a34 Add ptyfs. This is experimental. 2004-11-11 01:40:32 +00:00
wiz
f1134ebb91 Add missing .TP before -P, and sort options. 2004-11-11 01:39:25 +00:00
christos
e98accb116 Put the correct fragment size in struct statvfs. From Kevin Lahey. 2004-11-11 01:32:12 +00:00
christos
3b40bfaefe Don't write trash in ut_ss; either initialize it to 0, or put in the proper
information.
2004-11-11 01:14:10 +00:00
wiz
4050e4b376 Add -n to usage. 2004-11-11 01:01:22 +00:00
wiz
c62efc1052 Options without arguments are combined in SYNOPSIS; new sentence, new line. 2004-11-11 01:00:34 +00:00
wiz
74e1eaa411 Fix some nits, and bump date for previous. 2004-11-11 00:57:57 +00:00
christos
8583098c75 Add -n flag to print numeric entries. 2004-11-11 00:54:23 +00:00