christos
870890917c
now takes an optional filename.
2005-01-09 19:23:26 +00:00
christos
82ee9647b8
Allow PT_DUMPCORE to specify the core filename.
2005-01-09 19:22:55 +00:00
christos
089038b4a1
Allow -c argument now.
2005-01-09 17:47:45 +00:00
tsutsui
e34a3b7f08
Small optimization in vmapbuf()/vunmapbuf().
...
BTW, should we also pass 'VM_PROT_READ|VM_PROT_WRITE' to flags
with PMAP_WIRED for pmap_enter() in vmapbuf()?
2005-01-09 17:41:34 +00:00
christos
8ef68a6575
document PT_DUMPCORE.
2005-01-09 17:41:19 +00:00
tsutsui
a9b3f31984
Some cosmetics:
...
- remove __P()
- use ansi decls
- u_int8_t, u_char -> uint8_t
- use macro for debug printfs
- some KNF
2005-01-09 16:59:41 +00:00
chs
8975a0856f
adjust the UBC mapping code to support non-vnode uvm_objects.
...
this means we can no longer look at the vnode size to determine how many
pages to request in a fault, which is good since for NFS the size can change
out from under us on the server anyway. there's also a new flag UBC_UNMAP
for ubc_release(), so that the file system code can make the decision about
whether to cache mappings for files being used as executables.
2005-01-09 16:42:43 +00:00
jschauma
5398861167
The '-l' option *always* prints a total, not only if output is to a
...
terminal.
2005-01-09 16:33:32 +00:00
martin
5689de1472
Bugfixes and acceleration support.
...
From Michael Lorenz.
2005-01-09 16:29:20 +00:00
tsutsui
2f8ac31194
Some cosmetics for www.
2005-01-09 16:03:45 +00:00
tsutsui
f1c6ce145f
Note shark wscons.
2005-01-09 15:59:54 +00:00
tsutsui
14a351eefe
Create wscons devices.
2005-01-09 15:50:53 +00:00
joff
5f20950e38
o reversed sense of RS in writereg
...
o attempt HD44780 reset on open if LCD not detected at bootup
o skip everything if sc_dev_ok == 0 in writereg/readreg
2005-01-09 15:48:51 +00:00
joff
838c742991
Handle (i.e. don't lock up the kernel in hd44780_busy_wait) the case of the
...
LCD not being there.
2005-01-09 15:43:56 +00:00
tsutsui
8d65a2e17f
- Switch to wscons(4) with MI vga(4), pckbc(4) and pms(4).
...
- Reorganize console initialization code like i386 rather than cninit().
Note old pccons/opms and ofcons support still works.
XXX Xserver is not tested because XF86_4 doesn't have support
XXX for IGS CyberPro2010 on shark. (yet?)
2005-01-09 15:39:59 +00:00
tsutsui
7da0e84338
- Adapt to vga_common_attach() API changes.
...
- Add more VGA initialization code to vga_ofbus_cnattach() from pccons.c.
- Export vga_ofbus_cnattach() prototype for consinit() ops.
2005-01-09 15:29:27 +00:00
tsutsui
01c812cc7b
Add bus_space_copy_region_2() op, which is required by MI vga(4),
...
from sys/arch/arm/arm/bus_space_asm_generic.S.
XXX: isa_io_asm.S and bus_space_asm_generic.S is mostly identical.
2005-01-09 15:26:19 +00:00
martin
0a1196da3e
Add LD_BIND_NOW support for sparc and remove some relocation types that
...
are not supposed to happen in 32bit code.
From Nick Hudson.
2005-01-09 14:58:15 +00:00
sketch
715473130b
Quote MAILTO properly so that more descriptive names can be used.
2005-01-09 13:07:14 +00:00
simonb
7ce49b5cc3
Run mknative for mipsel and mipseb for binutils 2.15 after MIPS
...
architectures have switched to the "trad" MIPS vectors.
2005-01-09 13:00:14 +00:00
simonb
6ca886562d
Switch MIPS from using the "littlemips" and "bigmips" vectors to the
...
"tradlittlemips" and "tradbigmips" vectors.
The old vectors are meant for IRIX with it prelink shared library
support, and changes to better support this in binutils 2.15 broke
shared library support under NetBSD. The "trad" vectors are what 32bit
Linux and OpenBSD also use.
These vectors are also compatible with older NetBSD-built shared
libraries and programs so no flag day is necessary (Yay!).
These changes from Nick Hudson. Help also from Charles Hannum.
2005-01-09 12:58:00 +00:00
simonb
c364c98f98
Don't process DT_DEBUG on MIPS as the dynamic section is mapped
...
read-only. DT_MIPS_RLD_MAP is used instead.
Patch from Nick Hudson.
2005-01-09 12:43:23 +00:00
kanaoka
dcccc9d794
sys/dev/ic/rtl8169.c:
...
- re_attach(): Use bus_dma* directly instead of calling re_alloc().
- re_attach(): Free bus_dma* resources if attach fails.
- re_detach(): Free bus_dma* resources.
- re_newbuf(): Remove unnecessary error check.
sys/dev/ic/rtl81x9reg.h:
- Define RTK_NTXSEGS.
sys/dev/ic/rtl81x9var.h:
- Add new members to struct rtk_list_data for bus_dma*.
2005-01-09 12:25:25 +00:00
yamt
d502f705e1
ifioctl: don't use super user priviledge unless it's needed.
2005-01-09 12:18:46 +00:00
kanaoka
6488f7bcc4
- Use aprint_*.
...
- Remove unnecesarry code.
- Changes some cosmetic.
2005-01-09 12:15:36 +00:00
dyoung
81e590905d
Bump minor version for libpcap 0.8.3 import.
...
Thanks Julian Coleman for pointing out my oversight.
2005-01-09 11:57:34 +00:00
yamt
34b7d2ff5a
document PMAP_PREFER. bump date.
2005-01-09 09:53:32 +00:00
mycroft
e72fc6717e
Whoops -- move the location of the VOP_OPEN()/VOP_CLOSE(), et al, from
...
foo_mountfs() to foo_mount(), to match the new mountroot API.
Also, for ext2fs and lfs, copy some restructuring from ffs to allow changing
file system parameters without specifying the device name.
(ntfs could use some more work.)
2005-01-09 09:27:17 +00:00
christos
f1e0ce31b6
Mention /etc/pam.d requirement.
2005-01-09 07:31:31 +00:00
christos
2cfa477387
Install pam configuration files.
2005-01-09 07:27:14 +00:00
snj
f57f7bfa69
Fix some small English errors.
2005-01-09 06:58:13 +00:00
snj
1a1000bb12
Kill an unnecessary argument to Nm.
2005-01-09 06:35:30 +00:00
snj
7921b65d89
Fix a typo: fileystem -> filesystem.
2005-01-09 06:30:08 +00:00
snj
8ae0ad1872
We support SMP these days. Noted by David H. Gutteridge in PR port-i386/28663.
2005-01-09 06:08:20 +00:00
snj
8b661e15ee
Add login.access.0 (hi manu!).
2005-01-09 05:53:16 +00:00
christos
b725a0a1fa
add a cast and remove another.
2005-01-09 05:04:02 +00:00
mycroft
963654140b
Add some quotes to prevent a syntax error.
2005-01-09 03:48:30 +00:00
snj
c678faa759
Fix a small English error.
2005-01-09 03:22:56 +00:00
mycroft
0461b30ac3
Rework the mountroot interface so that vfs_mountroot() opens the root device
...
and just passes it on to the file system functions. This avoids opening and
closing the device several times.
Mentioned on tech-kern some time ago, IIRC. I've been running this for a
long time.
2005-01-09 03:11:48 +00:00
nathanw
efffd0e96a
pthread_rwlock_timedrdlock() and pthread_rwlock_timedwrlock():
...
After exiting the try-again loop, make one more test of the lock
conditions, in case it was released while a signal handler kept the
thread busy past the alarm expiration.
2005-01-09 01:57:38 +00:00
nathanw
6a562a3a84
pthread_rwlock_timedrdlock() and pthread_rwlock_timedwrlock():
...
Expand the test for valid values of abs_timeout to check for negative
values of tv_sec and tv_nsec.
2005-01-09 01:47:20 +00:00
yamt
e5bd47dc3c
invalidate cache if filesize is changed besides our activity
...
because it means that we're out of sync with the server.
2005-01-09 01:32:32 +00:00
christos
fcda42cd46
- remove left over debugging code.
...
- centralize pointer to the head of the list casts by introducing a new var.
2005-01-09 01:27:47 +00:00
salo
e20b76b22b
It's CMYK (or YMCK), not CYMK. (hi, jmmv!)
2005-01-09 00:09:57 +00:00
christos
de883a09a8
Abolish the magic 7, and count iovectors explicitly.
2005-01-09 00:07:27 +00:00
manu
d26d1599e6
Missing man page: login.access(5)
2005-01-08 22:56:21 +00:00
lukem
b91c938d5f
delint -UINET6
2005-01-08 22:48:42 +00:00
manu
c6d0cd4217
Remove pam_ssh for system config, it's not always used.
2005-01-08 22:42:22 +00:00
cube
83eadb3de7
Note tap(4) addition.
2005-01-08 22:33:10 +00:00
cube
9dc874ea69
Create tap (cloning), tap0 .. tap3 in /dev by default.
2005-01-08 22:31:28 +00:00