summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Remove reference to unavailable paper.phk2003-03-071-5/+0
|
* Spelling fix: interwining -> intertwining.ceri2003-03-061-1/+1
|
* Added FreeBSD 5.0wosch2003-03-061-0/+6
|
* Remove a remnant of netns.tjr2003-03-061-2/+0
|
* Update those versions of firmware that support ibss modeimp2003-03-051-1/+5
|
* Add cvsroot-all to the examplepeter2003-03-041-0/+13
|
* Regen:sheldonh2003-03-041-56/+154
| | | | * Boemler: vendors.txt (2003-02-13)
* If we carry our MODULES_WITH_WORLD, we probably also do not wantru2003-03-031-0/+4
| | | | | for installkernel to wipe them out later. So install them under /boot/modules if that is the case.
* Correct the path to the modules directory.ru2003-03-032-3/+3
|
* mdoc(7) police: Revision.ru2003-03-031-25/+36
|
* Nuke caddr_t.des2003-03-031-2/+2
| | | | Reminded by: ru
* Embellish the list of supported devices.obrien2003-03-021-2/+27
|
* Fixed sys/boot/pc98/boot2/Makefile to use kern.mk andru2003-03-022-14/+1
| | | | | | get rid of bsd.kern.mk completely. OK'ed by: bde
* mdoc(7) police: Added missing markup bits.ru2003-03-021-8/+17
|
* mdoc(7) police: Nits.ru2003-03-022-5/+5
|
* Another traffice ticket for crossing the .'ed line from the mdoc police.obrien2003-03-021-7/+7
| | | | Submitted by: ru
* Also allow and document a "build" ordering for variables.obrien2003-03-021-1/+20
| | | | | | | | | Both "product" and "build" ordering are rampant in /usr/src. This document is not indented to be as strict as style(9) as historically BSD hasn't been as consistent about Makefile as C code. Also there are too many variations, exceptions and allowances in out existing Makefile style to be strict. However there is a general level of consensus on what the general BSD style of our Makefiles is. This manpage documents that "smell".
* o Do not use VPATH.obrien2003-03-021-1/+27
| | | | | | | | | o Give the proper spelling for WARNS. o Clarify using NO_WERROR. o Embelish -D after -I verbage. o Document preference of ${.ALLSRC} & ${.TARGET} vs. $< & $@. Based on: brucification
* Mdoc police.obrien2003-03-021-56/+85
| | | | Submitted by: ru
* `Word-smithing'trhodes2003-03-011-6/+6
|
* Add notes about which versions of firmware is known to work/fail withimp2003-03-011-2/+17
| | | | | | | | | various functions of the card. Be pedantically careful to use 'station firmware' when talking about the version of Prism firmware. As always, word-smithing welcome. MFC-After: Tom Rhodes wakes up and notices :-)
* Use .Pa for file names and paths.trhodes2003-03-011-1/+2
|
* New mapping for the italian keyboard, includes the Euro symbolluigi2003-03-011-56/+101
| | | | | | | | | | and other localized keys. MFC candidate pending re@ approval. Contributed by: Gruppo Utenti FreeBSD Italia (www.gufi.org) No-reply-from: ache MFC after: 3 days
* Describe the 5823 and why there's no AES support.sam2003-03-011-1/+5
|
* Initiate the de-orbit burn sequence for <bsd.kern.mk>.ru2003-02-281-54/+8
| | | | | | | | | Always use sys/conf/kern.mk when building kernel/modules. <bsd.kern.mk> is only preserved for sys/boot/pc98/boot2 for now, but this will be fixed. If there are other users of <bsd.kern.mk>, please let me know. Reminded by: bde
* Document keybell="" switch and refer to kbdcontrol(1) for details.keramida2003-02-281-0/+14
|
* Implement outgoing interrupt pipes. It is part of the USB 1.1 spec.jhay2003-02-281-2/+5
| | | | The Lego Infrared Tower use it.
* - Removed various cruft from before we had a hosted toolchain (!).jake2003-02-271-0/+9
| | | | | - Moved special compiler flags to bsd.kern.mk so they get used for modules too.
* Add xref to oldcard/newcard docs.imp2003-02-271-0/+4
|
* OLDCARD man page. This sucks, but not too bad. and better thanimp2003-02-272-0/+104
| | | | what we had before. Improvements encouraged and welcome.
* Document the hand springs that you need to go through to use a WL200imp2003-02-271-0/+10
|
* Document that flags bit 0x10000 puts PPS timestamping on CTS instead of DCD.phk2003-02-271-0/+2
|
* FreeBSD Makefile style guide.obrien2003-02-262-1/+179
| | | | Approved by: TRB
* mdoc(7) police: Scheduled sweep.ru2003-02-2433-441/+562
|
* Return bits which were removed in revision 1.22.trhodes2003-02-241-3/+11
| | | | Requested by: imp
* Return bits which were removed in revision 1.28.trhodes2003-02-241-0/+19
| | | | Requested by: imp
* Be more specific about supported cards.trhodes2003-02-241-1/+1
| | | | Submitted by: imp
* Remove a comment about pccardd(8).trhodes2003-02-241-3/+1
| | | | Discussed with: imp
* Add device wlan as its now required.trhodes2003-02-241-0/+1
| | | | Discussed with: imp
* Explain what exca is.imp2003-02-232-0/+41
|
* o Improve vocabulary/wordingchris2003-02-231-34/+60
| | | | | | | | | | o Expand on MAC policy enforcement on network interfaces o Add cross-references to su(1) and setfsmac(8) where appropriate o Comment out mmap revocation sysctls as they are a bit too experimental o Add the standard BUGS section Prompted by: rwatson Sponsored by: DARPA, Network Associates Laboratories
* A few improvements suggested by nectar.dwmalone2003-02-231-3/+12
|
* Add a section on different types of randomness, what the librarydwmalone2003-02-231-0/+121
| | | | | | | functions we provide are good for and how /dev/random fits into this picture. Reviewed by: markm
* Packages have been in .tbz format for some time now, thus s/tgz/tbz/brueffer2003-02-221-1/+1
| | | | X-MFC after: re-approval
* Document the net.inet.ip.portrange.reserved{high,low} sysctl knobscjc2003-02-211-0/+18
| | | | | | added in sys/netinet/in_pcb.c 1.120. Prodded by: ru
* mdoc(7) police: tidy up.ru2003-02-201-21/+41
|
* Remove extraneous word.ceri2003-02-201-1/+1
|
* Update teh aac(4) manpage to note new controllers, the scsi passthruscottl2003-02-201-17/+24
| | | | interface, changes to linux compatibilty, and fewer bugs.
* Note we now support the DC395U2W cards.cognet2003-02-201-0/+3
|
* The nfs_privport variable doesn't exist - mention nfs_reserved_port_onlyceri2003-02-181-1/+1
| | | | | | | instead. Approved by: murray (mentor) MFC After: 2 days
OpenPOWER on IntegriCloud