summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-01-292.95.3, test release 2Marc Espie
2001-01-29Allow invocation of sybsystem by commandline (-s); ok markus@Damien Miller
2001-01-29Add a few ``const''s to silence some -Wwrite-strings warningsbrian
2001-01-29max actually defaults to 256, not 40Theo de Raadt
2001-01-29use _exit() in signal handlerTheo de Raadt
2001-01-29Xr ises.4Theo de Raadt
2001-01-29Add ises.4Hakan Olsson
2001-01-29Fix some log_Printf() casting; NetBSD (pkgsrc)brian
2001-01-29Initial man page for ises driver.Hakan Olsson
2001-01-29Add ises, commented out.Hakan Olsson
2001-01-29Driver for the Pijnenburg PCC-ISES crypto chip. For now, it only generatesHakan Olsson
random data for the system entropy pool. No crypto yet.
2001-01-29syncjasoni
2001-01-29implement ftruncate64jasoni
2001-01-29Allow syscall aliasing to allow for multiple linux syscalls to be mappedjasoni
to the same native syscall. To quote Jaromir's NetBSD commit if the third argument in syscall.conf matches [a-z0-9_], use it as a function alias instead of the function name in { ... } - from NetBSD, deraadt@ ok.
2001-01-29new timeoutsMichael Shalayeff
2001-01-29new timeoutsMichael Shalayeff
2001-01-29new timeoutsMichael Shalayeff
2001-01-29new timeoutsMichael Shalayeff
2001-01-29new timeoutsMichael Shalayeff
2001-01-29cleanup rmx_mtu handling (no #ifdef INET6). from netbsd.Jun-ichiro itojun Hagino
(same change is in kame)
2001-01-29new timeouts; spacesMichael Shalayeff
2001-01-29regenMichael Shalayeff
2001-01-29even shorterMichael Shalayeff
2001-01-29consts, spacesMichael Shalayeff
2001-01-29fix isadma-less compile, new pnpdevs, space controlMichael Shalayeff
2001-01-29regenMichael Shalayeff
2001-01-29size reducage and constifyMichael Shalayeff
2001-01-29const match tableMichael Shalayeff
2001-01-29new timeouts; some constifying; space controlMichael Shalayeff
2001-01-29init the interface before interrupt establishment; and change to OpenBSD ↵Theo de Raadt
printing "rules"
2001-01-29grab rng stuff more often (now 6400bytes/sec)Jason Wright
document the other mcr2 operations and fix a printf (luckily it's never been called =)
2001-01-29bring sparc into the 20th century, add support for 'boot -c' (BOOT_CONFIG)Jason Wright
2001-01-29Prepend SCSI_ to some of the SCSI opcodes to aid in sharing code w/NetBSDConstantine Sapuntzakis
2001-01-29Pull in updates from NetBSD 1.49. Mostly support for a couple moreConstantine Sapuntzakis
quirky devices.
2001-01-29Fix bug where timeouts triggered too early, caused panic on ATAPI tapes.Niklas Hallqvist
Removed hardcoded WDCDEBUG definitions.
2001-01-29$OpenBSD$Niklas Hallqvist
2001-01-29$OpenBSD$Niklas Hallqvist
2001-01-29$OpenBSD$Niklas Hallqvist
2001-01-29$OpenBSD$Niklas Hallqvist
2001-01-29shortenTheo de Raadt
2001-01-29Only remove socket files with ``set server open''.brian
Only show the mask in ``show bundle'' when it's been specified. Complain about unexpected arguments after ``set server {none,open,closed}'' Log re-open failures as warnings rather than phase messages. Fix some markup for the ``set server'' man page description.
2001-01-29Include <nl_types.h>. Conforms to SUSv2, mirrors NetBSD. ok deraadt@Christian Weisgerber
2001-01-29force DESTDIR here, tooTheo de Raadt
2001-01-29make depend again; i noticed this yesterday too, it used to but was disabled ↵Theo de Raadt
for some reason, i forget why; gwes@oat.com
2001-01-29talk about random.4Theo de Raadt
2001-01-29Add recently added files to the list.Aaron Campbell
2001-01-29Add a transient driver for the Y@P phone that downloads firmware intoAaron Campbell
the EZ-USB chip. After downloading the firmware the device detaches and then reattaches as a composite device (audio + HID). From NetBSD. /* XXX - untested */ Commented out in GENERIC for now, since this sounds like a kind of rare and weird device that no one would have. But it might be useful to have an example driver like this in the tree in case we see more (important) USB devices in the future using the EZ-USB.
2001-01-29- add infrastructure for dealing with the key generator (MCR2)Jason Wright
- add support for the onboard rng using that structure - add a interrupt status mask (differs for 5501 and 5601) - reorganize slightly to take into account that MCR1 isn't the only reason for interrupts.
2001-01-29Add ezload, subroutines for downloading firmware into Cypress (formerlyAaron Campbell
Anchor) EZ-USB chips. From NetBSD. /* XXX - untested */
2001-01-29Ignore leading witespace in the string given to PacketAliasProxyRule().brian