summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add whois.abuse.net to whois(1).bms2004-06-142-2/+10
| | | | Submitted by: ceri (with cleanups)
* Don't free a VINUMDRIVE softc when it's orphaned or spoiled. Allle2004-06-141-1/+0
| | | | | | allocated ressouces should be ultimately freed in gv_destroy_geom() (when unloading the module and not earlier), but I need to look at this more closely.
* Correctly calculate subdisk offset in RAID5 plexes.le2004-06-141-2/+1
|
* Factor out some duplicated code and fix some style(9) issues.mux2004-06-141-69/+62
| | | | Submitted by: Liam J. Foy <liamfoy@sepulcrum.org>
* Remove some more leftover from the old pfaltq_module hack to allow formlaier2004-06-142-24/+8
| | | | | | kernels w/ pf, but w/o altq. Reported-by: Xin LI
* Wordsmith the BUGS section re: IPv6 link-local addresses.bms2004-06-141-7/+13
| | | | | PR: docs/66541 Submitted by: Michel Lavondes (with some cleanups/additions)
* Fixed some style bugs:bde2004-06-141-8/+7
| | | | | | - the comments on the rune/wide char types were lost - struct cdev was bogusly forward declared - some comments were excessively indented.
* Improve mapping of relative to absolute volume.josef2004-06-141-2/+15
| | | | | | | | | | I added bounds checking to the patch and cg improved the formular. Submitted by: Andriy Gapon <avg@icyb.net.ua> PR: kern/65485 Approved by: cg Reviewed by: imp, rwatson, le
* Date bump.bms2004-06-141-1/+1
| | | | | Nudged by: ru Pointy hat: bms
* Remove a left over from userland buffer-cache access to disks.phk2004-06-141-5/+2
|
* Date bump.bms2004-06-141-1/+1
| | | | Requested by: krion
* Document some return values.bms2004-06-141-1/+20
| | | | | PR: bin/22198 Submitted by: Nick Johnson (with cleanups)
* Fixes from the mdoc(7) police.dfr2004-06-141-1/+2
| | | | Submitted by: ru
* Add whois.iana.org to the whois(1) utility, under the -I option.bms2004-06-142-3/+12
| | | | | PR: bin/48914 Submitted by: James Raftery
* Fix formatting of AUTHORS section.dfr2004-06-141-0/+1
|
* Add a JOBS config keyword, which corresponds to the --jobs tinderbox(1)des2004-06-142-1/+9
| | | | command line option.
* Update-only configs.des2004-06-143-0/+9
|
* Add manpage for fwip driver.dfr2004-06-142-0/+87
|
* Merge changes from the tzcode2004a import. Wherever possible I tried to bringstefanf2004-06-145-151/+374
| | | | | | us closer to the vendor branch. Requested by: wollman
* If we run out of transmission labels, just re-queue the packet for laterdfr2004-06-142-4/+17
| | | | | instead of printing endless error messages on the console and discarding the packet.
* This commit was generated by cvs2svn to compensate for changes in r130457,ru2004-06-142-10/+5
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * From ChangeLog:ru2004-06-142-10/+5
| | | | | | | | | | | | : 2004-06-10 Colin Percival <colin.percival@wadham.ox.ac.uk> : * doc/meintro.me, doc/meref.me: Don't use \*[td], \n[dy], \*[mo], : and \n[mo] to avoid dependency on current date.
| * Pull up latest mdoc(7) changes.ru2004-04-162-57/+113
| |
| * From ChangeLog:ru2003-11-022-3/+6
| | | | | | | | | | | | | | : 2003-07-06 Ruslan Ermilov <ru@FreeBSD.org> : : * src/roff/nroff/nroff.sh: Add option -d for completeness. : * src/roff/nroff/nroff.man: Updated.
* | Fix big-endian build.dfr2004-06-141-2/+2
| |
* | Improve spec to spec comparison output.phk2004-06-141-3/+20
| |
* | Document -d flagphk2004-06-141-0/+4
| |
* | Add support for more linux ioctls.phk2004-06-142-2/+117
| | | | | | | | | | | | | | | | I've had this sitting in my tree for a long time and I can't seem to find who sent it to me in the first place, apologies to whoever is missing out on a Contributed by: line here. I belive it works as it should.
* | Make fdisk initialize the first instead of the last slice by default.phk2004-06-141-3/+3
| |
* | Remove disable_on_poweroff and our pre-sync shutdown handler. Disablingnjl2004-06-141-30/+1
| | | | | | | | | | of GPEs is now done in acpi_shutdown() and so we no longer need the option of disabling ACPI in the poweroff case.
* | Clean up acpi_probe_order() a bit and clarify some comments.njl2004-06-141-9/+19
| |
* | Unbreak non-ALTQ kernel linking. I forgot about tbr_dequeue.mlaier2004-06-141-1/+1
| | | | | | | | | | | | | | | | | | In the end drivers should be building with ALTQ checks by default, but for now build them with the old macros for non-ALTQ kernels. Note: Check new features w/ LINT *and* w/ LINT minus the new feature. Found-by: rwatson
* | Don't probe/attach in the ACPI_DEBUG case.njl2004-06-141-2/+1
| |
* | Use the new API for acpi_MatchHid(). The difference between ACPI_HANDLEnjl2004-06-144-6/+10
| | | | | | | | and device_t isn't caught by the compiler.
* | Update for newsletter V-9 (which brings with it an orthographywollman2004-06-141-0/+13
| | | | | | | | problem) and V-10 (which does not affect us at all).
* | Use .Dv instead of .Li for all the RLIMIT_* constants.das2004-06-141-11/+11
| | | | | | | | Requested by: ru
* | Introduce pmap locking to many of the pmap functions. There is more toalc2004-06-142-0/+35
| | | | | | | | come later.
* | Use __FBSDID().obrien2004-06-143-3/+13
| |
* | Language tweak in explaining the mouse wheel's functionality.obrien2004-06-141-2/+2
| |
* | The majority of FreeBSD/amd64 machines are SMP, so use ADAPTIVE_MUTEXESobrien2004-06-131-0/+1
| | | | | | | | by default to improve performance.
* | #if out an old leftover in the KAME code. opt_cpu.h is no longer useful heremlaier2004-06-131-0/+2
| | | | | | | | | | | | and breaks build on some arch. Found-by: tinderbox
* | Add support to ACPI to manage its own resources. Previously, resourcenjl2004-06-1310-101/+246
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | allocation was passed up to nexus. Now, we probe sysresource objects and manage the resources they describe in a local rman pool. This helps devices which attach/detach varying resources (like the _CST object) and module loads/unloads. The allocation/release routines now check to see if the resource is described in a child sysresource object and if so, allocate from the local rman. Sysresource objects add their resources to the pool and reserve them upon boot. This means sysresources need to be probed before other ACPI devices. Changes include: * Add ordering to the child device probe. The current order is: system resource objects, embedded controllers, then everything else. * Make acpi_MatchHid take a handle instead of a device_t arg. * Replace acpi_{get,set}_resource with the generic equivalents.
* | Note when this driver 1st appeared in FreeBSD besides NetBSD.obrien2004-06-131-0/+2
| |
* | Document RLIMIT_AS. While here, correct an insertion sort error.das2004-06-131-5/+8
| |
* | Add PCI identifier for Dell modified SBLive! cardobrien2004-06-131-0/+9
| | | | | | | | Submitted by: Joseph Dunn <joseph@magnesium.net>
* | Make this header a little bit more XSI-compliant:das2004-06-131-8/+22
| | | | | | | | | | | | | | | | | | | | | | - Define type rlim_t and struct timeval. This makes autoconf happier. (PR: 62388) - Add RLIMIT_AS, which is an alias for our RLIMIT_VMEM. - structs orlimit and loadavg, as well as macros CP*, should only appear if __BSD_VISIBLE. - Use underscored versions of int32_t and fixpt_t in case <sys/types.h> is not included. - Document areas of non-conformance.
* | Add __fixpt_t to _types.h, and typedef __fixpt_t fixpt_t in types.h.das2004-06-132-1/+3
| |
* | Prevent the loss of a PG_M bit through an SMP race in pmap_ts_referenced().alc2004-06-132-2/+2
| |
* | What world have we come to when even style(9) isn't unfailable:le2004-06-131-1/+1
| | | | | | | | correct style nit in an example.
* | Include vm/vm_param.h to pull in KERNBASE now. This should fix theimp2004-06-132-0/+2
| | | | | | | | pc98 tinderbox breakage.
OpenPOWER on IntegriCloud