aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* The Sun hme hardware supposedly supports Tx frames up to 65535 octets,Joerg Wunsch2004-05-061-3/+13
* fix SONY_CLIE_41 (as PEG-SJ33/U)MIHIRA Sanpei Yoshiro2004-05-061-1/+1
* Use a proper protoype to declare interp() and move it to tip.h. Fix anStefan Farfeleder2004-05-062-2/+2
* Link state change notification of ethernet media to the routing socket.Andre Oppermann2004-05-061-0/+5
* Mereged from sys/dev/sio/sio.c revision 1.429.Yoshihiro Takahashi2004-05-062-152/+98
* The prototypes for cabs() and cabsf() are in <complex.h>. Fix their arguments'Stefan Farfeleder2004-05-061-8/+11
* When a denormal underflows to zero, raise an underflow exception.David Schultz2004-05-061-0/+3
* Don't clear the exception flags after we finish emulating aDavid Schultz2004-05-062-1/+3
* Remove "Scheduling overrun" interrupts from the set of normal interruptsMike Silbersack2004-05-061-1/+1
* Select the highest valid (i.e., S3) sleep state for the default for theNate Lawson2004-05-062-11/+16
* Make vm_page's PG_ZERO flag immutable between the time of the page'sAlan Cox2004-05-069-31/+1
* Add back sys/reboot.h which is needed.Nate Lawson2004-05-061-0/+1
* Make unnecessary globals static and remove unused includes.Nate Lawson2004-05-069-15/+4
* Fix setting debug strings via sysctl. Also, clean up the way we printNate Lawson2004-05-061-14/+20
* Name the pri argument to cv_broadcastpri() to match the existing style ofJohn Baldwin2004-05-051-1/+1
* Add --unlink and --unlink-first synonyms for -UTim Kientzle2004-05-051-30/+32
* Remove extra parentheses.Nate Lawson2004-05-051-2/+2
* Add an MI implementation of the ACPI global lock routines and retire theNate Lawson2004-05-054-113/+63
* Add sys/types.h for both kernel and user compiles.Nate Lawson2004-05-051-1/+1
* Style cleanups, u_intXX -> uintXX.Nate Lawson2004-05-052-45/+28
* RegenJosef Karthauser2004-05-052-2/+9
* Add support for the new Zire 31 device.Josef Karthauser2004-05-052-0/+2
* MFi386: Add elcr.c.John Baldwin2004-05-051-0/+1
* Add support for Cronyx Tau-PCI adapters.Roman Kurakin2004-05-051-0/+39
* Add support for Cronyx Tau-PCI adapters.Roman Kurakin2004-05-054-0/+9000
* Link state change notification of ethernet media to the routing socket.Andre Oppermann2004-05-051-1/+10
* Fixed some style bugs (unsorting of prototypes in previous commit, andBruce Evans2004-05-051-8/+8
* Update the version history in the driver to note everything that has happenedScott Long2004-05-051-5/+10
* Add my birthday.Stefan Farfeleder2004-05-051-0/+1
* 1. Spell Cronyx Sigma-ISA and Cronyx Tau-ISA correctly.Roman Kurakin2004-05-051-2/+2
* Add URLS_ABSOLUTE=YES into the doc.1 target.Hiroki Sato2004-05-051-1/+2
* Unbreak kernel build in the !apic case. We moved to using enums forMaxime Henrion2004-05-051-4/+4
* Close some small wakeup<->msleep races.Pawel Jakub Dawidek2004-05-051-2/+4
* Cronyx Tau-PCI's driver name is "cp".Roman Kurakin2004-05-051-1/+1
* Fixed some insertion sort errors.Bruce Evans2004-05-051-9/+9
* Correct misinformation, vm_map_remove(9) is the `exported' version ofHiten Pandya2004-05-051-1/+1
* MFi386 (rev.1.488: demangle svr4 entries).Bruce Evans2004-05-051-18/+18
* Fixed unformatting of svr4 entries in rev.1.326 and consistent misformattingBruce Evans2004-05-051-18/+18
* mdoc(7) police:Hiten Pandya2004-05-056-25/+48
* Make the manual page consistent and add a cross-reference to wakeup(9).Hiten Pandya2004-05-051-4/+6
* Support for dynamic adjustment of FPU precision is only available onDavid Schultz2004-05-051-0/+7
* Enable the build of the vinum KLD on sparc64. It is known to work soJoerg Wunsch2004-05-051-0/+1
* A minor refactoring to simplify portability: assign the filenameTim Kientzle2004-05-052-10/+14
* Roto-till the ioctl code. Remove all the groping around in the x86 BIOSScott Long2004-05-051-109/+10
* Convert the asr driver to use the bus_space API. This does not representScott Long2004-05-051-89/+151
* Remove redundant call to soisdisconnected() from ddp_abort(), as itRobert Watson2004-05-051-1/+0
* Fix typo (in comment): s/IA-46/IA-64/Marcel Moolenaar2004-05-051-1/+1
* Define MID_ARM6.Olivier Houchard2004-05-041-0/+1
* Don't declare osigset_t, as it is done in sys/_sigset.h.Olivier Houchard2004-05-041-1/+0
* Fix bug introduced in revision 1.9; in nexus_probe_nomatch() get device nameMarius Strobl2004-05-041-3/+2