summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix cut'n paste on the AR9280 entry.thompsa2009-12-022-2/+2
* Include <sys/sysctl.h>, to get the declarations of ostype andmarcel2009-12-021-2/+1
* Add missing parameter description.trasz2009-12-021-1/+3
* Don't use ap->a_td->td_ucred when we were passed ap->a_cred.trasz2009-12-021-1/+1
* - initialize src_ip in the main loop to prevent a compiler warningluigi2009-12-021-5/+8
* Bump __FreeBSD_version for sigpause(3) addition [1] andkib2009-12-021-1/+1
* Properly support -fPIE by linking PIE binaries with specially-builtkib2009-12-0210-39/+97
* ndis_scan_results() can sleep if the scan results are not ready whenjhb2009-12-021-9/+5
* Fix several cases where the periph lock was held over malloc.scottl2009-12-021-54/+24
* Make <libutil.h> work when included by itself.ed2009-12-021-0/+28
* Dispatch sockopt calls to ipfw and dummynetluigi2009-12-021-0/+4
* mca: improve status checking, recording and reportingavg2009-12-024-98/+126
* small changes for portability and diff reduction wrt/ FreeBSD 7.luigi2009-12-021-15/+38
* Unify rc.firewall and rc.firewall6, and obsolete rc.firewall6ume2009-12-028-365/+178
* Teach an IPv6 to send_pkt() and ipfw_tick().ume2009-12-021-112/+166
* Until this moment carp(4) used a strange logging priority. It used debugglebius2009-12-021-16/+16
* Add new sockopt names for ipfw and dummynet.luigi2009-12-021-0/+8
* change the type of the opcode from enum *:8 to u_int8_tluigi2009-12-021-1/+1
* Fix the dprintf() prototype.brueffer2009-12-021-2/+2
* Bump limits on PowerPC. This allows large executables like parts of LLVMnwhitehorn2009-12-021-5/+5
* Add missing ath_ar9* ath hal entries.thompsa2009-12-023-0/+5
* Remove unknown ath hal device entries.thompsa2009-12-021-3/+0
* Add CAM_ATAIO_DMA ATA command flag to mark DMA protocol commands.mav2009-12-013-3/+28
* T3 firmware 7.8.0 for cxgb(4)np2009-12-012-722/+739
* Fix parenthesis typo -- copy full frame pointer for userland callchain,emaste2009-12-011-1/+1
* Don't allocate an input buffer for a TTY when the receiver is turned off.ed2009-12-011-2/+4
* Add media ioctl support and link notifications so that devd will attemptgibbs2009-12-011-16/+46
* Don't try to bind to an anycast addeess. The KAME IPv6 stack doesn'tume2009-12-011-0/+41
* Remove -t from the manpage and usage.jhb2009-12-012-6/+3
* Unbreak user space after if_timer/if_watchdog removal in r199975.bz2009-12-014-25/+2
* Add an .Nm for strncat.brueffer2009-12-011-2/+3
* Temporarily revert the previous change because the linker has beengreen2009-12-011-36/+28
* Describe what setpgid(2) does when pgid=0. The text has beenkeramida2009-12-011-0/+5
* Do not gratuitously fail *env(3) operations due to corrupt ('='-less)green2009-12-014-31/+81
* Fix local root vulnerability.cperciva2009-12-011-6/+6
* Remove if_timer/if_watchdog now that they are no longer used. The spacejhb2009-11-303-76/+1
* Remove extra parantheses from usb_ethernet.c and usb_serial.c lines.jhb2009-11-301-4/+7
* Use switch out (SWO) instead of switch in (SWI) debug log mask in csw_out.emaste2009-11-301-1/+1
* Free pointer from getenv() when done with it.emaste2009-11-301-0/+1
* amdsbwd: new driver for AMD SB600/SB7xx watchdog timeravg2009-11-309-0/+522
* x86 cpu features: add MOVBE reporting and flagavg2009-11-304-2/+4
* Merge Scott Long's latest blkfront now that the licensing issues are resolvedkmacy2009-11-302-539/+654
* Update license to reflect terms in xen 2.0 as of the time when the driver was...kmacy2009-11-302-17/+40
* Update to BIND 9.6.1-P2. The vulnerability this is designed to fix isdougb2009-11-3010-43/+133
* Disable job control when running 'sh -i' in the testsuite.jilles2009-11-292-2/+2
* Fix some cases where file descriptors from redirections leak to programs.jilles2009-11-294-16/+63
* Correct typo.bz2009-11-291-1/+1
* Add atp(4) to powerpc GENERIC. Most late-generation Apple PowerPC laptopsnwhitehorn2009-11-291-0/+1
* Early-generation touchpads do not send periodic calibration frames fornwhitehorn2009-11-291-0/+15
* Enable IPcomp by default.bz2009-11-292-4/+6
OpenPOWER on IntegriCloud