Age | Commit message (Expand) | Author |
2015-02-10 | Convert ospfd over to SOCK_CLOEXEC | SOCK_NONBLOCK and make the route | Claudio Jeker |
2015-02-10 | Make also the special sockets SOCK_NONBLOCK. For the routing socket add | Claudio Jeker |
2015-02-10 | Expand the -IMPLEMENT_ASN1_ENCODE_FUNCTIONS_(const_)?fname macros so that | Joel Sing |
2015-02-10 | Redo dwc2 import with CVS tags expanded. | Masao Uebayashi |
2015-02-10 | Import dwc2 core and glue code from NetBSD. OK deraadt@ jsing@ miod@ mpi@ | Masao Uebayashi |
2015-02-10 | Expand the IMPLEMENT_ASN1_DUP_FUNCTION macro so that the code is visible | Joel Sing |
2015-02-10 | Groundwork for better route support over multiple interfaces by | Kenneth R Westerback |
2015-02-10 | Sync and sort the M_* mbuf flags to match the way they are listed in | Lawrence Teo |
2015-02-10 | Expand the IMPLEMENT_ASN1_FUNCTIONS_{const,fname,name} macros so that the | Joel Sing |
2015-02-10 | Do not abuse `rcvif'. | Martin Pieuchot |
2015-02-10 | Zap m_act here too. | Lawrence Teo |
2015-02-10 | Remove references to <sys/param.h> in comment, since MSIZE and MCLBYTES | Lawrence Teo |
2015-02-10 | assert that we hold the scheduler lock in unsleep() | Bret Lambert |
2015-02-10 | use linux function names when locking mode config | Jonathan Gray |
2015-02-10 | Remove m_act; it was the historical name of m_nextpkt and has been | Lawrence Teo |
2015-02-10 | seems ansi c is here to stay. update definitions, but drop useless const. | Ted Unangst |
2015-02-10 | bzero -> memset and unify sizeof() usage (no space). | Claudio Jeker |
2015-02-10 | lowerit -> tolower | Ted Unangst |
2015-02-10 | In rt_if_track skip rtables that are not in the rdomain of the ifp. | Claudio Jeker |
2015-02-10 | convert VMXNET drivers to ml_enqueue + if_input | Martin Pelikan |
2015-02-10 | Cleanup debug crap that hasn't been used in the last decade. Sprinkle some | Mark Kettenis |
2015-02-10 | enter chroot | Theo de Raadt |
2015-02-10 | Remove DRM_LOCK macros, rename dev_lock to struct_mutex and directly | Jonathan Gray |
2015-02-10 | Nuke sin_zero before passing it on down into the ifa_ifwithaddr() that | Claudio Jeker |
2015-02-10 | chroot... | Theo de Raadt |
2015-02-10 | now we're cooking with gas... | Ted Unangst |
2015-02-10 | If 'write' is issued after a 'reinit' command, and the MBR to be | Kenneth R Westerback |
2015-02-10 | Pass SOCK_NONBLOCK | SOCK_CLOEXEC to some more sockets. We never want to | Claudio Jeker |
2015-02-10 | matthew suggests a double cast so sf mortgages work right. :) | Ted Unangst |
2015-02-10 | make bpf(4) able to filter based on a pf(4) queue ID for tcpdump -Q qname | Martin Pelikan |
2015-02-10 | remove CMU gtime | Ted Unangst |
2015-02-10 | Add bind regress test | Claudio Jeker |
2015-02-10 | Test that bind works the way it should. This fails at the moment because | Claudio Jeker |
2015-02-10 | add definitions for linux style locks | Jonathan Gray |
2015-02-10 | usr/sbin/chown? uhmm... no | Theo de Raadt |
2015-02-09 | If the kmem options are in use, drop the gid earlier. | Theo de Raadt |
2015-02-09 | Add a quirk to find the AGP bridge on PowerMac7,2 and PowerMac7,3 which | Martin Pieuchot |
2015-02-09 | convert a dozen fprintf/exit pairs to use err(). | Ted Unangst |
2015-02-09 | fix some leaks in error paths | Jonathan Gray |
2015-02-09 | Merge clock-mode command into copy-mode. | Nicholas Marriott |
2015-02-09 | exit() cleanup. don't have to call it in a loop. | Ted Unangst |
2015-02-09 | Protect fgetwln(), wcslcat() and wcslcpy() with __BSD_VISIBLE | Todd C. Miller |
2015-02-09 | clean up flags++ instances around getopt() | Theo de Raadt |
2015-02-09 | remove support for floating or unsigned time_t. leave the incorrect comment | Ted Unangst |
2015-02-09 | typo | Miod Vallat |
2015-02-09 | Move consistency check within #ifdef DIAGNOSTIC | Miod Vallat |
2015-02-09 | correct copyright, upon approval from paul vixie via todd miller. the | Theo de Raadt |
2015-02-09 | _LKM leftovers | Miod Vallat |
2015-02-09 | typo | Miod Vallat |
2015-02-09 | Whitespace. | Masao Uebayashi |