index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-07-31
The handling of 'add' used by bridge and switch in ifconfig does not
Jonathan Gray
2017-07-31
Style fix and unused var/label cleanup. From Matthew Martin.
mortimer
2017-07-30
clang (and newer gcc at high -O) are unaware that objects placed in strange
Theo de Raadt
2017-07-30
Remove outdated count of the number of available assignment operators.
anton
2017-07-30
disable post fork checks for now, too much turbulence in the air
Ted Unangst
2017-07-30
mark __inline functions which are not neccessarily used, with __unused.
Theo de Raadt
2017-07-30
Use memcpy instead of casts to copy 8 bytes of data to avoid unaligned
Mark Kettenis
2017-07-30
Enable mpath support in the Allotment Routing Table (ART) on the ramdisk.
Florian Obser
2017-07-30
Switch installer to Allotment Routing Table (ART).
Florian Obser
2017-07-30
Add shebang
Jeremie Courreges-Anglas
2017-07-30
Bump VM_PHYSSEG_MAX.
Visa Hankala
2017-07-30
Bump MAXCPUS on octeon.
Visa Hankala
2017-07-30
Define MAXCPUS per mips64 port.
Visa Hankala
2017-07-30
Use effective_proposal data to build resolv.conf contents.
Kenneth R Westerback
2017-07-30
Use effective_proposal data to set mtu and address.
Kenneth R Westerback
2017-07-30
sync
Visa Hankala
2017-07-30
man octcit(4)
Visa Hankala
2017-07-30
Add a driver for CIU3. Not quite finished yet, but good enough for now.
Visa Hankala
2017-07-30
Fix a double free of the TLS config in the error path.
Alexander Bluhm
2017-07-30
If syspatch is updating itself, exit after installing the new syspatch to
Antoine Jacoutot
2017-07-30
`-R' requires root privileges.
Antoine Jacoutot
2017-07-30
leftovers from newd
Florian Obser
2017-07-29
sync
Theo de Raadt
2017-07-29
Remove erroneous h length modifier, the argument has type 'int'.
Frederic Cambus
2017-07-29
Document that builtins for certain malloc(3)-like and free(3)-like
Mark Kettenis
2017-07-29
Document that -Waddress-of-packed-member is disabled by default.
Mark Kettenis
2017-07-29
Disable -Waddress-of-packed-member by default.
Mark Kettenis
2017-07-29
Fix off-by-one in return value of efi_device_path_depth().
Mark Kettenis
2017-07-29
Fix off-by-one in return value of efi_device_path_depth().
Mark Kettenis
2017-07-29
Remove useless conditional before free().
ians
2017-07-29
Remove unused function and variable to shut up warning. Put back
Alexander Bluhm
2017-07-29
Add a bcmaux(4) driver that handles clocks and interrupts for the
Mark Kettenis
2017-07-29
Device trees for the Rasperry Pi are still in flux. Catch up with the
Mark Kettenis
2017-07-29
repair regress for more aggressive post fork checking in library.
Ted Unangst
2017-07-29
not all the world is an i386. Back out breakage.
Theo de Raadt
2017-07-29
Fix clang warnings in rdsetroot
mortimer
2017-07-29
Fix trapsleds on i386
mortimer
2017-07-29
return -1 in error path of non-void function, pointed out by clang
Florian Obser
2017-07-29
Default routes supplied via DHO_CLASSLESS[_MS]_STATIC_ROUTES
Kenneth R Westerback
2017-07-29
Use linker flags that build and run the test with gcc and clang.
Alexander Bluhm
2017-07-29
sync
Vadim Zhukov
2017-07-29
Goodbye, sys/dkbad.h, you lost your last friend when sparc was removed.
Vadim Zhukov
2017-07-29
Use memory barriers to prevent pointer use before initialization.
Paul Irofti
2017-07-29
change if ((a == b)) to if (a == b); silences noisy on-by-default
Florian Obser
2017-07-29
There is no RTC on the E300 boards.
Visa Hankala
2017-07-29
Replace a complex `if' condition with a list.
Visa Hankala
2017-07-28
plog format string should be literal.
Frederic Cambus
2017-07-28
Add some sanity length checks in VFS directory scan. This protects
Alexander Bluhm
2017-07-28
DEFAULTSETS, SANESETS and THESETS are set in the install.md scripts
Robert Peichaer
2017-07-28
Fix some warnings: p1() and p2() are only declared without arguments so
Nicholas Marriott
[next]