Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-14 | Add wrapper functions to enable/disable interrupts and manipulate their state. | Mark Kettenis | |
2009-12-14 | when removing sets, remove cant markers as well | Marc Espie | |
2009-12-14 | Do non-blocking I/O when delivering locally over a pipe. | Jacek Masiulaniec | |
2009-12-14 | fix sticky-address - by pretty much re-implementing it. still following | Henning Brauer | |
the original approach using a source tracking node. the reimplementation i smore flexible than the original one, we now have an slist of source tracking nodes per state. that is cheap because more than one entry will be an absolute exception. ok beck and jsg, also stress tested by Sebastian Benoit <benoit-lists at fb12.de> | |||
2009-12-14 | combined updates show the packages that can't be updated | Marc Espie | |
2009-12-14 | Add /etc/rtadvd.conf | giovanni | |
ok sthen@ | |||
2009-12-14 | Add server options to completion as well. | Nicholas Marriott | |
2009-12-14 | New server option, escape-time, to set the timeout used to detect if escapes | Nicholas Marriott | |
are alone or part of a function key or meta sequence. | |||
2009-12-14 | fuss about install msgs: new method state->ntogo, use it to annotate more | Marc Espie | |
messages with global progress information. Also, when not finding a suitable update, report it if set is not a simple update. Helps in figuring out cases like gstreamer... | |||
2009-12-14 | off by one the other way round | Marc Espie | |
2009-12-14 | temporary fix for kept packages until we move them away | Marc Espie | |
2009-12-14 | sleep(3) is supposed to return zero when it sleeps the entire amount | Philip Guenthe | |
ok deraadt@ | |||
2009-12-14 | Add a test for sleep(3), to verify that it both (a) returns zero when it | Philip Guenthe | |
completes, and (b) returns the unslept time in seconds when interrupted | |||
2009-12-13 | - Silicon Graphics also made a copper GigE adapter. | Stuart Henderson | |
- Remove mentioning PCI in the Silicon Graphics adapter name. This isn't in the name of the adapter from the marketing material. from Brad. | |||
2009-12-13 | Use safe fd limits in smtp, lka, queue, and control. Removes a | Jacek Masiulaniec | |
possibility for fd-starvation fatal when under heavy load. | |||
2009-12-13 | Improve the layout by moving the paragraph describing the hardware features | Stuart Henderson | |
supported by the driver below the list of supported hardware. From Brad. | |||
2009-12-13 | typo | Jacek Masiulaniec | |
2009-12-13 | fix leaks found by parfait. | Jonathan Gray | |
ok deraadt | |||
2009-12-13 | repair type | Theo de Raadt | |
2009-12-13 | spacing, no binary change. | Igor Sobrado | |
2009-12-13 | okay, so old libs are not 'kept', keep track of updates correctly instead | Marc Espie | |
2009-12-13 | clean up code, no functional change | Marc Espie | |
2009-12-13 | simplify set printing | Marc Espie | |
2009-12-13 | copy correctly sized object, found by parfait; ok jsg | Theo de Raadt | |
2009-12-13 | use a more standard wording and add a list of supported controllers | Igor Sobrado | |
to the description of fpa(4); while here, synchronize the description of fpa(4) in pci(4). ok claudio@ | |||
2009-12-13 | kill fifty-eight commented out lines from the manual page code | Igor Sobrado | |
leaving the ioctl description by now, until we see if it is needed (claudio@ has noted that the ioctl description is a copy from inet(4), so it would need to be reworked). ok claudio@ | |||
2009-12-13 | Cleanup promiscuous mode and multicast handling. From Brad. | Mark Kettenis | |
2009-12-13 | Ensure that if_start() is called at IPL_NET. | Joel Sing | |
ok claudio@ | |||
2009-12-13 | force gzip to write package even if things don't compress. | Marc Espie | |
2009-12-13 | bit less aggressive about hiding; ok miod | Theo de Raadt | |
2009-12-13 | remember to restore errno (ie. stop someone from making a mistake later) | Theo de Raadt | |
ok guenther | |||
2009-12-13 | remove #ifdef CDDA bits cos nothing in cd.c uses it and nothing i can find | David Gwynne | |
defines it. | |||
2009-12-13 | prefix all softc members with sc_, not just most of them. | David Gwynne | |
2009-12-13 | use sc consistently as the name of the pointer to the softc variable, not | David Gwynne | |
cd. | |||
2009-12-12 | Nuke useless ancient documentation. ok deraadt | Nicholas Marriott | |
2009-12-12 | Protect more definitions userland doesn't need to care about with _KERNEL | Miod Vallat | |
2009-12-12 | Switch page size from 4KB to 16KB on R10k kernels without R5k support | Miod Vallat | |
(i.e. IP27 and IP30 sgi kernels). | |||
2009-12-12 | Introduce various CPU_### options to enable cpu-specific code or workarounds; | Miod Vallat | |
be sure to rerun config(8) on your kernel configuration files. | |||
2009-12-12 | Provide a correct version for little endian kernels... sigh | Miod Vallat | |
2009-12-12 | unifdef -D__LP64__ | Miod Vallat | |
2009-12-12 | Whoops, missed these. | Nicholas Marriott | |
2009-12-12 | tip is not setuid or setgid anymore and there are no PRIV/EXPR commands, so | Nicholas Marriott | |
remove the code. ok deraadt | |||
2009-12-12 | update will ask about conflicts, so we need that in updateinfo... | Marc Espie | |
2009-12-12 | autovivified | Marc Espie | |
2009-12-12 | test case for the gamin/fam scenario | Marc Espie | |
2009-12-12 | fix the fam->libgamin issue. Look for update candidates in self before | Marc Espie | |
asking the repository. This solves this kind of conflicts. also, register packages we keep, this makes for simpler scenarios (todo: split updateset into further categories) | |||
2009-12-12 | have pkg_add recheck there are no internal conflicts in an updateset. | Marc Espie | |
provides a different failure for the fam/gamin update (better one actually, since we go further...) | |||
2009-12-12 | when parsing .wav headers, check if rate <= RATE_MAX (instead of | Alexandre Ratchov | |
rate < RATE_MAX). Similarly check if bits <= 32 (instead of bits < 32) | |||
2009-12-12 | When acting as a client do content reads from the disk progressively | Jacek Masiulaniec | |
as the remote accepts more data instead of doing one big read into the memory in the beginning of session. | |||
2009-12-12 | Use a socketpair instead of a pair of pipes. | Nicholas Marriott | |
looks ok to millert@ |