jdolecek
9bda5239e6
pty resources are now allocated on demand, default initial
...
number is 16 and thre is new sysctl kern.maxptys to control maximum number
2000-09-24 11:46:47 +00:00
kleink
3f50a3c66b
Document LIBRARY and Lb.
2000-09-24 09:52:26 +00:00
jsm
91d0e30d01
Use NULL instead of 0 (from OpenBSD). Also add or adjust comments.
2000-09-24 09:47:22 +00:00
jsm
ac1f171d5b
Correct spelling "dont" to "don't". From OpenBSD.
2000-09-24 09:46:57 +00:00
jsm
44c05578b0
Make functions local to parse.c static.
2000-09-24 09:46:28 +00:00
jsm
b40caee28a
Give a better message for trying to eat things it doesn't make sense
...
to eat. For something eatable, check first whether you're holding it,
then whether you have a knife, then whether you're stuffed (gives
better message for "eat coconuts" when you don't have any). From
OpenBSD.
2000-09-24 09:46:03 +00:00
bjh21
ff579c68fd
Style nit -- hard-coded path names belong in pathnames.h.
2000-09-24 09:45:55 +00:00
jsm
6e6404a77d
Clean up fly.c by making local variables and functions static and
...
removing abs() macro.
2000-09-24 09:44:28 +00:00
jsm
c2a6fb8d9d
Prevent CUMBER from going negative; avoid division by zero if it is
...
zero.
2000-09-24 09:41:53 +00:00
jsm
1b39778596
Attempt to disambiguate BODY for kicking. Avoid crashing or nonsense
...
messages on "kick door" and "kick man". From OpenBSD.
2000-09-24 09:39:56 +00:00
erh
52aa56b72d
Mention additional restriction on ptrace: you can't ptrace system processes since the assumptions made for normal processes don't always hold (such as p_pptr is non-NULL).
2000-09-24 07:34:15 +00:00
erh
3392996d23
Prevent ptrace on system processes. Avoids panic when attempting to ptrace pid 0, which has no parent.
2000-09-24 07:31:28 +00:00
enami
29d3e43df9
Don't bother to clear commit information for the vnode of type VNON.
...
It is not necessary since it is a vnode being initialized and it shouldn't
be done since filesystem private data may not be assigned yet.
2000-09-24 06:59:21 +00:00
simonb
06026973fd
Use the usual make variables with ${INSTALL} (RENAME, COPY, PRESERVE,
...
INSTPRIV). Also use BIN{OWN,GRP} and NONBINMODE.
2000-09-24 05:56:04 +00:00
augustss
9623e356f0
Recognize Acer 320U.
2000-09-24 03:22:47 +00:00
augustss
fc015f6833
Regen.
2000-09-24 03:22:26 +00:00
augustss
641ee8fd93
Add another scanner.
2000-09-24 03:21:55 +00:00
sommerfeld
aee40d8006
Bump EXEC_DEFAULT_VMCMD_SETSIZE from 5 to 9, which appears to be the
...
typical number used by i386 dynamic elf binaries.
2000-09-24 02:40:29 +00:00
augustss
50891507e0
Updated version of the usbhidctl command that allows setting, as well as
...
reading, items. From Dave Sainty <dave@dtsp.co.nz>.
2000-09-24 02:27:12 +00:00
augustss
40d348ed16
Bump minor.
2000-09-24 02:21:13 +00:00
augustss
b45cceffca
Bump minor no because of API additions.
2000-09-24 02:20:39 +00:00
augustss
0c0b8fd77c
Change the API a little to allow positions to be determined correctly
...
for multiple kinds. From Dave Sainty <dave@dtsp.co.nz>.
2000-09-24 02:19:54 +00:00
augustss
cb9f491cfe
llow parsing of usage strings.
2000-09-24 02:17:52 +00:00
augustss
8d014ac8a4
Add hid_use_report_desc() to allow a user specified string to be used
...
as a report descriptor.
From Nick Hibma (FreeBSD).
2000-09-24 02:13:24 +00:00
augustss
d71044b313
Don't give up so easily if the device does not respond properly.
...
Mostly from Nick Hibma (FreeBSD).
2000-09-24 02:08:38 +00:00
christos
b181f2aa02
- resolve conflicts
...
- adjust 2.4.0 new tty subsystem back to bsd.
- start on multilink stubs
- clean up warnings
Status:
- paulus knows about the fixes, but he has not responded yet as to if
I should commit them or not].
- I've tested ipv4 connectivity and itojun tested ipv6 [many thanks!]
- Missing from this are pluggin examples and pppdump code because they
are contain gpl code.
- This version of pppd is again gpl free now!
2000-09-23 22:39:29 +00:00
christos
5f5270c935
import of a cropped down pppd-2.4.0 circa sept 10 directly from the cvs
...
repository.
2000-09-23 22:14:39 +00:00
augustss
f2a2c14d9a
Recognize Sony memory sticks (from FreeBSD).
...
Add timing info in the debug output.
2000-09-23 21:03:00 +00:00
augustss
d9c7baa183
Add a way to do control transfers on other pipes than the default pipe.
2000-09-23 21:02:04 +00:00
augustss
6417d32d9d
Avoid "bandwidth reclamation" for control transfers. The kue device chokes
...
on it.
2000-09-23 21:00:10 +00:00
augustss
fc82fb752f
Fix typo.
2000-09-23 20:27:05 +00:00
augustss
3d4e4b283d
Xref urio(4).
2000-09-23 20:26:48 +00:00
augustss
c412966bb3
Fix puctuation.
2000-09-23 20:24:47 +00:00
jsm
1781c4f837
Allow for bathing goddess in love(); give better message for a lover
...
that isn't present and for certain choices of lover. From OpenBSD.
2000-09-23 19:51:02 +00:00
jsm
d2c1d833b2
Allow for the bathing goddess in ravage(). From OpenBSD.
2000-09-23 19:45:07 +00:00
jsm
d3579258c9
Use a lookup table to identify whether objects are plural or singular,
...
instead of testing the final character against 's' in each place.
Avoids oddities about "pot of jewels" and "compass".
2000-09-23 19:23:57 +00:00
augustss
0fab9d10ca
Regen.
2000-09-23 18:42:05 +00:00
augustss
a5570006bc
Add some more vendors.
2000-09-23 18:39:41 +00:00
sommerfeld
6a71867356
Add `COM_MPLOCK' option to use a device-instance-specific spinlocks
...
when running at splserial(). This is a temporary measure (until
there's a MP-safe interrupt handling structure); until then, it should
be used when MULTIPROCESSOR and IPL_SERIAL > IPL_SCHED.
2000-09-23 17:17:11 +00:00
bjh21
a48f581877
Substantial overhaul, factoring out of common code, removal of redundancy
...
and general cleanup. Still not a beautiful driver, but one I'd be willing to
introduce to my parents now.
2000-09-23 15:13:02 +00:00
simonb
cd2e1c1e91
Use ${COPY} instead of -c for ${INSTALL} commands.
2000-09-23 13:53:41 +00:00
bjh21
d0dfd74448
COrrect comment at top and add options NFS_V2_ONLY.
2000-09-23 12:58:26 +00:00
bjh21
b6ba812d35
Much juggling of pmap startup sequence:
...
* All of pmap_init is now deferred to the first call of pmap_create. This
allows us to allocate stuff dynamically using malloc.
* pv_table (which is needed before malloc is available) is temporarily
allocated using pmap_steal_memory in pmap_bootstrap, and then
re-allocated using malloc in pmap_create, with the old allocation being
given back to UVM. This should save some memory on small machines, but
the malloc overhead probably soaks it up.
2000-09-23 12:54:47 +00:00
bjh21
65c1db338c
paddr_t -> bus_addr_t in prototypes too.
2000-09-23 12:08:16 +00:00
bjh21
cf9703617a
Conditionalise the declaration of sysctl_pty() so that we don't get a
...
compiler warning in the NPTY==0 case.
2000-09-23 11:33:05 +00:00
bjh21
3112fd4f14
Add a pmap_steal_memory implementation. This has two good consequences.
...
First, it reduces the kernel text segment by 1k or so.
Second, it should enable me to eventually allocate the pv_table dynamically.
2000-09-23 11:10:58 +00:00
itojun
c8df79fc84
do not call wrefresh() uncondintionally from wgetch(). call it only
...
when the window was touched (is_wintouched()).
the previous behavior damaged existing applications, especially when it issues
lots of subwindow manipulation and mvcur().
it was introduced in 1.23 -> 1.24 or sometime before.
2000-09-23 09:34:07 +00:00
simonb
3a3ed5c9db
Get the build ordering right for all and dependall.
2000-09-23 06:18:08 +00:00
augustss
770f6e2ae3
Add RCS Id.
...
The driver initially came from Nick Hibma (FreeBSD), which I forgpt to
mention in my initial commit.
2000-09-23 05:05:31 +00:00
lukem
4a1b4395d7
don't bother declaring in6_addrany[] and in6_loopback #ifndef INET6
2000-09-23 04:40:19 +00:00