Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-10 | strncpy->strlcpy | Alexander Yurchenko | |
ok henning@ | |||
2004-11-10 | use ExtraInfo, finally: allows pkg_info to report packages according to | Marc Espie | |
PKGPATH, e.g., pkg_info -e x11/kde/base3 will tell you which version (if any) of kdebase is installed. Necessary for achieving updates. | |||
2004-11-10 | resurrect -e, document that it uses packages-specs now. | Marc Espie | |
2004-11-10 | where the files will be | Theo de Raadt | |
2004-11-10 | Fix 'netstat -sp pim6' | Ryan Thomas McBride | |
From Pavlin Radoslavov | |||
2004-11-10 | Let us make a nice cats install CD while here | Theo de Raadt | |
2004-11-10 | Add some (ifp != NULL) checks to ip_fragment() so it can be used even if there | Ryan Thomas McBride | |
is no struct ifnet associated with the outgoing interface of the packet. Necessary for upcoming Protocol Independent Multicast support. From Pavlin Radoslavov ok henning@ djm@ markus@ | |||
2004-11-09 | flurry of updates: | Jared Yanovich | |
- minor mdoc tweaks - add an example - sync header excerpts to reality - document STRIOCSCRIPTNAME - add a CAVEAT - clarify an issue regarding STRIOCPOLICY/NEW tweaks and ok from millert, jmc, marius | |||
2004-11-09 | use warn() instead of printf() + strerror() | Pedro Martelletto | |
ok hshoexer@ jaredy@ deraadt@ | |||
2004-11-09 | * don't use the import code just yet, it uses new functions that aren't | krapht | |
tested enough yet | |||
2004-11-09 | oops again. | Marc Espie | |
2004-11-09 | oops, dropped one line I shouldn't have. | Marc Espie | |
2004-11-09 | Better handling of log message input and removal of crufty code | krapht | |
2004-11-09 | whitespace; | Jason McIntyre | |
2004-11-09 | add missing wireless adapters, and sync w/ .Nd; | Jason McIntyre | |
suggested by alexey e. suslikov; ok deraadt@ | |||
2004-11-09 | /bin/sh supports PS1 expansion; | Jason McIntyre | |
2004-11-09 | Kill guarded_access() - the way we map OBIO, there is no need for special | Miod Vallat | |
treatement of interrupt vectors variables, a simple read will do. While there, speed up the interrupt handlers a bit: - remove old debug code or only compile it if option DEBUG. - use short circuits for setipl() if we know interrupts are disabled at this point: there is no need playing with the psr in these cases. | |||
2004-11-09 | tweaks; | Jason McIntyre | |
ok jaredy@ | |||
2004-11-09 | at least compile | krapht | |
2004-11-09 | fix the url pointing to the original atuwi driver. pointed out by Dries | David Gwynne | |
Schellekens. | |||
2004-11-09 | cvs_exec() | krapht | |
2004-11-09 | * don't setup a signal handler for SIGCHLD yet | krapht | |
* ignore SIGPIPE * add the getopt() argument format to the command structure | |||
2004-11-09 | Editor invocation code, still needs some work | krapht | |
2004-11-09 | a bit more sense | krapht | |
2004-11-09 | session prototypes and some cleanup | krapht | |
2004-11-09 | session skeleton code | krapht | |
2004-11-09 | We don't need to keep a copy of each Entries line, it isn't used | krapht | |
anywhere and it consumes memory uselessly. | |||
2004-11-09 | import code from Joris Vink <amni at pandora dot be> | krapht | |
2004-11-09 | cvsd_sock_accept() must return the descriptor, not 0 | krapht | |
2004-11-09 | Do not map empty mbufs (m_len == 0) in bus_dmamap_load_mbuf() as these mappings | Claudio Jeker | |
may disturb the dma as seen in ipw(4). Emtpy mbufs are at the beginning of the mbuf chain and are as example a "side-effect" of a previous m_adj() call. OK miod@ mickey@ jason@ markus@ | |||
2004-11-09 | Fix single-stepping. | Mark Kettenis | |
ok miod@ | |||
2004-11-09 | sync | Theo de Raadt | |
2004-11-09 | Kill more unused stuff. | Miod Vallat | |
2004-11-09 | Luna88k does not have an iomap, so kill all iomap related defines, and | Miod Vallat | |
move the mapiodev()/unmapiodev() code back to mvme88k. | |||
2004-11-09 | Avoid use after free(), slight optimization. From Patrick Latifi. | Otto Moerbeek | |
ok tom@ deraadt@ | |||
2004-11-09 | remove useless bpf code. removes dependancy on code from an(4). | David Gwynne | |
2004-11-09 | Always free memory on failure in c{e,s}4231_alloc(); from Patrick Lafiti. | Miod Vallat | |
2004-11-09 | big KNF spanking, no change in object file, ecstatic ok from claudio | Henning Brauer | |
2004-11-09 | use NULL instead of 0 for poiter comparisions, | Henning Brauer | |
from "Alexey E. Suslikov" <cruel@texnika.com.ua> with a little help from itojun | |||
2004-11-09 | Split {get,set,raise}ipl() into per-board implementations. | Miod Vallat | |
2004-11-09 | do not assume entries in pf_timeouts[] are ordererd like PFTM_* in pfvar.h | Daniel Hartmeier | |
reported by Alexey E. Suslikov, ok henning@ | |||
2004-11-09 | -s seamless with other options: let it work with -a, let it be on for -v. | Marc Espie | |
Count totalsize, and display it at end if > 1 package. | |||
2004-11-09 | kill old Logger interface, use $state->print() to report problems at | Marc Espie | |
end exclusively now. | |||
2004-11-09 | alternate between package names correctly when replacing a package. | Marc Espie | |
2004-11-09 | kill dup code | Marc Espie | |
2004-11-09 | -s option, grange's request. | Marc Espie | |
2004-11-09 | in the list of RIRs: | Henning Brauer | |
-add LACNIC -RIPE serves more than just europe, and ARIN more than north america -order alphabetically From: Klaus Steding-Jessen <jessen@nic.br> | |||
2004-11-09 | avoid scanning the whole packing-list when looking for info that are | Marc Espie | |
at the top anyways: recent packages have arch markers, and are in `normal order'. First cwd we meet, we're out. (speeds up the scanning of conflicts by 4 or 5). | |||
2004-11-09 | save dir in plist, not state (unconfuse script operations when several | Marc Espie | |
plists are present). Encapsulate `extract' operation in `extract_with_pm' to allow progress meter to do something sensible when replacing packages. | |||
2004-11-09 | whitespace; | Jason McIntyre | |