summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Implement rt_sigpending in the linuxolator.netchild2006-05-105-4/+32
| | | | | PR: 92671 Submitted by: Markus Niemist"o <markus.niemisto@gmx.net>
* Add RELENG_6_1 to the lineup.des2006-05-101-1/+1
|
* o Extend rev. 1.75 and restore an ability to specify a non-defaultmaxim2006-05-101-0/+9
| | | | | | quota files location. Submitted by: Kostik Belousov
* Use .Vt for struct xprisonmatteo2006-05-101-2/+4
| | | | Suggested by: keramida
* Move the call to cpu_setup() before the call to vm_ksubmap_init().cognet2006-05-101-1/+1
| | | | | | | | | vm_ksubmap_init() calls pmap_copy_page(), which uses the mini data cache to do the copy, but we're running uncaching before cpu_setup(). For some reason it hasn't been a problem so far, but it is for the PXA255. Spotted out by: benno
* Use better order here.pjd2006-05-101-1/+1
|
* make tinderbox happy: GENERIC got ath and wlan added so we need tosam2006-05-101-0/+6
| | | | now mark these "nodevice" or we'll get undefined references
* Fix LINSYSFS in the platform options files that I missed from the platformambrisko2006-05-103-0/+3
| | | | split out change.
* Increase the minimum chunk size by a power of two (32kB --> 64kB, assumingjasone2006-05-101-2/+2
| | | | | | | | 4kB pages), in order to avoid dangerous rounding error when calculating fullness limits during run promotion/demotion. Convert a structure bitfield to a normal field in areana_run_t. This should have been changed along with the other fields in revision 1.120.
* Bring the call to softdep_releasefile() within the region protected bytegge2006-05-091-3/+7
| | | | | vn_start_secondary_write() since it might cause file system write activity (e.g. ffs_snapremove()).
* Add in linsysfs. A linux 2.6 like sys filesystem to pacify the Linuxambrisko2006-05-0912-0/+401
| | | | | | | LSI MegaRAID SAS utility. Sponsored by: IronPort Systems Man page help from: brueffer
* It seems I forgot to commit the removal of the linux and linprocfsnetchild2006-05-091-2/+0
| | | | | | modules at the time I axed the linuxolator on Alpha. Noticed by: kris
* if a jail fails to start, don't add its jid to /var/run and print a message ↵matteo2006-05-091-5/+10
| | | | | | | with the error. PR: conf/97024 MFC after: 1 week
* Fix build (s:pc98/cbus/cbus.h:pc98/pc98/pc98_machdep.h:)nyan2006-05-091-1/+1
| | | | Pointyhat to: nyan
* Use wakeup_one to avoid thundering herd.davidxu2006-05-091-6/+6
| | | | Tested by: kris
* o FreeBSD 6.1 added.maxim2006-05-091-7/+10
|
* Go figure this error...wilko2006-05-091-0/+9
| | | | Submitted by: Thomas Beha
* Correct typo (CIRD -> CIDR)delphij2006-05-092-2/+2
|
* Use a dedicated mutex to protect aio queues, the movation is to reducedavidxu2006-05-091-51/+69
| | | | lock contention with other parts.
* Add myself to the freebsd calendar.cokane2006-05-081-0/+1
|
* replace all the 660 with 650 in the cut-n-pasted line, rather thanimp2006-05-081-1/+1
| | | | | | just some of them. Noticed by: brooks
* Another NEW MEDIA .WAVjammer.imp2006-05-081-0/+1
|
* Add (back) the D-Link DE-650. Not sure why it was deleted.imp2006-05-081-0/+1
|
* The D-Link DE-650 that I got in the last bulk PC Card purchase needs animp2006-05-081-0/+1
| | | | entry. Add it (back).
* Add myself.itetcu2006-05-081-0/+1
| | | | Approved by: tmclaugh (mentor)
* quiet tindexbox complaints about passing BUS_SPACE_MAXADDR assam2006-05-082-2/+2
| | | | | | | | a bus_size_t to bus_dma_tag_create; when PAE is enabled this does not work Cluebat by: scottl MFC after: 2 weeks
* document security.jail.list sysctl in jail(8)matteo2006-05-081-1/+9
| | | | | PR: docs/96807 MFC after: 3
* New release note: iostat(8) -x/-z [1].bmah2006-05-082-2/+14
| | | | | | | Fix typo: s/archiecture/architecture/ [2]. Requested by: maxim [1] Pointed out by: ceri [2]
* - Fix quoting.flz2006-05-081-2/+2
| | | | | Reported by: Dirk Engling <erdgeist@erdgeist.org> Pointyhat to: self
* New release note: find(1) birthtime-related primaries.bmah2006-05-082-0/+8
| | | | Submitted by: ceri
* New release notes: Linuxulator for alpha removed, em(4) 5.1.5,bmah2006-05-082-4/+48
| | | | | | | bridge(4) removed, dhclient(8) now sends hostname, du(1) -n, getent(1) added. Updated release note: GNOME 2.14.1.
* Remove the Alpha specific linuxolator files.netchild2006-05-0813-3478/+0
|
* Remove unneeded include.nyan2006-05-084-6/+0
|
* - Move defines for PC-98 machine type from pc98/cbus/cbus.h intonyan2006-05-082-29/+17
| | | | | | pc98/pc98/pc98_machdep.h. - Fix PC98_SYSTEM_PARAMETER_SIZE. - Remove unused defines.
* Add the ath and the wlan crypto support.nyan2006-05-083-0/+24
|
* add a diff line so you can check your commit before hitting enter...jmg2006-05-081-2/+5
|
* match w/ prototype...jmg2006-05-081-1/+1
| | | | MFC after: 3 days
* fix braino that broke building on amd64sam2006-05-081-2/+7
| | | | | Submitted by: Pascal Hofstee MFC after: 2 weeks
* Be more like Windows and Linux and send our hostname in the host-namebrooks2006-05-071-0/+68
| | | | | | | | | option if none is given in the config file. Also add #ifdefd out support for sending a client ID based on our MAC address. PR: bin/94743, bin/76401 Submitted by: Frank Behrens <frank at pinky dot sax dot de> X-MFC after: 6.1-RELEASE
* - Check for some mandatory variables.flz2006-05-071-0/+11
| | | | | Approved by: cperciva (mentor) MFC after: 1 week
* Call vn_finished_write() before calling the coredump handler which willtegge2006-05-071-1/+1
| | | | indirectly call vn_start_write() as necessary for each write.
* o Add acpi_ibm to the build.maxim2006-05-071-0/+3
| | | | | PR: kern/96940 Submitted by: Rong-En Fan
* - change the example of compiling only specific modules to not containnetchild2006-05-0713-50/+16
| | | | | | | | | | | | | | | | | | | | | | | | the linux module, since it is not cross-platform - move linprocfs from "files" and "options" to architecture specific files, since it only makes sense to build this for those architectures, where we also have a linuxolator - disable the build of the linuxolator on our tier-2 architecture "Alpha": * we don't have a linux_base port which supports Alpha and at the same time is not outdated/obsoleted upstream/in a good condition/ currently working * the upcomming new default linux base port is based upon Fedora Core 3 (security support via http://www.fedoralegacy.org), which isn't available for Alpha (like the current default linux base port which is based upon Red Hat 8) * nobody answered my request for testing it ~1 month ago on current@ and alpha@ (it doesn't surprises me, see above) * a SoC student wouldn't have to waste time on something which nobody is willing to test This does not remove the alpha specific MD files of the linuxolator yet. Discussed on: arch (mostly silence) Spiritual support by: scottl
* In order to let new binutils can compile it, replace movl withdavidxu2006-05-072-18/+18
| | | | | | movw for segment saving and restoring. Submitted by: Diego 'Flameeyes' Petteno flameeyes at gentoo dot org
* Add myselfsat2006-05-071-0/+1
| | | | Approved by: krion
* Don't attach special devices in the order they appear in the AML tree.njl2006-05-072-18/+26
| | | | | | | | | | | | | | | | | | If the embedded controller exists before the sysresource devices, for example, it will be attached first. Instead, let the normal device order function work as we first desired. [1] There still remained a problem where we couldn't allocate resources in acpi0 that were passed up by the sysresource pseudo-devices. These devices had to probe/attach first to give their resources to acpi, then acpi would allocate them before probing/attaching other devices. To work around this, we attach them from acpi_sysres_alloc(). A better approach would be to implement multi-pass probe/attach in newbus but that's a much bigger task. Suggested by: jhb [1] Hardware from: Centaur Technologies MFC after: 1 week
* Pickup locks for the BPF interface structure. It's quite possible thatcsjp2006-05-071-0/+2
| | | | | | | bpf(4) descriptors can be added and removed on this interface while we are processing stats. MFC after: 2 weeks
* New release note: Dual-core processors handled correctly.bmah2006-05-072-0/+8
| | | | | | This note is a candidate for the 6.1-RELEASE errata notes (the code change was previously merged to RELENG_6_1 but this note is appearing too late to be merged).
* fix style nitobrien2006-05-071-1/+1
|
* Fix package name typo in KDE3 release note.bmah2006-05-062-2/+2
| | | | Submitted by: moose - opera - com
OpenPOWER on IntegriCloud