summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-01-11clean up this Makefile;Jason McIntyre
2007-01-11avoid an ugly grammar construction;Jason McIntyre
2007-01-11strl* overload, use xasprintf().Xavier Santolaria
2007-01-11correctly deallocate dependencies when growing into an indirect blockPedro Martelletto
and failing to acquire a data block, from freebsd, okay krw@, mickey@
2007-01-11make the description of -e point to the COMMAND MODE section;Jason McIntyre
2007-01-11- add a list in acpi.4 of all acpi devices which attachJason McIntyre
- make the .Nd a little nicer whilst here help/ok mk
2007-01-11save errno.Xavier Santolaria
2007-01-11sync joris' last change (connection to remote server when all options areXavier Santolaria
valid) for the unedit command too.
2007-01-11do not report the clock frequencies on arm becuase there is noRobert Nagy
real need to be verbose here; discussed with drahn@ ok kettenis@, miod@, deraadt@ and others
2007-01-11Move options into DESCRIPTION section. This conforms with mostRay Lai
other man pages, where the options are near the top of the page for easy access. OK jmc@.
2007-01-11Since bootp_packet_handler is always set to do_packet before weKenneth R Westerback
process any packets, eliminate that abstraction and just call do_packet directly. No functional change. ok stevesk
2007-01-11in a remote setup:Joris Vink
do not connect to the remote server until we are sure all the options passed to the commands are valid. noticed by xsa@
2007-01-11remove unused #define DHCP_MIN_LENKevin Steves
2007-01-11Reject all packets with an option claiming to extend past the end ofKenneth R Westerback
an option buffer. No longer accept the 6th such packet. From ISC. ok ckuethe@ stevesk@
2007-01-10Flow control support for bge(4)/brgphy(4). From brad@ based on code fromMark Kettenis
NetBSD.
2007-01-10add a cvs_file_copy routine and use it for the edit command toXavier Santolaria
copy the file in the current working directory to CVS/Base/ ok ray@ joris@.
2007-01-10an update of sk.4 and msk.4, from brad;Jason McIntyre
kettenis and matthieu more or less ok'd it too
2007-01-10resolve conflicts and regen configure scriptJakob Schlyter
2007-01-10ISC BIND release 9.3.3Jakob Schlyter
2007-01-10change firmware byte order to be same on all architecturesTheo de Raadt
THIS MEANS YOU NEED TO UPDATE YOUR FIRMWARE FILE BEFORE BOOTING WITH A NEW KERNEL tested by marco, biorn
2007-01-10you know what, now that openrcs is in fact working properly andJoris Vink
has been in the previous release - how about we give it a proper version instead of "OpenCVS RCS 3.6" okay xsa@, ray@
2007-01-10An example should use "e.g." ("for example") rather than "i.e."Tom Cosgrove
("that is"). ok jmc@
2007-01-10Add a sentence to document the use of the "alias" literal.Tom Cosgrove
ok jmc@
2007-01-10Handle that acpi(4) is split out into individual pages: Remove MLINKSMichael Knudsen
and add to MAN. ok jmc
2007-01-10As requested by deraadt, split acpi(4) up into individual driver pages.Michael Knudsen
While doing this, improve and add the text of some manuals. Some of these are simply revived versions of the pages back from when they were individual pages. Input and ok from jmc. Note: When we wrote these pages, people submitted new pages to jmc and I. At some point during this, we decided to merge all pages into acpi(4) (which is now being undone), and I lost track of who sent what. Thus, if you think you should be the copyright owner of any of these files, get back to me in private.
2007-01-10fix fallout of the split sensor devices change which caused lockups onDavid Gwynne
boot. dont call sensordev_install multiple times for esm0. there are multiple devices accessed via the one esm interface that provide sensor info for various parts of the system. sensordev_install was being called after each of these parts was being probed, rather than right at the end after the entire list of sensors has been built. tested by kurt@
2007-01-10"alias" is literal text, not an argument name.Tom Cosgrove
ok jmc@
2007-01-10makesd -> masked; ok miodJason McIntyre
2007-01-10allow rule if there is at least _one_ matching address family combination.Markus Friedl
this allows 'flow from lo0 to 127.0.0.1' if lo0 has an ipv6 address. ok itojun@, hshoexer@
2007-01-10zip trailing whitespace;Jason McIntyre
2007-01-10- use .Sq for single characters, rather than .DqJason McIntyre
- zap trailing whitespace
2007-01-10sync usage() somewhat;Jason McIntyre
2007-01-10- better wording for -f, as well as missing punctuationJason McIntyre
- put CAVEATS in the right place
2007-01-10add -k to usage();Jason McIntyre
2007-01-10tweaks;Jason McIntyre
2007-01-10do not use a list for SYNOPSIS;Jason McIntyre
this is actually part of a larger report sent by eric s. raymond and forwarded by brad, but i only read half of it. spotted by brad.
2007-01-10remove ancient code. sync w/ kameJun-ichiro itojun Hagino
2007-01-10Fix getitimer to use uptime as setitimer does. Fixes bad output fromArtur Grabowski
getitimer when the clock on the machine has been reset. miod@ ok
2007-01-10Clear EOF before prompting user for input.Ray Lai
Fixes PR 5342. OK joris@ and xsa@.
2007-01-09Adjust for USIII to RIO EBus renaming.Mark Kettenis
2007-01-09regenMark Kettenis
2007-01-09Spell Ebus as EBus like Sun does. Rename USIII EBus to RIO Ebus.Mark Kettenis
2007-01-09align usage message correctlyTheo de Raadt
2007-01-09fix usageTheo de Raadt
2007-01-09add remote handler for the cvs watch command; not linked to the build.Xavier Santolaria
2007-01-09network byte order firmware, so that firmware files are the same onTheo de Raadt
all architectures YOU HAVE TO INSTALL NEW FIRMWARE BEFORE BOOTING A NEW KERNEL
2007-01-09TIOCGPGRP and TIOCSPGRP are the underlying ioctl(2)s for tcgetpgrp andRobert Nagy
tcsetpgrp, respectively, not tcgetattr and tcsetattr; from "Matthew R. Dempsky" <mrd@alkemio.org>
2007-01-09Ignore "mapping symbols" like $a and $t. They seem to be an ARM-onlyChris Kuethe
feature, used to indicate whether code is ARM or Thumb. Unfortunately they confuse gprof, which outputs call graphs where every other function is named "$a"... not very useful. Rather than enumerating the different symbols, binutils ignores anything beginning with '$', and that is what we will do here. Thanks to Dale Rahn for useful tips along the way. ok miod
2007-01-09typoReyk Floeter
2007-01-09Finish renaming hostated to hoststated.Pierre-Yves Ritschard
Note to testers: the user the daemon changes its id to is now _hoststated, don't forget to update master.passwd. ok reyk@