summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-06-06Generated filesDale Rahn
2006-06-06syncTheo de Raadt
2006-06-06System build pieces for armish arch.Dale Rahn
2006-06-05Write the words of the mac address in reverse order to fix a MAC problem onDale Rahn
a Realtek 8169 found in a Thecus N2100, tested jsg, ok pval
2006-06-05better wording; ok reykJason McIntyre
2006-06-05- remove a useless .PpJason McIntyre
- tweak HISTORY wording
2006-06-05syncTheo de Raadt
2006-06-05- discard Rx frames with a bad CRC earlyDamien Bergamini
- don't start AMRR if we have set a fixed rate - fix TSF synchronization - remove a x2 prototype + ;; (pointed out by Jean-Baptiste Campesato)
2006-06-05Update that I started months ago; comments/improvements by half a dozen or ↵Ian Darwin
so; ok jmc@
2006-06-05start to sync some changes and fixes from various "openhal" ports ofReyk Floeter
this driver. thanks for contribution (even if i didn't get much feedback from these projects...). tested by many during c2k6, like aanriot@ and ian@
2006-06-05cleanup.Marc Balmer
2006-06-05In ubareset(), be sure to destroy the uba extent before recreating it, toMiod Vallat
avoid a diagnostic assertion failure.
2006-06-05Simpler code for printing time sensors: no leak and no floatingOtto Moerbeek
point. ok deraadt@
2006-06-05fix really stupid botch i made in last commit. RW_WRITE and RW_READ areTed Unangst
array indices not flags, and can't be renumbered trivially. noticed by sturm
2006-06-05various cleanups; ok mbalmerTheo de Raadt
2006-06-05allow the re-adding of files with previous revisionsJoris Vink
2006-06-04In extent_destroy(), only remove the extent from the global extent list ifMiod Vallat
the list is really used, i.e. if option DIAGNOSTIC || option DDB.
2006-06-04KNF and whitespace cleanup, no functional changeFelix Kronlage
ok mbalmer@
2006-06-04- initialise path pointers to NULL since error code checks for that.Niall O'Higgins
2006-06-04sync exit status bits with reality.Xavier Santolaria
2006-06-04Add a CAVEATS section: other systems might have more restrictive adjtime(2).Otto Moerbeek
With help from jmc@; ok deraadt@ jmc@
2006-06-04Missing RCS IdMiod Vallat
2006-06-04Only 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-04Allow any user to request the current adjustment; ok henning@ deraadt@Otto Moerbeek
2006-06-04Shrink VM_PHYSSEG_MAX to 1 on platforms where physical memory is contiguousMiod Vallat
and there is only one call to uvm_page_physload().
2006-06-04When VM_PHYSSEG_MAX is 1, use VM_PSTRAT_RANDOM for VM_PHYSSEG_STRAT, thisMiod Vallat
makes uvm_page.o smaller.
2006-06-04fix output if file is lost, unknown, or in the Attic; OK joris@.Xavier Santolaria
2006-06-04lets not stop looking for a branch if the first oneJoris Vink
on the branches list does not match the one we are looking for, it might be further down.
2006-06-04sprinkle -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 sensorMarc 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 reallocNiall 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-04teach this about NMEADISC tooTheo de Raadt
2006-06-04teach stty about NMEADISCTheo de Raadt
2006-06-04print time offsets much nicerTheo de Raadt
2006-06-03regenGordon Willem Klok
2006-06-03Add pci vendor id for Equinox systems, and several device ids forGordon Willem Klok
their multiport serial boards (SST series). ok deraadt@
2006-06-03syncTheo de Raadt
2006-06-03do chio.conf install from right placeTheo de Raadt
2006-06-03Use ifconfig delete/alias conforming with the man page.Marco Pfatschbacher
OK krw@
2006-06-03better synopsis for -g; ok mpfJason McIntyre
2006-06-03add 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-03groups are specified using -g, not -m; ok mpfJason McIntyre
2006-06-03tweaks;Jason McIntyre
2006-06-03Do not set newaddr to 1 if "delete" was specified beforhands. In this caseClaudio 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-03kill trailing whitespace;Jason McIntyre
2006-06-03prettier function declarationMartin Reindl