summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add APM compatibility feature to ACPI.iwasaki2001-10-2610-11/+776
* Move recently added procedure which was incorrectly placed within andillon2001-10-261-17/+16
* Detach the prom console when platform.cons_init is called. This seemsmjacob2001-10-263-2/+15
* Make cdevsw[] static.phk2001-10-261-1/+1
* Reporting device drivers by traversing cdevsw[] is at best a hackphk2001-10-261-2/+6
* Finish the asbestos suited move of $mach/conf/*.$mach to conf/*.$mach.ru2001-10-266-6/+8
* Add a per-thread ucred reference for syscalls and synchronous traps fromjhb2001-10-2610-61/+164
* Add locking to taskqueues. There is one mutex per task, one mutex perjhb2001-10-266-44/+110
* Use msleep() to avoid lost wakeup's instead of doing an ineffectivejhb2001-10-261-15/+5
* Implement kern.maxvnodes. adjusting kern.maxvnodes now actually has adillon2001-10-267-57/+145
* Add missing TAILQ_INSERT_TAIL's which somehow didn't get comitted withdillon2001-10-251-0/+2
* Default to not performing ufs_dirhash's extensive directory-blockiedowse2001-10-251-1/+1
* In cluster_rbuild(), 'size' had better match buf->b_bcount and buf->b_bufsizedillon2001-10-251-2/+14
* Use TASK_INIT to initialize taskqueue task instead of violating thejhb2001-10-251-6/+6
* Remove wx driver, which got recently removed.asmodai2001-10-251-1/+0
* Unbreak NEWCARD by removing options NFS and replacing it with theasmodai2001-10-251-1/+2
* Aargh. I really shouldn't do late night commits. Remove a floating pointjlemon2001-10-251-1/+1
* Now that nfsm_reply() does not usually set 'error' to 0, we neediedowse2001-10-251-0/+1
* Defs for three (unused so far) bits in PCI command/status registerluigi2001-10-252-6/+6
* Fix an inverted test csae. Success of getenv() is determined by a returnjhb2001-10-251-1/+1
* Currently no code does a CROSSJUMP() to sw1a, so we don't need ajhb2001-10-253-6/+0
* Use %ecx instead of %ebx for the scratch register while updating %dr7 sincejhb2001-10-253-15/+9
* - Fix typo in comment from previous revision.jhb2001-10-253-9/+12
* Whitespace, comment, and string fixes.jhb2001-10-253-129/+117
* Fixed misformatting of options line for COMPAQ_M610 and EICON_DIVA inbde2001-10-252-44/+44
* Fixed bugs in rev.1.973. Actually enable PCI_ENABLE_IO_MODES. Itbde2001-10-252-2/+4
* add options line for Compaq Microcom 610 ISDN card.hm2001-10-252-2/+8
* Just use ${MACHINE}, it's already special-casing pc98.ru2001-10-251-5/+0
* Call ExitBootServices and disable interrupts before we start hackingdfr2001-10-252-22/+24
* Add the two sections used for PLT entries to the text and sdata sectionsdfr2001-10-252-0/+4
* Don't use the ip_timestamp structure to access timestamp options, as thejlemon2001-10-251-29/+22
* If we are bridging, fall back to using any inet address in the system,jlemon2001-10-251-4/+9
* Relocate the KASSERT for a null recvif to a location where it willjlemon2001-10-251-1/+1
* 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
* 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
* 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
* re-undo rev 1.78 now that style(9) is sane in this regard,julian2001-10-241-102/+102
* 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
OpenPOWER on IntegriCloud