Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bring in some examples (and create space for future work here): | mlaier | 2004-09-14 | 11 | -0/+399 |
| | | | | | | | | | | | | - Add OpenBSD example rulesets as advertised in etc/pf.conf and pf.conf(5) - Tweak the pointer to fit the FreeBSD default location share/examples/pf - Account for the new directory in BSD.usr.dist (no hier(7) change required as share/examples is an opaque item there). Obtained from: OpenBSD Reminded by: Thomas T. Veldhouse PR: docs/71691 MFC after: 2 days | ||||
* | Plug an fd leak by using autoh_freeall(3). | alfred | 2004-09-09 | 1 | -8/+36 |
| | | | | | | | Refuse to run unless root. Check in /etc, /usr/local/etc and ./ for the "autotab" configuration file. Add more debug statements. | ||||
* | sync with private code: | alfred | 2004-09-08 | 3 | -3/+4 |
| | | | | | fix a 5.x'ism that 4.x needs protection from. make this code compile standalone. | ||||
* | Document a couple of build knobs | brueffer | 2004-09-04 | 1 | -0/+8 |
| | | | | | | | PR: misc/71032 (partly) Submitted by: Divacky Roman <xdivac02@stud.fit.vutbr.cz> Reviewed by: ru MFC after: 3 days | ||||
* | Enter the autofs. | alfred | 2004-08-31 | 3 | -0/+535 |
| | |||||
* | According to module(9), when command is unrecognized, the module should | pjd | 2004-08-30 | 3 | -3/+3 |
| | | | | return EOPNOTSUPP. | ||||
* | Add a NO_BOOT knob to prevent building the boot blocks and loader. | des | 2004-08-19 | 1 | -0/+1 |
| | | | | | Reviewed by: ru MFC after: 3 days | ||||
* | Add a HARDWARE section to the example section 4 manual page. | simon | 2004-08-18 | 1 | -1/+12 |
| | | | | | Reviewed by: ru MFC after: 3 days | ||||
* | Shorten the description of NO_OPENSSL, which was split into two lines by a | marius | 2004-08-15 | 1 | -2/+1 |
| | | | | patch of mine in revision 1.216, a bit so it fits in a single line again. | ||||
* | Removed COPTS with equivalent CFLAGS. | ru | 2004-08-13 | 1 | -2/+2 |
| | | | | While here, fixed setting of BINDIR. | ||||
* | Document the correct use of MAKEOBJDIRPREFIX and MAKEOBJDIR. | harti | 2004-08-11 | 1 | -0/+6 |
| | | | | Requested by: kris | ||||
* | Update to the 2004 Edition of POSIX. | ru | 2004-07-30 | 1 | -2/+2 |
| | |||||
* | Removed remnants of ports-related knobs from here. | ru | 2004-07-29 | 1 | -7/+0 |
| | |||||
* | Update for struct cdevsw and dev_t -> struct cdev * changes, plus one | tjr | 2004-07-16 | 2 | -7/+9 |
| | | | | 64-bit portability fix. | ||||
* | Move references to the recently removed worm directory. | scottl | 2004-07-15 | 1 | -5/+2 |
| | |||||
* | Remove Walnut Creek CDROM script that Jordan wrote in the 90s. | murray | 2004-07-15 | 2 | -44/+0 |
| | | | | | | This functionality is largely in src/release/${ARCH}/mkisofs.sh now. PR: docs/43569 | ||||
* | Bumped document date for the recent changes here. | ru | 2004-07-07 | 1 | -13/+14 |
| | | | | | | | Fixed bad example of how to start a new sentence. Added missing punctuation. Fixed cut-n-paste error in the STANDARDS section. Mention modern POSIX and C standards. | ||||
* | Mechanically kill hard sentence breaks and double whitespaces. | ru | 2004-07-03 | 2 | -5/+11 |
| | |||||
* | The -O2 bugs are in libalias(3), not ppp(8). | des | 2004-07-03 | 1 | -1/+1 |
| | |||||
* | Removed trailing whitespace. | ru | 2004-07-02 | 4 | -14/+14 |
| | |||||
* | Explain that -O2 is supported, but known to expose bugs in ppp(8). | des | 2004-07-02 | 1 | -3/+3 |
| | |||||
* | Add user _pflogd. | maxim | 2004-06-30 | 1 | -0/+1 |
| | |||||
* | Typo. | pjd | 2004-06-26 | 1 | -1/+1 |
| | |||||
* | Spelling fixes. | mpp | 2004-06-20 | 1 | -1/+1 |
| | |||||
* | Spelling fixes. | mpp | 2004-06-20 | 2 | -2/+2 |
| | |||||
* | Spelling fix and add $ FreeBSD $ tag | mpp | 2004-06-20 | 1 | -1/+2 |
| | |||||
* | Grr. Fixup markup on my last commit. Sorry, I'm a little out of practice :) | mpp | 2004-06-20 | 1 | -6/+6 |
| | |||||
* | Sync up ERRORS section with errno.h. | mpp | 2004-06-20 | 1 | -0/+14 |
| | |||||
* | Style. | maxim | 2004-06-09 | 1 | -5/+4 |
| | |||||
* | Remove duplicate #include. | le | 2004-06-09 | 1 | -1/+0 |
| | | | | | PR: misc/67748 Submitted by: bugghy <bugghy@phenix.rootshell.be> | ||||
* | /usr is not really the ideal place for a ports application to store | cjc | 2004-05-24 | 7 | -28/+28 |
| | | | | | | | a frequently updated database. /var/db is a much more reasonable place for this kind of thing. Set a good example. Reviewed by: -arch | ||||
* | Fix typo. | josef | 2004-05-12 | 1 | -1/+1 |
| | | | | | Submitted by: Michel Lavondès <fox@vader.aacc.cc.md.us> PR: docs/66536 | ||||
* | Fix typos. | simon | 2004-05-10 | 1 | -3/+3 |
| | | | | | PR: docs/66481 Submitted by: Michel Lavondès <fox@vader.aacc.cc.md.us> | ||||
* | Add some lines to note that 'www' is available as an option | josef | 2004-05-04 | 1 | -0/+6 |
| | | | | to get the www tree. | ||||
* | Remove mention of doscmd. | des | 2004-03-24 | 1 | -1/+0 |
| | |||||
* | o Add user proxy. | maxim | 2004-03-20 | 1 | -0/+1 |
| | |||||
* | Link pf to the build and install: | mlaier | 2004-03-08 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | This adds the former ports registered groups: proxy and authpf as well as the proxy user. Make sure to run mergemaster -p in oder to complete make installworld without errors. This also provides the passive OS fingerprints from OpenBSD (pf.os) and an example pf.conf. For those who want to go without pf; it provides a NO_PF knob to make.conf. __FreeBSD_version will be bumped soon to reflect this and to be able to change ports accordingly. Approved by: bms(mentor) | ||||
* | Add ports-net-mgmt to the relevant supfiles. | marcus | 2004-02-23 | 2 | -0/+2 |
| | | | | MFC after: 4 days | ||||
* | Added missing DPADD. | ru | 2004-02-05 | 2 | -0/+2 |
| | |||||
* | Fixed static build. | ru | 2004-02-04 | 1 | -2/+2 |
| | |||||
* | Document NO_VINUM, which is already listed in the man page. | des | 2004-02-03 | 1 | -0/+1 |
| | |||||
* | Always build ext2fs module. There is no written policy preventing the | obrien | 2004-01-28 | 1 | -3/+0 |
| | | | | building of GPL'ed modules. | ||||
* | Add NO_BLUETOOTH knob to the build process | emax | 2004-01-28 | 1 | -0/+1 |
| | | | | | Requested by: phk Reviewed by: imp (mentor), ru | ||||
* | Add ports-accessibility and ports-x11-themes to the example supfiles. | marcus | 2004-01-20 | 2 | -0/+4 |
| | |||||
* | Remove verbage about -O2 producing bad code on Alpha. By all accounts | obrien | 2004-01-18 | 1 | -2/+2 |
| | | | | | | | GCC 3.3 -O2 produces correct code on Alpha. However, note that FreeBSD has alias bugs that make -O2 produce bad code on all(most?) platforms. Also don't tell people we don't want -O2 related bug reports, we do -- if they contain patches. | ||||
* | Sync with sys/boot/forth/frames.4th revision 1.2 (PC98 support). | nyan | 2004-01-18 | 1 | -21/+43 |
| | | | | Suggested by: matusita | ||||
* | Note that REPORT_LUNS should be implemented to work better with Linux | njl | 2004-01-09 | 1 | -0/+1 |
| | | | | and Windows as initiators. | ||||
* | Enable autosense by default. This shouldn't hurt SPI and is required | njl | 2004-01-09 | 1 | -1/+1 |
| | | | | for FC. | ||||
* | Bump the max number of initiators to 256 from 16. This is appropriate for | njl | 2004-01-09 | 1 | -3/+3 |
| | | | | fibre channel and shouldn't hurt SPI. | ||||
* | Move the bktr(4) <arch>/include/ioctl_{bt848,meteor}.h files to dev/bktr | obrien | 2003-12-08 | 5 | -10/+21 |
| | | | | | | as these ioctl's aren't MD. This also means they are installed in /usr/include/dev/bktr now. Also provide compatability wrappers for where these headers lived in 4.x. |