sommerfeld
4aaf078a4a
Assorted microtime fixes (similar to fixes I made yesterday when
...
porting this code to i386mp branch):
- call microset() early on each cpu so that calls to microtime()
before the first clock interrupt don't return trash. this manifested
itself as garbage runtimes in "ps" for kernel threads.
- avoid races between hardclock updating "time" and microset on a
different cpu reading it by adding a "microset_time" global which is
initialized from "time" on the primary cpu.
- call microset every hz ticks, not every hz+1 (cosmetic)
2001-05-27 13:53:24 +00:00
bjh21
1bca7091cc
regen
2001-05-27 12:34:47 +00:00
bjh21
c3f879b368
Add sd* and cd*.
2001-05-27 12:33:59 +00:00
kleink
021d12d997
Add 35401A drive (not picker) support; from Jarkko Teppo in PR
...
port-hp300/11183.
2001-05-27 09:09:05 +00:00
chs
7520514a5e
don't abuse cf_unit.
2001-05-27 06:30:27 +00:00
chs
d8e8c90c8a
don't abuse cf_unit.
2001-05-27 06:19:39 +00:00
gmcgarry
fadbc7d451
- remove dependency on libsa by mkboot since it is a host tool.
...
- adjust for endianness of host.
Cross-compiling of ELF bootblocks now works.
2001-05-27 05:35:11 +00:00
gmcgarry
e8c65098f6
Protect against possible alignment problems.
2001-05-27 05:31:58 +00:00
gmcgarry
f94a9b7669
Alignment for on ELF systems. ELF bootblocks now work.
2001-05-27 05:30:41 +00:00
minoura
d0403f9f11
Add missing line in recording. Copy & paste error...
2001-05-27 05:30:02 +00:00
gmcgarry
9be5657e02
Alignment fix. rd disks now work on ELF systems.
2001-05-27 05:29:48 +00:00
itojun
8d42ab239c
remove extra \n even more. sync with tcpdump.org
2001-05-27 04:57:19 +00:00
itojun
2d9b34e41a
no import needed for crypto tree
2001-05-27 04:45:20 +00:00
itojun
59dea86dc0
disable DNSSEC build, for two reasons. (1) restrictive license
...
(2) due to protocol changes BIND8 DNSSEC code is not really useful
2001-05-27 04:39:40 +00:00
itojun
840fe8eadc
put -NOESW to version number if MKCRYPTO != yes, to sync better with original
...
BIND8 makefiles.
2001-05-27 04:08:04 +00:00
minoura
cbfe174737
Reset dx_nextoff and dx_nextsize before transfer.
2001-05-27 02:18:07 +00:00
itojun
8ef179b856
convert key material to binary, as we are using binary API now. sync with kame
2001-05-27 01:58:18 +00:00
itojun
78458be84d
correct binary key material handling. sync with kame
2001-05-27 01:40:16 +00:00
chs
c77ddb45b8
more fun with QUEUEDEBUG: include the file and line number in panics
...
and set the list pointers in elements to NULL after removing the element
from the list.
2001-05-27 01:36:47 +00:00
thorpej
9ec2953eef
Make "reboot" an option at the root device/filesystem prompt (we
...
already had a "halt").
2001-05-27 01:29:50 +00:00
itojun
00e5ad3408
remove files we no longer need/maintain. sync with kame
2001-05-27 01:03:53 +00:00
chs
6ebe782061
mcount() is named __mcount() on ELF, do the right thing.
2001-05-27 01:01:08 +00:00
chs
f5065c9c55
change the one non-extended asm back to using a single % before a
...
register name. the rule is that extended asms should have the
regsiter-prefix %s escaped by doubling them, but non-extended asms
don't do the escaping thing, so there the %s should not be doubled.
2001-05-27 00:58:57 +00:00
itojun
2160ac71db
install /etc/primes for ssh
2001-05-26 23:27:13 +00:00
itojun
de1e278afa
$NetBSD$
2001-05-26 23:26:59 +00:00
itojun
c01f1862d6
prime table for OpenSSH, from OpenBSD etc/primes
2001-05-26 23:24:21 +00:00
bjh21
cbea766fd0
Add hcsc.
2001-05-26 23:02:06 +00:00
bjh21
5cc459efcc
Quick hack of a driver for the HCCS 8-bit SCSI podule, based on the Oak driver.
...
Tested to the extent that it finds my disc.
2001-05-26 23:01:19 +00:00
matt
524a19371f
Make t_flags a u_int instead of u_short. It's followed by a mbuf pointer
...
so there's padding around it already. And it increases the amount of bits
available for TF_* flags.
2001-05-26 22:02:57 +00:00
bjh21
ebf4596009
regen
2001-05-26 21:48:31 +00:00
bjh21
eb6eb503f1
Fix typo in last commit.
2001-05-26 21:48:21 +00:00
bjh21
7b0faa44c9
regen
2001-05-26 21:47:30 +00:00
bjh21
d5ecc6c516
Add the 8-bit podules I got at Wakefield (except the A3000 Nexus,
...
which seems not to work).
2001-05-26 21:47:09 +00:00
matt
24f26c957e
Add TCP_MD5SIGNATURE option.
2001-05-26 21:40:55 +00:00
chs
c90ead639a
regen.
2001-05-26 21:34:04 +00:00
chs
07cabef8a2
replace vm_page_t with struct vm_page *.
2001-05-26 21:33:11 +00:00
minoura
423279efd8
Honor rtc_offset.
2001-05-26 21:32:30 +00:00
ragge
7952ffd61f
defined(vax) -> defined(__vax__). This may fix PR#12919.
2001-05-26 21:29:45 +00:00
chs
11a9651c8f
replace vm_page_t with struct vm_page *.
2001-05-26 21:27:10 +00:00
ragge
474bc8ee6d
Remove one #ifdef vax, bugfix another. Should probably be #ifdef i386 also.
2001-05-26 21:27:09 +00:00
chs
e44e9dec8a
replace vm_page_t with struct vm_page *.
2001-05-26 21:27:02 +00:00
ragge
41faed1386
Use cdev_decl() instead of local prototyping.
2001-05-26 21:24:38 +00:00
he
ccc114118a
Add `E' to getopt string, so the -E option is recognized.
...
Should fix PR#13008.
2001-05-26 21:20:28 +00:00
bjh21
6d8a82ebc2
Use bus_space on arm26.
...
Update the comment to match list of bus_space-using ports.
Delete oak from list of drivers that need converting.
2001-05-26 20:55:48 +00:00
bjh21
ab0637016a
Support NCR5380_USE_BUS_SPACE.
...
Add comments explaining the card a bit (and how badly we support it).
Add in-core RCSID.
2001-05-26 20:53:53 +00:00
christos
7956951247
- KNF printlabel.c
...
- add a function to print only one partition's info.
- print the partition information if it was modified in interactive mode.
- improve on the chaining code. [still assumes that partition offsets increase
monotonically]. We could check for overlap too.
2001-05-26 19:48:32 +00:00
marcus
9e4abc4202
Added target to make maple direct access device nodes.
2001-05-26 19:06:09 +00:00
marcus
e90e316b11
Changed maple device to attach per function instead of per unit.
...
Raw maple unit access is now possible through /dev/maple*.
2001-05-26 19:04:39 +00:00
chs
772a964bef
fix typo.
2001-05-26 18:16:01 +00:00
bjh21
bab53421c4
"oak" is now MI.
2001-05-26 17:50:30 +00:00