summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Define YY_NO_INPUT. This makes aicasm buildable by clang with Werrorrpaulo2010-10-132-0/+2
* Don't define the input() function ifdef YY_NO_INPUT.rpaulo2010-10-131-0/+2
* Use the RFC2606 domain example.com in examples.brucec2010-10-131-2/+2
* o) Make it possible to attach a PHY directly to an octe device rather thanjmallett2010-10-138-47/+815
* sigqueue_collect_set() is no longer needed because other functionsdavidxu2010-10-131-29/+7
* Consistently use "STATIC" for all functions in order to be able to setobrien2010-10-1317-73/+77
* Fix the krpc so that it can handle NFSv3,UDP mounts with a read/writermacklem2010-10-133-7/+20
* Use AcpiReset() from ACPICA instead of rolling our own, which is actuallyjkim2010-10-132-12/+11
* Create the /bin/rmail symlink (which mailers such as postfixmarkm2010-10-121-0/+4
* Remove trailing ", " from `sysctl machdep.idle_available' output.jkim2010-10-123-3/+6
* Protect bge(4) from accessing invalid NIC internal memory regionsyongari2010-10-121-0/+8
* If DEBUG is 3 or greater, disable STATICization of functions.obrien2010-10-123-3/+8
* Always set cm_complete_data before calling mps_config_complete().mdf2010-10-121-1/+1
* Fix a regression introduced in r213495. r213495 disabled miniyongari2010-10-121-1/+1
* Document the fact that bwn works really well on the laptop I'm usingjoel2010-10-121-1/+2
* Re-expose and briefly document taskqueue_run(9). The function is usedmdf2010-10-123-3/+17
* Allow one to regression test 'sh' changes without having to installobrien2010-10-1229-82/+100
* acpi_ec: changes in communication with hardwareavg2010-10-121-83/+89
* generic_stop_cpus: prevent parallel executionavg2010-10-121-45/+17
* tmpfs + sendfile: do not produce partially valid pages for vnode's tailavg2010-10-121-3/+6
* zfs + sendfile: do not produce partially valid pages for vnode's tailavg2010-10-121-3/+6
* Fix monitor mode which is implemented by doing a firmware scan. Thisbschmidt2010-10-122-1/+34
* Format prototypes to follow style(9) more closely.jh2010-10-122-22/+25
* Small grammar nit in a printf message.joel2010-10-121-1/+1
* - Add support for xz compression to pkg_create, bzip2 remains the defaultflz2010-10-126-8/+36
* We already have dummy receive buffer in sc->buffer.glebius2010-10-121-3/+6
* Add macro DECLARE_MODULE_TIED to denote a module as requiring thekib2010-10-126-7/+21
* Add a flag TDF_TIDHASH to prevent a thread from beingdavidxu2010-10-122-3/+13
* Correct regression test to not show a false positive when run as root.obrien2010-10-111-6/+9
* Try and make the nfsrv_localunlock() function in the experimentalrmacklem2010-10-111-8/+36
* The IFF_DRV_RUNNING flag is set at the end of bge_init_locked. Butyongari2010-10-111-9/+13
* Remove one last reference of BGE_MI_MODE register for auto polling.yongari2010-10-111-5/+15
* Re-work the internal user ioctl command table, and support the FW_UPLOADmdf2010-10-111-36/+213
* Add function prototypes for static functions.mdf2010-10-111-0/+13
* Add the XHCI USB controller to NOTES.thompsa2010-10-111-0/+2
* Fix a memory leak and locking inconsistency in mps(4) ioctl handling.mdf2010-10-111-10/+22
* camlib.c: update one overlooked commentavg2010-10-111-3/+3
* Fix up the COMPAT_FREEBSD32 ioctl logic for mps(4).mdf2010-10-112-116/+199
* Upgrade xz to git snapshot as of 20101010mm2010-10-1173-3829/+6479
|\
| * Remove two non-vendor files as recommended.mm2010-10-112-65/+0
| * Vendor import of xz (stripped)mm2010-10-1170-3822/+6535
* | Fix reference to nonexistent manpage getuid(3).ed2010-10-111-2/+2
* | Remove stale reference to wtmp(5).ed2010-10-111-2/+2
* | Do not setup interrupt endpoint for axe(4).yongari2010-10-112-34/+0
* | Remove more unneeded files and directories from contrib/llvm. Thisdim2010-10-11721-162290/+0
* | Rework the analysis of the 'r' specifier. It turns out that we can'trpaulo2010-10-113-1/+7
* | Add code to print the number and type of the CPU that is present ingnn2010-10-111-0/+4
* | cam_get_device, cam_open_device: make behavior simpler and more deterministicavg2010-10-112-97/+21
* | Restore the support for the 'r' and the 'y' conversion specifiers, firstrpaulo2010-10-111-0/+2
* | Fix compile with -DDEBUG by using the correct mfi_pd_ref union definitionrandi2010-10-101-2/+2
OpenPOWER on IntegriCloud