summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-03-31Add interrupt counter, to verify interrupt problem is causingDale S. Rahn
over 200000 interrupts per second, and the G4 is still usable. Gotta fix that bug.
2000-03-31add support for intrcnt from "C", make CLK_IRQ availableDale S. Rahn
to count clock interrupts.
2000-03-31Count clock interrupts.Dale S. Rahn
2000-03-31implement dmamap_load (stolen from i386) for powerpc.Dale S. Rahn
This is required for USB support. (with this a a bit more the root hub configures).
2000-03-31add interrupt counting support. (intrcnt)Dale S. Rahn
2000-03-31Add ummapiodev() functionality, to mirror mapiodev().Dale S. Rahn
2000-03-31spellingTheo de Raadt
2000-03-31syncTheo de Raadt
2000-03-31install inetd.conf(5) here insteadTheo de Raadt
2000-03-31link inetd.conf(5) to inetd(8)Theo de Raadt
2000-03-31more timezone pointersTheo de Raadt
2000-03-31Tell how to set the localtime link here too.Todd C. Miller
2000-03-31Add a pointer to zic so new users can figure out how to set theTodd C. Miller
timezone. The obvious thing to do is 'man timezone' so hopefully folks will be able to get the info they need.
2000-03-30Reference /etc/localtime in FILES section.Todd C. Miller
2000-03-30Try a hard link before a soft one since we want hard links inTodd C. Miller
the zoneinfo dir.
2000-03-30Make 'zic -l' actually work. I guess we all just do the symlinkTodd C. Miller
by hand and thus never noticed.
2000-03-30document hook functionsJason Wright
2000-03-30buffersize -> buffer_sizeAlex Feldman
2000-03-30syncTheo de Raadt
2000-03-30- Remove some unused code.Aaron Campbell
- Much needed indent cleanup.
2000-03-30oopsTheo de Raadt
2000-03-30fix lotsTheo de Raadt
2000-03-30correctTheo de Raadt
2000-03-30smarter heartbeat()Michael Shalayeff
2000-03-30Sync with NetBSD. USB Ethernet drivers should work now.Aaron Campbell
2000-03-30Correct address parsingbrian
Pointed out by: Maxim Sobolev <sobomax@altavista.net>
2000-03-30Pedantic .Xr fixes.Hans Insulander
2000-03-30Sync with recent update in the original kerberos tree:Hans Insulander
Don't mention toehold as it's not available in KTH.KRB... (from Assar)
2000-03-30no buffer.3, instead, cp before pod2manTheo de Raadt
2000-03-30add manpage kafs(3)Hans Insulander
2000-03-30Fix a couple of manpage errorsHans Insulander
2000-03-30instrument bad crp's and bad crp callbacks, tooJason Wright
2000-03-30Add a sample commented out net.inet.ip.ipsec-acl=0 entry.Angelos D. Keromytis
2000-03-30Temporary work around until pcvt is fixed.Todd C. Miller
vt220 -> vt220-new vt220-old -> vt220
2000-03-30Only allocate space for a copy of the authenticator if authenticationAngelos D. Keromytis
is in use.
2000-03-30add some instrumentation for tracking input (commands/bytes) and outputJason Wright
(results/bytes) as well as "ring full" and "other" errors rework hifn_process so that in the event of a ring full or other error, the error type is set in the descriptor and the callback is executed.
2000-03-30Set re_rt to NULL, so we don't double free.Angelos D. Keromytis
2000-03-30auto detect the size of the seeprom; from freebsd (from NetBSD (from Linux?))Jason Wright
2000-03-29timeout-driven heartbeat.Michael Shalayeff
right thing would be to pass beat count as an argument to timeout routine (casted to (void *)) avoiding static counter, but doing timeout_set() every timeout_add() sounds kinda uncool. well, pondering in the struct timeout guts would be even more ugly.
2000-03-29- update copyrightsJason Wright
- remove all ability to block (no more tsleep/wakeup)
2000-03-29even more man page improvements! yowsa!Theo de Raadt
2000-03-2913 not 12Theo de Raadt
2000-03-29name is incorrect: openssl people please noteTheo de Raadt
2000-03-29Uncomment ulpt targets.Aaron Campbell
2000-03-29you missed a bunch of thingsTheo de Raadt
2000-03-29vos.1 -> vos.8Hans Insulander
2000-03-29Add manpage vos(1). (ok deraadt@)Hans Insulander
2000-03-29Add manpage pts(1). (ok deraadt@)Hans Insulander
2000-03-29Add manpage fs(1)Hans Insulander
2000-03-29remove round-robin use of the boards. We're depending on the upper layerJason Wright
being more intelligent about allocation in the future.