summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Add support for loadable microcode which implements interrupt coalescingjlemon2001-10-251-15/+162
* | . Add structure elements for sysctl.jlemon2001-10-251-3/+23
* | . Add structure definition for microcode download.jlemon2001-10-251-7/+23
* | Add Intel's loadable microcode to implement receive side bundling.jlemon2001-10-251-0/+1129
* | cnclose() can potentially race against itself. To avoid vn_close() races,jlemon2001-10-251-2/+3
* | Add PCI_ENABLE_IO_MODES option, for BIOSen that neglect this.jlemon2001-10-256-0/+7
* | Fix bugs in NgSendMsg() and NgSendAsciiMsg() where the wrong tokenarchie2001-10-251-2/+2
* | Re-commit www:wwwache2001-10-252-0/+2
* | Resume deorbit burn sequence for <malloc.h>. Inspection of my make logswollman2001-10-251-5/+2
* | o Remove extern showallsockets, defunct as of the change torwatson2001-10-251-1/+0
* | Backout 1.61 -- both intrcnt and intrnames are already exportedluigi2001-10-254-24/+0
* | Change #include "DEFS.h" to <machine/asm.h>.peter2001-10-254-4/+4
* | Use the correct sysctl names for intrcnt and intrnames.luigi2001-10-251-2/+2
* | Split the per-process Local Descriptor Table out of the PCB and intojhb2001-10-2517-172/+215
* | Force FWRITE on when opening the console, so that the flags passed tojlemon2001-10-251-2/+5
* | Update Labour Day in New Zealand. It's definitely not today. Thisgrog2001-10-251-1/+1
* | re-undo rev 1.78 now that style(9) is sane in this regard,julian2001-10-241-102/+102
* | Merge in BSDisms. Slight rewordings in some cases.julian2001-10-241-16/+19
* | Document the requirements and nature of the logical CPU IDs. It isn'tjhb2001-10-241-0/+10
* | Change the module name from 'snd_sonicvibes' to 'snd_vibes' as that isjhb2001-10-241-3/+3
* | Change module name from 'snd_als' to 'snd_als4000' to match name injhb2001-10-241-3/+3
* | Change the module name from 'via' to 'snd_via82c686' to match the KLDjhb2001-10-241-5/+3
* | Change the module name from 'snd_cmipci' to 'snd_cmi' to match thejhb2001-10-241-3/+3
* | * Clear the TLB on boot.dfr2001-10-241-4/+7
* | If we get an unhandled page fault in kernel mode, either panic (ifdfr2001-10-241-1/+14
* | De-orbit DEFS.h - the other arches do not use it, and it got replacedpeter2001-10-2442-82/+35
* | Try to get the self-relocator to work with IPLTLSB relocations. Doesn'tdfr2001-10-244-12/+80
* | Unbreak alpha builds.mjacob2001-10-241-3/+4
* | unwind v_writecount in fhopen() if we are unable to allocate thedillon2001-10-242-2/+8
* | cn_tab no longer exists, use cnadd() to add a console device. Note thatjlemon2001-10-247-7/+7
* | Don't enable write cacheing on devices that don't support tagged queuingdes2001-10-241-1/+1
* | Document C99 conformity.asmodai2001-10-241-2/+7
* | Add __FBSDID.asmodai2001-10-241-3/+5
* | Add __FBSDID.asmodai2001-10-241-5/+10
* | Add $FreeBSD$.asmodai2001-10-241-3/+6
* | Remove call to cninit_finish().jlemon2001-10-242-3/+0
* | - Clean up the comments slightly here to make them more readable.jhb2001-10-242-6/+14
* | Help to recover from bad seek (i.e. negative or too big) happens beyondache2001-10-242-5/+12
* | Make apm a module.ume2001-10-242-0/+11
* | Refer more consistently to the different FreeBSD (hardware platform)bmah2001-10-248-13/+14
* | Add some new entities with the "official" names of the platformsbmah2001-10-246-0/+6
* | Added the pmc driver which supports power management controller ofnyan2001-10-247-0/+533
* | Fix this to actually compile in the !INVARIANTS case.jhb2001-10-242-1/+11
* | Use vm_offset_t instead of caddr_t to fix a warning and removerobert2001-10-241-3/+3
* | fix kvprintf panic in attach routinehm2001-10-241-6/+1
* | Correct a typo: numtiple -> multiple.roam2001-10-241-1/+1
* | fix SNDCTL_DSP_GETISPACE behaviourcg2001-10-241-3/+2
* | improve recording behaviourcg2001-10-241-5/+10
* | Finish the removal of the LABPC driver.ru2001-10-243-142/+4
* | It's safe to assume that ${.OBJDIR} == ${.CURDIR} in theru2001-10-241-1/+1
OpenPOWER on IntegriCloud