summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Run print_AMD_features() for both AuthenticAMD and GenuineIntel cpus.peter2004-03-251-5/+43
| | | | | | | | | | | | Report the %ecx bits in cpuid function 1. This is a hack. When reporting AMD Features, only mask off the common bits. Otherwise the SEP bit masks off SYSCALL etc in the report.
* | Add NTFS since many may want to dual-boot MS-Win64 w/FreeBSD.obrien2004-03-251-0/+1
| |
* | Restore part of rev 1.92; share/libdata/gcc should not have been deleted.obrien2004-03-251-0/+2
| |
* | Force gdb6 into disc1 for amd64, sparc64, and ia64obrien2004-03-251-0/+3
| | | | | | | | (until they have /usr/src gdb support)
* | Lets give -O2 kernels a try on sparc64.obrien2004-03-251-1/+1
| | | | | | | | Reviewed by: kensmith
* | Use uiomove_fromphys() instead of pmap_qenter() and pmap_qremove() inalc2004-03-241-9/+1
| | | | | | | | proc_rwmem().
* | Install the pf rc.d-script (missed Makefile update in original commit)mlaier2004-03-241-1/+1
| | | | | | | | Approved by: bms(mentor)
* | Remove mention of doscmd.des2004-03-242-5/+0
| |
* | Back out revision 1.295. share/libdata/gcc/ is valid and used.obrien2004-03-241-0/+2
| |
* | Move ct.4 to ctau.4. Step two: add ct.4 as ctau.4.rik2004-03-241-0/+99
| | | | | | | | | | | | Do not bother about too small history for ct.4. Approved by: imp(mentor)
* | Move ct.4 to ctau.4. Step one: remove ctau.4 link.rik2004-03-241-1/+0
| | | | | | | | Approved by: imp(mentor)
* | New release note:hrs2004-03-242-40/+80
| | | | | | | | | | | | | | | | | | | | | | | | isp(4) fix on sparc64, ipcs(1) -u option, rmdir(1) -v flag, rc.d/diskless split, rc.d/pf. Update release note: MFC of umass(4) timeout/ATAPI MMC support, items related to the rc.d scripts moved into a separate section.
* | - Update for the new interrupt code on i386 meaning that SMP kernels canjhb2004-03-241-10/+7
| | | | | | | | | | | | | | | | | | now run on UP machines, options APIC_IO is now spelled device apic, and HT CPUs are now enabled by default. - Add a 'I386 NOTES' section header to the i386-specific paragraphs. Someone with more mdoc fu can suggest a better name if needed. Requested by: kris (1)
* | Properly reprogram the hardware when IFF_ALLMULTI flag is set.ru2004-03-241-0/+3
| |
* | sppp (4) to netgraph (4) node. As always: I'l connect it to therik2004-03-243-0/+491
| | | | | | | | | | | | | | system after extra check. Approved by: imp (mentor) Approved by: julian (in general)
* | Conform to local file sytle and prefer (a && (b & flag)).imp2004-03-241-1/+1
| |
* | The topology lock is not needed for g_error_provider() function.pjd2004-03-241-1/+1
| | | | | | | | Discussed with: phk
* | Add locking so that arc4random(3) functions are all reentrant forgreen2004-03-241-10/+54
| | | | | | | | | | | | pthreads. Submitted by: Christian S.J. Peron <maneo@bsdpro.com>
* | Added a note, that g_access() function cannot failed when dc[rwe] <= 0.pjd2004-03-241-0/+8
| |
* | Functions:pjd2004-03-245-27/+11
| | | | | | | | | | | | | | | | - g_new_geomf(), - g_new_providerf(), - g_new_consumer() cannot failed (by returning NULL), so don't scare programmers.
* | Added 'nojail' keyword for rc.d/mixer script, while mixer(8) is notpjd2004-03-241-1/+1
| | | | | | | | usable in jail by default (no /dev/mixer).
* | Bring man page back in shape. Many option descriptions lacked these2004-03-241-140/+160
| | | | | | | | | | | | | | | | option name and paramaters they apply to and there was a mix of formatting methods and styles. I'm not sure that the description of "nfs_retransmit_counter" is correct, but it does now at least match what's in -STABLE.
* | Don't duplicate a packet, just to throw it away when we discover thejulian2004-03-241-1/+1
| | | | | | | | duplicat hook is not connected.
* | Added the `toolchain' top-level target, which builds enough ofru2004-03-242-1/+3
| | | | | | | | | | | | | | buildworld, up to and including libraries, except for actually building the world. Requested by: many
* | Previous commit =~ s,share/,,des2004-03-240-0/+0
| |
* | Remove mention of share/libdata/doscmd/{,fonts/} and share/libdata/gcc.des2004-03-241-10/+0
| |
* | Previous commit should have read: remove share/libdata/doscmd/{,fonts/}.des2004-03-241-2/+0
| | | | | | | | This time around, remove share/libdata/gcc/ which seems unused.
* | Remove share/doscmd/{,fonts/}des2004-03-241-4/+0
| |
* | remove stale documentationluigi2004-03-24102-3313/+0
| |
* | remove floppy image typeluigi2004-03-2426-1536/+0
| |
* | remove this floppy image too.luigi2004-03-2412-453/+0
| |
* | remove this floppy image.luigi2004-03-2417-541/+0
| |
* | Remove this picobsd floppy type.luigi2004-03-2441-1602/+0
| | | | | | | | | | We only want to support one in -current, and let people take care of their own images.
* | fix building of bridge floppiesluigi2004-03-241-1/+2
| |
* | The ndis_wlan_bssid_ex structure we retrieve in ndis_get_assoc() iswpaul2004-03-241-5/+11
| | | | | | | | | | | | | | | | | | | | variable length, so we should not be trying to copy it into a fixed length buffer, especially one on the stack. malloc() a buffer of the right size and return a pointer to that instead. Fixes a crash I discovered when testing whe a Cisco AP in infrastructure mode, which returns several information elements that make the ndis_wlan_bssid_ex structure larger than expected.
* | Add -u option to ipcs(1) and document it in ipcs.1bmilekic2004-03-242-3/+39
| | | | | | | | | | | | | | It allows you to list IPC facilities owned by username/uid. Submitted by: Christian S.J. Peron <maneo@bsdpro.com> PR: bin/63463
* | Fix a bug introduced in rev 1.33(mega API change).simokawa2004-03-241-1/+1
| | | | | | | | | | | | | | Because xfer->send.payload is a pointer to the buffer, '&' shouldn't be there. Submitted by: John Weisgerber <weisgerberj@gsilumonics.com> PR: misc/64623
* | Correct the boundary parameter to the bus_dma_tag_create() calls (it wastmm2004-03-231-2/+2
| | | | | | | | | | | | | | (1 << 24) - 2 instead of 1 << 24, which it was obviously intended to be). This fixes SBus isp(4)s on sparc64 machines. Report and testing: Marius Strobl <marius@alchemy.franken.de>
* | Overhaul the /etc/rc.d/diskless script by splitting it out intobrooks2004-03-2311-567/+161
| | | | | | | | | | | | | | | | | | | | hostname, resolve, tmp, and var scripts. The latter three are new and were repo copied. These scripts no longer depend on being booted with and NFS root instead attempt to automaticly create mfs /tmp and /var volumes if the they are not writable. This behavior can be overridden in /etc/rc.conf. Reviewed by: luigi, pjd
* | Correct the termination condition of the DVMA pruning loop intmm2004-03-231-7/+7
| | | | | | | | | | | | | | | | iommu_dvma_vallocseg(), which I botched in r1.32. This bug could cause an endless loop when a map was loaded and DVMA was scarce, or that map had a stringent alignment or boundary. Report and additional testing: Marius Strobl <marius@alchemy.franken.de>
* | Intitialize the frame pointer and return pc of a new process createdtmm2004-03-231-0/+2
| | | | | | | | | | | | | | | | | | in cpu_fork(). This prevents the stack tracer from running past the end of the stack (only the pc is checked in that case), which became fatal when db_print_backtrace() was introduced and called outside of ddb. Additional testing: kris
* | Add rc.d script for pf(4) (more to come once pflogd(8) works as well).mlaier2004-03-233-0/+154
| | | | | | | | | | | | | | | | Update defaults and write some lines for rc.conf(5) also. Mostly dup'ed from ipf Reviewed by: -current Approved by: bms(mentor)
* | Enable interrupt preemption on Alpha. Previously, flipping this switch onjhb2004-03-231-1/+10
| | | | | | | | | | | | | | | | | | | | | | caused hangs on SMP systems under load. My theory was that an interrupted thread was migrating and returning to PAL on a different CPU and that that caused the hangs. To prevent this, I used the recently added sched_pin() API to pin the interrupted thread to the CPU that received the interrupt across ithread_schedule() to prevent migration. This seems to have fixed the hangs based on tests by several folks on the alpha@ list. Tested by: wilko, tisco, several others on alpha@
* | Remove doscmd from the base system now that it lives in the ports tree.des2004-03-2370-25635/+0
| |
* | Drop the -d argument to mtree since some of the spec files now listdes2004-03-231-4/+4
| | | | | | | | symlinks.
* | Add share/nls/{POSIX,en_US.US-ASCII} as symlinks to C.des2004-03-232-0/+4
| |
* | Add myself as maintainer for contrib/pfmlaier2004-03-231-0/+1
| | | | | | | | Approved by: bms(mentor)
* | Recently I realized that the ADMtek 8211 driver wasn't working correctlywpaul2004-03-231-3/+4
| | | | | | | | | | | | | | | | | | | | (NIC would claim to establish a link with an ad-hoc net but it couldn't send/receive packets). It turns out that every time the checkforhang handler was called by ndis_ticktask(), the driver would generate a new media connect event. The NDIS spec says the checkforhang handler is called "approximately every 2 seconds" but using exactly 2 seconds seems too fast. Using 3 seconds makes it happy again, so we'll go with that for now.
* | Add an implementation of uiomove_fromphys() for PowerPC. Thisalc2004-03-233-0/+263
| | | | | | | | | | | | implementation uses the direct virtual-to-physical mapping. Discussed with: grehan
* | Add support for decoding Timespec, Timeval, Itimerval, Pollfd,dwmalone2004-03-232-3/+179
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fd_set and Sigaction structures. Use these for printing the arguments to sigaction(), nanosleep(), select(), poll(), gettimeofday(), clock_gettime(), recvfrom(), getitimer() and setitimer(). This is based on Dan's patch from the PR but I've hacked it for style and some other issues. While Dan has checked this patch, any goofs are probably my fault. (The PR also contains support for the dual return values of pipe(). These will follow once I've ported that support to platforms other than i386.) PR: 52190 Submitted by: Dan Nelson <dnelson@allantgroup.com>
OpenPOWER on IntegriCloud