thorpej
0976e733f4
Correct args to SYSCALL_DEBUG related function calls.
...
From Rafal K. Boni.
2001-05-11 01:42:32 +00:00
thorpej
18e25d5feb
Add a flag to suppress SCC reset at attach time.
...
From Rafal K. Boni.
2001-05-11 01:40:48 +00:00
petrov
591e596a12
john heasley patch <heas@shrubbery.net>, PR port-sparc/12885
...
added PROM name translations for hme and fas
2001-05-10 23:11:53 +00:00
fvdl
ba2882488a
Despite what the hardware docs say, the global reset command is not
...
done when the command-in-progress bit has been cleared. The 1ms
time that is mentioned also seems wrong; 20,000us is not enough
on at least one machine. So, do a delay(100000) in ex_reset.
Fortunately, this function is only called when the card is
attached or when hardware failure is suspected.
While here, only mask one 1 bit in the 'reset hack' case.
2001-05-10 22:57:44 +00:00
tron
74cc245bbe
Fix typo: Pnp -> PnP
2001-05-10 22:12:38 +00:00
christos
f8ad0818e5
Unloading objects, can cause other objects whose reference count becomes
...
0 to be unloaded. Make sure that when we unload those objects we remove
any references to them from the globals list... This fixes SIGSEGV with
apache+mod_php+mysql.
XXX: This fix should be pulled up.
christos
2001-05-10 20:19:25 +00:00
windsor
c834959641
-g for debug, try without when done debugging
2001-05-10 19:07:39 +00:00
itojun
f8ce289dc0
remove -g from CFLAGS.
2001-05-10 18:50:33 +00:00
fredette
ee50c275ca
Put longjmp's return value in the proper %d0.
2001-05-10 16:50:22 +00:00
atatat
6534ee3cfb
When backing files listed in /etc/changelist, instead of truncating
...
to the basename of the file, use the whole path with $backup_dir
prepended, in effect mirrorring the directory tree. This eliminates
the possibility of a name collision.
Closes pr bin/12727.
2001-05-10 14:19:27 +00:00
atatat
4e1cbd39fe
Allow embedded hyphens in user names (and group names), just not as the
...
first or last character.
2001-05-10 14:10:15 +00:00
atatat
87c8919798
When using rcs to track backups, force the rcs archive to be unlocked,
...
use only non-strict locking, and leave the archives unlocked after
checking in changes.
2001-05-10 14:04:22 +00:00
pk
82dde0ecbb
Tweak # of inodes once again.
2001-05-10 13:21:58 +00:00
mason
0f5d49210e
Don't build libstdc++ on sparc64.
2001-05-10 12:53:02 +00:00
pk
8001e23cd0
* reserve NBPG et.al. for kernel usage only.
...
* remove obsoleted comment on `physmap'.
2001-05-10 11:01:08 +00:00
pk
cb41879135
Bump minor version number: new private identifier `__sysconf' is
...
referenced from <sys/shm.h>
2001-05-10 10:53:32 +00:00
pk
6016064c18
SHMLBA:
...
kernel use: change to PAGE_SIZE
userland: call libc's internal __sysconf(_SC_PAGESIZE)
2001-05-10 10:50:51 +00:00
ad
8aad07ad6a
Add missing printf().
2001-05-10 09:41:19 +00:00
mycroft
d44a3af5c0
Add an underscore for consistency.
2001-05-10 06:10:35 +00:00
thorpej
2f58df9a8f
Rearrange the code that adds pages of objects to the pool; require
...
that the caller allocate the pool_item_header when it allocates the
pool page, so we can avoid a locking pitfall (sleeping with a simple
lock held).
Also revive pool_prime(), as there are some letigimate uses of it,
but in doing so, eliminate some of the bogosities of the old version
(i.e. don't do an implicit "setlowat", just prime the pool, and incr
the minpages for each additional page we add, and compute the number
of pages to prime in a way that callers would expect).
2001-05-10 04:51:41 +00:00
thorpej
6ec67f871a
Use POOL_NEEDS_CATCHUP() in one more place.
2001-05-10 02:19:32 +00:00
lukem
4db962fc85
revert over-zealous pcvt cull; we still need to skip ttyv* whilst pccons uses
...
ttyv0 on some ports (currently; arm32, bebox, i386, prep). should fix PR 12862.
2001-05-10 01:57:47 +00:00
augustss
f63784bfbe
Improved fix of PR12796, from Frederick Bruckman <fb@enteract.com>
2001-05-10 01:54:30 +00:00
augustss
5a71cdbf26
Impproved fix of PR12796, from Frederick Bruckman <fb@enteract.com>
2001-05-10 01:53:48 +00:00
itojun
63181d71c1
correct ecn consideration on tunnel encap/decap. sync with kame.
2001-05-10 01:37:42 +00:00
thorpej
db26619a5e
Encapsulate the test for a pool needing a pool_catchup() in a macro.
2001-05-10 01:37:40 +00:00
lukem
54ef4cb4dc
remove the special case for ttyv0 (which was actually ttyqf renamed), per
...
discussion with matt thomas. (now the vax has 16 more ptys to use! :)
2001-05-10 01:31:40 +00:00
itojun
2c2ff2e32d
one more indentation fix
2001-05-10 01:30:55 +00:00
lukem
7fd298e837
remove all reference to ttyv* to pccons, since the kernels for these ports
...
don't implement a character device at the referenced major number (12).
2001-05-10 01:29:57 +00:00
itojun
b87cb9344b
whitespace/indentation cleanup
2001-05-10 01:23:51 +00:00
lukem
88d538c21e
fix comment; cdev_notdef() is a funny pc console :)
2001-05-10 01:23:23 +00:00
lukem
ae5b452628
remove pcvt references.
...
don't allow pty6 (ttyv*) to be created; conflicts with pccons ttyv0.
2001-05-10 01:05:47 +00:00
lukem
702f01cdba
remove references to pcvt
2001-05-10 01:04:39 +00:00
itojun
dc452a48f6
no longer need to carry local version of inet_ntoa, we have it in libkern.
2001-05-10 01:04:08 +00:00
lukem
4a8c7c2fed
don't prevent pty6 from creating ttyv*, since there's no custom console on ttyv
2001-05-10 01:03:03 +00:00
lukem
b3a31a74db
remove ttyv* entries as pcvt was removed and there's already wscons entries here
2001-05-10 01:01:42 +00:00
thorpej
627edfcb50
Remove pool_create() and pool_prime(). Nothing except pool_create()
...
used pool_prime(), and no one uses pool_create() anymore.
This makes it easier to fix a locking pitfall.
2001-05-09 23:46:02 +00:00
thorpej
626cb1c3ce
Use pool_init() rather then pool_create().
2001-05-09 23:38:20 +00:00
thorpej
e2a791df22
Use pool_init() rather than pool_create().
2001-05-09 23:20:59 +00:00
matt
c2214aaf3c
Remove includes that only include <arm/*.h>. These are now picked up
...
automatically when making kernels. (to be submitted). Next rev will
eliminate those includes that include <arm/arm32/*.h>
2001-05-09 22:30:43 +00:00
he
6733f52378
Say that this appeared first in NetBSD 1.5.1, now that we know.
2001-05-09 22:24:14 +00:00
he
373dab9b45
Add reference to awacs(4).
2001-05-09 22:20:02 +00:00
he
ba916bda10
Note in the title that this is a macppc specific manual page.
2001-05-09 22:16:12 +00:00
he
a274aeecde
Add a minimal manual page for the macppc awacs device driver.
2001-05-09 22:14:38 +00:00
augustss
5c9ba155e3
Apply patch in PR lib/12796 from Frederick Bruckman <fb@enteract.com>
2001-05-09 21:49:58 +00:00
itojun
4a960a79c0
update INET6 case as well
2001-05-09 21:19:34 +00:00
itojun
38c869fbdc
non-INET6 case fix - remove length limitation on FQDN hostname got from
...
reverse lookup. PR 12876
2001-05-09 20:40:50 +00:00
kleink
dd4df24b01
Make the set of machine state restored by setmcontext() identical to that of
...
sigreturn().
2001-05-09 20:31:00 +00:00
kleink
e0b29e0491
Sync with native emul: rename sc_tstate to sc_psr.
2001-05-09 20:21:50 +00:00
kleink
f0d6ebbd33
Make restoring the PSR ICC bits really work in __sigreturn14().
2001-05-09 20:13:38 +00:00