Age | Commit message (Expand) | Author |
2007-02-15 | Simplify even more by reducing shared code in #if NBRIDGE and default case. | Claudio Jeker |
2007-02-15 | sync | Theo de Raadt |
2007-02-15 | Change some functions so there's only one exit point. This should make | Michael Knudsen |
2007-02-15 | .Xr lcd(4) | Martin Reindl |
2007-02-15 | add two carp(4) sysctl examples: net.inet.carp.preempt=1 and | Reyk Floeter |
2007-02-15 | Reorder endpoints so that endpoint numbers match, remove more debug. | Dale Rahn |
2007-02-15 | TX is working fine, turn off debug. | Dale Rahn |
2007-02-15 | Let acpidock_eject take an extra argument of what node to call _EJ0 on. | Michael Knudsen |
2007-02-15 | Don't clear the struct aml_value res when aml_evalnode() does this | Michael Knudsen |
2007-02-15 | from linux->freebsd->brad->me, tested by matthieu, brad, kettenis, others... | Jason Wright |
2007-02-15 | break into ddb right from comintr() w/o softtty (same as com(4) does); miod@ ok | Michael Shalayeff |
2007-02-15 | forever loops may be done with for or while, it doesnt matter; | Thordur I. Bjornsson |
2007-02-15 | Add a mapping for logical to physical endpoints, otherwise data tries to | Dale Rahn |
2007-02-15 | regen, DEV_RANDOM is gone | Henning Brauer |
2007-02-15 | get rid of the ConfigStart/End section used by the weird fragile apache | Henning Brauer |
2007-02-15 | make read connection closed message a debug(); ok henning@ | Kevin Steves |
2007-02-15 | Added a man page for lcd(4). | Kenji Aoyama |
2007-02-15 | As noted by Daniel Gruber in PR 5377 Surecom EP-9001-g has multiple | Jonathan Gray |
2007-02-15 | Set topology change propagation on all ports _except_ the caller. | Reyk Floeter |
2007-02-15 | Dont hang completely on watchdog. | Dale Rahn |
2007-02-15 | Fix transmit packet termination. odd length and 64 byte multiple packets | Dale Rahn |
2007-02-15 | It is not valid to have the input endpoint and output endpoint the same. | Dale Rahn |
2007-02-15 | USB host is not scanning for packets if attached but cdce is not up. | Dale Rahn |
2007-02-15 | Remove two mutexes by replacing getservbyname() and getservbyport() | Ray Lai |
2007-02-15 | sync | Theo de Raadt |
2007-02-15 | sync | Theo de Raadt |
2007-02-15 | Don't print the error strings returned by readdisklabel(). If you | Kenneth R Westerback |
2007-02-14 | put the disknames command on all install media (hope i did not miss any) ok krw@ | Theo de Raadt |
2007-02-14 | Use new 'disknames' command to get names of disks and cds. | Kenneth R Westerback |
2007-02-14 | spacing and a typo that fell out of the read | Theo de Raadt |
2007-02-14 | use errwarn functions vs. syslog(); ok henning@ krw@ | Kevin Steves |
2007-02-14 | /* not $*. | Kenneth R Westerback |
2007-02-14 | Oops. Add $OpenBSD$ (pointed out by jasper@) and license (pointed out | Kenneth R Westerback |
2007-02-14 | do not whack CFLAGS | Theo de Raadt |
2007-02-14 | append \n at end of line, and make this more normal userland code | Theo de Raadt |
2007-02-14 | Hack a small program to return hw.disknames so that install scripts | Kenneth R Westerback |
2007-02-14 | Cleanup and hide debug messages. | Mark Kettenis |
2007-02-14 | Sync with pgt(4) multicast fix. | Marcus Glocker |
2007-02-14 | g/c NO_DL_NEEDED, it is no longer used by os/unix/os.c | Todd C. Miller |
2007-02-14 | Add SIOCADDMULTI and SIOCDELMULTI ioctl handlers. Without them IPv6 does | Claudio Jeker |
2007-02-14 | remove GNU RCS implementation from the tree. Open RCS has been used for over | Niall O'Higgins |
2007-02-14 | correct a mistake concerning ifa_data; | Jason McIntyre |
2007-02-14 | recycle swbuf that had been long gone (w/ old vm) | Michael Shalayeff |
2007-02-14 | sync some manual page entries with actual usage. | Niall O'Higgins |
2007-02-14 | typos in comments; ok jmc@ | Kevin Steves |
2007-02-14 | remove size_t and int mixup. same as getaddrinfo.c 1.30 -> 1.31. | Jun-ichiro itojun Hagino |
2007-02-14 | more refinements for the interactive commands section; ok otto | Jason McIntyre |
2007-02-14 | Fix spacing in Makefile. | Niall O'Higgins |
2007-02-14 | Remove int pretending to be a size_t. | Ray Lai |
2007-02-14 | remove some unused goop | Jonathan Gray |