summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* switch cast128 implementation to implementation by Steve Reid;ume2003-10-105-1018/+794
| | | | | | smaller footprint. Obtained from: KAME
* I think it is more correct to use modfind() than kldfind() here.phk2003-10-101-2/+2
|
* The header files hdb_asn1.h, hdb_err.h, and kadm5_err.h are generated,nectar2003-10-102-3/+3
| | | | | | and must be installed from ${.OBJDIR}. Pointy hat: nectar
* Restore transfermode on devices after reinit.sos2003-10-101-0/+7
|
* Dont store ata_params for devices that return a bogus ident string.sos2003-10-101-0/+3
|
* Add an 'include' directive to pull in <sys/ptrace.h>.robert2003-10-101-0/+1
|
* New release note:hrs2003-10-102-0/+6
| | | | Heimdal 0.6.
* - Synchronize access to a page's valid field in vfs_bio_clrbuf()alc2003-10-101-8/+10
| | | | | by using the lock from its containing object. - Remove GIANT_REQUIRED from vm_hold_load_pages().
* Allow wrapping between the date and the time. s/GMT/UTC/.des2003-10-101-2/+2
|
* Build RELENG_5_1.des2003-10-102-1/+10
|
* Note that the modem built into the xl cards (both CardBus and MiniPCI)imp2003-10-101-0/+8
| | | | are not supported by FreeBSD, let alone by this driver.
* cardbus->CardBusimp2003-10-101-1/+1
|
* Be more pedantic about the model numbers of cardbus cards that areimp2003-10-101-2/+3
| | | | | supported by the driver. I've only used 3 or 4 of these cards, but the cardbus cards work as well as pci cards at this point.
* Assorted mdoc(7) fixes:hmp2003-10-093-20/+41
| | | | | | | | | | - fix hard sentence breaks - sprinkle a few .Vt's where neccessary - remove incorrect use of `\-' - proper quoting using .Dq, instead of manual ``...'' Approved by: des@ (mentor) Reviewed by: ru@
* Reverse the order of the first two arguments to _sparc64_enter_uts().deischen2003-10-092-4/+4
| | | | | The first argument is the UTS function, the second argument is the first argument to the UTS function. Who's on first.
* Build and install the verify_krb5_conf(8) utility, which checksnectar2003-10-092-1/+28
| | | | krb5.conf(5) for obvious errors.
* This commit was generated by cvs2svn to compensate for changes in r120952,nectar2003-10-091-3/+3
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Correct badly-formed code (missing quote) within `#if 0' section.nectar2003-10-091-3/+3
| | | | | | | | | | | | Newer versions of GCC error in such situations. Obtained from: Heimdal CVS
* | Install Kerberos- and GSSAPI-related man pages.nectar2003-10-093-5/+240
| |
* | Install additional headers for Kerberos (libkafs, libkadm5*, andnectar2003-10-094-0/+18
| | | | | | | | libhdb).
* | Update build infrastructure for Heimdal 0.6.nectar2003-10-0915-29/+80
| |
* | Resolve conflicts after import of Heimdal 0.6.nectar2003-10-091-27/+479
| |
* | This commit was generated by cvs2svn to compensate for changes in r120945,nectar2003-10-09304-3696/+13274
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import of Heimdal 0.6.nectar2003-10-09306-3741/+13767
| |
* | Add list of files to remove from the Heimdal distribution prior tonectar2003-10-091-0/+13
| | | | | | | | each import.
* | - typo. found by markus@openbsdume2003-10-091-4/+2
| | | | | | | | | | | | | | - correct signedness mixup in pointer passing. - drop meaningless variable. Obtained from: KAME
* | New release note:hrs2003-10-092-0/+16
| | | | | | | | | | - hifn(4) 7955/7956 support. - $ntpd_flags in /etc/defaults/rc.conf changed.
* | - typo in commentume2003-10-0910-289/+225
| | | | | | | | | | | | | | | | - style - ANSIfy (there is no functional change.) Obtained from: KAME
* | Catch up with the English version:hrs2003-10-091-2/+18
| | | | | | | | | | | | 1.1 -> 1.2 hardware/amd64/proc-amd64.sgml Submitted by: Hiroo Ono <hiroo@oikumene.gcd.org>
* | Convert a couple of hardcoded values to constants. Make thr_getcontext()deischen2003-10-094-6/+14
| | | | | | | | | | return 0 when called the first time, and return 1 when resumed by thr_setcontext().
* | Fix the bug that prevented DMA from working on old Acer chips.sos2003-10-091-2/+3
| | | | | | | | | | Found by: Andrew Gallatin <gallatin@cs.duke.edu> Pointy hat to: sos
* | Implement preliminary support for the PT_SYSCALL command to ptrace(2).robert2003-10-097-1/+59
| |
* | Warn users that makekey may disappear in a future release now that thetjr2003-10-091-1/+6
| | | | | | | | last in-tree consumer has gone.
* | Call crypt() directly instead of taking a detour through makekey.tjr2003-10-092-34/+7
| |
* | Remove unneccessary include of sys/types.h in the SYNOPSIShmp2003-10-096-6/+0
| | | | | | | | | | | | | | | | | | header. Sys/param.h includes sys/types.h internally unless LOCORE is defined. Approved by: des (mentor)
* | Separate baroque from classics.grog2003-10-091-40/+47
| | | | | | | | | | | | Add a number of dead composers. PR: 55612 (much of content)
* | Correct format: text lines *must* contain a tab character.grog2003-10-091-10/+10
| | | | | | | | PR: 43989
* | Add a number of mainly Christian holidays.grog2003-10-091-1/+15
| | | | | | | | Mainly submitted by: Gordon Bergling <gordon@bsd-network.org>
* | Add Christmas-related dates.grog2003-10-091-1/+5
| | | | | | | | Partially submitted by: Gordon Bergling <gordon@bsd-network.org>
* | Update the list of supposedly supported 3Com devices from trollingimp2003-10-091-10/+23
| | | | | | | | | | | | | | ebay. Also have notes for my recent experiences with 3com pcmcia cards (mostly this or that doesn't work). Also look at the strings that are claimed to be supported in the bus specific front ends. Note that the 3C569* are CBUS.
* | With BETA 5 of libuwx some of the application registers are renamedmarcel2003-10-091-3/+3
| | | | | | | | | | | | | | | | | | | | from UWX_REG_MUMBLE to UWX_REG_AR_MUMBLE. Compatibility defines are present in libuwx. Change the names here so that we don't depend on compatibility defines. Note that there's now an UWX_REG_PFS and an UWX_REG_AR_PFS and the former is not a compatibility define for the latter AFAICT. Change to UWX_REG_AR_PFS as that seems to be the one we need to handle.
* | This commit was generated by cvs2svn to compensate for changes in r120925,marcel2003-10-0912-155/+260
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Upgrade Unwind Express (libuwx) to BETA 5. This upgrade includesmarcel2003-10-0912-155/+260
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | all the fixes locally applied and submitted to the author. Not included in BETA 5, but part of this import are: o FreeBSD specific ifdefs to make this compile within a kernel. These are limited to include directives and defines. o Removal of unused variables, proper casts and initializations to allow building with -Werror. This happens in code so has a higher chance of causing future import conflicts but not enough to worry about it. I'm especially thankful that the author accepted the change to replace DISABLE_TRACE with UWX_TRACE_ENABLE so that we can use it in kernel config files without nasty mappings or indirections as that would make the integration less perfect. Thanks Cary!
* | | Add preliminary sparc64 support to libpthread. This does notdeischen2003-10-0912-0/+1018
| | | | | | | | | | | | | | | | | | | | | | | | yet work, but hopefully someone familiar with the sparc64 port can pick up the reins. Submitted by: jake With mods by: deischen
* | | Instead of using hardcoded column and row headers, scan the log directorydes2003-10-091-15/+15
| | | | | | | | | | | | to see what's of interest.
* | | Build a couple of security branches.des2003-10-091-1/+1
| | |
* | | Fix sl_SI.ISO8859-2ache2003-10-092-1/+42
| | | | | | | | | | | | | | | PR: 50160 Submitted by: Simon 'Zekar <simon@entered.net>
* | | Add some additional changes which didn't make it in revision 1.14grog2003-10-091-3/+5
| | | | | | | | | | | | | | | Submitted by: Gerhard Gonter <gonter@whisky.wu-wien.ac.at> PR: 55610
* | | Move a LOTR fortune to the right file.grog2003-10-092-1/+1
| | | | | | | | | | | | | | | Submitted by: Jonathan Lennox <lennox@cs.columbia.edu> PR: 57623
* | | update to reflect 7955/7956 supportsam2003-10-081-8/+18
| | |
OpenPOWER on IntegriCloud