summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add thread-local storage support for arm:gonzo2012-02-142-4/+5
* Add thread-local storage support for ARM to rtld-elfgonzo2012-02-143-11/+83
* Add ARM relocations types used for thread-local storagegonzo2012-02-141-0/+4
* Add __aeabi_read_tp function required for thread-local storagegonzo2012-02-142-1/+43
* Minor cleanup and added missing svn keywords.brueffer2012-02-131-5/+7
* Use if_maddr_*lock() routines to lock the per-interface multicastjhb2012-02-131-2/+2
* - use struct ifnet as explicit type of the argument to theluigi2012-02-137-96/+212
* Use the non-sleeping variang of t4_wr_mbox in code that can be callednp2012-02-131-1/+1
* Add a sysctl to report the firmware build number.emaste2012-02-131-0/+9
* Fix write(1) to support wide characters.glebius2012-02-132-28/+17
* No need to optimise for a node with no hooks, my braino.glebius2012-02-131-5/+2
* Polish diff against upstream.ed2012-02-1313-54/+50
* Add missed EOL when die() was converted to use rtld_fdputstr() insteadkib2012-02-131-0/+1
* Correct the 802.11s mesh configuration structure and related tidbits.adrian2012-02-132-20/+53
* Re-generate /etc/devd/usb.confhselasky2012-02-131-6/+15
* Fix panic after "WARNING - ATA_IDENTIFY taskqueue timeout"emaste2012-02-131-0/+1
* Missing conditions in checking whether an inode has been written.mckusick2012-02-131-0/+3
* Attempt to address some potential vap->iv_bss race conditions.adrian2012-02-131-3/+11
* Prevent periodic scripts that run longer than the expected period frombrooks2012-02-121-64/+95
* Fix a typo.rmh2012-02-121-1/+1
* Globally replace u_int*_t from (non-contributed) man pages.ed2012-02-1256-345/+345
* start watchdogd before most of other daemons/serversavg2012-02-122-2/+2
* Move WITHOUT_SOURCELESS_* files to sys/conf/ in order to avoid "universe"rmh2012-02-126-58/+0
* newvers.sh: unbreak git/git-svn supportavg2012-02-121-4/+8
* Avoid using BEFORE in the utx rc script.ed2012-02-122-2/+1
* Include target names in diagnostic output.fjoe2012-02-122-68/+75
* - Use fixed-width integer types.fjoe2012-02-122-21/+21
* And of course, I forgot to add -a to the usage.ed2012-02-111-1/+1
* Attempt to implement who -a.ed2012-02-112-22/+16
* sh: Make 'hash' return 1 if at least one utility is not found.jilles2012-02-112-8/+18
* Move utmpx handling out of init(8).ed2012-02-115-42/+25
* MFp4 204292:bz2012-02-111-0/+12
* Replace utxrm(8) by utx(8).ed2012-02-118-33/+103
* Close a race due to dropping of the map lock between creating map entrykib2012-02-113-10/+11
* Nice range comparison.pjd2012-02-111-5/+3
* Reverting last change r231449 (fix bin/164947) due to concerns voicedcracauer2012-02-111-23/+3
* The PTRACESTOP() macro is used only once. Inline the only use and removekib2012-02-112-7/+5
* Properly name the sysctl to "iflistl" rather than "iflist2", which had beenbz2012-02-111-1/+1
* Flesh out support for SAS1078 and SAS1078DE (which are said to actuallymarius2012-02-115-33/+67
* Add myself to calendar.dmarion2012-02-111-0/+1
* Use the correct constant (with same value) for comparying the SA type.bz2012-02-111-1/+1
* Set read buffer size to multiple of sizeof(struct futx).ed2012-02-111-7/+12
* Depend on the relevant header files.bz2012-02-111-1/+1
* Start to try to hide LRO (and some TSO) bits behind #ifdefs as especiallybz2012-02-111-4/+48
* Remove unused variable miikevlo2012-02-111-2/+0
* Use the more common macro to set the if_baudrate to 10Gbit/s. Just usebz2012-02-111-1/+1
* Make use of the read-only variant of the IF_ADDR_*LOCK() macros introducedbz2012-02-111-2/+2
* In the days before r208307 addswap was running early in the second stagedougb2012-02-112-2/+2
* Switch getifaddrs(3) to the new API introduced in r231505. Also removebz2012-02-112-122/+54
* Introduce a new NET_RT_IFLISTL API to query the address list. It worksbz2012-02-115-47/+277
OpenPOWER on IntegriCloud