openbsd
2015-05-12 kettenisMake sure the rx ring lwm is set to at least 4. As...
2015-05-12 guentherAdd dlclose(3) to SEE ALSO
2015-05-12 guentherDocument pthread_atfork(3)'s interaction with dlclose(3)
2015-05-12 millertRace less.
2015-05-12 nicmTidy blank lines when outputting server info.
2015-05-12 ratchovremove the sc->isopen flag, as sc->flags already hold the
2015-05-12 ratchovstore byte count in a size_t and switch from uiomovei...
2015-05-12 ratchovRemove unused code & definitions: midi_attach(), midi_u...
2015-05-12 ratchovDon't hold the audio mutex when calling uiomove(),...
2015-05-12 ratchovRemove references to (deleted) auconv.h and mulaw.h...
2015-05-12 nicmAdd a session_alerts format which is a list of all...
2015-05-12 nicmAdd bell-action "other" to pass through bells in all...
2015-05-12 mikebFixup potential use after free and a memory leak.
2015-05-12 mpiThis file is only compiled when "pseudo-device bridge...
2015-05-12 mpiMPLS also needs a definition for etherip_output(),...
2015-05-12 stspAdd newly matched devices to urtwn(4) hardware list.
2015-05-12 stspMerge various urtwn(4) fixes from FreeBSD:
2015-05-12 stspFix definition of R92C_USTIME_TSF.
2015-05-12 stspregen
2015-05-12 stspusbdevs_data.h
2015-05-12 stspAdd 4 additional urtwn(4) device IDs.
2015-05-12 mikebDrop and reacquire the kernel lock in the vfs_shutdown...
2015-05-12 yasuokaFix an uninitialized variable access when pptp.hostname...
2015-05-12 jsgimxiic is known to be broken don't try attaching it...
2015-05-12 jsgRaise VM_PHYSSEG_MAX to two and load an additional...
2015-05-12 miodPut the right number of leading underscores in ___cerro...
2015-05-12 jsgMove the logit() prototype so parse.y will see it.
2015-05-12 jsgAdd missing braces.
2015-05-12 guentherchflagsat() is also async-signal-safe
2015-05-12 jsgThe i211 does not support an external EEPROM only a OTP
2015-05-11 jasperregen
2015-05-11 jasperadd id for virtio rng
2015-05-11 pelikanMake softraid(4) compile with SR_DEBUG by fixing __kpri...
2015-05-11 henningfix a potential use-after-free in pf_state_rm_src_node
2015-05-11 pelikanexplicit_bzero(3) on private data, in case of core...
2015-05-11 nicmLeft the c0-* options behind in the table.
2015-05-11 nicmRemove the c0-* options which never really worked satis...
2015-05-11 mpiRefresh sensor values asynchronously.
2015-05-11 mpiTake trunk(4) out of ether_input().
2015-05-11 ratchovRemove support for ADPCM encoding which isn't used...
2015-05-11 ratchovRemove all audio format conversion code from the kernel...
2015-05-11 guentherWhoops, need to pass through O_ACCMODE flags to the...
2015-05-11 guentherConvert from uiomovei() to uiomove() to prevent short...
2015-05-11 guentherConvert from uiomovei() to uiomove() to prevent short...
2015-05-11 guentherWhen checking flags that will be passed to open(),...
2015-05-10 millertSet POLLHUP even if no valid events were specified...
2015-05-10 guentherAdd _bfd_ar_spacepadll() for formatting long long value...
2015-05-10 stspFix urtwn(4) 11b performance for RTL8188EU devices.
2015-05-10 guentherIn the child after fork, the dl lock has to be forced...
2015-05-10 miodsync
2015-05-10 jsgVM_MAX_KERNEL_ADDRESS is the end of the kva range not...
2015-05-10 stspMy commit adding RTL8188EU did introduce a regression...
2015-05-10 jsglimit physical memory to (paddr_t)-PAGE_SIZE (0xfffff000)
2015-05-10 millertA new version from the original author of math.sed...
2015-05-09 schwarzeFor half and reverse line feeds, recognize SUSv2-style...
2015-05-09 krwCleanup/rejig GPT code to be more readable, support...
2015-05-09 jsgFix an occurance of mtx_enter() that should have been...
2015-05-08 miodNeed explicit <sys/kcore.h> include now.
2015-05-08 miodMake this run on strict alignment architectures.
2015-05-08 miodWhen changing screen saver parameters with wsconsctl...
2015-05-08 miodAdd a new `don't read back' flag for variables, to...
2015-05-08 nicmPut the tty structs together, and tabify.
2015-05-08 nicmgrid_marker_cell is no longer used.
2015-05-08 nicmmode_key_entry can go into mode-key.c; also a few space...
2015-05-08 schwarzeAvoid scattering octal escapes all over the place,
2015-05-08 nicmwindow_choose_mode_item can move into window-choose.c.
2015-05-08 nicmMove input parser structs into input.c (removing fairly...
2015-05-08 nicmRemove some stuff that accidentally ended up here from...
2015-05-08 bcallahRemove ereply prototype since it is never used. Tweak...
2015-05-08 schwarzeFix about ten integer overflows and underflows and...
2015-05-08 sthenSeparately track the number of items in alloc_table...
2015-05-08 kettenisSwitch i386 and sparc64 to binutils 2.17. More archite...
2015-05-08 djmwhitespace
2015-05-08 djmwhitespace at EOL
2015-05-08 jsgFix the indentation. While originally I thought this...
2015-05-08 djmmoar whitespace at eol
2015-05-08 djmwhitespace at EOL
2015-05-08 jsgAdd missing sabresd case statements. As sabresd_devs...
2015-05-08 djmwhitespace at EOL
2015-05-08 jsgAdd initial board specific parts of novena support...
2015-05-08 dtuckerUse xcalloc for permitted_adm_opens instead of xmalloc...
2015-05-08 djmdon't choke on new-format private keys encrypted with...
2015-05-07 mikebmsleep(9) must prevent kernel from attempting a context...
2015-05-07 guentherWhoops; missed updating a setfile() call.
2015-05-07 mikebCorrect the note about RAID support
2015-05-07 nicmUpdate environment when switching sessions as well...
2015-05-07 schwarzeDo not let the -m option or MANPATH with leading, trail...
2015-05-07 nicmStyle spacing nits.
2015-05-07 mikebInclude the timestamp TCP option in keep alive packets...
2015-05-07 mpiPass a thread pointer instead of its file descriptor...
2015-05-07 nicmarray.h can be local to window-choose.c now.
2015-05-07 nicmUse a TAILQ not array for find-window.
2015-05-07 nicmSimplify environ_push so it doesn't need the ARRAY_...
2015-05-07 nicmIf status line is at the top, the offset needs to be...
2015-05-07 jsgremove badly indented printf and it's preceeding test
2015-05-07 jsgfix indentation
2015-05-07 jsgfix indentation of a line
2015-05-07 jsgadd missing braces to code under #ifdef TRM_DEBUG0
2015-05-07 jsgremove a surplus tab
2015-05-07 jsgadd missing braces
next