Age | Commit message (Expand) | Author |
2003-11-08 | remove unused variable (pw). ok djm@ | Jakob Schlyter |
2003-11-08 | Remove file commited by accident | Miod Vallat |
2003-11-08 | remove two words that were never visible anyway, due to too many args | Jason McIntyre |
2003-11-08 | add -v and -w window to usage(); | Jason McIntyre |
2003-11-08 | - correct SYNOPSIS | Jason McIntyre |
2003-11-08 | - ommited -> omitted | Jason McIntyre |
2003-11-08 | Print "|pfsync" if the packet is truncated, not "|pflog". | Ryan Thomas McBride |
2003-11-08 | Avoid a race condition while swapping in a process. | Thomas Nordin |
2003-11-08 | Remove compacting garbage collector. Fixes PR #3528. | Thomas Nordin |
2003-11-08 | Add 'no-sync' state option to prevent state transition messages for states | Ryan Thomas McBride |
2003-11-07 | Check to make sure that the packet was received on a carp-enabled interface. | Ryan Thomas McBride |
2003-11-07 | fix behavior when ipv6mr_interface is 0. reported on netbsd list | Jun-ichiro itojun Hagino |
2003-11-07 | Clean up carp_iamatch() behaviour so we don't reply to arp requests when | Ryan Thomas McBride |
2003-11-07 | Correct url to docs site; from Jared Yanovich <jjy2+@pitt.edu>. | Alexander Yurchenko |
2003-11-07 | Add missing #ifdef INET6. | Ryan Thomas McBride |
2003-11-07 | updated URL and a typo from Jared Yanovich; | Jason McIntyre |
2003-11-07 | Add some missing mentions of 'synproxy state' | Ryan Thomas McBride |
2003-11-07 | more updated URLs from Jared Yanovich; | Jason McIntyre |
2003-11-07 | the the; from rohee@ | Michael Shalayeff |
2003-11-07 | update the ref to fips; from jared yanovich | Michael Shalayeff |
2003-11-07 | fix the ref to hpux elf extensions; from Jared Yanovich <jjy2+@pitt.edu> | Michael Shalayeff |
2003-11-07 | updated URLs from Jared Yanovich; | Jason McIntyre |
2003-11-07 | "the the" -> "the"; rohee@ | Miod Vallat |
2003-11-07 | diffrently -> differently; | Jason McIntyre |
2003-11-07 | adress -> address, and a few more; all from Jonathon Gray; | Jason McIntyre |
2003-11-07 | - document /etc/kbdtype | Jason McIntyre |
2003-11-07 | - slight cleanup | Jason McIntyre |
2003-11-07 | document line length and group membership limits; | Jason McIntyre |
2003-11-07 | hppa is bigendian | Michael Shalayeff |
2003-11-07 | prevent overflow, see freebsd r1.32. also, do nicer reallocs. | Ted Unangst |
2003-11-06 | Do not use a reserved PTE bit as the wired bit, this can bite you. | Miod Vallat |
2003-11-06 | handle +DISPLAY | Marc Espie |
2003-11-06 | move netisr definition into md code to allow arch provide suitable allocation; | Dale Rahn |
2003-11-06 | move netisr definition into md code to allow arch provide suitable allocation... | Michael Shalayeff |
2003-11-06 | Test #, n, and a. | Otto Moerbeek |
2003-11-06 | Describe non-portable extension # (comment), n (print w/o newline), | Otto Moerbeek |
2003-11-06 | Implement non-portable extension # (comment), n (print w/o newline), | Otto Moerbeek |
2003-11-06 | set env PKG_PREFIX for compatibility with old tools. | Marc Espie |
2003-11-06 | Tell 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-06 | verify libspec fully again (same code as old pkg add-on, mostly). | Marc Espie |
2003-11-06 | Split off dependency solving into its own function. | Marc Espie |
2003-11-06 | do not try to run the post-install script on an aborted pkg_add. | Marc Espie |
2003-11-06 | split out the registration process, and add a ^C handler, to that | Marc Espie |
2003-11-06 | Handle pkg_add - | Marc Espie |
2003-11-06 | Allow the use of full paths to refer to installed packages, so that | Marc Espie |
2003-11-06 | url2pkgname as an explicit function | Marc Espie |
2003-11-06 | Implement discovery of a `packing-list' prefix, e.g., the first @cwd | Marc Espie |
2003-11-06 | the previous change caused invalid checksums in some cases (rdr), | Daniel Hartmeier |
2003-11-06 | Style nits. | Hakan Olsson |