summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2011-11-27Regen.Mark Kettenis
2011-11-27Fix return value of memcpy.Mark Kettenis
2011-11-27Oops, jsing@ changed spcopy.S without realizing that that file is generatedMark Kettenis
2011-11-27Regen.Mark Kettenis
2011-11-27Replace a few more 32-bit instructions with the proper 64-bit equivalent.Mark Kettenis
2011-11-27This needs sys/kthread.h to buildClaudio Jeker
2011-11-27Kill old comment, we already do 802.1p tagging.Christiano F. Haesbaert
2011-11-26Tie the 802.1p (CoS) value in vlan(4) with the new prio scheme in pf.Christiano F. Haesbaert
2011-11-26Make this compile again by removing a spurious opening brace.Mark Kettenis
2011-11-26add Netgear WNA100MChris Kuethe
2011-11-26regenChris Kuethe
2011-11-26add usb id for Netgear WNA100MChris Kuethe
2011-11-26Apply route-to to deferred packet; without this the first packet of aRyan Thomas McBride
2011-11-25fix compile errors without INET6. no binary change.YASUOKA Masahiko
2011-11-25use time_uptime to set state creation values as time_second can beDavid Gwynne
2011-11-25implement chown(2) in compat_linux which is needed by some antivirus softwareRobert Nagy
2011-11-25Rework assembler constraints to satisfy gcc 4. Unfortunately this could notMiod Vallat
2011-11-25Compile fixes for gcc4 (-Wbounded)Miod Vallat
2011-11-24Fix spelling and remove questionPhilip Guenthe
2011-11-24rdomain support for IPv6sperreault
2011-11-23clamp uvm_page_rle() to 255 pages at a timeTheo de Raadt
2011-11-23properly account for the MP tramp page in the rangesTheo de Raadt
2011-11-23block interrupts while pool_reclaim_all is grubbing around in every poolsDavid Gwynne
2011-11-22Move struct proc's sigaltstack struct from the zeroed area into theJoshua Elsasser
2011-11-22sigstack() is long dead, and the compat sigaltstack syscall is gone too.Philip Guenthe
2011-11-22Ensure we are unpacking the right source address after skipping a range ofMike Larkin
2011-11-21only pull reg.h in when __BSD_VISIBLE || __XPG_VISIBLE >= 420, asTheo de Raadt
2011-11-21this should have gone away because it is now in files.pciTheo de Raadt
2011-11-21fix small (one stack word) kmem->user leak - the syscall code doesDamien Miller
2011-11-19Make sure %cr17 points to a valid cpu_info struct before attempting to do theMiod Vallat
2011-11-19Remove unused function forgotten during the switch to the interactiveMartin Pieuchot
2011-11-19Rewrite the parsing of arguments given to the ofwboot and restore theMartin Pieuchot
2011-11-19Select a routing table according to the rdomain. Allows oneMike Belopuhov
2011-11-19Add ZTE MF190; ok jsgMike Belopuhov
2011-11-19Add a comment explaining the weired nature of the mlphy.Claudio Jeker
2011-11-19regenMike Belopuhov
2011-11-19Add ZTE MF190 installer IDMike Belopuhov
2011-11-18Don't bother keeping a local copy of boot_dev in parse_prom_bootdev().Miod Vallat
2011-11-18no need to zero all the free pages since we will be skipping them withMike Larkin
2011-11-18- fix a few trailing whitespaces and a spelloJasper Lievisse Adriaanse
2011-11-18fix a corner case in rle processing where the rle byte was the last byteMike Larkin
2011-11-17physmem run length encoding (rle) for hibernate - don't compress or writeMike Larkin
2011-11-17support Huawei EM770WJonathan Gray
2011-11-17regenJonathan Gray
2011-11-17Huawei EM770WJonathan Gray
2011-11-16Reduce use of globals in hibernate code.Mike Larkin
2011-11-16oops, need a prototype for ast()Theo de Raadt
2011-11-16Make userret() MI. On architectures which jammed stuff into it in theTheo de Raadt
2011-11-16Better clock rate .7% error is much better than 7% error.Dale Rahn
2011-11-16Improve flag setting ioctl so that bulk updates are requestedMike Belopuhov