index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
Age
Commit message (
Expand
)
Author
2015-09-13
Put the 12x22 font on alpha and macppc installation kernels, the 8x16 font
Miod Vallat
2015-09-13
Remove unused and incorrect defines GPT_PARTSPERSEC and GPT_SECOFFSET.
Kenneth R Westerback
2015-09-13
intr_barrier(9) for hppa.
Mark Kettenis
2015-09-13
remove delta
Theo de Raadt
2015-09-13
Move prototype for spoofgptlabel() from disklabel.h to subr_disk.c.
Kenneth R Westerback
2015-09-13
intr_barrier(9) for macppc and socppc.
Mark Kettenis
2015-09-13
Get the default loopback interface pointer just after doing a route
Martin Pieuchot
2015-09-13
Rename readgptlabel() to spoofgptlabel() because that's what we
Kenneth R Westerback
2015-09-13
Locators are long now.
Miod Vallat
2015-09-13
Needs <sys/systm.h> before <sys/syscall_mi.h> now.
Miod Vallat
2015-09-13
intr_barrier(9) for i386.
Mark Kettenis
2015-09-13
Introduce intr_barrier(4), an interface that guarantees that an interrupt
Mark Kettenis
2015-09-13
Introduce intr_barrier(4), an interface that guarantees that an interrupt
Mark Kettenis
2015-09-13
Adjust printf for the fact that device locators are now long.
Mark Kettenis
2015-09-13
<sys/systm.h> must be before <sys/syscall_mi.h> now.
Miod Vallat
2015-09-13
Introduce sched_barrier(9), an interface that acts as a scheduler barrier in
Mark Kettenis
2015-09-13
queue revarps to softnet so we can defer processing to a context with
David Gwynne
2015-09-13
replace hand rolled refcounts and sleep_setup/finish with refcnts and
David Gwynne
2015-09-13
replace hand rolled reference counting with refcnts.
David Gwynne
2015-09-13
Run the interface watchdog timer routine as a task such that we have process
Mark Kettenis
2015-09-13
reintroduce mpsafe vlan_input.
David Gwynne
2015-09-13
tweak ordering slightly
David Gwynne
2015-09-13
On show the ps/o output and ddb.html blurb once, so that we don't get them
Philip Guenther
2015-09-13
back out mpsafe vlans while i chase down a panic when operations
David Gwynne
2015-09-12
Restore SMBIOS detection in ISA. OK yasuoka@
Masao Uebayashi
2015-09-12
Call socreate(9) only when we have a destination ip and port.
Florian Obser
2015-09-12
Add missing free() in efid_io(). Found by jsg.
YASUOKA Masahiko
2015-09-12
consistently name the ifnet * that refers to the parent interface
David Gwynne
2015-09-12
Now that rtrequest1(9) properly sets RTF_UP for newly added route,
Martin Pieuchot
2015-09-12
make vlan_input mpsafe by using srp lists in the vlan tag hash buckets.
David Gwynne
2015-09-12
Stop overwriting the rt_ifp pointer of RTF_LOCAL routes with lo0ifp.
Martin Pieuchot
2015-09-12
introduce SRPs to the interface index maps to make if_get() mpsafe.
David Gwynne
2015-09-12
Enable some diagnostics for interrupt-safe maps that are already happening for
Mark Kettenis
2015-09-12
If M_PREPEND() fails, it frees the mbuf. In this case pf_translate_af()
Alexander Bluhm
2015-09-12
let the C files do the sys/param.h including job
Theo de Raadt
2015-09-12
sys/syscall_mi is only included by MD trap.c files, which have reason to
Theo de Raadt
2015-09-12
Explicitely include <arm/armreg.h> here instead of expecting previously
Miod Vallat
2015-09-12
Use rtfree() instead of playing with the refcount directly. Some care is
Claudio Jeker
2015-09-12
Introduce if_input_local() a function to feed local traffic back to
Martin Pieuchot
2015-09-12
Fix two cases where it was possible to call if_put with an uninitialized ifp
Claudio Jeker
2015-09-12
show a few more lines of trace; discussed in the room
Theo de Raadt
2015-09-12
More ifmedia64 fallout; that should be the last.
Miod Vallat
2015-09-12
vhif_ifp in struct carp_ifs is set but never used. it can be trimmed.
David Gwynne
2015-09-12
ifmedia64 fixes.
Miod Vallat
2015-09-12
mii_softc's view of the current mii state need to use the proper types
Miod Vallat
2015-09-12
vhif_nvrs in carp_if is used to count the number of entries in
David Gwynne
2015-09-12
Use rtref(9) in rtable_match() before returning a route entry.
Martin Pieuchot
2015-09-12
Add a few -fno-builtin-foo to silence the build.
Miod Vallat
2015-09-12
Rework fb_setsize() logic to get rid of gotos.
Miod Vallat
2015-09-12
Also print the error registers in the ddb callback.
Miod Vallat
[next]