summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Trying to fix compilation bustage introduced in rev1.160 by convertingavatar2006-01-071-1/+1
* Set the siginfo si_addr field, and also the mysterious 3rd parametergrehan2006-01-072-2/+8
* Fix FD_ISSET() on LP64 platforms. The FD_ISSET() function/macro ismarcel2006-01-061-1/+1
* - Update copyright years from the Specialix SDK.jhb2006-01-061-2/+2
* Update the firmware image used for the SIJET cards to the latest availablejhb2006-01-061-2267/+2438
* - Fix cards with multiple modules. Prior to this, the ports on the variousjhb2006-01-061-3/+7
* - Make pcib_devclass private to sys/dev/pci/pci_pci.c and change all thejhb2006-01-0611-84/+38
* Trim another pointer from struct lock_object (and thus from struct mtx andjhb2006-01-065-46/+82
* Reduce the scope of one #ifdef to avoid duplicating a SYSCTL_INT() macrojhb2006-01-061-5/+1
* Get rid of the gv_bioq hack in most parts of the I/O path andle2006-01-065-81/+89
* Fix various places that were testing td_critnest to see if interruptsjhb2006-01-063-9/+10
* Return error from fget_write() rather than hardcoding EBADF now thatjhb2006-01-062-3/+3
* Return EBADF rather than EINVAL for FWRITE failure as per POSIX.jhb2006-01-061-3/+2
* Be a little more forgiving of lame BIOS writers. If a link device thatjhb2006-01-061-2/+5
* Fix locking violation, causing frantic diagnostic messages during boot.ariff2006-01-061-6/+9
* Another major fixes and enhancements:ariff2006-01-061-22/+80
* New option: NO_FFS_SNAPSHOT. I did this in p4 about the same timeimp2006-01-062-0/+63
* Remove XXX comments complaining that write(2) on a read-only descriptorjhb2006-01-051-2/+2
* Get rid of the advertising clause in the copyright.sos2006-01-0522-66/+22
* Don't hold a reference to the disk vnode for each inode.dumbbell2006-01-051-9/+0
* Fix a bug in Synaptics Touchapd support where psm(4) will enter an infinitedumbbell2006-01-051-1/+2
* o Typo in the debug message: s/skiped/skipped.maxim2006-01-051-1/+1
* Check for 10BaseT media correctly. Before we were confusingimp2006-01-041-1/+2
* Return the proper rmi field in DVDIOCREADSTRUCTURE.sos2006-01-041-1/+1
* We don't support I386_CPU in 6.0 and later. This file can be cleanednetchild2006-01-041-16/+0
* Convert the PAGE_SIZE check into a CTASSERT.netchild2006-01-041-1/+3
* Prevent divide by zero, use default values in case one of the divisor'snetchild2006-01-041-1/+1
* Minor whitespace cleanup.bz2006-01-041-2/+2
* Fix minor sorting issue.joel2006-01-041-1/+1
* Remove references to snd_vortex1(4).joel2006-01-043-3/+0
* Fix broken capabilities, causing failure during channel reset.ariff2006-01-041-2/+2
* Add a new leaf to the net.link.generic.ifdata.%d sysctl to retrieveharti2006-01-042-1/+19
* - Make sure the cpu_exthigh variable is initialized (page coloring case). [1]netchild2006-01-041-19/+39
* Fix the promise modesetting for old chips.sos2006-01-041-4/+2
* Deorbit ttymalloc() in preference for ttyalloc()phk2006-01-042-17/+2
* Use ttyalloc() instead of ttymalloc()phk2006-01-043-4/+7
* Use ttyalloc() instead of ttymalloc()phk2006-01-041-2/+2
* Use ttyalloc() instead of ttymalloc()phk2006-01-041-1/+1
* Use ttyalloc() instead of ttymalloc()phk2006-01-041-5/+2
* Use MTX_SYSINIT to set up the tty list mutex.phk2006-01-041-6/+1
* Fix promise probe printing.sos2006-01-041-3/+3
* Fix style bug.dds2006-01-042-4/+4
* Replace tv_usec normalization with the return of EINVAL.dds2006-01-042-48/+12
* Shuffle some definitions so that this can be included from userland.scottl2006-01-031-5/+11
* Add some more data structures and definitions for communicating with thescottl2006-01-031-1/+72
* Normalize the tv_usec part of the utimes(2) arguments to ensuredds2006-01-032-6/+48
* Fix a couple of issues with the ibcs2 module event handler. First, returnjhb2006-01-031-1/+4
* Correctly check the filter length. I committed the wrong version.jkim2006-01-031-1/+6
* - Explicitly validate an empty filter to match bpf_filter() comment[1].jkim2006-01-033-1/+9
* Release the pci_link acpi serial lock if a link device has no actual links.jhb2006-01-031-1/+3
OpenPOWER on IntegriCloud