summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2012-07-10Make sure that we don't schedule processes on CPUs that we havetaken out ofMark Kettenis
2012-07-10With address family translation, the ip length of the quoted ipAlexander Bluhm
2012-07-10Don't release a FILE that wan't allocated. Found by benno@Philip Guenthe
2012-07-10We should only call need_resched() if the priority is lower than theChristiano F. Haesbaert
2012-07-10Ooops. A debug printf sneaked in. Sorry about that.Paul Irofti
2012-07-10Place declarations for internal radix functions inside radix.c, stopBret Lambert
2012-07-10More wraping and style.Paul Irofti
2012-07-10WrapPaul Irofti
2012-07-10Instead of <arpa/inet.h> pulling in <netinet/in.h>, just copy in thePhilip Guenthe
2012-07-10For setsockopt(SO_{SND,RCV}TIMEO), convert the timeval to ticks usingPhilip Guenthe
2012-07-10Try to cleanup the macro magic because of socket spliceing. Since structClaudio Jeker
2012-07-10define a PFSTATE_SCRUBMASK. relying on numeric order of flags is stupidHenning Brauer
2012-07-10in_scrubprefix needs the same netmask checking as in_addprefix (which wasClaudio Jeker
2012-07-09The linux emulation exit hook needs to be able to sleep, so call itPhilip Guenthe
2012-07-09Print the fd_set used by select in kdump.Claudio Jeker
2012-07-09Tedu old comment concerning cpu affinity which does not apply anymore.Christiano F. Haesbaert
2012-07-09Remove apic_intrcount counting in the interrupt handlers. Not that usefulTheo de Raadt
2012-07-09Remove a useless macroTheo de Raadt
2012-07-09In reboot, no need to sched_peg_curproc() to the primary, becauseTheo de Raadt
2012-07-09tiny little oops in untested hibernate blockTheo de Raadt
2012-07-09After a resume, re-initialize the MTRR registers on the AP processorsTheo de Raadt
2012-07-09Enable support for the 'weight' keyword in the 'least-states'Joerg Zinke
2012-07-09clean up ioctl() case statementsTheo de Raadt
2012-07-09acpi_disable_onegpe() is not used; ok piroftiTheo de Raadt
2012-07-09Revert previous.Kenneth R Westerback
2012-07-09Compare the size of the static fd_mask against the number of bytes neededClaudio Jeker
2012-07-09DVACT_SUSPEND must be done at cold with interrupts disabled. FailureTheo de Raadt
2012-07-09Do not re-initialize ci_randseed on the primary cpuTheo de Raadt
2012-07-09unify com at cardbus attachmentsTheo de Raadt
2012-07-08The comment above amd64_mrinit_cpu() was way too specific and wrong.Theo de Raadt
2012-07-08Quiesce and suspend devices in the resuming kernel for hibernate.Mike Larkin
2012-07-08Move the hibernate utility pages up to account for the MP tramp page.Mike Larkin
2012-07-08apm_kqfilter() is gonePhilip Guenthe
2012-07-08Instead of casting interface address pointers, use the macroAlexander Bluhm
2012-07-08kevent(EV_DELETE) shouldn't be calling closef(), as that releases POSIXPhilip Guenthe
2012-07-08Use IO_NOLIMIT instead of munging the process's limitsPhilip Guenthe
2012-07-08Instead of casting interface address pointers, use the macros NULLAlexander Bluhm
2012-07-08Don't need to worry about the ATI driver here anymore.Mark Kettenis
2012-07-08Return EROFS when a read-write mount of a read-only sd(4) deviceKenneth R Westerback
2012-07-08Make hibernate_free() safe to be called even if hibernate areasTheo de Raadt
2012-07-08Reorganize some hibernate functions for easier readability.Mike Larkin
2012-07-08Don't hold the fd-table lock across vn_open(), as opening a FIFO may block.Philip Guenthe
2012-07-08Add support for advertising dns servers and search paths in routerPeter Hessler
2012-07-08regenStefan Sperling
2012-07-08add another BCM43224 ID; ok and tweak mpi@Stefan Sperling
2012-07-08there was a limit on the number of pflog interfaces - 16. remove that.Henning Brauer
2012-07-07syncTheo de Raadt
2012-07-07another netmos cardbus serial; espie owns itTheo de Raadt
2012-07-07Fix two races in socket splicing. When somove() gets called fromAlexander Bluhm
2012-07-07regenJasper Lievisse Adriaanse