summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* phys_addr is a PA not a VA so declare it as a vm_paddr_t not a vm_offset_t.imp2011-02-051-1/+1
* Make md_tp a register_t not a void *. This will keep us fromimp2011-02-053-6/+6
* sh: Remove special code for shell scripts without magic number.jilles2011-02-0417-224/+27
* Remove duplicate .note.GNU-stack section declaration.kib2011-02-042-4/+0
* Since the last parameter to vm_object_shadow() is a vm_size_t and not aalc2011-02-042-8/+6
* Remove duplicate .note.GNU-stack section declaration. bcopy alreadykib2011-02-043-6/+0
* Do not let pw.conf(5) or -M option affect creation of basehome, e.g., /home.jkim2011-02-041-5/+5
* Correct include path.jhb2011-02-041-1/+1
* Disable TX IP checksum offloading for RTL8168C controllers. Theyongari2011-02-041-4/+19
* Make sys_signame upper case.jilles2011-02-047-40/+40
* We can pass a format string and args to panic(), so instead of usingemaste2011-02-041-14/+8
* vdev's sectorsize should not be greater than 8 Kbytes and alsoae2011-02-041-1/+13
* Collapse duplicate definitions of EXT2_SB().jhb2011-02-041-17/+6
* Always assert that the turnstile chain lock is held in turnstile_wait()jhb2011-02-041-2/+1
* When turning off TCP_NOPUSH, only call tcp_output() to immediately flushjhb2011-02-041-2/+3
* Use M_WAITOK rather than M_NOWAIT when creating taskqueues via thejhb2011-02-041-2/+2
* 1) Fix cpu mapping per JB's suggestionsrrs2011-02-042-19/+50
* Replace __LP64__ with __mips_n64. This partly reverts r217147.tijl2011-02-044-12/+12
* Fix typo (Tuneable -> Tunable).brucec2011-02-041-4/+4
* Add PEX0 and select the first serial port as console.marcel2011-02-041-0/+28
* Oops, fix newbie mistake that breaks the normal build.adrian2011-02-041-1/+1
* sh: Return only 126 or 127 for execve() failures.jilles2011-02-031-12/+5
* Fix several bugs in the stream schedulers.tuexen2011-02-036-54/+67
* Modify the TX path to set and use the 11n rate scenario bits.adrian2011-02-031-25/+75
* Disable the code I previously added from Rui's 802.11n branch.adrian2011-02-031-0/+6
* Make sure that changing the ECN sysctl does not affecttuexen2011-02-036-30/+34
* 1) Move per John Baldwin to mp_maxidrrs2011-02-037-22/+37
* Fix for detection of MTK 3329 GPS USB devices.hselasky2011-02-032-5/+58
* The FDT describes the host controller directly. There's no need tomarcel2011-02-031-17/+10
* Accept r1 as having the metadata pointer argument if r0 is 0.marcel2011-02-031-4/+10
* Bring the list of OIDs up-to-date to prevent conflicts.harti2011-02-031-1/+19
* Eliminate unnecessary page hold_count checks. These checks predatealc2011-02-032-4/+2
* Use a dedicated taskqueue with a thread that runs at a software-interruptjhb2011-02-031-3/+7
* Fix the per CPU stats so that:rrs2011-02-034-8/+39
* Setup another socketpair between parent and child, so that primary sandboxedpjd2011-02-035-31/+143
* Add missing locking after moving keepalive_send() to remote send threadpjd2011-02-031-3/+9
* Drop privileges after connecting to hastd, but before sending or receivingpjd2011-02-031-0/+5
* Let the caller log info about successful privilege drop.pjd2011-02-033-2/+2
* Adds an experimental option to create a pool ofrrs2011-02-039-4/+254
* Include driver name in panic string, to make it easier to find these shouldemaste2011-02-031-4/+4
* Revert part of r173264. Both aac_ioctl_sendfib and aac_ioctl_send_raw_srbemaste2011-02-031-5/+1
* Setting TARGET and TARGET_ARCH needs to be done in _MAKE, not in theimp2011-02-021-2/+2
* sh: Add test for shell script without '#!'.jilles2011-02-021-0/+11
* sh: Remove comment mentioning herefd, which is gone.jilles2011-02-021-2/+1
* Add some obsolete manpages.uqs2011-02-021-0/+6
* Add missing argument after r218192.bz2011-02-021-1/+1
* libkvm: fix logic inversion introduced with last commituqs2011-02-021-2/+2
* Put the general logic for being a CPU hog into a new functionmdf2011-02-0216-35/+34
* - Rename proto_descriptor_{send,recv}() functions topjd2011-02-027-166/+200
* Add proto_connect_wait() to wait for connection to finish.pjd2011-02-025-11/+84
OpenPOWER on IntegriCloud