Age | Commit message (Expand) | Author |
2016-01-08 | Move HID support files out of dev/usb into new dev/hid directory | Joshua Stein |
2016-01-08 | Prefer warn(3) over perror(3) at the few places where it was used. | Ingo Schwarze |
2016-01-08 | mikeb@ doesn't like RCS ids, so I add the OpenBSD one for him. | Reyk Floeter |
2016-01-08 | Make mkopt() return NULL on failure | Alexandre Ratchov |
2016-01-08 | Get rid of the arp and revarp input queues. | Martin Pieuchot |
2016-01-08 | add missing 'void' | tb |
2016-01-08 | Structural integrity hasn't improved in over twenty years. | tb |
2016-01-08 | Unbreak support for multiple -L options. | Alexandre Ratchov |
2016-01-08 | don't call unlink() to delete socket as this would require cpath | Alexandre Ratchov |
2016-01-08 | No need to include sys/queue.h | Alexandre Ratchov |
2016-01-08 | Next step in UTF-8 support: | Ingo Schwarze |
2016-01-08 | Make listen_new_xxx() routines return NULL on failure and check the | Alexandre Ratchov |
2016-01-08 | On programming error, flush log buffer and abort() rather than | Alexandre Ratchov |
2016-01-08 | Keep the pledge of the vmm and vm processes disabled for now as long | Reyk Floeter |
2016-01-08 | Work around buggy zero-length packets produced by the DP83816A. | Martin Pieuchot |
2016-01-08 | Add "vmm" pledge to allow restricted ioctl access to /dev/vmm. | Reyk Floeter |
2016-01-08 | Use unorderd list to store sub-device configuration (we don't use | Alexandre Ratchov |
2016-01-08 | remove redundant debug message | Alexandre Ratchov |
2016-01-08 | Don't calculate clock deltas is there are no time-outs. Removes (harmless) | Alexandre Ratchov |
2016-01-08 | various tweaks; | Jason McIntyre |
2016-01-08 | Enable uonerng(4) where ualea(4) is already present. | Martin Pieuchot |
2016-01-08 | uonerng(4) a driver for the Moonbase Otago OneRNG, from Devin Reade. | Martin Pieuchot |
2016-01-08 | regen | Martin Pieuchot |
2016-01-08 | OpenMoko OneRNG, from Devin Reade. | Martin Pieuchot |
2016-01-08 | Must set MAX_PORTS to 65536, since we assign to | Stefan Kempf |
2016-01-08 | Use off_t to store the offset we want to access the NVRAM at | Stefan Kempf |
2016-01-08 | Use uiomove() instead of uiomovei(). | Stefan Kempf |
2016-01-08 | tweak; from julian hsiao | Jason McIntyre |
2016-01-08 | On the recvmsg() side, cmsgs are in mbuf chains, not a contiguous buffer. | Philip Guenther |
2016-01-08 | Make sure the new rendezvous state is visible to other CPUs before | Visa Hankala |
2016-01-08 | Simplify the mparse_open() interface. | Ingo Schwarze |
2016-01-08 | It was very surprising that a function called mparse_readfd() | Ingo Schwarze |
2016-01-08 | The root of an .EQ tree is always EQN_ROOT, never EQN_LIST, | Ingo Schwarze |
2016-01-07 | Make the A-MPDU reordering buffer more resilient against APs which drop | Stefan Sperling |
2016-01-07 | Fix A-MPDU parameters in link quality firmware commands in iwn(4) and iwm(4). | Stefan Sperling |
2016-01-07 | - retrying to commit earlier change, which got backed out | Alexandr Nedvedicky |
2016-01-07 | Document ruby23 FLAVOR now supported by ruby.port.mk | Jeremy Evans |
2016-01-07 | mention that HOMEPAGE will be set for ports that have MODPY_PI | Jasper Lievisse Adriaanse |
2016-01-07 | ANSIfy hunt(6) | mestre |
2016-01-07 | Headers cleanup and sorting | mestre |
2016-01-07 | need to increase INT_MAX to 64 bits too. from Nathan Holstein | Ted Unangst |
2016-01-07 | This code wasted memory by allocating sizeof(enum termfont *) | Ingo Schwarze |
2016-01-07 | Recursive "define" was not detected because "lim" was never | Ingo Schwarze |
2016-01-07 | slightly shorter Nd; ok mikeb | Jason McIntyre |
2016-01-07 | If transparent-as is set to no AS paths are prepended with the local | Florian Obser |
2016-01-07 | hack expects to be able to read ^Z as a normal character so disable | Todd C. Miller |
2016-01-07 | UTF-8 support for fmt -c. | Ingo Schwarze |
2016-01-07 | sync | Theo de Raadt |
2016-01-07 | sync | Theo de Raadt |
2016-01-07 | Some basic code maintenance in games/ | tb |