summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-11-08Section 4 changes and additions for Pegasos.Miod Vallat
2003-11-08Sync hardware list with GENERIC.Miod Vallat
2003-11-08Do not keep a list of midi attachments per architecture - this onlyMiod Vallat
makes the page more confusing, and conforms to the existing practice for MI interfaces.
2003-11-08Save the current floatingpoint state in the pcb.Miod Vallat
2003-11-08remove unused variable (pw). ok djm@Jakob Schlyter
2003-11-08Remove file commited by accidentMiod Vallat
2003-11-08remove two words that were never visible anyway, due to too many argsJason McIntyre
passed to macro;
2003-11-08add -v and -w window to usage();Jason McIntyre
2003-11-08- correct SYNOPSISJason McIntyre
- sort options - sync usage() - new sentence, new line
2003-11-08- ommited -> omittedJason McIntyre
- kill some whitespace at EOL - remove unnecessary args to .Nm
2003-11-08Print "|pfsync" if the packet is truncated, not "|pflog".Ryan Thomas McBride
2003-11-08Avoid a race condition while swapping in a process.Thomas Nordin
Tested by mickey@, henning@, ericj@, and beck@. ok mickey@
2003-11-08Remove compacting garbage collector. Fixes PR #3528.Thomas Nordin
Tested by henning@ and frisco@blackant.ne. ok mickey@, niklas@, and weingart@
2003-11-08Add 'no-sync' state option to prevent state transition messages for statesRyan Thomas McBride
created by this rule from appearing on the pfsync(4) interface. e.g. pass in proto tcp to self flags S/SA keep state (no-sync) ok cedric@ henning@ dhartmei@
2003-11-07Check to make sure that the packet was received on a carp-enabled interface.Ryan Thomas McBride
Pointed out by Marco Pfatschbacher, ok mickey@
2003-11-07fix behavior when ipv6mr_interface is 0. reported on netbsd listJun-ichiro itojun Hagino
2003-11-07Clean up carp_iamatch() behaviour so we don't reply to arp requests whenRyan Thomas McBride
the interface is ifconfig'd down. Patch from Marco Pfatschbacher
2003-11-07Correct url to docs site; from Jared Yanovich <jjy2+@pitt.edu>.Alexander Yurchenko
2003-11-07Add missing #ifdef INET6.Ryan Thomas McBride
Courtesy of markus@
2003-11-07updated URL and a typo from Jared Yanovich;Jason McIntyre
2003-11-07Add some missing mentions of 'synproxy state'Ryan Thomas McBride
ok jmc@
2003-11-07more updated URLs from Jared Yanovich;Jason McIntyre
2003-11-07the the; from rohee@Michael Shalayeff
2003-11-07update the ref to fips; from jared yanovichMichael Shalayeff
2003-11-07fix the ref to hpux elf extensions; from Jared Yanovich <jjy2+@pitt.edu>Michael Shalayeff
2003-11-07updated URLs from Jared Yanovich;Jason McIntyre
however, I did not apply the diff exactly. After hunting around I found URLs for the missing files, and the ../index.html link appears not to work. I replaced it with a more suitable link.
2003-11-07"the the" -> "the"; rohee@Miod Vallat
2003-11-07diffrently -> differently;Jason McIntyre
2003-11-07adress -> address, and a few more; all from Jonathon Gray;Jason McIntyre
(mvme68k/mvme88k) vs.c and (vax) if_le.c ok miod@ isakmpd ones ok ho@
2003-11-07- document /etc/kbdtypeJason McIntyre
- sort options list and FILES - put example descriptions before examples and indent them ok mickey@
2003-11-07- slight cleanupJason McIntyre
- document some of the stuff in core.h - corrections from miod@ and myself;
2003-11-07document line length and group membership limits;Jason McIntyre
kill a stray .Pp; help and ok millert@
2003-11-07hppa is bigendianMichael Shalayeff
2003-11-07prevent overflow, see freebsd r1.32. also, do nicer reallocs.Ted Unangst
ok millert@ otto@
2003-11-06Do not use a reserved PTE bit as the wired bit, this can bite you.Miod Vallat
From NetBSD (PR #11121)
2003-11-06handle +DISPLAYMarc Espie
2003-11-06move netisr definition into md code to allow arch provide suitable allocation;Dale Rahn
tested on most archs, mickey missed pegasos.
2003-11-06move netisr definition into md code to allow arch provide suitable ↵Michael Shalayeff
allocation; tested on most archs
2003-11-06Test #, n, and a.Otto Moerbeek
2003-11-06Describe non-portable extension # (comment), n (print w/o newline),Otto Moerbeek
and a (byte to char). Tweaks and ok jmc@
2003-11-06Implement non-portable extension # (comment), n (print w/o newline),Otto Moerbeek
and a (byte to char).
2003-11-06set env PKG_PREFIX for compatibility with old tools.Marc Espie
2003-11-06Tell people to set PKG_PATH for pkg_add - to handle dependencies.Marc Espie
2003-11-06... pkg_add obviously much happier with borked_package...Marc Espie
2003-11-06verify libspec fully again (same code as old pkg add-on, mostly).Marc Espie
This ends the current batch of updates. Much thanks to sturm@ for testing and comments.
2003-11-06Split off dependency solving into its own function.Marc Espie
pkg without dependencies is not a special case, it will simply end up with an empty solved dependency list. Try harder to resolve dependencies without resorting to default, use other arguments on the command line first. This makes it possible to have pkg_add * run for the CD even if the CD doesn't contain only default packages as long as the packages satisfy the dependencies.
2003-11-06do not try to run the post-install script on an aborted pkg_add.Marc Espie
2003-11-06split out the registration process, and add a ^C handler, to thatMarc Espie
half-installed packages register in a sensible way.
2003-11-06Handle pkg_add -Marc Espie
let pkg_add postpone conflict handling until it has the real name of the package if necessary, and let PackageLocator deal correctly with a '-' filename.
2003-11-06Allow the use of full paths to refer to installed packages, so thatMarc Espie
pkg_delete /var/db/pkg/zsh-*/ works.