summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Fix my silly typo in asm statement in previous commit.peter2004-06-081-1/+1
* Argh. Remove stray number that slipped into the previous commit.peter2004-06-081-1/+0
* Reapply rev 1.151 after enable sse/fpuinit order fixed in mp_machdep.cpeter2004-06-081-0/+4
* Set up the fpu *after* enabling SSE mode on AP'speter2004-06-081-3/+3
* Initial PG_NX support (no-execute page bit)peter2004-06-089-154/+151
* Mask pte's with PG_FRAME before passing it to PHYS_TO_VM_PAGE().. PG_NXpeter2004-06-082-17/+17
* Use trunc_page(va) when we mean it rather than anding it with PG_FRAMEpeter2004-06-081-2/+2
* Fix a serious problem that manifested during swap, and a few other times.peter2004-06-071-18/+60
* Be a little more consistent in the naming of the PML4 defines.peter2004-06-071-3/+3
* Now that mbufs are allocated using uma,julian2004-06-071-4/+0
* Correct a resource leak introduced in recent accept locking changes:rwatson2004-06-071-4/+4
* Remove accidental change.njl2004-06-071-1/+1
* Avoid printing extraneous warning messages when trying to switch a devicenjl2004-06-072-17/+17
* Make linesw[] an array of pointers to linedesc instead of an array ofphk2004-06-074-74/+70
* Use ldisc_[de]register() instead of frobbing linesw[] directly.phk2004-06-071-1/+2
* Remove references to L1 in the comments, according to Alan they arenetchild2004-06-072-7/+7
* Reformat the comments for cam_hdr so that they can be read.scottl2004-06-071-8/+7
* Split kern_thread.c into 2 parts. kern_kse.c and kern_thread.cjulian2004-06-072-1209/+14
* - Use PCI_INVALID_IRQ macro rather than a magic number.jhb2004-06-071-2/+1
* Add an entry to the PCI ID list to support the serial interface on thewpaul2004-06-071-0/+1
* Fix format string.pjd2004-06-071-2/+2
* According to SUSv3, sigwait is different with sigwaitinfo, sigwaitdavidxu2004-06-071-5/+12
* Don't allow for duplicated entries creation.pjd2004-06-071-5/+11
* Nuke a cryptic and useless diagnostic printf().truckman2004-06-071-1/+0
* Remove unused code.pjd2004-06-072-12/+2
* allow more than MLEN bytes for ancillary data to meet theume2004-06-071-1/+9
* do not send icmp response if the original packet is encrypted.ume2004-06-071-0/+3
* Remove a stale and misleading comment.tjr2004-06-071-7/+0
* Move the KSE ABI specific code here and separate it from code thatjulian2004-06-071-977/+19
* Add missing <sys/module.h> includes.phk2004-06-0710-0/+10
* Add another 5.2.1 source compatibility tweak: acquire Giant before callingwpaul2004-06-072-0/+6
* Remove filename+line number from panic messages.phk2004-06-068-50/+17
* Fixed misclassification of npx interrupts caused by npx_probe().bde2004-06-061-12/+1
* Back out revision 1.150, since dwmalone reports that it causes a panicdas2004-06-061-4/+0
* Sync to 1.181 of usbdevssanpei2004-06-052-2/+9
* Add support Sony/Ericsson SEMC DSS-20 SyncStation,sanpei2004-06-052-0/+3
* Update stale comments regarding page coloring.alc2004-06-051-10/+10
* Document the 64bit version of blocks_to_recover for logical drive status.ps2004-06-051-0/+2
* Detect interrupt storms better. The storm detection didn't work at allbde2004-06-051-23/+50
* Add pci id's for the SmartArray 6422 and V100 controllers. Alsops2004-06-051-0/+17
* Sync to 1.180 of usbdevssanpei2004-06-052-2/+9
* Add device ID for atuwi USB wlan driver, AWL400 Wireless adapter.sanpei2004-06-051-0/+1
* When we don't have any meaningful value to print for the device sysctlmux2004-06-051-8/+4
* Don't forget to pass shutdown events down to children first now that wenjl2004-06-051-0/+3
* Fixed some style bugs.bde2004-06-051-2/+3
* Disable wake GPEs in the reboot path as well as poweroff path. This fixesnjl2004-06-051-4/+11
* Rework acpi_cpu_idle() to select the next idle state before sleeping, notnjl2004-06-051-109/+78
* Sync to 1.179 of usbdevssanpei2004-06-052-2/+9
* Add support Neodio-3260 8-in-1 multi format USB memory card / flash controllersanpei2004-06-052-0/+5
* Initialize the MXCSR to the appropriate default value at startup.das2004-06-051-0/+4
OpenPOWER on IntegriCloud