summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix core dump when server fails to respond.gavin2010-06-271-1/+4
* Correct a comment typo.jh2010-06-271-1/+1
* Fix typo introduced in previous revision.rpaulo2010-06-271-1/+1
* Note that internal_underscores should be used in identifier names rathercperciva2010-06-271-0/+3
* Ignore versioned dependencies on shared objects to which we do not link.nwhitehorn2010-06-261-3/+10
* Correct arguments order.pjd2010-06-261-2/+2
* Just like in case of setgroups(2), for getgroups(2) also advice includingpjd2010-06-261-1/+1
* Fix the AR_SREV_MERLIN_20_OR_LATER() check.rpaulo2010-06-261-1/+1
* * Do not dereference a NULL pointer when calling an SCTP send syscalltuexen2010-06-261-2/+3
* Set svn:executable property so we can run the DTrace test suite.rpaulo2010-06-262-0/+0
* Add NTFS partition type to GEOM_MBR.rpaulo2010-06-264-2/+15
* Taken from actual police videos ...dougb2010-06-261-0/+33
* We need to install the shell scripts as executables rather than asimp2010-06-253-3/+3
* Import the acpi_aibs(4) driver written by Constantine A. Murenin.rpaulo2010-06-257-1/+584
* use PTR_WORD for __curbrk and minbrk instead of .word, the new versionjchandra2010-06-252-2/+2
* Add an alignment of 8 for sections in the n32 ABI. The default alignmentjchandra2010-06-252-0/+2
* Fix a stray PC-BSDism, on FreeBSD, we install these things into /usr/shareimp2010-06-241-1/+1
* Makefile overlooked in r2095137imp2010-06-241-0/+6
* Remove the license files that svn made me remove at the last second, doh!imp2010-06-241-2/+1
* Bring in Kris Moore's pc-sysinstall shell script from PC-BSD. Thisimp2010-06-2471-0/+8201
* Make sure that all the exposed counters and variables are actuallygnn2010-06-241-0/+17
* Merge from tbemd:imp2010-06-241-3/+3
* Merge from tbemd:imp2010-06-241-1/+1
* Merge from TBEMD:imp2010-06-242-3/+6
* Add linker script and configuration file for n32 kernel.jchandra2010-06-242-0/+436
* Merge jmallett@'s n64 work into HEAD - changeset 7jchandra2010-06-249-62/+146
* Fix a bug I introduced in r209470.tuexen2010-06-241-2/+2
* Assign PCI intline values for ISA interrupts using the new INTR_VEC()marcel2010-06-241-3/+3
* Remove debugging printf() -- that is, I assume it was for debugging :-)marcel2010-06-241-2/+0
* Comment about the shared pins I know about.adrian2010-06-241-0/+2
* Pass the device_t of the AT PIC driver to atpic_intr() so thatmarcel2010-06-241-5/+2
* Reverse the logic of the if statement that sets the default value ofnwhitehorn2010-06-241-3/+3
* Use M_WAITOK for VESA BIOS initialization consistently.jkim2010-06-231-5/+5
* Move default HZ from 100 to 1000 on powerpc.nwhitehorn2010-06-231-1/+1
* With openpic(4) using active-low as the default polarity, reconfiguremarcel2010-06-231-2/+9
* Configure interrupts on SMP systems to be distributed among all onlinenwhitehorn2010-06-239-3/+110
* In the attach method, refactor to take into account thatmarcel2010-06-231-3/+10
* Clear DF bit in eflags/rflags on the kernel entry. The i386 and amd64kib2010-06-236-1/+19
* Merge jmallett@'s n64 work into HEAD - changeset 6jchandra2010-06-236-145/+138
* Update the man page to reflect the changes to the netDev configurationrandi2010-06-231-6/+4
* Let x86bios_alloc() pass contigmalloc(9) flags. Use it to set M_WAITOKjkim2010-06-233-12/+10
* * Implement sctp_does_stcb_own_this_addr() correclty. It was taking thetuexen2010-06-231-57/+151
* If a device can't be opened, don't keep going but display the errorbrucec2010-06-231-0/+2
* Make it easier to cancel a failing installation by only attempting tobrucec2010-06-232-9/+19
* When installing on a machine which doesn't have a VGA card installed, enablebrucec2010-06-231-0/+29
* Add some more modules to loader.conf. Remove if_awi since support for itbrucec2010-06-231-1/+67
* Fix bugs on pc98, use npxgetuserregs() instead of npxgetregs() forkib2010-06-233-21/+14
* After the FPU use requires #MF working due to INT13 FPU exception handlingkib2010-06-234-46/+35
* Remove the support for int13 FPU exception reporting on i386. It iskib2010-06-236-208/+34
* Remove unused i586 optimized bcopy/bzero/etc implementations that utilizekib2010-06-235-842/+8
OpenPOWER on IntegriCloud