summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Add MLINKS for sf_buf.9.rwatson2007-01-291-0/+4
|
* Line break before "All rights reserved" in the license example.joel2007-01-281-1/+2
| | | | Reveiwed by: bde, rwatson
* Update pmap_extract() implementation notes: we appear no longer to serializerwatson2007-01-281-7/+0
| | | | this call with Giant on any platform.
* Add a rudimentary man page for sf_bufs, based on my rudimentaryrwatson2007-01-282-0/+142
| | | | understanding of sf_bufs.
* Fix minor type: "struct disk *" instead of "struct *disk".rwatson2007-01-281-1/+1
| | | | MFC after: 3 days
* Fix grammar [1] and formatting.ru2007-01-271-4/+6
| | | | Submitted by: pluknet AT gmail DOT com [1]
* Add a missing verb in describing MAP_PREFAULT_MADVISE.rwatson2007-01-271-1/+1
|
* Regen.delphij2007-01-261-1/+17
|
* Replace the GNU gzip with a slightly modified NetBSD gzip. Thedelphij2007-01-261-0/+2
| | | | | | | | | | | | | | | | | | | | | NetBSD version is a feature-to-feature re-implementation of GNU gzip using the freely-redistributable zlib and this version is expected to be mostly bug-to-bug compatible with the GNU implementation. - Because this is a piece of mature code and we want to make changes so it is added directly rather than importing to src/contrib. - Connect newly added code to src/usr.bin/ and rescue/rescue build. - Disconnect the GNU gzip code from build for now, they will be eventually removed completely. - Provide two new src.conf(5) knobs, WITHOUT_BZIP2_SUPPORT and WITHOUT_BZIP2. Tested by: kris (full exp-7 pointyhat build) Approved by: core (importing a 4-clause BSD licensed file) Approved by: re (adding new utility during -HEAD code slush)
* Bump .Dd for r1.313.ceri2007-01-241-1/+1
|
* Document new quota knobs.mpp2007-01-231-3/+51
|
* Document the existence of the TCP_INFO socket option.bms2007-01-221-1/+24
| | | | Approved by: rwatson
* Docuemnt exactly which functions access which NSS databases.bms2007-01-221-5/+43
| | | | | | | | Point out that FreeBSD libc has compat stubs for GNU glibc NSS modules which access NSDB_PASSWD/NSDB_GROUP, but not NSDB_HOSTS; based on painful experience porting nss_mdns. Reviewed by: ru
* - For the sake of completeness mention back-end support for the ILACCmarius2007-01-201-29/+57
| | | | | | | | | | and add a list of known-working PCI devices. - For consistency throughout this man page also talk about C-Bus and ISA adapters rather than cards. - Add missing .Tn. - Mention ifconfig(8) along with listing selectable media types. - Add/un-comment hardware notes for the newly supported 'lebuffer' variants (the transition from P/N 501-1860 to 501-1869 isn't a typo).
* Add a section about RSTP support.thompsa2007-01-201-17/+33
|
* Add a reference too pthread_cancel(3).cognet2007-01-191-0/+1
| | | | Submitted by: Jeremie Le-Hen
* Add missing comma.joel2007-01-181-1/+1
| | | | Noticed by: ru
* Oops... Revert previous commit because "installathon" is really a contest'sdelphij2007-01-181-1/+1
| | | | name and not a typo.
* Fix a typo.delphij2007-01-181-1/+1
| | | | Submitted by: applecom at inbox ru
* Document the loader tunables which control hard process memory limits.bms2007-01-171-1/+21
| | | | Reviewed by: ru
* "If I only had a brain..."des2007-01-171-1/+1
| | | | MFC after: 3 weeks
* Correct errors in previous commit. I didn't realize that ${CPUTYPE} isdes2007-01-171-6/+6
| | | | | | | | passed unmodified to gcc. Therefore, "prescott" should be used for Prescott, Nocona, Core and Core 2 CPUs when building 32-bit code, and "nocona" should be used for Prescott, Nocona and Core 2 CPUs when building 64-bit code. MFC after: 3 weeks
* - Add a small section on boot-time configuration.joel2007-01-171-3/+30
| | | | | | | - Add more Xrefs. - Fix minor nits. Reviewed by: ru
* On i386, make "prescott" an alias for "nocona" (instead of the other waydes2007-01-172-6/+11
| | | | | | | | | around), and introduce "core", along with the alias "core2". All of these enable SSE3. On amd64, add "core2" (enables SSE3). MFC after: 3 weeks
* Add French dvorak keymap that supports accents. Based on Francismurray2007-01-163-1/+159
| | | | | | | Leboutte's french layout. Submitted by: Clement Pillias <clementpillias@nerim.net> MFC after: 1 week
* Reviewed by: rwatsonrrs2007-01-152-3/+28
| | | | | | | | Approved by: gnn Add a new function hashinit_flags() which allows NOT-waiting for memory (or waiting). The old hashinit() function now calls hashinit_flags(..., HASH_WAITOK);
* o Add FreeBSD 6.2, bump copyright years.maxim2007-01-151-5/+8
|
* Sync the hardware list with the driver and with what I could find onbrueffer2007-01-101-8/+20
| | | | | | | | the Areca website. Also remove the module from the FILES section, it's already covered in the SYNOPSIS. MFC after: 3 days
* Document recent changes about supported compression and encryption modes.glebius2007-01-091-9/+45
| | | | Wording by: rwatson
* Julian says that he doesn't need the advertising clause, so out it goes.imp2007-01-091-5/+1
|
* Document that we supported Intel PRO/100 VM Network Connection.delphij2007-01-071-1/+3
|
* Document Marvell 6101/6145 support.brueffer2007-01-041-1/+1
|
* New supported JMicron, ALI and ServerWorks chipsets.brueffer2007-01-041-4/+4
| | | | MFC after: 3 days
* - Do not claim that ipfw is the only firewall package availabledanger2007-01-011-7/+8
| | | | | | in FreeBSD. Approved by: trhodes (mentor), keramida (mentor)
* Some how the d slipped out in the last commit, add it back...jmg2006-12-291-1/+1
| | | | Pointed out by: mdoc-police (ru)
* Build bits for ng_deflate(4) and ng_pred1(4).glebius2006-12-291-0/+2
|
* Manual page for Predictor-1 PPP compression netgraph node.glebius2006-12-291-0/+145
| | | | Submitted by: Alexander Motin <mav alkar.net>
* Manual page for Deflate PPP compression netgraph node.glebius2006-12-291-0/+159
| | | | Submitted by: Alexander Motin <mav alkar.net>
* bump doc date and fix spelling...jmg2006-12-281-2/+2
| | | | Pointed out by: mdoc-police (ru)
* document that locks must not be aquired in f_event... (and where theyjmg2006-12-281-0/+14
| | | | | | | can be safely aquired) Reminded by: kib (by LOR #193) MFC: 3 days
* MFp4:yar2006-12-271-4/+32
| | | | | | | | Document my recent changes to rc.subr(8): - there is $required_modules now; - $required_* are checked before invoking a custom start method, too. MFC after: 1 month
* Fix markup.ru2006-12-261-29/+29
|
* Nitpicking: <sysexits.h> defines exit codes.ru2006-12-241-1/+1
|
* Document MTX_NOPROFILE flag.pjd2006-12-211-1/+3
|
* Add Realtek ALC888 and Sigmatel STAC9227 to the HARDWARE section.joel2006-12-171-1/+5
|
* Reference socket(9) from ng_ksocket(4). Reference ng_ksocket(4),rwatson2006-12-162-2/+7
| | | | | | ithread(9), msleep(9), ucred(9) from socket(9). Partly suggested by: julian
* Add a basic man page for the socket(9) kernel programming interface usedrwatson2006-12-152-0/+344
| | | | | | | by the NFS client and server, netsmb, netncp, etc. Reviewed by: ru Fixed by: ru
* Align the interfaces for the various watchdogs and make the interfacen_hibma2006-12-153-26/+77
| | | | | | | | | | | | | | | | | | | | | | | | | behave as expected. Also: - Return an error if WD_PASSIVE is passed in to the ioctl as only WD_ACTIVE is implemented at the moment. See sys/watchdog.h for an explanation of the difference between WD_ACTIVE and WD_PASSIVE. - Remove the I_HAVE_TOTALLY_LOST_MY_SENSE_OF_HUMOR define. If you've lost your sense of humor, than don't add a define. Specific changes: i80321_wdog.c Don't roll your own passive watchdog tickle as this would defeat the purpose of an active (userland) watchdog tickle. ichwd.c / ipmi.c: WD_ACTIVE means active patting of the watchdog by a userland process, not whether the watchdog is active. See sys/watchdog.h. kern_clock.c: (software watchdog) Remove a check for WD_ACTIVE as this does not make sense here. This reverts r1.181.
* Document extended program header numbering.jkoshy2006-12-151-6/+13
|
* Spelling fix.mpp2006-12-141-1/+1
|
OpenPOWER on IntegriCloud