aaron [Wed, 22 Mar 2000 02:42:34 +0000 (02:42 +0000)]
Note that ``chfn'' and ``chsh'' are synonyms for ``chpass'', and reflect this
in the NAME section as well; d@, deraadt@ ok
d [Wed, 22 Mar 2000 02:06:05 +0000 (02:06 +0000)]
MACHINE_STACK_GROWS_UP
millert [Wed, 22 Mar 2000 01:57:55 +0000 (01:57 +0000)]
queuing -> queueing; chuck@home.snew.com
deraadt [Wed, 22 Mar 2000 00:02:12 +0000 (00:02 +0000)]
fix k6 mtrr; cokane@pohl.ececs.uc.edu
mickey [Tue, 21 Mar 2000 23:31:26 +0000 (23:31 +0000)]
add SIOCGIFMTU/SIOCSIFMTU; remediate redundant code of tun, ppp, sppp; chris@ ok
mickey [Tue, 21 Mar 2000 23:18:13 +0000 (23:18 +0000)]
small knits in .c, more media definitions from netbsd in .h
markus [Tue, 21 Mar 2000 23:11:10 +0000 (23:11 +0000)]
-Wall
deraadt [Tue, 21 Mar 2000 22:04:23 +0000 (22:04 +0000)]
sync
deraadt [Tue, 21 Mar 2000 22:01:06 +0000 (22:01 +0000)]
3com 3cr990 crypto ethernet card
deraadt [Tue, 21 Mar 2000 21:59:18 +0000 (21:59 +0000)]
shorten 2nd ID message
jason [Tue, 21 Mar 2000 21:58:04 +0000 (21:58 +0000)]
add missing break; found by Matt Patton <mep@netsec.net>.
ericj [Tue, 21 Mar 2000 21:54:51 +0000 (21:54 +0000)]
only chdir() if needed. This affected having who reading different file
angelos [Tue, 21 Mar 2000 21:00:09 +0000 (21:00 +0000)]
Fix casting so it compiles on alphas (testing by janjaap@stack.nl,
closing pr #1150)
mickey [Tue, 21 Mar 2000 20:46:30 +0000 (20:46 +0000)]
more random stats
provos [Tue, 21 Mar 2000 17:51:00 +0000 (17:51 +0000)]
only free in swap_off if allocated.
deraadt [Tue, 21 Mar 2000 14:55:52 +0000 (14:55 +0000)]
double ncallout, until art fixes this further
aaron [Tue, 21 Mar 2000 14:40:13 +0000 (14:40 +0000)]
Add HISTORY sections; from FreeBSD. Information originally obtained from
"A Quarter Centry of UNIX, Peter H. Salus, Page 41".
aaron [Tue, 21 Mar 2000 14:19:46 +0000 (14:19 +0000)]
The BUGS section comes after HISTORY, usually.
aaron [Tue, 21 Mar 2000 14:08:35 +0000 (14:08 +0000)]
Use proper KNF in code example; d@
aaron [Tue, 21 Mar 2000 14:06:54 +0000 (14:06 +0000)]
Sometimes it is confusing when a sentence begins with lowercase; d@
angelos [Tue, 21 Mar 2000 04:53:13 +0000 (04:53 +0000)]
Fix function to comply with prototype. Kind of moot, as tcp signatures
don't work yet anyhow, so there's no point compiling them in.
deraadt [Tue, 21 Mar 2000 00:26:45 +0000 (00:26 +0000)]
force shell execution; TDeval@PrimeOBJ.COM
deraadt [Mon, 20 Mar 2000 21:57:40 +0000 (21:57 +0000)]
sync
deraadt [Mon, 20 Mar 2000 21:31:45 +0000 (21:31 +0000)]
oh, and we need this
deraadt [Mon, 20 Mar 2000 21:21:49 +0000 (21:21 +0000)]
move software crypto engine out of main crypto.c
rahnds [Mon, 20 Mar 2000 17:04:33 +0000 (17:04 +0000)]
Make float.h and limits.h agree for DBL_MIN and DBL_MAX.
deraadt [Mon, 20 Mar 2000 15:29:53 +0000 (15:29 +0000)]
bring proto into scope
ho [Mon, 20 Mar 2000 14:52:39 +0000 (14:52 +0000)]
x509_att.c that was left out.
rahnds [Mon, 20 Mar 2000 07:46:00 +0000 (07:46 +0000)]
Update after realpha on the source.
rahnds [Mon, 20 Mar 2000 07:40:44 +0000 (07:40 +0000)]
Apple Bandit was in here twice, once properly alpha, one not
I deleted the wrong one.
Now reordered properly.
rahnds [Mon, 20 Mar 2000 07:37:55 +0000 (07:37 +0000)]
Update
rahnds [Mon, 20 Mar 2000 07:33:07 +0000 (07:33 +0000)]
Add Apple and Motorola PCI devices.
rahnds [Mon, 20 Mar 2000 07:27:52 +0000 (07:27 +0000)]
Register definitions for openpic interrupt controller driver.
rahnds [Mon, 20 Mar 2000 07:26:49 +0000 (07:26 +0000)]
Interrupt code changed from called routines, to initialized driver.
Added openpic support with this new driver scheme.
added support for keylargo-ata, G4 ide configures properly.
interrupt configuration changed to be more full featured, like isa had been.
rahnds [Mon, 20 Mar 2000 07:14:59 +0000 (07:14 +0000)]
early support for busdma added, allows USBMAC config to attach ohci USB,
however, it claims "legacy support: unsupported" which then causes
the imac to not config USB further.
Changes to *MAC to support openpic interrupt controller, G4 (uninorth)
is almost supported, but hangs during root mount.
rahnds [Mon, 20 Mar 2000 07:10:50 +0000 (07:10 +0000)]
Changes to support uninorth bridge (probably a bit of a hack for now).
cleaned up the previous support for the macobio that was there previously.
Now registers real interupt handler devices instead of the pseudo configed
ones before.
The G4 systems are not yet working, the onboard ide configures properly
and interrupts seem to work, but the system hangs before mounting
the root drive (even ramdisks). Maybe someone will point out something
bogus in the code, so it is being checked in.
rahnds [Mon, 20 Mar 2000 07:05:52 +0000 (07:05 +0000)]
add first version of bus_dma for powerpc.
changes to trap handler to print out better information for jump to 0 bugs.
changes to pmap.c and machdep.c to debug a duplicate memory region
bug occasionally observed on imac with compressed kernels.
angelos [Mon, 20 Mar 2000 02:38:35 +0000 (02:38 +0000)]
Print statistics about crypto failures in IPsec processing.
beck [Sun, 19 Mar 2000 22:17:05 +0000 (22:17 +0000)]
Change how obj_dat.pl is run, it has changed to take args insted of io redirect
beck [Sun, 19 Mar 2000 21:47:29 +0000 (21:47 +0000)]
No, I'm a luser and a moron. this is *not* supposed to be here.
beck [Sun, 19 Mar 2000 21:31:31 +0000 (21:31 +0000)]
this appears to be needed again.
aaron [Sun, 19 Mar 2000 19:25:21 +0000 (19:25 +0000)]
Various cleanups.
aaron [Sun, 19 Mar 2000 17:56:58 +0000 (17:56 +0000)]
Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other
cleanup along the way.
mickey [Sun, 19 Mar 2000 17:38:03 +0000 (17:38 +0000)]
faster log2, more stats, lazy random stirring, more stats, less debug, help and ok from provos@
brian [Sun, 19 Mar 2000 12:38:19 +0000 (12:38 +0000)]
Add some diagnostics to prove that incoming IP fragments are
being dealt with correctly.
beck [Sun, 19 Mar 2000 11:50:42 +0000 (11:50 +0000)]
cleanup
beck [Sun, 19 Mar 2000 11:16:13 +0000 (11:16 +0000)]
apache 1.3.12 + mod_ssl 2.6.2 merge
beck [Sun, 19 Mar 2000 11:14:55 +0000 (11:14 +0000)]
new minty 0.9.5 openssl
beck [Sun, 19 Mar 2000 11:07:35 +0000 (11:07 +0000)]
OpenSSL 0.9.5 merge
*warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2
if you are using the ssl26 packages for ssh and other things to work you will
need to get new ones (see ~beck/libsslsnap/<arch>) on cvs or ~beck/src-patent.tar.gz on cvs
brian [Sun, 19 Mar 2000 10:33:32 +0000 (10:33 +0000)]
Allow environment variables on command/config lines; markk@knigma.org
Add the ``resolv'' command so that when ``enable dns''
is used, it's possible to restore the file.
deraadt [Sun, 19 Mar 2000 06:53:40 +0000 (06:53 +0000)]
split crypto driver front-end from software crypto engine
deraadt [Sun, 19 Mar 2000 01:16:11 +0000 (01:16 +0000)]
sync
espie [Sun, 19 Mar 2000 01:14:03 +0000 (01:14 +0000)]
populateusrlocal: create the right hierarchy under /usr/local
right before unmounting the new system.
Beats having mtree files around every package...
aaron [Sun, 19 Mar 2000 00:35:10 +0000 (00:35 +0000)]
Bring the format closer to ifconfig(8).
aaron [Sat, 18 Mar 2000 22:55:53 +0000 (22:55 +0000)]
Remove hard sentence breaks, and some other cleanup along the way.
ian [Sat, 18 Mar 2000 21:39:15 +0000 (21:39 +0000)]
Sync.
ian [Sat, 18 Mar 2000 21:36:02 +0000 (21:36 +0000)]
Implement vfork (ok jasoni).
deraadt [Sat, 18 Mar 2000 21:26:28 +0000 (21:26 +0000)]
more details; d
deraadt [Sat, 18 Mar 2000 21:23:04 +0000 (21:23 +0000)]
fix parsing of commands after @ keywords and hourly bitmap handling;
sheldonh@uunet.co.za
provos [Sat, 18 Mar 2000 20:51:32 +0000 (20:51 +0000)]
postpone memory allocation for uvm swap encryption until it is turned on with
sysctl.
deraadt [Sat, 18 Mar 2000 19:45:45 +0000 (19:45 +0000)]
silence all extra route addition printouts
provos [Sat, 18 Mar 2000 19:34:24 +0000 (19:34 +0000)]
make uvm swap encrypt compile again, from markus@
jason [Sat, 18 Mar 2000 02:41:45 +0000 (02:41 +0000)]
cap the maximum sessions at 2048 since that's all that is available in
the result descriptor (the command descriptor has an extra bit, but it
gets blown away in transit).
deraadt [Sat, 18 Mar 2000 01:27:18 +0000 (01:27 +0000)]
delete generated files (again (*&@#$
espie [Sat, 18 Mar 2000 01:06:55 +0000 (01:06 +0000)]
Last needed m4 changes to bootstrap autoconf without gnu-m4.
jakob [Fri, 17 Mar 2000 22:24:26 +0000 (22:24 +0000)]
ratecheck - function to help implement rate-limited actions (from NetBSD)
ok art@
art [Fri, 17 Mar 2000 22:05:57 +0000 (22:05 +0000)]
remove multiple function declarations.
jason [Fri, 17 Mar 2000 21:59:07 +0000 (21:59 +0000)]
Be sure to mask out the chip stepping when examining the chip level
For round robin requests, use one static variable and hifn_cd to decide
the next device to use.
deraadt [Fri, 17 Mar 2000 21:54:07 +0000 (21:54 +0000)]
move more sun4m stuff behind an #ifdef
jason [Fri, 17 Mar 2000 20:31:30 +0000 (20:31 +0000)]
Fix some space->\t
Attempt to figure out how much context ram is on the board (known to work
with sram boards).
From the amount of ram & other configuration, figure out how many sessions
are available for storage.
aaron [Fri, 17 Mar 2000 18:48:43 +0000 (18:48 +0000)]
Try to synchronize the ksh(1) and sh(1) man pages somewhat.
aaron [Fri, 17 Mar 2000 18:15:11 +0000 (18:15 +0000)]
Remove hard sentence breaks.
itojun [Fri, 17 Mar 2000 17:40:31 +0000 (17:40 +0000)]
correct reject route installations for IPv6. improve comments.
itojun [Fri, 17 Mar 2000 17:34:43 +0000 (17:34 +0000)]
more comment fixes.
itojun [Fri, 17 Mar 2000 17:18:59 +0000 (17:18 +0000)]
improve comments. we don't usually need explicit configs.
deraadt [Fri, 17 Mar 2000 13:53:23 +0000 (13:53 +0000)]
fix a non-DIAGNOSTIC gotcha
angelos [Fri, 17 Mar 2000 10:25:20 +0000 (10:25 +0000)]
Cryptographic services framework, and software "device driver". The
idea is to support various cryptographic hardware accelerators (which
may be (detachable) cards, secondary/tertiary/etc processors,
software crypto, etc). Supports session migration between crypto
devices. What it doesn't (yet) support:
- multiple instances of the same algorithm used in the same session
- use of multiple crypto drivers in the same session
- asymmetric crypto
No support for a userland device yet.
IPsec code path modified to allow for asynchronous cryptography
(callbacks used in both input and output processing). Some unrelated
code simplification done in the process (especially for AH).
Development of this code kindly supported by Network Security
Technologies (NSTI). The code was writen mostly in Greece, and is
being committed from Montreal.
deraadt [Fri, 17 Mar 2000 07:30:11 +0000 (07:30 +0000)]
sync
deraadt [Fri, 17 Mar 2000 02:53:39 +0000 (02:53 +0000)]
hifn driver changed names
aaron [Fri, 17 Mar 2000 01:27:13 +0000 (01:27 +0000)]
Sync with FreeBSD. Also, fix a stupid bug where the dc driver was claiming
all PCI interrupts (kind of a bad thing, noticed by jason@); from jason@
art [Thu, 16 Mar 2000 22:11:02 +0000 (22:11 +0000)]
Bring in some new UVM code from NetBSD (not current).
- Introduce a new type of map that are interrupt safe and never allow faults
in them. mb_map and kmem_map are made intrsafe.
- Add "access protection" to uvm_vslock (to be passed down to uvm_fault and
later to pmap_enter).
- madvise(2) now works.
- various cleanups.
markus [Thu, 16 Mar 2000 20:56:13 +0000 (20:56 +0000)]
-pedantic: signed vs. unsigned, void*-arithm, etc
deraadt [Thu, 16 Mar 2000 20:39:23 +0000 (20:39 +0000)]
document that other vendors use the hifn pci id too
deraadt [Thu, 16 Mar 2000 20:34:08 +0000 (20:34 +0000)]
start at a hifn 7751 man page
deraadt [Thu, 16 Mar 2000 20:33:47 +0000 (20:33 +0000)]
move aeon to hifn7751
itojun [Thu, 16 Mar 2000 14:08:55 +0000 (14:08 +0000)]
workaround against name servers which return NXDOMAIN/SERVFAIL on IPv4 only
node (the srever server should return acount = 0 without error).
NetBSD PR: 9621
aaron [Thu, 16 Mar 2000 00:36:38 +0000 (00:36 +0000)]
Convert to mdoc, but it's still a pretty ugly man page.
mickey [Wed, 15 Mar 2000 15:58:40 +0000 (15:58 +0000)]
prevent overflow in a diagnostic check; art@ ok
art [Wed, 15 Mar 2000 15:50:18 +0000 (15:50 +0000)]
Fix the NetBSD id strings.
jason [Wed, 15 Mar 2000 14:55:51 +0000 (14:55 +0000)]
Bring in bit definitions from the datasheet and allow shared interrupts.
deraadt [Wed, 15 Mar 2000 14:37:49 +0000 (14:37 +0000)]
more smurph damage control
deraadt [Wed, 15 Mar 2000 14:36:19 +0000 (14:36 +0000)]
sync
art [Wed, 15 Mar 2000 14:17:48 +0000 (14:17 +0000)]
Don't allow the PAGE_SIZE macros to be exported to userland.
art [Wed, 15 Mar 2000 14:16:12 +0000 (14:16 +0000)]
More stuff that doesn't belong in UVM.
art [Wed, 15 Mar 2000 14:14:33 +0000 (14:14 +0000)]
cast the VM_INHERIT_ constants to the correct type.
aaron [Wed, 15 Mar 2000 11:56:14 +0000 (11:56 +0000)]
Repair mdoc botch.
todd [Wed, 15 Mar 2000 03:56:48 +0000 (03:56 +0000)]
implimented -> implemented
aaron [Wed, 15 Mar 2000 03:18:02 +0000 (03:18 +0000)]
Support FAT32 partitions >4GB (up to 128GB, in fact); d@ ok, from NetBSD.
aaron [Wed, 15 Mar 2000 00:09:46 +0000 (00:09 +0000)]
Repair mdoc botch.
deraadt [Tue, 14 Mar 2000 21:47:38 +0000 (21:47 +0000)]
repair errors; reported by amh@pobox.com