summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Tidy up locking and memory allocation for the real mode emulator wrapper.jkim2010-08-101-36/+26
* Fix compilation error for 64-bit little endian build:neel2010-08-101-2/+2
* Fix (hopefully) the spelling of "queuing."ivoras2010-08-091-1/+1
* Bumping the read-ahead count once more, to value equivalent to 512 KiB onivoras2010-08-091-1/+1
* Elaborate on how hirunningspace was chosen.ivoras2010-08-091-2/+5
* Tidy up printf() calls for debugging.jkim2010-08-091-46/+30
* Simplify the logic for handling ipi_selected() and ipi_cpu() in theattilio2010-08-092-84/+52
* Linux has no strlcpy().pjd2010-08-091-2/+4
* MFp4 CH180235:bz2010-08-091-0/+17
* Initialize a variable just before its use.jkim2010-08-091-1/+1
* Make ^L with cons25 and origin mode bit more sane.ed2010-08-091-3/+9
* Reduce diffs between VM86 and X86EMU wrappers for x86bios_alloc() andjkim2010-08-091-23/+29
* Attempt to autodetect the cype of chipset, rather than storing thisgavin2010-08-091-103/+88
* Fix bind(2) and connect(2) support on Solaris.pjd2010-08-091-10/+8
* Fix file system type detection on Solaris.pjd2010-08-091-1/+1
* Small tweaks.pjd2010-08-092-8/+8
* No need to use grep to check if path start with /.pjd2010-08-091-4/+6
* Document newly added controller AR8151 and AR8152.yongari2010-08-091-7/+15
* Add support for Atheros AR8151/AR8152 PCIe gigabit/fast ethernetyongari2010-08-093-99/+388
* Add entries for some devices I have locally.gavin2010-08-091-0/+25
* Add F1 PHY found on Atheros AR8151 v2.0 PCIe gigabit ethernetyongari2010-08-092-0/+2
* Add descriptions to a handful of sysctl nodes.gavin2010-08-093-7/+13
* - Add full support for header / data digests.des2010-08-0920-1023/+909
* "whereis netscape" gives empty output for quite a long time already.fjoe2010-08-091-1/+1
* Return EIO if vdev->v_phys_read is NULL.mm2010-08-091-0/+3
* It seems some old Sundace(now IC Plus Corp.) controllers do notyongari2010-08-091-7/+20
* Add a multipath oriented test.mjacob2010-08-093-1/+436
* The r208165 fixed a bug related to unsigned integer overflowing for theattilio2010-08-091-4/+1
* Back out r210975, which changed documentation to match the now backed-outjamie2010-08-081-5/+5
* Back out r210974. Any convenience of not typing "persist" is outweighedjamie2010-08-081-2/+6
* Remove unnecessary duplicate letters in mksyntax.c,jilles2010-08-081-2/+2
* The PL2302X can support any baud rate <= 6Mbps, allow any rate to be set.gavin2010-08-081-12/+20
* Don't pass sizeof(u_int) to an argument of SYSCLT_PROC that ends up notdwmalone2010-08-082-2/+2
* sh: Add more testcases for ${var:-word}.jilles2010-08-081-0/+38
* Merge r114010 of head/usr.bin/login/login.c into PicoBSD's login.c:gavin2010-08-081-1/+2
* Correct two error messages to match the failure they are reporting.gavin2010-08-081-2/+2
* Wrap some sun4u-only symbols.marius2010-08-081-5/+3
* - As it is not possible for sched_bind(9) to context switch withmarius2010-08-085-34/+113
* loadandclear() for PTEs are not needed on MIPS. The PTEs are softwarejchandra2010-08-081-3/+9
* Add a termcap entry for rxvt-256color.gavin2010-08-081-0/+3
* License ACK is not required for the wpifw module nor when buildingbschmidt2010-08-081-1/+1
* Remove unneeded struct timezone passed to gettimeofday().ed2010-08-081-5/+3
* Small style(9) fix: use tabs instead of spaces.ed2010-08-081-8/+8
* Address an edge condition that we found at work, where the carp(4)delphij2010-08-081-1/+2
* Do not build real mode emulator for i386. We use VM86 again since r210877.jkim2010-08-082-3/+5
* Don't use struct timezone.ed2010-08-081-4/+2
* Remove unneeded use of struct timezone.ed2010-08-082-6/+4
* This isn't WARNS=6 safe. It fails to build on mips. Retore oldimp2010-08-081-0/+2
* Fix -R when used with -p. Previously, thekientzle2010-08-083-4/+18
* Cache PCIY_PMG and PCIY_EXPRESS capability pointer to softc and useyongari2010-08-082-10/+17
OpenPOWER on IntegriCloud