summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-20Don't try to close every single file descriptor up to _SC_OPEN_MAX in csh.anton
2017-06-20Check the validity of the `qtd' pointer after each interrupt caseVisa Hankala
2017-06-20Do not touch file pointers for which FILE_IS_USABLE() is false.Gerhard Roth
2017-06-20Remove the IWM_FLAG_HW_INITED flag from iwm(4). This flag was redundant.Stefan Sperling
2017-06-20Initialize the link state of a wireless interface to DOWN when theStefan Sperling
2017-06-20Fix a couple of comment typos in amd64 and i386 biosvar.hTom Cosgrove
2017-06-20Do not use the interface pointer after if_put(). Rename ipip_input_gif()Alexander Bluhm
2017-06-20Convert sodidle() to timeout_set_proc(9), it needs a process contextMartin Pieuchot
2017-06-20Remove KERNEL_LOCK() asserts.Martin Pieuchot
2017-06-20Better document the :s ex command and its variants.Anthony J. Bentley
2017-06-20syncJonathan Gray
2017-06-20remove some magic numbers in the flush-by-asid code and check if the CPUMike Larkin
2017-06-20SVM: better cleanbits handling. Fixes an issue on Bulldozer CPUs causingMike Larkin
2017-06-20fix some nitsJonathan Matthew
2017-06-20Revert a previous commit that increased the virtio queue size since itMike Larkin
2017-06-19dynamically scale the size of the per cpu cache lists.David Gwynne
2017-06-19s/a active/an active/David Gwynne
2017-06-19s/pool_set_hardlimit/pool_sethardlimit/David Gwynne
2017-06-19s/can be from process context/can be called from process context/David Gwynne
2017-06-19talk about the per cpu caches in pools by documenting pool_cache_init()David Gwynne
2017-06-19As early as possible, create a link /bsd.booted to the /bsd kernel weTheo de Raadt
2017-06-19Import route priority support from ospfd to ospf6d.friehm
2017-06-19Various KNF nits.Kenneth R Westerback
2017-06-19missing letter in previous;Jason McIntyre
2017-06-19Terminate pledge log(9) with newline. This fixes dmesg(8) output.Alexander Bluhm
2017-06-19When dealing with mbuf pointers passed down as function parameters,Alexander Bluhm
2017-06-19delete accidental blank lineTheo de Raadt
2017-06-19The IP multicast forward functions return an errno, call the variableAlexander Bluhm
2017-06-19Fix the timecounter register on CN72xx/CN73xx.Visa Hankala
2017-06-19Use octeon_model_family() for SoC identification as in the restVisa Hankala
2017-06-19Use type register_t instead of __register_t. Drop unneeded __unused.Visa Hankala
2017-06-19There is no RTC on the E1000 board.Visa Hankala
2017-06-19Use a consistent naming for fdt attach arguments.Visa Hankala
2017-06-19syncTheo de Raadt
2017-06-19Fix a regression in the previous revision:Ingo Schwarze
2017-06-19Add a handler for the WSDISPLAYIO_GINFO ioctl in radeondrm, allowingFrederic Cambus
2017-06-19Add a handler for the WSDISPLAYIO_GINFO ioctl in inteldrm, allowingFrederic Cambus
2017-06-19Make rn_match() and rn_lookup() safe to be used in parrallel, whenMartin Pieuchot
2017-06-19Do not call txeof nor rxeof in the watchdog routine.Martin Pieuchot
2017-06-19fix descriptor leak in the smtp congestion mechanismGilles Chehade
2017-06-19g/c ASPICFLAG.Martin Pieuchot
2017-06-19Mark up "am i" as Cm, not Ar.Anthony J. Bentley
2017-06-19No need for a conditional to choose between nroff and troff.Anthony J. Bentley
2017-06-19port the RBT code to userland by making it part of libc.David Gwynne
2017-06-19Erroneous host names in various options should be ignoredKenneth R Westerback
2017-06-18Move the timeout information into struct interface_info withKenneth R Westerback
2017-06-18Don't write input if ICANON is enabled. Also, write one byte at a time.anton
2017-06-18Implement appending to standard man(7) and mdoc(7) macros with .am.Ingo Schwarze
2017-06-18Convert last set_timeout() use to set_timeout_interval() andKenneth R Westerback
2017-06-18Drop (int) casts of (time_t - time_t) calculations thatKenneth R Westerback