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