summaryrefslogtreecommitdiffstats
path: root/lib/libkrb5/generated/asn1_EncryptionKey.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-08-07Use %sys_tick to generate clock interrupts on systems that have it.kettenis5-21/+96
2008-08-07Fix a typo, inteface -> interface.brad1-5/+5
From Gleydson Soares <gsoares at gmail dot com>
2008-08-07Give each CPU its own `struct intrhand' for %tick interrupts. Fixes akettenis4-8/+17
problem where the clock would stop ticking on some CPUs because of lost ticks.
2008-08-07small cleanup of error/warning stringsotto2-7/+7
2008-08-07grow MINCLSIZE to MHLEN + MLEN + 1 again. we shrinked it just before thehenning1-2/+2
release to be on the safe side, now we have 6 months to find remaining offenders misusing MINCLSIZE
2008-08-07correctly copy the log interface spec when expanding an antispoof rule thathenning1-1/+2
covers loopback addresses. ok ryan problem report from Harald Dunkel <harald.dunkel@aixigo.de>
2008-08-07account spanning tree frames in if_obytes and if_omcasts.damien1-5/+13
ok henning@
2008-08-07do not touch m after IFQ_ENQUEUE()+if_start().damien1-4/+7
ok brad@, mpf@, henning@, reyk@
2008-08-07- Enable ALTQ support.brad1-1/+5
- Let the VLAN driver know that the hw can send and receive full size VLAN tagged packets. Tested by maja@
2008-08-07don't wait for a free mbuf cluster in sosend() and enter the existingreyk1-2/+2
error handler that was never used before. this fixes a bug that a userland process might hang if the system ran out of mbuf clusters or even other unexpected behaviour in the network drivers. this bug is very old - it is also found in rev 1.1/stevens v2/44lite2/... discussed with many ok markus@ thib@ dlg@
2008-08-07spacing.sobrado1-4/+4
2008-08-07we are at 4.4-currentderaadt1-3/+3
2008-08-07Add a little section about ACPI, explaining that disabling ACPI might helpmiod2-42/+60
troubleshooting interrupt problems on some machines, and insist people should report such problems or they'll never get fixed. Final commit to the installation notes for this release. ok deraadt@
2008-08-06In the upgrade blurb, mention xetc won't be selectable as well, and mentionmiod3-10/+11
sysmerge can help you upgrade etc and xetc afterwards.
2008-08-06Oops, the new sets size computation script does not work correctly onmiod1-6/+6
symbolic links.
2008-08-06Update sets sizes.miod17-194/+194
2008-08-06Fold text in 80 columns.miod2-24/+24
2008-08-06Mention onboard USB might be disabled on XP1000 and close relatives, and howmiod1-1/+13
to enable it if necessary. From FreeBSD.
2008-08-06Minor random tweaks and fixes.miod20-92/+78
2008-08-06Sync machine list with the web page.miod1-20/+17
2008-08-06Don't bother mentioning FreeBSD ports or NetBSD pkgsrc only on themiod1-33/+3
architectures FreeBSD or NetBSD runs on too: if a third-party application is missing from the OpenBSD ports tree, it is worth looking at the neighbours' regardless of the platform.
2008-08-06Foreign partition on MBR partition tables are put in default disklabelsmiod4-8/+8
from partition `i' onwards, not `h' onwards.
2008-08-06Unconditionnaly disable -fcse-skip-blocks at -O2 on m68k, for it causes NULLmiod1-0/+7
derefs in at least one case and I do not have time to debug this before the release. ok deraadt@
2008-08-06Jumbo update of installation notes for alpha:miod5-87/+89
- mention more models supported by each floppy - mention more supported and unsupported models - sync cdrom boot instructions with reality - update ftp urls, ftp.digital.com no longer exist (but I resisted whining at HP which does not provide all the contents formerly available from ftp.digital.com and which you have to pick from educational sites which have mirrored them) - various little rewording with help from sobrado@
2008-08-06fix trunk breakage that sneaked in with the lacp diff:reyk2-19/+7
- don't use in-kernel IFMEDIA ioctls in lacp and remove two KASSERTs that caused reliable panics - the lacp key can be locally assigned and we don't need to query the media subtype here. - unbreak failover/loadbalance/broadcast status handling. Reported by brad@ ok deraadt@
2008-08-06Backout the acpicpu_setpdc code and the code to allow est to use acpicpugwk2-150/+168
on amd64. Evaluating the _PDC seems to lead to instability (PR5878 and a report by jmc@) on lower end machines its too close to release and I don't have enough nickels. ok deraadt@
2008-08-06we are no longer in -betaderaadt1-3/+3
2008-08-05Various tweaks and clarifications, and drop obsolete information regardingmiod2-18/+22
last century's hard disks on this century's platforms.
2008-08-05It's eiher ... or, not either ... andmiod1-2/+2
2008-08-05typomiod1-2/+2
2008-08-05uncomment cardbus stuff.miod1-90/+89
2008-08-05It's amd64 not i386 here.miod1-2/+2
2008-08-05More SRM information, and how to make a non model 300 DEC 3000 autobootmiod1-24/+67
unattended when configured for serial console and no keyboard is plugged.
2008-08-05Better description of the installation steps:miod19-120/+233
- document questions in proper order: hostname before network configuration, DNS only if network is configured, sshd and ntpd, aperture only on machines which need it, serial console only on machines which need it. This is done by splitting the end of OpenBSDCommonURL in various macros, OpenBSDInstallWrapup, OpenBSDInstallAperture, OpenBSDInstallConsole and OpenBSDInstallWrapupPart2. - use the above macros when appropriate, OpenBSDInstallWrapup* being mandatory on all arches. - remove serial console configuration blurb on sparc and sparc64, it is handled by OpenBSDInstallConsole now.
2008-08-05Mention mail.html for mailing list etiquette and information.miod1-1/+6
2008-08-05fix description of the mail(1) "p" command; from Aaron W. Hsu.sobrado1-1/+1
ok martynas@
2008-08-05Fix spurious 0 values on batteries seen on laptopts that have an embeddedmarco1-10/+12
controller. Found, diagnosed and patch from Stefan Sperling <stsp@stsp.name> Minor KNF changes while here. Tested by many on a variaty of IBM laptops and others with and without acpiec. ok deraadt
2008-08-05Tell people to update their bootblocks (and how to do so) if theymiod1-2/+44
intend to upgrade with bsd.rd.
2008-08-05Do not advertise the default route with wrong metric of 0. Set it to 1claudio1-1/+2
by default. Reminded to commit this brad@, OK deraadt@
2008-08-05One last duplicate scsi initiator report in dmesg.miod1-3/+2
2008-08-05Add support for reading the MAC address for newer re(4) chipsets.brad1-35/+49
The current method results in a MAC address of all zeros. Tested by bernd@/jcs@ with 8102E and fkr@ with 8168C. From FreeBSD ok jsg@
2008-08-04do not count ethernet header twice in if_obytes stats.damien2-5/+5
do not count address family field twice in tun's if_obytes stats. ok henning@ reyk@ deraadt@ for the ethernet bits. ok deraadt@ for the tun bits.
2008-08-04refuse to run on block devices; prompted by marco; ok marco@ millert@otto1-4/+8
deraadt@
2008-08-04Accept 'q' or 'Q' for quit at the --More-- prompt.millert1-2/+9
2008-08-04Update to BIND 9.4.2-P2 and adapt our dynamic select changes. OK deraadt@millert32-244/+653
2008-08-04fix extended partition support by handling chained EBRs correctlyreyk5-53/+45
(using a recursion limit). now OpenBSD can be installed in a subsequent DOS/Linux-compatible extended partition. ok krw@ deraadt@
2008-08-04right spelling for Guinea-Bissau and Songkran;sobrado1-3/+3
from comet-berkeley <comet@transbay.net> on FreeBSD PR conf/126199, and Frantisek Holop. fixes PR #5794. ok jmc@
2008-08-04"-a" is used if no arguments are given to wsconsctl.sobrado1-4/+5
tweaked by jmc@. ok jmc@
2008-08-04improve SEE ALSO links; from Ingo Schwarzejmc6-27/+27
ok otto millert
2008-08-04Properly output machdep.chipset values on alpha models without pci buses;miod1-10/+12
ok deraadt@