summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert r199830 for now. Too many ports dlopen() libraries linked withkib2009-11-281-1/+1
* Allow to load not-openable dso when tracing. This fixes ldd on such dso orkib2009-11-282-4/+8
* Remove unneeded inclusion of <sys/termios.h>.ed2009-11-281-1/+0
* Provide a set of sysctls and tunables to disable device node creationtrasz2009-11-289-29/+68
* Use <termios.h> instead of <sys/termios.h>.ed2009-11-281-1/+1
* - correct xref sectionsdanger2009-11-282-4/+4
* Remove unneeded includes of <sys/termios.h>.ed2009-11-282-2/+0
* - correctly render the provided exampledanger2009-11-281-1/+1
* Properly synchronize the previous change.alc2009-11-281-0/+2
* Support the new VM_PROT_COPY option on wired pages. The effect of whichalc2009-11-271-3/+6
* Simplify the invocation of vm_fault(). Specifically, eliminate the flagalc2009-11-2712-47/+27
* unifdef: fix invalid array access when nesting limit exceededfanf2009-11-271-4/+8
* Use the default stack size for the iterator thread.tuexen2009-11-271-1/+1
* Remove spinconsole from pc98, some parts seem to be missed and it'ssobomax2009-11-271-2/+0
* Fix the cross-reference to sctp_opt_info in the text - section 3, not 2.roam2009-11-271-1/+1
* Properly use the envp argument in execvPe().ed2009-11-271-2/+2
* o HEAD is FreeBSD 9-current now.maxim2009-11-271-2/+5
* o FreeBSD 8.0 added.maxim2009-11-271-0/+3
* Whitespace-only: another instance of identation with spaces.sobomax2009-11-271-1/+1
* Whitespace on: use tabs for identation consistently.sobomax2009-11-271-4/+4
* Add new loader console type: "spinconsole". This console selects thesobomax2009-11-276-20/+135
* i386 has not (yet) any DEV_ATPIC conditional than axe it out from Xenattilio2009-11-271-4/+0
* Add two Cirrus Logic codec IDs.mav2009-11-261-0/+10
* Reset path name back to original correctly in fts_build() whenjh2009-11-261-5/+2
* Clarify that the value of the fts_info field is different in post-order.jh2009-11-261-4/+3
* unifdefall: optimise the loop that builds the unifdef command.fanf2009-11-261-9/+17
* Libthr cannot be dynamically loaded into the running process.kib2009-11-261-1/+1
* Implement rtld part of the support for -z nodlopen (see ld(1)).kib2009-11-263-14/+32
* Flag controlling origin expansion in DT_FLAGS is DF_ORIGIN, not DF_1_ORIGIN.kib2009-11-261-1/+1
* Implement sighold, sigignore, sigpause, sigrelse, sigset functionskib2009-11-267-13/+259
* sigset() is the name of function specified by SUSv4.kib2009-11-261-4/+4
* Add IBM ServeRAID-MR10i to the hardware list.brueffer2009-11-261-1/+3
* Drop USB mass storage devices support from ata(4). It is out of the build asmav2009-11-266-1150/+0
* MFp4:mav2009-11-269-88/+147
* Replace VM_PROT_OVERRIDE_WRITE by VM_PROT_COPY. VM_PROT_OVERRIDE_WRITE hasalc2009-11-264-32/+22
* - New style of jail(8) usage requires "-c" argument to create a jail.kuriyama2009-11-261-2/+2
* Remove debugging remnants from unifdefall.fanf2009-11-261-2/+2
* Remove overuse of exclamation marks in kernel printfs, there mere fact athompsa2009-11-2635-106/+105
* Fix a performance bug in factor(6).fanf2009-11-261-21/+27
* Disable interrupts after doing early takeover of the usb controller in case usbthompsa2009-11-253-2/+19
* Update unifdef to my upstream version 1.188fanf2009-11-253-134/+300
* exit if "make distribition" failsjulian2009-11-251-1/+1
* Fix typo which inversed the logic which in turn disabled MSI.yongari2009-11-251-1/+1
* Make sure one shot MSI is enabled.yongari2009-11-251-0/+2
* Be nice, don't use the f-word.trasz2009-11-252-2/+2
* Change gcore in order to get rid of the procfs accesses and use FreeBSD'sattilio2009-11-254-198/+185
* Avoid sshd, cron, syslogd and inetd to be killed under high-pressure swapattilio2009-11-254-0/+17
* Add the possibility to show informations about dropped packets on theattilio2009-11-251-4/+13
* In tac_get_av_value() empty attributes should be handled like 0-lengthattilio2009-11-251-1/+6
* Fix a socket leak in ftp_request() after that a connection is established.attilio2009-11-251-3/+9
OpenPOWER on IntegriCloud