| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix the other su bug reintroduced two commits ago, namely | Brian Somers | 2006-01-03 | 1 | -1/+14 |
| * | - Tx side bus_dmamap_load_mbuf_sg(9) support. This reduces bookkeeping | Pyun YongHyeon | 2006-01-03 | 2 | -168/+157 |
| * | Use the child to allocate the resource rather than bridge, since we're | Warner Losh | 2006-01-03 | 1 | -41/+6 |
| * | Minor style(9) hacking, plus use a macro in place of (struct resource *)~0UL | Warner Losh | 2006-01-03 | 1 | -6/+7 |
| * | Fix a brain-o in the last commit, the conditional was always false. | Andrew Thompson | 2006-01-02 | 1 | -1/+1 |
| * | Reorganise bridge_rtupdate slightly to reduce duplication. | Andrew Thompson | 2006-01-02 | 1 | -3/+2 |
| * | Reset the route expiry time on each update rather than always letting them get | Andrew Thompson | 2006-01-02 | 1 | -4/+3 |
| * | It is better to use time_uptime here since it is monotonic. | Andrew Thompson | 2006-01-02 | 1 | -5/+5 |
| * | Revert the previous change - the lib32 build should work now. | Doug Rabson | 2006-01-02 | 1 | -2/+2 |
| * | enable "aggressive mode" only when operating in ap or station mode; in | Sam Leffler | 2006-01-02 | 1 | -1/+1 |
| * | update erp information element in the beacon frame to reflect | Sam Leffler | 2006-01-02 | 4 | -4/+21 |
| * | Add EXTDOCDIR and EXTPORTSDIR. | Yoshihiro Takahashi | 2006-01-02 | 1 | -0/+12 |
| * | Add EXTPORTSDIR like EXTSRCDIR and EXTDOCDIR. | Yoshihiro Takahashi | 2006-01-02 | 1 | -1/+11 |
| * | Fix the amd64 (and presumably ia64) lib32 build by ensuring that the | Doug Rabson | 2006-01-02 | 1 | -1/+2 |
| * | Temporarily disable the kerberos5 lib32 build while I try to fix it | Doug Rabson | 2006-01-02 | 1 | -2/+2 |
| * | Minor whitespace cleanup. | Andrew Thompson | 2006-01-02 | 2 | -17/+16 |
| * | Handle the case (that I just broke) where the following hangs: | Brian Somers | 2006-01-02 | 1 | -1/+3 |
| * | Read time_second directly rather than calling getmicrotime(). | Andrew Thompson | 2006-01-02 | 1 | -13/+5 |
| * | Remove broken code that mucks about with tcsetpgrp() -- even if | Brian Somers | 2006-01-02 | 1 | -7/+0 |
| * | Add a -s flag for the same functionality as strace. Introduce a Name | Brian Somers | 2006-01-02 | 13 | -54/+91 |
| * | Request boot floppy after loading mfsroot floppy because beastie.4th exists | Yoshihiro Takahashi | 2006-01-02 | 1 | -0/+3 |
| * | Add a -P option to allow skipping newfs when using a vnode-backed | Dima Dorfman | 2006-01-02 | 2 | -6/+22 |
| * | NUL terminate buffer from fgetln(3). From fgsch@OpenBSD. | Juli Mallett | 2006-01-01 | 1 | -0/+1 |
| * | Whitespace after switch. | Juli Mallett | 2006-01-01 | 1 | -3/+3 |
| * | Use the correct units when handling the hw.physmem tunable. | Scott Long | 2006-01-01 | 1 | -0/+1 |
| * | Use __HAVE_ACPI and __PCI_REROUTE_INTERRUPT as appropriate rather than | Warner Losh | 2006-01-01 | 1 | -4/+2 |
| * | Define __HAVE_ACPI and/or __PCI_REROUTE_INTERRUPT, as appropriate for | Warner Losh | 2006-01-01 | 6 | -0/+13 |
| * | Remove left-over #ifdef alpha routines. They aren't used by any of | Warner Losh | 2006-01-01 | 1 | -5/+0 |
| * | - Fix possible memory leak due to repetetive strdup(3) without matching | Ariff Abdullah | 2006-01-01 | 1 | -14/+21 |
| * | Fix another xruns counting logic, this time, for recording. | Ariff Abdullah | 2006-01-01 | 1 | -6/+8 |
| * | Document that '#' starts a comment. | Stefan Farfeleder | 2006-01-01 | 1 | -0/+7 |
| * | Use the correct shared-library version number (the same as the one used | Doug Rabson | 2006-01-01 | 1 | -1/+1 |
| * | Remove stray debug from p4 integration. | Warner Losh | 2006-01-01 | 1 | -5/+1 |
| * | Unbreak kernel build. | Alexander Leidinger | 2006-01-01 | 1 | -3/+3 |
| * | Adding another multi-byte characters related regression test for recent | Tai-hwa Liang | 2006-01-01 | 1 | -0/+22 |
| * | Remove extra debugging that crept in with the integration from p4. | Warner Losh | 2005-12-31 | 1 | -1/+1 |
| * | Remove K&R vestige. It is no longer necessary to concatenate strings | Warner Losh | 2005-12-31 | 1 | -2/+2 |
| * | It is next year in Asia already, so jump the gun a little and commit | Warner Losh | 2005-12-31 | 1 | -3/+3 |
| * | Update for new devices, including the AMD 8111. Also mention | Christian Brueffer | 2005-12-31 | 1 | -5/+9 |
| * | Say some words about the removed PQ_* kernel options. | Alexander Leidinger | 2005-12-31 | 1 | -0/+5 |
| * | MI changes: | Alexander Leidinger | 2005-12-31 | 19 | -154/+757 |
| * | Add some more obsolete files. | Alexander Leidinger | 2005-12-31 | 1 | -0/+135 |
| * | Beautification. | Christian Brueffer | 2005-12-31 | 1 | -1/+1 |
| * | Bump FreeBSD_Version for tv_sec change. | Tom Rhodes | 2005-12-31 | 1 | -1/+1 |
| * | Add basic manpages for amdsmb(4) and nfsmb(4). | Christian Brueffer | 2005-12-31 | 3 | -0/+112 |
| * | Check the entire length of the current argument for the EOF string with -E, | Juli Mallett | 2005-12-31 | 1 | -1/+1 |
| * | Introduce a new sysctl variable: | Christian S.J. Peron | 2005-12-31 | 1 | -1/+6 |
| * | Add a new vendor ID for Personal Cummunication Systems. They make a nice | Maxime Henrion | 2005-12-31 | 1 | -0/+1 |
| * | Add support for the Wacom Graphire 3 4x5. Like the Graphire 3, it has a | Maxime Henrion | 2005-12-31 | 4 | -9/+107 |
| * | Add support for Xbox 360 gamepads. They are HID-capable devices, but | Maxime Henrion | 2005-12-31 | 3 | -4/+149 |