summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-17remove simplelocks useTheo de Raadt
2014-12-17Add missing flag in the description field.Reyk Floeter
2014-12-17add umcs(4)Jonathan Gray
2014-12-17Remove the "multicast_" prefix from the fields a multicast-only struct.Martin Pieuchot
2014-12-17Use an interface index instead of a pointer for multicast options.Martin Pieuchot
2014-12-17Prefer MADV_* over POSIX_MADV_* in kernel for consistency: the latterPhilip Guenther
2014-12-17delete archaic simplelock use.Theo de Raadt
2014-12-17Do as the datasheet recommends and disable the RX filter before adjustingBrad Smith
2014-12-17increase to 2048 to prevent failure. ok deraadt@Daniel Dickman
2014-12-16install both ld.so with mode 444Theo de Raadt
2014-12-16Ignore mdoc(7) and man(7) macros inside tbl(7) code because theyIngo Schwarze
2014-12-16Temporarily expand the pci memory range to suit Dell 13G servers.Jonathan Matthew
2014-12-16syncTheo de Raadt
2014-12-16don't include lock.h by default. poisons namespace. ok deraadtTed Unangst
2014-12-16syncMiod Vallat
2014-12-16Do not grab the kernel lock for clock interrupts, hardclock() will behaveMiod Vallat
2014-12-16must include lock.h to play with locksTed Unangst
2014-12-16these headers do not need to (and should not) include lock.h poisoningTed Unangst
2014-12-16include atomic.h to get atomic operations (virtio_membar). ok sfTed Unangst
2014-12-16Define and print HV cpuid flag.Stefan Fritsch
2014-12-16Install a copy of ld.so into /sbin. Soon to be used in order to make "static"Pascal Stumpf
2014-12-16typo; ok deraadtStuart Henderson
2014-12-16warn for correct symbolTheo de Raadt
2014-12-16must include lock.h if you want to play with locksTed Unangst
2014-12-16only need lock.h here, not all of uvm_extern.hTed Unangst
2014-12-16correct -Tutf8 and -Thtml rendering of \(~=Ingo Schwarze
2014-12-16Don't pass options after the to address to sendmail. The onlyTodd C. Miller
2014-12-16Add new "expandaddr" flag (disabled by default) to enable recipientTodd C. Miller
2014-12-16Use glob() to expand filenames instead of passing it to the shell'sTodd C. Miller
2014-12-16primary change: move uvm_vnode out of vnode, keeping only a pointer.Ted Unangst
2014-12-16Protect memory allocation and disposal with splvm(); gets rid of splassertMiod Vallat
2014-12-16Explicit block closure macros clobber next-line block head scope,Ingo Schwarze
2014-12-16Now that we have Camellia support in libcrypto, bring in the SHA256 flavour ofMiod Vallat
2014-12-16When a string comparison condition contains no mismatching characterIngo Schwarze
2014-12-16Replace setpgrp(0, getpid()) with setpgid(0, 0). OK deraadt@ tedu@Todd C. Miller
2014-12-16Remove some useless casts and includes. OK deraadt@ tedu@Todd C. Miller
2014-12-16include lock.h, needed for later headers but currently included by magicTed Unangst
2014-12-16Don't display formatted time if localtime() fails.Jonathan Gray
2014-12-16When a numerical condition errors out after consuming at least oneIngo Schwarze
2014-12-16use .In and delete .Tn; from Kaspars at Bankovskis dot netIngo Schwarze
2014-12-15Empty conditions count as false.Ingo Schwarze
2014-12-15merge improvements from NetBSD; ok jmc@ nicm@Ingo Schwarze
2014-12-15don't drop the kernel lock everytime. on a busy system, this results inTed Unangst
2014-12-15.Xr cut which may be what you're really looking for.Ted Unangst
2014-12-15Consistency with the pci_intr_map bits.Brad Smith
2014-12-15correct some character names to match groff;Ingo Schwarze
2014-12-15Let "man n open" do the same as "man -s n open" again, that is,Ingo Schwarze
2014-12-15Merge from bsd.lv: text about HTML written by kristaps@.Ingo Schwarze
2014-12-15Catch localtime() failure for additional safety;Ingo Schwarze
2014-12-15Stop using usb_{alloc,free}mem() for the rings and internal structures.Martin Pieuchot