summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Modernize my email address.phk2002-03-2520-22/+22
|
* Modernize my email addressphk2002-03-2513-13/+13
|
* Modernize my email address.phk2002-03-2517-17/+17
|
* Modernize my email-address.phk2002-03-251-1/+1
|
* Merged from sys/dev/sio/sio.c revisions 1.366 and 1.369.nyan2002-03-252-4/+20
|
* Merged from sys/dev/syscons/syscons.c revision 1.379.nyan2002-03-251-0/+1
|
* Upgrade to GNU texinfo 4.1.ru2002-03-253-3/+16
|
* Update for GNU texinfo 4.1.ru2002-03-253-200/+273
|
* Merge texinfo 4.1 changes onto the trunk.ru2002-03-251-16/+18
|
* Use stock (FSF) version of this file.ru2002-03-256-497/+2189
|
* This commit was generated by cvs2svn to compensate for changes in r93139,ru2002-03-2573-2862/+14642
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import of stripped down GNU texinfo 4.1ru2002-03-2580-3374/+16842
| |
* | MFi386: revision 1.396nyan2002-03-251-2/+2
| |
* | Fix style.nyan2002-03-254-31/+23
| |
* | Corrected arguments to key_allocsa called fromume2002-03-252-7/+11
| | | | | | | | | | | | | | | | {esp6, ah6}_ctlinput. Previous ones were uninitialized auto variables, which were completely bogus. Obtained from: KAME MFC after: 1 week
* | Add forgotten flag in flag lists.pb2002-03-251-2/+2
| | | | | | | | | | PR: docs/36267 (partial) Submitted by: Thomas Quinot <thomas.cuivre.fr.eu.org>
* | 3rd arg to bcmp() was wrong. From: David Wang <dsw@juniper.net>ume2002-03-251-1/+1
| | | | | | | | | | Obtained from: KAME MFC after: 1 week
* | Include <machine/limits.h> for definition of ULONG_MAX. Remove amike2002-03-251-1/+1
| | | | | | | | duplicate include.
* | Include <machine/limits.h> for definition of ULONG_MAX.mike2002-03-251-0/+1
| |
* | Fix kernel build.obrien2002-03-251-1/+1
| |
* | Include <stdint.h> for definition of intmax_t and/or uintmax_t.mike2002-03-252-0/+2
| |
* | Add kern/syscalls.c, which is needed for some KTR traces in trap.c.tmm2002-03-251-0/+1
| |
* | Add missing includes for the KTRACE case.tmm2002-03-251-0/+4
| |
* | Add missing declarations.tmm2002-03-251-0/+4
| |
* | Make this compile (submitted by jake), add a missing include.tmm2002-03-251-1/+2
| |
* | Remove second copy of iommu_decode_fault() which I accidentially added.tmm2002-03-251-15/+0
| | | | | | | | Pointy hat to: tmm
* | MFen.kuriyama2002-03-251-32/+65
| |
* | Remove a FMT that was buried in here.obrien2002-03-251-2/+2
| | | | | | | | | | I have no idea why the original committer even used it (in its KERNFORMAT spelling) as there is no a.out version.
* | Remote newly unused variable to unbreak LINT.brooks2002-03-251-1/+1
| | | | | | | | Pointy hat to: amorita
* | Add a few popular entries.luigi2002-03-241-0/+3
| |
* | Remove the setting of 'FMT'. We now do ELF by default, so only botherobrien2002-03-243-3/+0
| | | | | | | | | | to increase the lenght of the command line if needed. The setting of FMT also gets in the cross bootstrapping way for new platforms.
* | MFP4. This slipped into a IFC(MFC) by PHK, but it could still be usefulobrien2002-03-241-3/+18
| | | | | | | | To commit it for real.
* | 'char *' can be a large entity now (on 64-bit platforms). Thus move it upobrien2002-03-241-1/+1
| | | | | | | | to make the example match the text requirements.
* | Add BSD sort to the build, now that GNU sort is gone.markm2002-03-241-0/+1
| |
* | Remove GNU sort from the build. BSD sort is coming.markm2002-03-241-1/+1
| |
* | Make this compile on FreeBSD. Sort out VCS tags, fix warnings.markm2002-03-2410-21/+502
| |
* | Replace __progname with the documented, more acceptable and functionally ↵markm2002-03-242-10/+9
| | | | | | | | identical getprogname(3).
* | Replace __progname with the functionally identical but moremarkm2002-03-242-19/+14
| | | | | | | | acceptable (documented) getprogname(3).
* | Replace use of __progname with the functionally identical and moremarkm2002-03-241-15/+14
| | | | | | | | acceptable getprogname(3).
* | Link testcase 13 in.phk2002-03-241-1/+1
| |
* | plip has produced an error during attach on Alpha as long as I carewilko2002-03-242-2/+2
| | | | | | | | | | to remember. Nobody in the right sense of their mind would run IP on the parallel port on Alpha so comment this one out.
* | Add a testcase for the alpha BSD label from beast.phk2002-03-243-0/+211
| |
* | Make the BSD method width/endian agnostic and support alphaphk2002-03-241-11/+187
| | | | | | | | | | | | architecture labels as well. Sponsored by: DARPA, NAI Labs.
* | Add a copy of the bsd-label from beast.freebsd.orgphk2002-03-241-0/+33
| |
* | Add AMD 768 support.sos2002-03-242-0/+5
| |
* | Hide the ACPI counter probing printf behind bootverbose.phk2002-03-241-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | The conclusion is that this method really can tell the perfect from the less than perfect ACPI counters. It is in fact probably a bit more discriminative than that, but we will rather condemn some otherwise perfect counters to the slightly slower "-safe" version, than certify a counter as perfect which will let us down later. Many thanks to all the people who sent email reports!
* | Guard against redefining __gnuc_va_list.obrien2002-03-246-6/+15
| |
* | Update to reflect new contents of sys/geomphk2002-03-241-1/+1
| |
* | Be more systematic about conversion of on-disk formats in a endian/widthphk2002-03-246-235/+310
| | | | | | | | | | | | | | | | | | agnostic way. Collapse the MBR and MBREXT methods into one file and make them endian/width agnostic. Sponsored by: DARPA & NAI Labs.
* | Reset the cachefree statistics after draining the cache. This fixes a bugjeff2002-03-241-0/+4
| | | | | | | | | | | | | | | | | | | | where a sysctl within 20 seconds of a cache_drain could yield negative "USED" counts. Also, grab the uma_mtx while in the sysctl handler. This hadn't caused problems yet because Giant is held all the time. Reported by: kkenn
OpenPOWER on IntegriCloud