Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-04 | - initialise path pointers to NULL since error code checks for that. | Niall O'Higgins | |
2006-06-04 | sync exit status bits with reality. | Xavier Santolaria | |
2006-06-04 | Add a CAVEATS section: other systems might have more restrictive adjtime(2). | Otto Moerbeek | |
With help from jmc@; ok deraadt@ jmc@ | |||
2006-06-04 | Missing RCS Id | Miod Vallat | |
2006-06-04 | Only invalidate stored replies if an adjustment was really made. | Otto Moerbeek | |
ok henning@ | |||
2006-06-04 | - explicitly set some pointers to NULL since they are tested on error. | Niall O'Higgins | |
2006-06-04 | Allow any user to request the current adjustment; ok henning@ deraadt@ | Otto Moerbeek | |
2006-06-04 | Shrink VM_PHYSSEG_MAX to 1 on platforms where physical memory is contiguous | Miod Vallat | |
and there is only one call to uvm_page_physload(). | |||
2006-06-04 | When VM_PHYSSEG_MAX is 1, use VM_PSTRAT_RANDOM for VM_PHYSSEG_STRAT, this | Miod Vallat | |
makes uvm_page.o smaller. | |||
2006-06-04 | fix output if file is lost, unknown, or in the Attic; OK joris@. | Xavier Santolaria | |
2006-06-04 | lets not stop looking for a branch if the first one | Joris Vink | |
on the branches list does not match the one we are looking for, it might be further down. | |||
2006-06-04 | sprinkle -n voodoo over the add, commit and import commands. | Joris Vink | |
2006-06-04 | - ntpd no longer needs the NTP identifier as part of a timedelta sensor | Marc Balmer | |
description. - create the timedelta sensors as early as possible, but mark them invalid as long as there is no real data. - update docs accordingly | |||
2006-06-04 | - we can just use the 'sizdiff' variable instead of calling strlen(expbuf); | Niall O'Higgins | |
simplifies things a little. | |||
2006-06-04 | - ensure fin pointer is not invalidated after realloc | Niall O'Higgins | |
2006-06-04 | - don't forget to free data in rcs_expand_keywords() | Niall O'Higgins | |
2006-06-04 | - fix off-by-one in rcs_expand_keywords() | Niall O'Higgins | |
2006-06-04 | teach this about NMEADISC too | Theo de Raadt | |
2006-06-04 | teach stty about NMEADISC | Theo de Raadt | |
2006-06-04 | print time offsets much nicer | Theo de Raadt | |
2006-06-03 | regen | Gordon Willem Klok | |
2006-06-03 | Add pci vendor id for Equinox systems, and several device ids for | Gordon Willem Klok | |
their multiport serial boards (SST series). ok deraadt@ | |||
2006-06-03 | sync | Theo de Raadt | |
2006-06-03 | do chio.conf install from right place | Theo de Raadt | |
2006-06-03 | Use ifconfig delete/alias conforming with the man page. | Marco Pfatschbacher | |
OK krw@ | |||
2006-06-03 | better synopsis for -g; ok mpf | Jason McIntyre | |
2006-06-03 | add support for update -A and update -r<rev>. | Joris Vink | |
hacking on the plane from toronto to barbados. i will probably hack some more since im stuck in barbados for 12 lovely hours over night cause the carribean airlines dont understand the meaning over 'more than one flight a day'. | |||
2006-06-03 | groups are specified using -g, not -m; ok mpf | Jason McIntyre | |
2006-06-03 | tweaks; | Jason McIntyre | |
2006-06-03 | Do not set newaddr to 1 if "delete" was specified beforhands. In this case | Claudio Jeker | |
doalias is < 0. This fixes the problem where ifconfig em0 delete 10.0.0.1 created a 0.0.0.0/0 route entry and created a total mess because of that. Diff from markus@ OK beck@ markus@ | |||
2006-06-03 | kill trailing whitespace; | Jason McIntyre | |
2006-06-03 | prettier function declaration | Martin Reindl | |
2006-06-03 | - correctly handle binary files; say bye bye to using c strings for deltatexts. | Niall O'Higgins | |
"slap it in" joris@ | |||
2006-06-03 | regen | Uwe Stuehler | |
2006-06-03 | correct product id for the SyChip device | Uwe Stuehler | |
2006-06-03 | - only call config_found for function number > 0 | Uwe Stuehler | |
- always display the product information in sdmmc_print() | |||
2006-06-03 | make detachable, inspired by netbsd | Martin Reindl | |
2006-06-02 | Add sasyncd to rc / rc.conf. | Ryan Thomas McBride | |
ok deraadt@ cloder@ | |||
2006-06-02 | regen | Uwe Stuehler | |
2006-06-02 | more products from http://mmc.drzeus.cx/wiki/SDIO | Uwe Stuehler | |
2006-06-02 | just ise "HARD" as refid with sensors for v3 clients | Henning Brauer | |
2006-06-02 | s/CID/CIS/ | Uwe Stuehler | |
2006-06-02 | Fix name of lcd(4) in dmesg. | Miod Vallat | |
2006-06-02 | Map the vector page cacheable during startup. | Miod Vallat | |
2006-06-02 | Add some comments in the return endpoints | Pedro Martelletto | |
2006-06-02 | incredibly stupid typo | Henning Brauer | |
2006-06-02 | mention com* at cardbus? for macppc. | Felix Kronlage | |
2006-06-02 | now that com_cardbus works on macppc, add 'com* at cardbus?' to GENERIC | Felix Kronlage | |
ok martin@ | |||
2006-06-02 | whitespace cleanup, no binary change. | Moritz Jodeit | |
2006-06-02 | Add a clonable devices implementation. Hacked along with thib@, input | Pedro Martelletto | |
from krw@ and toby@, subliminal prodding from dlg@, okay deraadt@. |