summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Check if we control device. Else we will go to panic cause we don't haverik2004-06-091-1/+1
* When adding files to the repo, it is very important to not forgetimp2004-06-091-0/+65
* Step 1 in moving EISA devices to kobj/newbus. Use kobj methods forimp2004-06-094-14/+39
* Add some special case code to fix a problem with the BCM5704 in TBI (fiber)wpaul2004-06-092-0/+71
* Fix a panic happening when m_getm() is called with len < MCLBYTES.mux2004-06-091-1/+1
* Replace handrolled CRC calculation with ether_crc32_[lb]e().naddy2004-06-0932-796/+78
* Add a comment explaining td_critnest's initial state and its life from thatjmallett2004-06-091-0/+13
* Rename struct pt_ioctl to "ptsc" and pointers to it from "pti" to "pt"phk2004-06-091-65/+65
* Ditch K&R function stylephk2004-06-091-63/+15
* Reference count struct tty.phk2004-06-093-24/+104
* Fix a race in destruction of sessions.phk2004-06-091-2/+3
* Move PTY private defines into PTY private files.phk2004-06-092-3/+4
* style.Makefile(5)obrien2004-06-092-12/+12
* Only match cards that claim to be network cards. I've had twoimp2004-06-091-0/+10
* Introduce a netisr to deliver kernel-generated routing, avoidingrwatson2004-06-093-4/+54
* Replace convoluted and broken CRC calcuation with ether_crc32_le().naddy2004-06-091-41/+6
* * Fix multicast reception.naddy2004-06-091-28/+10
* Recognise NOINET6 as an indication to not build IPv6 enabled source evendarrenr2004-06-082-2/+4
* Remove an #if section originally written for Sun compilers.stefanf2004-06-081-8/+0
* Avoid assignments to cast expressions.stefanf2004-06-082-4/+4
* Implement the BREAK_TO_DEBUGGER option for sab(4).joerg2004-06-081-0/+11
* 1. struct tty => struct tty *tty.rik2004-06-081-95/+110
* Remove remnants of PGINPROF.tjr2004-06-082-43/+0
* In pmap_extract_and_hold(), there is no need to mask off PG_FRAME becausepeter2004-06-081-4/+5
* 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
OpenPOWER on IntegriCloud