#
cfd60b50 |
| 14-Dec-2017 |
guenther <guenther@openbsd.org> |
Add Symbols.map to explicitly define the ABIs, hiding linker defined symbols. Use hidden aliases for internal invocations of exported symbols to avoid PLT.
ok deraadt@ kettenis@ jca@
|
#
faa33665 |
| 30-Mar-2016 |
jmc <jmc@openbsd.org> |
for some time now mandoc has not required MLINKS to function correctly - logically complete that now by removing MLINKS from base;
authors need only to ensure there is an entry in NAME for any funct
for some time now mandoc has not required MLINKS to function correctly - logically complete that now by removing MLINKS from base;
authors need only to ensure there is an entry in NAME for any function/ util being added. MLINKS will still work, and remain for perl to ease upgrades;
ok nicm (curses) bcook (ssl) ok schwarze, who provided a lot of feedback and assistance ok tb natano jung
show more ...
|
#
cef0bbe1 |
| 22-Oct-2013 |
guenther <guenther@openbsd.org> |
- add UNIX-domain socket info to struct kinfo_file2 - convert netstat from kvm_getfiles() to kvm_getfile2() using that - delete kvm_getfiles() and KERN_FILE as no longer used (bump libkvm's major) -
- add UNIX-domain socket info to struct kinfo_file2 - convert netstat from kvm_getfiles() to kvm_getfile2() using that - delete kvm_getfiles() and KERN_FILE as no longer used (bump libkvm's major) - rename kvm_getfile2() to kvm_getfiles(), kinfo_file2 to kinfo_file and KERN_FILE2 to KERN_FILE.
ok deraadt@, millert@ ports scan sthen@
show more ...
|
#
7cd9afdf |
| 02-Aug-2012 |
okan <okan@openbsd.org> |
remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.
ok guenther@
|
#
a60854cd |
| 07-Jan-2012 |
guenther <guenther@openbsd.org> |
Add rtable id and thread id to struct kinfo_proc (and fix process id) and add an 'rtableid' keyword to ps.
Add rtable id, thread id, and socket splice info to struct kinfo_file2 and make fstat displ
Add rtable id and thread id to struct kinfo_proc (and fix process id) and add an 'rtableid' keyword to ps.
Add rtable id, thread id, and socket splice info to struct kinfo_file2 and make fstat display socket splice information.
Remove old KVM_PROC2 and kinfo_proc2 interfaces; bump libkvm major
Socket splice info and corrections from bluhm@ "Lovely" deraadt@
show more ...
|
#
b3ed33d2 |
| 03-Feb-2010 |
miod <miod@openbsd.org> |
Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent files or directories when applicable. The inspiration and name of MACHINE_CPU come from NetBSD, although the way to provi
Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent files or directories when applicable. The inspiration and name of MACHINE_CPU come from NetBSD, although the way to provide it to Makefiles is completely different. ok kettenis@
show more ...
|
#
72596c46 |
| 10-Jan-2010 |
guenther <guenther@openbsd.org> |
Reimplement kvm_getproc2()'s support for reading crash dumps and /dev/mem to be direct instead of going through kvm_getprocs(), as that function is going to get more an more broken as we move stuff f
Reimplement kvm_getproc2()'s support for reading crash dumps and /dev/mem to be direct instead of going through kvm_getprocs(), as that function is going to get more an more broken as we move stuff from struct proc to struct process for rthreads. To minimize the code copying, put the common logic of filling in a kinfo_proc2 structure into a macro FILL_KPROC2() in <sys/sysctl.h> for use from both the kernel and user-space. This also hides the KERN_PROC #define behind "#if defined(_KERNEL)||defined(_LIBKVM)", as it's deprecated.
Positive feedback from millert and blambert; so committing to unblock further rthreads work.
show more ...
|
#
30888e9a |
| 28-Oct-2009 |
deraadt <deraadt@openbsd.org> |
Do not need -DLIBC_SCCS anymore
|
#
9938c243 |
| 24-Jun-2009 |
millert <millert@openbsd.org> |
Install ntfs includes and add libkvm (fstat) support. ntfs bits adapted from NetBSD fstat. OK deraadt@
|
#
de71b0ce |
| 20-Jun-2009 |
millert <millert@openbsd.org> |
Split out cd9660 bits into their own .c file to avoid #define collisions with ufs and add also udf support. OK miod@
|
#
9dc8fca8 |
| 07-Jun-2009 |
millert <millert@openbsd.org> |
Add kvm_getfile2 which uses KERN_FILE2 when possible, falling back on kmem grovelling for non-live kernels. OK deraadt@
|
#
e5a6e266 |
| 24-Nov-2005 |
deraadt <deraadt@openbsd.org> |
use WANTLINT= (on all architectures)
|
#
2aea3923 |
| 08-Jan-2004 |
millert <millert@openbsd.org> |
Add MLINKs for kvm_getproc2() and friends.
|
#
f7b71a65 |
| 27-Jun-2001 |
art <art@openbsd.org> |
UVM is no longer an option
|
#
ff60459d |
| 03-Sep-2000 |
espie <espie@openbsd.org> |
Boring... Add :L modifier to all tweakable variables tests.
Closes PR 1246
|
#
8d7da0ee |
| 22-Jun-1999 |
art <art@openbsd.org> |
do it right this time
|
#
3c8d4125 |
| 22-Jun-1999 |
art <art@openbsd.org> |
UVM support + some cleanup
|
#
15f0ebb0 |
| 05-May-1996 |
deraadt <deraadt@openbsd.org> |
sync with 0430
|
#
df930be7 |
| 18-Oct-1995 |
deraadt <deraadt@openbsd.org> |
initial import of NetBSD tree
|