summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Remove underscores from the internal structure name, as it doesn't collidegahr2013-01-313-59/+254
* When in -U mode do avoid setting SUID bits, but do not modify the modebrooks2013-01-311-3/+2
* Format CDB output as 2 digit hex correcting the lengthsmh2013-01-311-1/+1
* Initial version of libusbboot, a fully stand-alone, single threaded andhselasky2013-01-3110-0/+3295
* - Move AUTHORS and ACKNOWLEDGEMENTS to the end of the page.glebius2013-01-311-33/+35
* Retire struct sockaddr_inarp.glebius2013-01-3112-131/+64
* Work around some rather unfortunate race conditions inside net80211.adrian2013-01-311-5/+3
* Mark tftp_log() as __printflike() (which would have caught the bugmarius2013-01-314-15/+17
* Do metadata relocation fixup on all loaded modules, not just the kernel.ian2013-01-301-6/+9
* Improve devd startup time, by tweaking some string handling routines that areian2013-01-302-25/+32
* Fix a problem introduced in r231057: in bsd.own.mk, move the test fordim2013-01-301-4/+1
* Utilize m_get2() to get mbuf of appropriate size.glebius2013-01-301-15/+1
* Allow the address and ports to be separated by a colon or period ratherjhb2013-01-302-4/+39
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-3085-89/+120
* When adding the directory ownership to the METALOG do it by name ratherbrooks2013-01-301-3/+4
* Do not unnecessarily split a string literal, becausehselasky2013-01-301-2/+2
* Use string literals in string descriptors for marginallyhselasky2013-01-3013-126/+42
* Use an anonymous struct for generated string descriptors.hselasky2013-01-301-4/+3
* Provide one global language string descriptor forhselasky2013-01-3016-78/+48
* Modify the FreeBSD USB kernel code so that it can be compiled directlyhselasky2013-01-3052-54/+310
* Fix a descriptor leak in devd. Clients reading /var/run/devd.pipe can closeian2013-01-302-14/+95
* Add fmemopen(3), an interface to get a FILE * from a buffer in memory, alonggahr2013-01-307-7/+378
* Rework the handling of the children for the pthread_vfork_test. Thekib2013-01-301-7/+25
* The case of pid == WAIT_MYPGRP for the kern_wait() is already handledkib2013-01-301-7/+7
* Rework the __vdso_* symbols attributes to only make the symbols weak,kib2013-01-3017-10/+326
* Reduce default shift used to calculate the max frequency for the TSCkib2013-01-301-1/+7
* Add missing header file inclusion guard.hselasky2013-01-301-1/+5
* - Fix typogabor2013-01-301-1/+1
* Add missing NULL pointer check.hselasky2013-01-301-0/+6
* Add support for MSI-X interrupts in the virtio network device and make thatneel2013-01-304-30/+348
* Add emulation support for instruction "88/r: mov r/m8, r8".neel2013-01-302-1/+60
* Remove extra %s from debug statement that ends up crashing tftpd ifsbruno2013-01-301-1/+1
* Log the addition of login.conf.db, passwd, pwd.db, and spwd.db via cat -l.brooks2013-01-292-5/+22
* Fix installworld when nmtree is not on the host by only adding it tobrooks2013-01-291-3/+5
* route_output() always supplies info with RTAX_GATEWAY member thatglebius2013-01-291-4/+3
* Remove unused file.glebius2013-01-291-261/+0
* Provide a statistic to track the number of drops in each of the port'snp2013-01-292-0/+3
* Fix installworld when the host does not need to bootstrap nmtree.brooks2013-01-291-1/+1
* - Refresh code with latest OpenBSD revisions.delphij2013-01-2914-87/+71
* Fix date.joel2013-01-291-1/+1
* Fix typo in debug printf.glebius2013-01-291-1/+1
* Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.hjhb2013-01-2918-327/+178
* Bump __FreeBSD_version for cat -l (soon to be a bootstrap tool).brooks2013-01-291-1/+1
* Add -l option to cat(1). This option causes cat(1) to use fcntl(2) tobrooks2013-01-292-6/+30
* - Regengabor2013-01-291-4/+12
* - Add a BSD-licensed patch, ported by Pedro F. Giffuni (pfg) fromgabor2013-01-2919-1/+4968
* Add simple clock driver and ehci glue code for a10ganbold2013-01-296-5/+578
* Fix two misusages of return_*() macros for ACPICA.jkim2013-01-282-2/+6
* Fix white spaces for style consistency.jkim2013-01-282-7/+6
* Merge two bug fixes from the vendor branch.jkim2013-01-284-22/+40
OpenPOWER on IntegriCloud