aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix the other su bug reintroduced two commits ago, namelyBrian Somers2006-01-031-1/+14
* - Tx side bus_dmamap_load_mbuf_sg(9) support. This reduces bookkeepingPyun YongHyeon2006-01-032-168/+157
* Use the child to allocate the resource rather than bridge, since we'reWarner Losh2006-01-031-41/+6
* Minor style(9) hacking, plus use a macro in place of (struct resource *)~0ULWarner Losh2006-01-031-6/+7
* Fix a brain-o in the last commit, the conditional was always false.Andrew Thompson2006-01-021-1/+1
* Reorganise bridge_rtupdate slightly to reduce duplication.Andrew Thompson2006-01-021-3/+2
* Reset the route expiry time on each update rather than always letting them getAndrew Thompson2006-01-021-4/+3
* It is better to use time_uptime here since it is monotonic.Andrew Thompson2006-01-021-5/+5
* Revert the previous change - the lib32 build should work now.Doug Rabson2006-01-021-2/+2
* enable "aggressive mode" only when operating in ap or station mode; inSam Leffler2006-01-021-1/+1
* update erp information element in the beacon frame to reflectSam Leffler2006-01-024-4/+21
* Add EXTDOCDIR and EXTPORTSDIR.Yoshihiro Takahashi2006-01-021-0/+12
* Add EXTPORTSDIR like EXTSRCDIR and EXTDOCDIR.Yoshihiro Takahashi2006-01-021-1/+11
* Fix the amd64 (and presumably ia64) lib32 build by ensuring that theDoug Rabson2006-01-021-1/+2
* Temporarily disable the kerberos5 lib32 build while I try to fix itDoug Rabson2006-01-021-2/+2
* Minor whitespace cleanup.Andrew Thompson2006-01-022-17/+16
* Handle the case (that I just broke) where the following hangs:Brian Somers2006-01-021-1/+3
* Read time_second directly rather than calling getmicrotime().Andrew Thompson2006-01-021-13/+5
* Remove broken code that mucks about with tcsetpgrp() -- even ifBrian Somers2006-01-021-7/+0
* Add a -s flag for the same functionality as strace. Introduce a NameBrian Somers2006-01-0213-54/+91
* Request boot floppy after loading mfsroot floppy because beastie.4th existsYoshihiro Takahashi2006-01-021-0/+3
* Add a -P option to allow skipping newfs when using a vnode-backedDima Dorfman2006-01-022-6/+22
* NUL terminate buffer from fgetln(3). From fgsch@OpenBSD.Juli Mallett2006-01-011-0/+1
* Whitespace after switch.Juli Mallett2006-01-011-3/+3
* Use the correct units when handling the hw.physmem tunable.Scott Long2006-01-011-0/+1
* Use __HAVE_ACPI and __PCI_REROUTE_INTERRUPT as appropriate rather thanWarner Losh2006-01-011-4/+2
* Define __HAVE_ACPI and/or __PCI_REROUTE_INTERRUPT, as appropriate forWarner Losh2006-01-016-0/+13
* Remove left-over #ifdef alpha routines. They aren't used by any ofWarner Losh2006-01-011-5/+0
* - Fix possible memory leak due to repetetive strdup(3) without matchingAriff Abdullah2006-01-011-14/+21
* Fix another xruns counting logic, this time, for recording.Ariff Abdullah2006-01-011-6/+8
* Document that '#' starts a comment.Stefan Farfeleder2006-01-011-0/+7
* Use the correct shared-library version number (the same as the one usedDoug Rabson2006-01-011-1/+1
* Remove stray debug from p4 integration.Warner Losh2006-01-011-5/+1
* Unbreak kernel build.Alexander Leidinger2006-01-011-3/+3
* Adding another multi-byte characters related regression test for recentTai-hwa Liang2006-01-011-0/+22
* Remove extra debugging that crept in with the integration from p4.Warner Losh2005-12-311-1/+1
* Remove K&R vestige. It is no longer necessary to concatenate stringsWarner Losh2005-12-311-2/+2
* It is next year in Asia already, so jump the gun a little and commitWarner Losh2005-12-311-3/+3
* Update for new devices, including the AMD 8111. Also mentionChristian Brueffer2005-12-311-5/+9
* Say some words about the removed PQ_* kernel options.Alexander Leidinger2005-12-311-0/+5
* MI changes:Alexander Leidinger2005-12-3119-154/+757
* Add some more obsolete files.Alexander Leidinger2005-12-311-0/+135
* Beautification.Christian Brueffer2005-12-311-1/+1
* Bump FreeBSD_Version for tv_sec change.Tom Rhodes2005-12-311-1/+1
* Add basic manpages for amdsmb(4) and nfsmb(4).Christian Brueffer2005-12-313-0/+112
* Check the entire length of the current argument for the EOF string with -E,Juli Mallett2005-12-311-1/+1
* Introduce a new sysctl variable:Christian S.J. Peron2005-12-311-1/+6
* Add a new vendor ID for Personal Cummunication Systems. They make a niceMaxime Henrion2005-12-311-0/+1
* Add support for the Wacom Graphire 3 4x5. Like the Graphire 3, it has aMaxime Henrion2005-12-314-9/+107
* Add support for Xbox 360 gamepads. They are HID-capable devices, butMaxime Henrion2005-12-313-4/+149