2015-06-05 |
krw | Try harder to avoid (very unlikely) NULL pointer de... |
commit | commitdiff | tree | snapshot |
2015-06-05 |
deraadt | And ... more discussion occurs between miod and ketteni... |
commit | commitdiff | tree | snapshot |
2015-06-05 |
deraadt | And part 2 of the onfault repair. Do the actual cleari... |
commit | commitdiff | tree | snapshot |
2015-06-05 |
nicm | Similarly, for sessions use a callback to free rather... |
commit | commitdiff | tree | snapshot |
2015-06-05 |
miod | Missing no-pie logic for bootblocks. |
commit | commitdiff | tree | snapshot |
2015-06-05 |
nicm | Change deref to the more sensible unref, and add a... |
commit | commitdiff | tree | snapshot |
2015-06-05 |
nicm | Instead of putting dead clients on a list and checking... |
commit | commitdiff | tree | snapshot |
2015-06-05 |
deraadt | Do not unconditionally clear pcb_onfault after a uvm_fa... |
commit | commitdiff | tree | snapshot |
2015-06-05 |
deraadt | these days, curproc is never NULL, so skip those checks. |
commit | commitdiff | tree | snapshot |
2015-06-05 |
deraadt | trunc_page() generally.... succeeds at clearing the... |
commit | commitdiff | tree | snapshot |
2015-06-05 |
kettenis | These days p->p_addr will never be NULL. |
commit | commitdiff | tree | snapshot |
2015-06-05 |
millert | For "ssh -L 12345:/tmp/sock" don't fail with "No forwar... |
commit | commitdiff | tree | snapshot |
2015-06-05 |
nicm | Do not use the key variable uninitialized (in a debug... |
commit | commitdiff | tree | snapshot |
2015-06-05 |
vgross | Fix coupling and decoupling operations. |
commit | commitdiff | tree | snapshot |
2015-06-05 |
mikeb | Improve error handling and recovery during state insertion |
commit | commitdiff | tree | snapshot |
2015-06-05 |
mpi | Add bits missed in previous... I suck at cvs. |
commit | commitdiff | tree | snapshot |
2015-06-05 |
mpi | Put spaces and commas where they belong. |
commit | commitdiff | tree | snapshot |
2015-06-05 |
mpi | Finally protect VP lookups to guarantee that a pted... |
commit | commitdiff | tree | snapshot |
2015-06-05 |
mpi | Don't try to be clever when unrolling the loop in pmap_... |
commit | commitdiff | tree | snapshot |
2015-06-05 |
mpi | Replace the per-entry locks by a global HASH lock. |
commit | commitdiff | tree | snapshot |
2015-06-05 |
mpi | Call pte_spill_v() from the real mode fault handler... |
commit | commitdiff | tree | snapshot |
2015-06-05 |
mpi | Rewrite PTE manipulation routines to better match the... |
commit | commitdiff | tree | snapshot |
2015-06-05 |
mpi | Split pteclrbits() into pmap_{test,clear}_attrs(). |
commit | commitdiff | tree | snapshot |
2015-06-05 |
mpi | More usages of pmap_ptedinhash(). |
commit | commitdiff | tree | snapshot |
2015-06-05 |
mpi | Remove DEBUG stuff. |
commit | commitdiff | tree | snapshot |
2015-06-05 |
mpi | Make use of ptesr() instead of rerolling it. |
commit | commitdiff | tree | snapshot |
2015-06-05 |
mpi | Merge various copies of the same code into a new functi... |
commit | commitdiff | tree | snapshot |
2015-06-05 |
mpi | Introduce pmap_pted_ro() a simple wrapper for the 32... |
commit | commitdiff | tree | snapshot |
2015-06-05 |
mpi | Do only one VP lookup when removing a page. |
commit | commitdiff | tree | snapshot |
2015-06-05 |
mpi | Remove the MANAGED flag when removing a PV entry. |
commit | commitdiff | tree | snapshot |
2015-06-05 |
nicm | Fix a warning. |
commit | commitdiff | tree | snapshot |
2015-06-05 |
mpi | Remove unneeded splvm() calls and the pool_setipl(9... |
commit | commitdiff | tree | snapshot |
2015-06-05 |
nicm | Make it so that if a window or session target is prefix... |
commit | commitdiff | tree | snapshot |
2015-06-05 |
jsg | Use p15 for the coprocessor name not 15. gas accepts... |
commit | commitdiff | tree | snapshot |
2015-06-05 |
stsp | regen |
commit | commitdiff | tree | snapshot |
2015-06-05 |
stsp | Add another PCI ID for Intel Dual Band Wireless AC... |
commit | commitdiff | tree | snapshot |
2015-06-05 |
djm | typo: accidental repetition; bz#2386 |
commit | commitdiff | tree | snapshot |
2015-06-04 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2015-06-04 |
nicm | Move the nested check from client to server and compare... |
commit | commitdiff | tree | snapshot |
2015-06-04 |
stsp | Mention rtwn(4) in pci(4). Reminded by brad. |
commit | commitdiff | tree | snapshot |
2015-06-04 |
nicm | systrace(4) STRIOCATTACH can only fail for file(1)... |
commit | commitdiff | tree | snapshot |
2015-06-04 |
stsp | man page for rtwn(4) |
commit | commitdiff | tree | snapshot |
2015-06-04 |
stsp | enable rtwn(4) on i386 |
commit | commitdiff | tree | snapshot |
2015-06-04 |
stsp | Enable rtwn(4) on amd64. |
commit | commitdiff | tree | snapshot |
2015-06-04 |
stsp | attach rtwn at pci |
commit | commitdiff | tree | snapshot |
2015-06-04 |
stsp | New rtwn(4) driver for RTL8188CE wifi cards. |
commit | commitdiff | tree | snapshot |
2015-06-04 |
jmc | tweak SYNOPSIS and usage(); |
commit | commitdiff | tree | snapshot |
2015-06-04 |
eric | force reseeding if pid has changed. |
commit | commitdiff | tree | snapshot |
2015-06-04 |
eric | make sure to check for resolv.conf update the first... |
commit | commitdiff | tree | snapshot |
2015-06-04 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2015-06-04 |
deraadt | + REALTEK RT8191SE |
commit | commitdiff | tree | snapshot |
2015-06-04 |
dms | Add support for em(4) on Teak 3020, a Tolopai (EP80579) |
commit | commitdiff | tree | snapshot |
2015-06-04 |
kettenis | The (no quite so) new kernel perfpolicy code calls... |
commit | commitdiff | tree | snapshot |
2015-06-04 |
dms | regen |
commit | commitdiff | tree | snapshot |
2015-06-04 |
dms | Add more of Tolopai (EP80579) Gigabit controllers id. |
commit | commitdiff | tree | snapshot |
2015-06-04 |
mikeb | Check if interface was stopped before calling rx/tx... |
commit | commitdiff | tree | snapshot |
2015-06-04 |
nicm | Make unsetting a global option restore it to the defaul... |
commit | commitdiff | tree | snapshot |
2015-06-04 |
sobrado | spacing, makes example fit on display. |
commit | commitdiff | tree | snapshot |
2015-06-04 |
nicm | Add support for a single "marked pane". There is one... |
commit | commitdiff | tree | snapshot |
2015-06-04 |
mpi | Remove unused sa_dl. |
commit | commitdiff | tree | snapshot |
2015-06-04 |
nicm | teminal -> terminal, from Corey Farwell. |
commit | commitdiff | tree | snapshot |
2015-06-04 |
jsg | Switch intel_gmbus_is_port_valid and intel_gmbus_is_for... |
commit | commitdiff | tree | snapshot |
2015-06-04 |
jsg | use mallocarray instead of malloc in drm_calloc |
commit | commitdiff | tree | snapshot |
2015-06-04 |
jsg | remove the now unused alawtolin16 table |
commit | commitdiff | tree | snapshot |
2015-06-03 |
bcallah | Remove unused defines and functions. |
commit | commitdiff | tree | snapshot |
2015-06-03 |
mikeb | Adjust yielding condition slightly in the if_input_proc... |
commit | commitdiff | tree | snapshot |
2015-06-03 |
reyk | Turn off -Werror in relayctl. |
commit | commitdiff | tree | snapshot |
2015-06-03 |
reyk | Remove -Werror from the Makefile: as it happened with... |
commit | commitdiff | tree | snapshot |
2015-06-03 |
reyk | It is better to check the asprintf return value for... |
commit | commitdiff | tree | snapshot |
2015-06-03 |
millert | Treat a missing mail spool the same as a zero-length... |
commit | commitdiff | tree | snapshot |
2015-06-03 |
millert | snprintf(3) is available on all modern systems and... |
commit | commitdiff | tree | snapshot |
2015-06-03 |
mpi | Unify .Nd blocks, prodded by and ok jmc@ |
commit | commitdiff | tree | snapshot |
2015-06-03 |
yasuoka | Fix pf_map_addr() not to cause dividing by 0. This... |
commit | commitdiff | tree | snapshot |
2015-06-03 |
kettenis | Actually commit the bits that make the compiler emit... |
commit | commitdiff | tree | snapshot |
2015-06-03 |
mpi | Support for U4, missed in previous. |
commit | commitdiff | tree | snapshot |
2015-06-03 |
mpi | Check for the correct bit in the interrupts property... |
commit | commitdiff | tree | snapshot |
2015-06-03 |
mpi | Add hpb(4), reminded by Brad. |
commit | commitdiff | tree | snapshot |
2015-06-03 |
mpi | Explicitly request the sockaddr_dl when doing a RTM_GET... |
commit | commitdiff | tree | snapshot |
2015-06-03 |
millert | Move warning on open failure to open_mbox() where we... |
commit | commitdiff | tree | snapshot |
2015-06-03 |
millert | Do not assume that asprintf() clears the pointer on... |
commit | commitdiff | tree | snapshot |
2015-06-03 |
deraadt | better description of internal copyn() function |
commit | commitdiff | tree | snapshot |
2015-06-03 |
jsg | missing __EOT spotted by rpe@ |
commit | commitdiff | tree | snapshot |
2015-06-03 |
dlg | there's been a long standing issue in ppp on a tty... |
commit | commitdiff | tree | snapshot |
2015-06-02 |
millert | Don't leak value returned by cgetstr(). OK deraadt@ |
commit | commitdiff | tree | snapshot |
2015-06-02 |
rpe | Remove the $FSTABFLAG variable and use -F directly... |
commit | commitdiff | tree | snapshot |
2015-06-02 |
rpe | Replace |
commit | commitdiff | tree | snapshot |
2015-06-02 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2015-06-02 |
jung | fix variable name typo |
commit | commitdiff | tree | snapshot |
2015-06-02 |
sobrado | write Mobile IP{,v6} in a consistent way, as given... |
commit | commitdiff | tree | snapshot |
2015-06-02 |
millert | Modernize from(1) a bit. Use getline() to support... |
commit | commitdiff | tree | snapshot |
2015-06-02 |
mpi | Mention hpb(4), prodded by jmc@ |
commit | commitdiff | tree | snapshot |
2015-06-02 |
mpi | Add missing define for hpb(4). |
commit | commitdiff | tree | snapshot |
2015-06-02 |
mpi | Man page for hpb(4). |
commit | commitdiff | tree | snapshot |
2015-06-02 |
mpi | Add a new HT-PCI bridge driver and the necessary glue... |
commit | commitdiff | tree | snapshot |
2015-06-02 |
mpi | RIP ether_input_mbuf(). |
commit | commitdiff | tree | snapshot |
2015-06-02 |
mpi | Use if_input() instead of ether_input_mbuf(). |
commit | commitdiff | tree | snapshot |
2015-06-02 |
mpi | Take carp(4) out of ether_input(). |
commit | commitdiff | tree | snapshot |
2015-06-02 |
djm | mention CheckHostIP adding addresses to known_hosts; |
commit | commitdiff | tree | snapshot |
2015-06-02 |
deraadt | missing " spotted by Kyle Milz |
commit | commitdiff | tree | snapshot |
2015-06-02 |
miod | Make sparc go PIE (not `static PIE' yet). |
commit | commitdiff | tree | snapshot |
next |