summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-07-21Accessing a mmap(2)ed file behind its end should result in a SIGBUSMark Kettenis
2017-07-21Check the hibernation signature for softraid disks and select valid bsdYASUOKA Masahiko
2017-07-21Drop Rx'd frames larger than MCLBYTES.Kevin Lo
2017-07-20Make otus(4) drop frames larger than MCLBYTES.Stefan Sperling
2017-07-20Bring SIBUS/SIGSEGV reporting in line with amd64 and i386.Mark Kettenis
2017-07-20When receiving a struct sockaddr from userland, enforce that memoryAlexander Bluhm
2017-07-20Start a list of isa(4) device names such that we can avoid printing themMark Kettenis
2017-07-20Accessing a mmap(2)ed file behind its end should result in a SIGBUSAlexander Bluhm
2017-07-20Remove SIGIO support. Base tools do not implement it and ports relyingMartin Pieuchot
2017-07-20Initialize a local variable to not leak kernel stack info to userlandMartin Pieuchot
2017-07-20Kernel relinking for luna88k, first step.Kenji Aoyama
2017-07-20If pool_get() sleeps while allocating additional memory for socketAlexander Bluhm
2017-07-20Enable RX aggregation, fix configuring custom MAC address and removeMartin Pieuchot
2017-07-20Extend the scope of the socket lock in soo_stat() to protect `so_state'Martin Pieuchot
2017-07-20Prepare filt_soread() to be locked. No functionnal change.Martin Pieuchot
2017-07-19Remove SIGIO support. The audio(4) driver doesn't implement it either andMark Kettenis
2017-07-19Implement drm_pci_alloc() and drm_pci_free() and use them to reduce theMark Kettenis
2017-07-19Plug an information leak in ieee80211_node2req().Stefan Sperling
2017-07-19Implement the enter_ddb() "accessop" here as well.Mark Kettenis
2017-07-19Fix previous commit; check the enter_ddb function pointer instead of theMark Kettenis
2017-07-19Improve the heuristic which selects 5GHz APs over 2GHz APs.Stefan Sperling
2017-07-19Turn this into a panic since there's no way to recover from itMike Belopuhov
2017-07-19Add a handler for RNDIS status messagesMike Belopuhov
2017-07-19Avoid additional div0 in case both ntracks & nsectors passed inTheo de Raadt
2017-07-19Add a enter_ddb() "accessop" to wsdisplay(4) to allow KMS drivers to bypassMark Kettenis
2017-07-19Uninitialized variable can leak kernel memory.Theo de Raadt
2017-07-19Fix the test condition weakened a recent changeMike Belopuhov
2017-07-19Avoid division by zero of vnd_secsizeTheo de Raadt
2017-07-19Factor out internal FIFO queue managerMike Belopuhov
2017-07-19Rework HFSC vs FQ-CoDel checksMike Belopuhov
2017-07-19more depends gc / yacc rules overhaulMarc Espie
2017-07-19If second xdr_string_encode() fails in bp_getfile() m_freem() m sinceClaudio Jeker
2017-07-19The proper way to check for successful allocation of an mbuf cluster isClaudio Jeker
2017-07-19Check if mbuf cluster allocation succeeded and on failure free mbuf andClaudio Jeker
2017-07-19Fix memory leak in iec_get(). If MCLGET fails free the mbuf as well.Claudio Jeker
2017-07-19Fix possible double free in the TX dma ring handling. If the allocation ofClaudio Jeker
2017-07-19Fix double free in pppoe_dispatch_disc_pkt(). If m_pulldown() fails m isClaudio Jeker
2017-07-19Move KTRPOINT call up. The lenght variable i is getting aligned and soClaudio Jeker
2017-07-18Both syslog(3) and syslogd(8) truncate the message at 8192 bytes.Alexander Bluhm
2017-07-18Prevent integer overflow in WSDISPLAYIO_LDFONT ioctl.Mark Kettenis
2017-07-18Remove stray whitespace.Mark Kettenis
2017-07-18Re-order members of struct selinfoStefan Fritsch
2017-07-18Add sdmmc support for the i.MX6UL variant of the i.MX6 series. ThisPatrick Wildt
2017-07-18Stop automatically regenerating gap.o (and hence linking a new kernel)Theo Buehler
2017-07-18Add clock support for the i.MX6UL variant of the i.MX6 series. ThePatrick Wildt
2017-07-18Fixup the printf string, spacingMike Belopuhov
2017-07-18soreserve() modifies `so_snd' and `so_rcv' so asserts that it is calledMartin Pieuchot
2017-07-18fix previous to make sxiccmu compile againJonathan Gray
2017-07-17The Linux kernel device trees use "allwinner,sun50i-h5-ccu" as the compatibleMark Kettenis
2017-07-17Implement a proper hash table instead of lumping evrything into a singleMark Kettenis