hubertf
007346c0bd
Add some scripts to automatically generate the man? files
2001-06-24 02:34:49 +00:00
hubertf
258c6cfe69
Add comment about where to find ptx
2001-06-24 02:33:06 +00:00
simonb
78cdef0bfc
Move on-chip 405GP devices to powerpc/ibm4xx/dev.
2001-06-24 02:13:37 +00:00
hubertf
08a7f97337
make file(1) recognize our manpages in src/gnu/libexec/uucp/*
2001-06-24 01:40:30 +00:00
wiz
17306b8fd0
Drop unnecessary .Pp.
2001-06-24 01:33:24 +00:00
wiz
26f252121f
Typo/whitespace fix.
2001-06-24 01:32:29 +00:00
wiz
0ecf568257
One typo, and one slight formatting improvement.
2001-06-24 01:25:49 +00:00
simonb
0bc879bff8
Update some includes, note that there can be more than one emac on some
...
of the NP processors.
2001-06-24 01:19:17 +00:00
simonb
98120079fb
ibm405gp.h also includes emac register definitions, remove them from here.
2001-06-24 01:18:16 +00:00
simonb
4e71ca0f12
Use 405GP PVR value from ibm405gp.h, not a local #define.
2001-06-24 01:16:18 +00:00
simonb
6d4b6ead83
Update for walnut.h/ibm405gp.h changes.
2001-06-24 01:15:41 +00:00
simonb
8980655597
Move 405GP registers, addresses and other info to ibm405gp.h. Leave only
...
board-specific addresses and other info in walnut.h.
2001-06-24 01:13:11 +00:00
elric
e2f7c01bbd
This was able to crash my new alpha consistently when I started X.
2001-06-24 01:11:08 +00:00
simonb
e3030308b1
Comment out de* and uncomment the TLP_MATCH_* options.
2001-06-24 01:06:02 +00:00
wiz
d22f9e6c6d
At the appropriate places, mention which servers should be running for
...
particular services (on the server).
We're not providing fstab.nfs (on all platforms), so don't assume it exists.
Some formatting improvements.
Sort SEE ALSO according to mdoc.samples(7).
filesystem -> file system
2001-06-24 01:04:49 +00:00
gehenna
94b9258fc0
- add myself to developers
2001-06-23 23:36:47 +00:00
assar
f9feddfb52
add string.h, noted by Staffan Thomen <duck@multi.fi>
2001-06-23 22:42:43 +00:00
itojun
ca02da9f00
pim6dd.conf is gone. primes -> moduli (openssh)
2001-06-23 22:07:06 +00:00
chs
2d06d7932a
don't for memory in uao_set_swlot() since we're holding spinlocks,
...
instead return -1. adjust callers to handle this new error return.
fixes PR 13194.
2001-06-23 20:52:03 +00:00
chs
88cc5dd4b8
clean up the transient error case in uvm_pager_put().
2001-06-23 20:47:44 +00:00
itojun
69d60502fe
upgrade to openssh 2.9, around 2001/6/24 (from openbsd usr.bin/ssh).
...
- authorized_keys2 and known_hosts2 are obsoleted, and integrated
into those without "2".
- file name change, /etc/primes -> /etc/moduli
- cleanups
2001-06-23 19:37:38 +00:00
itojun
0d521994cf
OpenBSD 2001/6/24
2001-06-23 19:09:44 +00:00
bjh21
abfd1d9e70
ea_mc_reset_8004(): Rather than doing the CRC32 ourselves, call
...
ether_crc32_be() to do it for us.
2001-06-23 17:32:21 +00:00
bjh21
c92dc14f82
It looks like cninit() is necessary on Risc PCs using the old console
...
drivers. At least, putting it back in stops my Risc PC crashing at startup.
2001-06-23 16:47:41 +00:00
itojun
6cc43ed622
OpenSSH 2.9 as of 2001/6/24
2001-06-23 16:36:22 +00:00
bjh21
3177727ba7
Fix bogons in previous commit:
...
* Remove harmful debugging code from seeq8005_attach().
* Re-insert variable declarations in ea_mc_reset_8004(), since they aren't
dead yet.
2001-06-23 13:40:35 +00:00
blymn
68c74a663e
* Fixed REQ_DEL_CHAR for multi-line fields.
...
* Fixed REQ_DEL_LINE for multi-line fields.
2001-06-23 13:34:01 +00:00
bjh21
0450d95c18
Add <arm/param.h>.
2001-06-23 13:26:36 +00:00
bjh21
690f56e57a
Add a common <arm/param.h>, containing those few things that are obviously
...
common across all ARM systems.
2001-06-23 13:25:19 +00:00
itojun
c53f18f961
when two .%A are present, print them as "ONE and TWO, ..."
...
not "ONE, and TWO, ..." (no comma after ONE). PR 13286. checked by wiz.
comment by "Brian J. Kifiak" <bk@rt.fm> on openbsd mailing list.
2001-06-23 13:09:47 +00:00
toshii
e5c43d9b98
Fix a nit.
2001-06-23 12:32:20 +00:00
bjh21
5010f11738
Line up columns properly.
2001-06-23 12:24:52 +00:00
bjh21
d670c9221a
Add <arm/endian.h>.
2001-06-23 12:24:05 +00:00
bjh21
3622d4e282
Add <arm/endian.h> and remove the cats, dnard and netwinder versions, since
...
they're all the same (a redirect to <sys/endian.h>).
2001-06-23 12:20:27 +00:00
toshii
6adb72bfb8
Speed optimization, inspired by recent sys/arch/arm/arm/blockio.S changes.
...
Among bus_space_{read,write}_multi, only bus_space_read_multi_2 is
optimized. bus_space_write_multi_2 didn't gain speed with ldm.
bus_space_*_multi_{1,4} aren't heavily used anyway.
2001-06-23 10:19:04 +00:00
toshii
446833d1b1
Enable a bunch of PCMCIA network cards. They cannot be tested before
...
enabling.
2001-06-23 10:05:11 +00:00
toshii
c9b6aeb4f9
Add jornada720 keyboard device.
2001-06-23 09:28:59 +00:00
toshii
912e831053
Remove obsolete BOOTINFO_FB_* workaround.
2001-06-23 09:25:17 +00:00
toshii
b57d496dee
Add support for jornada720 keyboard and some LCD parameter controls.
...
The code is somewhat incomplete, but is quite functional.
2001-06-23 09:20:05 +00:00
toshii
e671a13d47
Move sed1356_softc definition to a header file. Setup a backlight
...
power control hook.
2001-06-23 09:13:06 +00:00
kleink
b7ef7f807f
Use a bzero-based assembly language implementation for memset();
...
inspired by the recent sparc64 change.
2001-06-23 08:38:43 +00:00
itojun
5324608adc
reject expired password/account. warn if interactive && about to expire.
...
ala login(1). From: Brian Poole <raj@cerias.purdue.edu>
XXX code duplicate with login(1) - should be solved by BSD AUTH code integration
2001-06-23 08:08:04 +00:00
matt
7effaaaa7c
Disable interrupts when dealing with pvo lists. clean up some things.
...
Keep track of executable ness of pages. Of sync icache executable pages.
2001-06-23 03:17:32 +00:00
matt
dde0daca06
Use __asm __volatile. Use _POWERPC_SPR_H_
...
Add PTE_RO/PTE_RW for old pmap.
2001-06-23 03:16:11 +00:00
matt
e25aa0ea82
Use pmap_kenter_pa instead of pmap_enter for phys_map
2001-06-23 03:10:59 +00:00
tsutsui
12e908657b
Add iha(4), which works as well on my 7248.
2001-06-23 03:09:20 +00:00
dmcmahill
1880c09133
regen after adding flock.
2001-06-23 02:46:25 +00:00
dmcmahill
b2ddb9701f
Add entry for flock() syscall.
...
From the NetBSD and OSF man pages, the arguments and operation of the
2 flocks are identical. The only differences are in some of the possible
values for errno which may be set in the event of certain errors. These
differences are (again from the manual pages):
The NetBSD flock may set errno to
[EOPNOTSUPP] The argument fd refers to an object other than a file.
and the OSF flock doesn't list this is a possible error code.
The OSF flock may set errno to:
[EINTR] A signal interuppted the flock call.
[ENOLCK] The lock table is full. Too many regions are already locked.
[EDEADLK] The lock is blocked by some lock from another process. Putting
the calling process to sleep while waiting for that lock to
become free would cause a deadlock.
while the NetBSD flock does not list these as possibilities.
The remainder of the possible error codes are the same.
commit cleared with thorpej first.
2001-06-23 02:45:54 +00:00
itojun
85856f18c0
do not make "useradd foo -s bar" to ignore "-s bar" silently. require
...
exactly one username.
2001-06-23 02:42:32 +00:00
matt
5d30ec2c7e
Use SPR_xxx for the *MISS HASH CMP, etc.
2001-06-23 02:36:14 +00:00