summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* - add my entrytabthorpe2007-09-211-0/+3
| | | | Approved by: re (bmah), clsung/miwi (mentors)
* - Fix a declaration examplegabor2007-09-201-2/+2
| | | | | | | PR: docs/115632 Submitted by: Romain Tartiere <romain@blogreen.org> Approved by: re (bmah) MFC after: 3 days
* Update the table of supported algorithms:brueffer2007-09-191-9/+10
| | | | | | | | | - Group hash functions together and sort - Add CRYPTO_CAMELLIA_CBC (1) PR: 116471 Submitted by: Philip Schulz <phs@deadc0.de> (1) Approved by: re (blanket)
* Bump the document date.thompsa2007-09-161-1/+1
| | | | | Forgotten by: thompsa Approved by: re (bmah)
* Allow additional packet filtering on the physical interface for locallythompsa2007-09-161-1/+10
| | | | | | | | | destined packets, disabled by default. PR: kern/116051 Submitted by: Eygene Ryabinkin Approved by: re (bmah) MFC after: 2 weeks
* Add my ports mentor, his mentor, and their offsprings including me.jkim2007-09-131-0/+12
| | | | | Reviewed by: sobomax, glewis, hq, znerd, demon Approved by: re (bmah)
* Update snd_emu10kx driver with recent perforce changes (and fewariff2007-09-121-46/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | other changes too). (without any real order) 1. Use device_get_nameunit for mutex naming 2. Add timer for low-latency playback 3. Move most mixer controls from sysctls to mixer(8) controls. This is a largest part of this patch. 4. Add analog/digital switch (as a temporary sysctl) 5. Get back support for low-bitrate playback (with help of (2)) 6. Change locking for exclusive I/O. Writing to non-PTR register is almost safe and does not need to be ordered with PTR operations. 7. Disable MIDI until we get it to detach properly and fix memory managment problems. 8. Enable multichannel playback by default. It is as stable as single-channel mode. Multichannel recording is still an experimental feature. 9. Multichannel options can be changed by loader tunables. 10. Add a way to disable card from a loader tunable. 11. Add new PCI IDs. 12. Debugger settings are loader tunables now. 14. Remove some unused variables. 15. Mark pcm sub-devices MPSAFE. 16. Partially revert (bus_setup_intr -> snd_setup_intr) since it need to be done independently Submitted by: Yuriy Tsibizov (driver maintainer) Approved by: re (bmah)
* Update for ICH9 support.brueffer2007-09-101-2/+2
| | | | | Submitted by: simon Approved by: re (blanket)
* zyd(4) needs this as well. While here, add a missing article.brueffer2007-09-101-3/+4
| | | | Approved by: re (blanket)
* Prepare for automatic hardware notes generation:brueffer2007-09-102-116/+118
| | | | | | | - mention the supported chipsets in the HARDWARE section - remove unnecessary Li arguments Approved by: re (blanket)
* Also mention zyd(4) in the DESCRIPTION section.brueffer2007-09-101-1/+2
| | | | Approved by: re (blanket)
* Cross reference ar(5) from elf(5).jkoshy2007-09-081-0/+1
| | | | Approved by: re (bmah)
* Add a manual page documenting the format of `ar' archives.jkoshy2007-09-082-0/+235
| | | | | Reviewed by: Kai Wang <kaiw27 at gmail dot com> Approved by: re (bmah)
* - Remove info about the consumed space in base dir. This info is notgabor2007-09-077-35/+21
| | | | | | | | | | relevant any more. PR: docs/115335 Submitted by: Wayne Sierke <ws@au.dyndns.ws> Reviewed by: keramida Approved by: re (bmah) MFC after: 3 days
* Prepare for automatic hardware notes generation:brueffer2007-09-071-35/+39
| | | | | | | - mention the driver name and supported chipsets in the HARDWARE section - remove unnecessary Li arguments Approved by: re (blanket)
* Add a startup script for ftp-proxy(8) now that it is no longer started asmlaier2007-09-061-1/+19
| | | | | | | | part of inetd(8). Approved by: re (bmah) Reviewed by: freebsd-rc (a while back) Reminded by: kevlo
* Xref zyd(4).brueffer2007-09-061-2/+3
| | | | Approved by: re (blanket)
* Replace OpenBSD SYNOPSIS with our standard SYNPOPSIS.brueffer2007-09-061-2/+20
| | | | Approved by: re (blanket)
* Add MLINKS entries for various SYSCTL_*() macros documented in sysctl.9.rwatson2007-09-051-0/+12
| | | | | | Approved by: re (bmah) Submitted by: Constantine A. Murenin <cnst+freebsd@bugmail.mojo.ru> Sponsored by: Google Summer of Code 2007
* Connect zyd.4 to the build.imp2007-09-021-1/+2
| | | | Approved by: re@
* Remove extra copy of the man page that has been noted by many people.imp2007-09-021-206/+0
| | | | Approved by: re@
* - Fix include path, these functions were moved to sys/priv.h.danger2007-08-301-3/+2
| | | | | | Approved by: re (bmah) Submitted by: sbahra@hpcl.seas.gwu.edu (via #bsddocs@EFnet) Pointy hat to: rwatson
* Bring in the man page for zyd, ported from NetBSD, complete with bogusimp2007-08-291-0/+393
| | | | | | | | | | Bill Paul copyright. Not sure what the right copyright is, but this file has been through 22 reversions on OpenBSD and 1 on NetBSD. This isn't (yet) connected to the build, just in case I've done something wrong (test builds worked, but better safe than sorry). Submitted by: Weongyo Jeong Approved by: re@
* Regenerate src.conf.5 -after- the addition of WITHOUT_ZONEINFO, the wayremko2007-08-271-1/+1
| | | | | | | | | I did this in the previous commit, leaves out the parsing of $FreeBSD$ which is actually required to be parsed. Kindly reminded by: bmah Approved by: re (bmah) Approved by: imp (mentor, implicit)
* Add WITHOUT_ZONEINFO to the build options and regenerate src.conf.5remko2007-08-271-1/+4
| | | | | | Reminded by: ceri Approved by: re (bmah) Approved by: imp (mentor)
* MFV: tzdata2007gedwin2007-08-246-92/+142
| | | | | | | | PR: conf/115706 Submitted by: edwin@ Approved by: re (bmah@) Obtained from: ftp://elsie.nci.nih.gov/pub/ MFC after: 1 week
* This commit was generated by cvs2svn to compensate for changes in r171945,edwin2007-08-241-3/+5
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import of timezone database from Arthur Olson et al.edwin2007-08-247-95/+148
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Timezone data changes in the following locations: - Egypt - Australia (new DST rules for 2008 and following) - Perry County, Indiana - America/Indiana/Tell_City - Pike County, Indiana Also: - City coordinates corrected. - Layout of leapseconds is updated PR: conf/115706 Approved by: re (bmah@)
* | Add PCI IDs for two cards:emaste2007-08-231-1/+5
| | | | | | | | | | | | | | | | | | - Adaptec RAID 3405 - Adaptec RAID 3805 Approved by: re (bmah) Submitted by: John Marra jmarra at nmu dot edu MFC After: 1 week
* | Add man pages for coretemp(4) and ichwd(4).des2007-08-233-0/+150
| | | | | | | | Approved by: re (bmah)
* | - Fix origin of the portcheckout port as we have it in the port-mgmtgabor2007-08-221-2/+2
| | | | | | | | | | | | | | | | | | | | category now PR: docs/115193 Submitted by: Tomas Mozes <hydrapolic at gmail dot com> Approved by: re (bmah), keramida (mentor) MFC after: 0 days
* | - Use mount -t msdosfs instead of mount_msdosfsgabor2007-08-221-2/+2
| | | | | | | | | | | | | | | | PR: docs/115571 Submitted by: rodrigc Approved by: re (bmah), keramida (mentor) MFC after: 1 week
* | - Fix a copy-paste bug in the list of supported chipsgabor2007-08-221-2/+2
| | | | | | | | | | | | | | PR: docs/115151 Submitted by: O. Hartmann <ohartman at zedat dot fu-berlin dot de> Approved by: re (bmah), keramida (mentor)
* | Add a HARDWARE section which lists supported devices.sanpei2007-08-211-0/+4
| | | | | | | | | | | | | | Kyocera AH-K3001V Mobile Phone(WILLCOM) Kyocera WX320K Mobile Phone(WILLCOM) Approved by: re (bmah)
* | The /boot.config file is available only on i386 and amd64, so installdanger2007-08-151-1/+5
| | | | | | | | | | | | | | boot.config.5 only those architectures. Approved by: re@ (bmah) Reported by: simon
* | Add the boot.config.5 manual page.danger2007-08-142-0/+104
| | | | | | | | | | | | Reviewed by: keramida Approved by: re@ (bmah) PR: docs/112307
* | Restore -O2 optimization after gcc 4.2.1 import, which hasdelphij2007-08-141-1/+1
| | | | | | | | | | | | | | fixed the issue raised by gcc 4.2.0. Tested with: test case found in gcc bug 32500 Approved by: re (kensmith), ache, kan
* | Teach the mfi(4) driver to handle requests from userland managementjhb2007-08-131-0/+14
| | | | | | | | | | | | | | | | applications to add and remove volumes. MFC after: 1 week Approved by: re (bmah) Reviewed by: ambrisko, scottl
* | Sync with the source code: NGM_FEC_MODE_(MAC|INET) should bedanger2007-08-121-2/+2
| | | | | | | | | | | | NGM_FEC_SET_MODE_(MAC|INET). Approved by: re@ (bmah)
* | Corrections and clarificationsjulian2007-08-091-41/+82
| | | | | | | | Approved by: re (bmah)
* | Add "show sysregs" command to ddb. On i386, this gives gdt, idt, ldt,njl2007-08-091-1/+7
| | | | | | | | | | | | | | | | cr0-4, etc. Support should be added for other platforms that have a different set of registers for system use. Loosely based on: OpenBSD Approved by: re
* | o Indent "DragonFly".maxim2007-08-071-5/+5
| | | | | | | | Approved by: re (bmah)
* | o DragonFlyBSD 1.10.0 added.maxim2007-08-071-0/+2
| | | | | | | | | | Approved by: re (bmah) MFC after: 1 week
* | Rename option IPSEC_FILTERGIF to IPSEC_FILTERTUNNEL.bz2007-08-051-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also rename the related functions in a similar way. There are no functional changes. For a packet coming in with IPsec tunnel mode, the default is to only call into the firewall with the "outer" IP header and payload. With this option turned on, in addition to the "outer" parts, the "inner" IP header and payload are passed to the firewall too when going through ip_input() the second time. The option was never only related to a gif(4) tunnel within an IPsec tunnel and thus the name was very misleading. Discussed at: BSDCan 2007 Best new name suggested by: rwatson Reviewed by: rwatson Approved by: re (bmah)
* | o Iomage -> Iomega.maxim2007-08-051-1/+1
| | | | | | | | | | | | | | PR: docs/115208 Submitted by: John Nielsen Approved by: re (kensmith) MFC after: 1 week
* | o round-type -> round-trip.maxim2007-08-051-1/+1
| | | | | | | | | | | | | | PR: docs/115082 Submitted by: Jordan Gordeev Approved by: re (kensmith) MFC after: 1 week
* | Add myself as delphij's mentee.loader2007-08-021-0/+2
| | | | | | | | Approved by: re (bmah), delphij (mentor)
* | Remove fast_ipsec.4. Was merged in parts to ipsec.4.bz2007-08-021-134/+0
| | | | | | | | Approved by: re (bmah)
* | Remove the last entries to fast_ipsec.bz2007-08-025-42/+114
| | | | | | | | | | | | | | | | Merge in parts of the old fast_ipsec.4 man page to ipsec.4 and start updating ipsec.4 man page. Reviewed by: brueffer, sam (slightly earlier versions), bmah Approved by: re (bmah)
* | Add 64bit statistic counters to the ng_ppp node.mav2007-08-011-0/+8
| | | | | | | | | | | | | | 64bit counters are needed to simplify traffic accounting and reduce system load at the big PPP concentrators. Approved by: re (rwatson), glebius (mentor)
OpenPOWER on IntegriCloud