summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-03-18Remove hard sentence breaks, and some other cleanup along the way.Aaron Campbell
2000-03-18Sync.Ian Darwin
2000-03-18Implement vfork (ok jasoni).Ian Darwin
2000-03-18more details; dTheo de Raadt
2000-03-18fix parsing of commands after @ keywords and hourly bitmap handling;Theo de Raadt
sheldonh@uunet.co.za
2000-03-18postpone memory allocation for uvm swap encryption until it is turned on withNiels Provos
sysctl.
2000-03-18silence all extra route addition printoutsTheo de Raadt
2000-03-18make uvm swap encrypt compile again, from markus@Niels Provos
2000-03-18cap the maximum sessions at 2048 since that's all that is available inJason Wright
the result descriptor (the command descriptor has an extra bit, but it gets blown away in transit).
2000-03-18delete generated files (again (*&@#$Theo de Raadt
2000-03-18Last needed m4 changes to bootstrap autoconf without gnu-m4.Marc Espie
2000-03-17ratecheck - function to help implement rate-limited actions (from NetBSD)Jakob Schlyter
ok art@
2000-03-17remove multiple function declarations.Artur Grabowski
2000-03-17Be sure to mask out the chip stepping when examining the chip levelJason Wright
For round robin requests, use one static variable and hifn_cd to decide the next device to use.
2000-03-17move more sun4m stuff behind an #ifdefTheo de Raadt
2000-03-17Fix some space->\tJason Wright
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.
2000-03-17Try to synchronize the ksh(1) and sh(1) man pages somewhat.Aaron Campbell
2000-03-17Remove hard sentence breaks.Aaron Campbell
2000-03-17correct reject route installations for IPv6. improve comments.Jun-ichiro itojun Hagino
2000-03-17more comment fixes.Jun-ichiro itojun Hagino
2000-03-17improve comments. we don't usually need explicit configs.Jun-ichiro itojun Hagino
2000-03-17fix a non-DIAGNOSTIC gotchaTheo de Raadt
2000-03-17Cryptographic services framework, and software "device driver". TheAngelos D. Keromytis
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.
2000-03-17syncTheo de Raadt
2000-03-17hifn driver changed namesTheo de Raadt
2000-03-17Sync with FreeBSD. Also, fix a stupid bug where the dc driver was claimingAaron Campbell
all PCI interrupts (kind of a bad thing, noticed by jason@); from jason@
2000-03-16Bring in some new UVM code from NetBSD (not current).Artur Grabowski
- 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.
2000-03-16-pedantic: signed vs. unsigned, void*-arithm, etcMarkus Friedl
2000-03-16document that other vendors use the hifn pci id tooTheo de Raadt
2000-03-16start at a hifn 7751 man pageTheo de Raadt
2000-03-16move aeon to hifn7751Theo de Raadt
2000-03-16workaround against name servers which return NXDOMAIN/SERVFAIL on IPv4 onlyJun-ichiro itojun Hagino
node (the srever server should return acount = 0 without error). NetBSD PR: 9621
2000-03-16Convert to mdoc, but it's still a pretty ugly man page.Aaron Campbell
2000-03-15prevent overflow in a diagnostic check; art@ okMichael Shalayeff
2000-03-15Fix the NetBSD id strings.Artur Grabowski
2000-03-15Bring in bit definitions from the datasheet and allow shared interrupts.Jason Wright
2000-03-15more smurph damage controlTheo de Raadt
2000-03-15syncTheo de Raadt
2000-03-15Don't allow the PAGE_SIZE macros to be exported to userland.Artur Grabowski
2000-03-15More stuff that doesn't belong in UVM.Artur Grabowski
2000-03-15cast the VM_INHERIT_ constants to the correct type.Artur Grabowski
2000-03-15Repair mdoc botch.Aaron Campbell
2000-03-15implimented -> implementedTodd T. Fries
2000-03-15Support FAT32 partitions >4GB (up to 128GB, in fact); d@ ok, from NetBSD.Aaron Campbell
2000-03-15Repair mdoc botch.Aaron Campbell
2000-03-14repair errors; reported by amh@pobox.comTheo de Raadt
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)).
2000-03-14Better mdoc formatting.Aaron Campbell
2000-03-14support DESTDIR include fetching; dmTheo de Raadt
2000-03-14sloppy smurph, leaving debug garbage behind...Theo de Raadt