summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Mention the size of the additional headerpav2006-01-071-1/+1
* Revert an untested local change that crept in with the lo_class changesjhb2006-01-071-4/+0
* Remove functions i386_get_gsbase and i386_set_gsbase, they were alreadydavidxu2006-01-071-14/+0
* Add codec id support for Analog Device AD1986 AC'97 codec.ariff2006-01-071-0/+1
* Add a new feature to thr_kill, if thread ID argument is -1, senddavidxu2006-01-071-12/+27
* 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
* the geom_fox MLINK should not have been there.wilko2006-01-061-1/+0
* Make "portsnap extract" automatically create ${PORTSDIR} if necessarycperciva2006-01-061-2/+6
* - Update copyright years from the Specialix SDK.jhb2006-01-061-2/+2
* hookup geom_fox(4)wilko2006-01-061-0/+2
* Add manual page for the geom_fox multipath driver.wilko2006-01-061-0/+201
* 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
* o Document the possibility of putting 'b' in the flag field.ceri2006-01-061-5/+11
* - Make pcib_devclass private to sys/dev/pci/pci_pci.c and change all thejhb2006-01-0611-84/+38
* Note shrinkage of lock_object and the subsequent widespread kernel ABIjhb2006-01-061-0/+6
* 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
* Add missing ' and 'phk2006-01-061-2/+2
* Make this more readable and add more devices.phk2006-01-061-20/+50
* 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
* Refine thread suspension code, now thread suspension is a blockabledavidxu2006-01-057-68/+177
* o Typo in the debug message: s/skiped/skipped.maxim2006-01-051-1/+1
* o Typo in the error message: s/invald/invalid.maxim2006-01-051-1/+1
* Document the TMPDIR environment variable.dds2006-01-051-1/+3
* Oops, on amd64 (and probably on all non-i386 systems), the previousbde2006-01-051-6/+11
* Document the recently-added EINVAL behavior.dds2006-01-051-1/+7
* Use double precision internally to optimize cbrtf(), and change thebde2006-01-051-28/+13
* Enable truss for powerpcgrehan2006-01-051-2/+1
* Add powerpc support for truss.grehan2006-01-053-0/+358
* Add -w parameter which tells kgdb to open kmem-based targets in read-writekan2006-01-041-3/+8
* 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
* This commit was generated by cvs2svn to compensate for changes in r154032,dougb2006-01-041-3/+3
|\
| * After some discussion with the folks at ISC, it turns out that the _ai_paddougb2006-01-041-3/+3
OpenPOWER on IntegriCloud