index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
csu
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Define both _start and __start in crt0, all of the other architectures do.
drahn
2003-08-25
2
-3
/
+9
*
ansi
deraadt
2003-06-27
1
-9
/
+5
*
boring protos
deraadt
2003-06-26
2
-10
/
+10
*
more 3/4 cleanups for lazy developers
deraadt
2003-06-04
1
-7
/
+2
*
i sent you the damn working diff, didn't i?
mickey
2003-05-30
1
-5
/
+7
*
Fix dependancy building for ELF startup code. Changed Makefiles
drahn
2003-05-30
6
-96
/
+157
*
i386 startup code for ELF. based on newer version of NetBSD code.
drahn
2003-04-17
2
-84
/
+98
*
add a newline at end of file. gcc3 rightfully complains if the file
rohee
2003-03-31
2
-4
/
+4
*
duplicate words and spelling fixes in comments
david
2003-03-10
1
-3
/
+3
*
copy basename of argv[0] to bss for __progname, so that large stack smash
deraadt
2003-02-28
10
-20
/
+80
*
Switch to a C version of powerpc crt0 file. easier to read. moves
drahn
2003-02-26
3
-90
/
+103
*
extern the eprol and etext; better eprol definition
mickey
2003-01-16
1
-3
/
+4
*
build crtbegin/crtend as it is ment for elf
mickey
2002-11-10
2
-22
/
+59
*
uncommit, since it breaks macppc libc. millert and miod have now said they
deraadt
2002-09-17
4
-19
/
+19
*
use a different name for __syscall(); millert@ miod@ niklas@ ok
mickey
2002-09-17
4
-19
/
+19
*
Adapt sparc crt* to how things are done on our other ELF architectures.
art
2002-08-11
2
-145
/
+105
*
Remove some dead ifdefs to make the code more readable.
art
2002-07-22
3
-79
/
+4
*
Fix an oversight in revision 1.9. ld_entry was set in one more spot.
art
2002-07-14
1
-2
/
+2
*
We need to map the data segment of ld.so with PROT_EXEC for the GOT.
art
2002-07-11
1
-3
/
+7
*
one more level of indirection for dlopen structure.
espie
2002-06-05
1
-14
/
+14
*
Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)
millert
2002-02-17
1
-2
/
+2
*
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
millert
2002-02-16
18
-86
/
+86
*
fix some protos
mickey
2002-02-02
1
-3
/
+5
*
add sparc64; op2@squish.org
jason
2001-09-11
1
-2
/
+2
*
I don't even want to know how I could screw this up so bad and noone noticed.
art
2001-09-02
1
-2
/
+2
*
build crt0, crtbegin and friends.
art
2001-08-29
1
-0
/
+51
*
crt0. Almost like on alpha, except that sparc64 needs an assembler stub
art
2001-08-29
1
-0
/
+111
*
remove unused bits and pieces.
brad
2001-08-19
3
-162
/
+2
*
make obj in hppa always
mickey
2001-08-19
1
-2
/
+2
*
either way this is what i'm using now
mickey
2001-08-19
2
-0
/
+130
*
#(endif|else) foo is incorrect, make it #endif /* foo */
heko
2001-08-12
4
-12
/
+12
*
Wall
deraadt
2001-07-18
1
-3
/
+4
*
remove mips leftovers; ok brad
pvalchev
2001-07-11
5
-259
/
+2
*
Put m88k-related files in the correctly named directory.
miod
2001-06-26
3
-5
/
+5
*
proto for dlerror() changed
deraadt
2001-06-01
1
-2
/
+2
*
fix the alpha after that last diff which was obviously not tested
deraadt
2001-05-29
1
-3
/
+3
*
Commonize csu code for elf systems, powerpc now no longer has it's own
drahn
2001-05-28
5
-28
/
+18
*
MAP_COPY -> MAP_PRIVATE
art
2001-05-11
1
-4
/
+4
*
Use "realinstall" to allow the framework to do other work if needed;
tholo
2001-03-24
10
-19
/
+19
*
Remove even more dead code.
art
2001-02-03
1
-28
/
+3
*
oops.
art
2001-02-03
2
-8
/
+6
*
Schedule running of __fini in __init, not __start.
art
2001-02-03
3
-5
/
+6
*
An OpenBSD tag doesn't hurt.
art
2001-02-03
2
-0
/
+2
*
Add an OS note identifying OpenBSD binaries.
art
2001-02-03
4
-2
/
+46
*
Decruftification.
art
2001-02-03
2
-16
/
+2
*
Use crtbegin and crtend from common_elf.
art
2001-02-03
3
-129
/
+4
*
Create a common_elf directory with crtbegin and crtend that can
art
2001-02-03
4
-0
/
+250
*
Don't define ECOFF_COMPAT. We're ELF.
art
2001-02-03
1
-5
/
+1
*
deconfuse include path. (XXX - this for my future hacks).
art
2001-01-31
1
-2
/
+2
*
This is not how we'll do dynamic libraries on alpha anyway.
art
2001-01-25
2
-102
/
+17
[next]