aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* MFp4:Alexander Motin2009-09-061-1/+2
* Avoid extra swi_sched() call, if this SIM is already queued.Alexander Motin2009-09-061-12/+16
* Initialize state_valid and arraysize variable so gcc won't complain.Pawel Jakub Dawidek2009-09-061-1/+3
* Remove constraint, requiring request data to fulfill controller's alignmentAlexander Motin2009-09-061-3/+3
* Change w_notrunning and w_stillcold from pointer to array so that sizeofAntoine Brodin2009-09-061-2/+2
* Change 'dev.cpu.N.temperature', sysctl I (degC) to IK (Kelvin).Norikatsu Shigemura2009-09-061-3/+5
* The clear_remove() and clear_inodedeps() call vn_start_write(NULL, &mp,Konstantin Belousov2009-09-061-5/+21
* In fhopen, vfs_ref() the mount point while vnode is unlocked, to preventKonstantin Belousov2009-09-061-1/+3
* Move ptmx into pty(4).Ed Schouten2009-09-063-20/+24
* Remove unneeded minor numbers from /dev/null and /dev/zero.Ed Schouten2009-09-061-7/+4
* Perform cleanups to the TTY headers:Ed Schouten2009-09-062-23/+22
* Improve code a bit by eliminating goto and having one unlock per lock.Pawel Jakub Dawidek2009-09-061-4/+3
* Correct typo in comment.Pawel Jakub Dawidek2009-09-061-1/+1
* Correct comment.Pawel Jakub Dawidek2009-09-061-2/+2
* Add support for changing providers priority.Pawel Jakub Dawidek2009-09-061-9/+62
* The addresses that are assigned to the loopback interfaceQing Li2009-09-052-13/+7
* This patch fixes an address scope violation. Considering theQing Li2009-09-051-0/+4
* This patch fixes the following issues:Qing Li2009-09-054-21/+44
* Improve wording.Edward Tomasz Napierala2009-09-051-4/+8
* These checks against BUSY aren't needed: the newbus layer does thisWarner Losh2009-09-051-8/+0
* If an interface is brought up with no cable it will experienceJack F Vogel2009-09-041-1/+2
* must also plumb static wep keys to the local sta db in sta mode; notSam Leffler2009-09-041-0/+4
* Fill the reverse RSS map with 0xff's so that the subsequent loop toJohn Baldwin2009-09-041-0/+3
* Remove artificial MAX_IO_SIZE constant, equal to DFLTPHYS * 2. Use MAXPHYSAlexander Motin2009-09-041-7/+6
* Allow a jail's name to be the same as its jid (which is the default if noJamie Gritton2009-09-041-9/+20
* Add missing ';'.Konstantin Belousov2009-09-041-1/+1
* Make umass(4) pass device USB serial number to CAM, making it possibleEdward Tomasz Napierala2009-09-041-0/+46
* If crypto operation is finished with EAGAIN, don't repeat operation fromPawel Jakub Dawidek2009-09-041-8/+9
* Make serial numbers of daX disks visible by GEOM.Pawel Jakub Dawidek2009-09-041-0/+2
* Simplify g_disk_ident_adjust() function and allow any printable characterPawel Jakub Dawidek2009-09-041-28/+15
* Remove 'ad:' prefix from disk serial number. We don't want serial numberPawel Jakub Dawidek2009-09-041-2/+2
* whitespace commitJulian Elischer2009-09-041-2/+2
* Bring i386 up to date with amd64 and others.Julian Elischer2009-09-041-5/+5
* fix a TX issue on big endian machines like powerpc or sparc64. NowWeongyo Jeong2009-09-041-1/+1
* Stupid cut and paste error on a stats struct member, thanksJack F Vogel2009-09-031-1/+1
* Add ARP statistics to the kernel and netstat.George V. Neville-Neil2009-09-032-7/+51
* Round maxio for ATI SB600 to 64K.Alexander Motin2009-09-031-1/+1
* Expose the TF_REVERSE flag to the console driver.Ed Schouten2009-09-034-24/+14
* correct timeout for doing NOL processing; need a ticks-relative valueSam Leffler2009-09-031-1/+1
* on transition to SLEEP state mark the station in power save, not awakeSam Leffler2009-09-031-1/+1
* Add intermediate states for attaching and detaching that will beAttilio Rao2009-09-032-3/+22
* ATI SB600 can't handle 256 sectors transfers with FPDMA (NCQ).Alexander Motin2009-09-031-0/+3
* Move libteken out of the syscons directory.Ed Schouten2009-09-0318-8/+4
* Fix some bugs related to adaptive spinning:Attilio Rao2009-09-022-3/+12
* Fix confusing comments about default PAT entries.Jung-uk Kim2009-09-022-4/+4
* - Work around ACPI mode transition problem for recent NVIDIA 9400M chipsetJung-uk Kim2009-09-022-45/+133
* Improve HDA controller capabilities logging.Alexander Motin2009-09-023-6/+10
* Don't attempt to bind the current thread to the CPU an IRQ is bound toJohn Baldwin2009-09-022-18/+24
* Add counters for the i7 architecture which were accidentally leftGeorge V. Neville-Neil2009-09-012-3/+82
* In case an upper layer protocol tries to send a packet but theBjoern A. Zeeb2009-09-011-12/+10