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