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
/
usr.bin
/
diff
/
diffdir.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-02-08
ips is not a real scsi controller and not supposed to talk directly to
grange
1
-2
/
+4
2009-02-08
Use sc_print_addr() to report drive errors.
grange
1
-2
/
+2
2009-02-08
Add drive state definitions.
grange
1
-1
/
+8
2009-02-07
some tweaks for previous that got missed;
jmc
2
-6
/
+8
2009-02-07
Restore the original help output: capitalize the characters that
naddy
1
-5
/
+5
2009-02-07
malloc(n * m) -> calloc(n, m);
chl
1
-3
/
+3
2009-02-07
remove leftover from mdoc.samples; ok jmc@
martynas
3
-9
/
+6
2009-02-07
add missing headers needed for warn() and err().
chl
6
-9
/
+15
2009-02-07
Ensure that *wp isn't NULL.
kili
1
-2
/
+2
2009-02-07
Unifdef __OpenBSD__, these defines don't help us to sync with NetBSD
grange
1
-20
/
+2
2009-02-07
Make built-in echo behave according to POSIX when set -o posix is in effect:
guenther
3
-21
/
+56
2009-02-07
Match on native/legacy MCP79 SATA ids.
jsg
1
-1
/
+17
2009-02-07
regen
jsg
2
-34
/
+34
2009-02-07
Change MC79 SATA ids to reflect which mode they are currently operating
jsg
1
-13
/
+13
2009-02-06
Split sti structures into rom-related information and screen-related
miod
5
-474
/
+593
2009-02-06
Remove bogus casts of integer constants SPPPIO[GS]DEFS to caddr_t
grange
3
-14
/
+14
2009-02-06
rename a #define to be clearer; no binary change
stevesk
2
-5
/
+5
2009-02-06
regen
grange
12
-103
/
+105
2009-02-06
Bump the number of /dev/sd* files on usb-capable archs. With modern
grange
12
-24
/
+24
2009-02-06
The new font selection logic would loop and consume all kmem on proms
miod
1
-2
/
+2
2009-02-06
Fix crash on zaurus when sd memory card plugged by providing an attachment
grange
2
-5
/
+5
2009-02-06
remove unused variables.
chl
1
-3
/
+1
2009-02-06
merge the "should work" hardware list into the main body - it is going to
jmc
1
-331
/
+169
2009-02-06
- fix run_mcu_cmd(). it has the side-effect of fixing LEDs.
damien
1
-43
/
+59
2009-02-06
typo
miod
1
-2
/
+2
2009-02-06
Replace comparision between boolean expression result and an integer
grange
2
-4
/
+4
2009-02-06
regen
grange
20
-60
/
+60
2009-02-06
Use $Mdocdate$ instead of date(1).
grange
1
-2
/
+2
2009-02-06
add Huawei E160G; reported by Pedro la Peu
sthen
1
-1
/
+2
2009-02-06
Fix kernel crash (page fault) for devices with unsorted frame index.
mglocker
1
-3
/
+3
2009-02-06
fix typo (huawei e619g -> e169g). umsm.c log agrees (as pointed out by jsg)
sthen
1
-3
/
+3
2009-02-06
simplify the clock tick messages generation code and ensuire that
ratchov
2
-22
/
+28
2009-02-06
move error messages reported to user into main()
ratchov
4
-19
/
+19
2009-02-05
when calling ssl_session_destroy() from mta, our session will have a NULL
gilles
1
-2
/
+8
2009-02-05
Revert 1.54 and build debug libs on hp300 too.
miod
1
-2
/
+2
2009-02-05
fix uninitialized var (in a code path that is not used yet).
damien
1
-1
/
+2
2009-02-05
fix format string
chl
1
-2
/
+2
2009-02-05
Remove the BUS_DMA_NOCACHE flag from all azalia dma mappings.
oga
1
-5
/
+2
2009-02-05
Mirroring the i386 commit just made. Add MD PMAP_NOCACHE flag to pmap,
oga
4
-6
/
+18
2009-02-05
add MD PMAP_NOCACHE flag to i386 and use it to implement the
oga
4
-6
/
+17
2009-02-05
Add some (currently unused) MD pmap flags to be used for pushing in
oga
1
-1
/
+5
2009-02-05
Fix slight logic error in a previous commit.
oga
2
-2
/
+2
2009-02-05
KNF, and remove a debug printf I missed.
oga
1
-33
/
+31
2009-02-05
KNF, no change to behaviour.
oga
1
-57
/
+59
2009-02-05
Merge the static block allocation code from {i915,radeon}_mem.c into
oga
11
-378
/
+288
2009-02-04
update the default socket paths, to reflect recent aucat changes
ratchov
1
-7
/
+7
2009-02-04
if there are too many connections, stop acceping new ones rather
ratchov
7
-16
/
+48
2009-02-04
Some systems that claim to be ACPI 2.0 apparently don't provide an XSDT
kettenis
1
-2
/
+2
2009-02-04
Make m_copyback() a lot smarter. Make it use all of the last mbuf
claudio
1
-16
/
+37
2009-02-04
Do not use m_pullup() because it aligns the data to a word boundary
claudio
1
-9
/
+7
[next]