Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-11 | clean up this Makefile; | Jason McIntyre | |
2007-01-11 | avoid an ugly grammar construction; | Jason McIntyre | |
2007-01-11 | strl* overload, use xasprintf(). | Xavier Santolaria | |
2007-01-11 | correctly deallocate dependencies when growing into an indirect block | Pedro Martelletto | |
and failing to acquire a data block, from freebsd, okay krw@, mickey@ | |||
2007-01-11 | make 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 attach | Jason McIntyre | |
- make the .Nd a little nicer whilst here help/ok mk | |||
2007-01-11 | save errno. | Xavier Santolaria | |
2007-01-11 | sync joris' last change (connection to remote server when all options are | Xavier Santolaria | |
valid) for the unedit command too. | |||
2007-01-11 | do not report the clock frequencies on arm becuase there is no | Robert Nagy | |
real need to be verbose here; discussed with drahn@ ok kettenis@, miod@, deraadt@ and others | |||
2007-01-11 | Move options into DESCRIPTION section. This conforms with most | Ray Lai | |
other man pages, where the options are near the top of the page for easy access. OK jmc@. | |||
2007-01-11 | Since bootp_packet_handler is always set to do_packet before we | Kenneth R Westerback | |
process any packets, eliminate that abstraction and just call do_packet directly. No functional change. ok stevesk | |||
2007-01-11 | in 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-11 | remove unused #define DHCP_MIN_LEN | Kevin Steves | |
2007-01-11 | Reject all packets with an option claiming to extend past the end of | Kenneth R Westerback | |
an option buffer. No longer accept the 6th such packet. From ISC. ok ckuethe@ stevesk@ | |||
2007-01-10 | Flow control support for bge(4)/brgphy(4). From brad@ based on code from | Mark Kettenis | |
NetBSD. | |||
2007-01-10 | add a cvs_file_copy routine and use it for the edit command to | Xavier Santolaria | |
copy the file in the current working directory to CVS/Base/ ok ray@ joris@. | |||
2007-01-10 | an update of sk.4 and msk.4, from brad; | Jason McIntyre | |
kettenis and matthieu more or less ok'd it too | |||
2007-01-10 | resolve conflicts and regen configure script | Jakob Schlyter | |
2007-01-10 | ISC BIND release 9.3.3 | Jakob Schlyter | |
2007-01-10 | change firmware byte order to be same on all architectures | Theo de Raadt | |
THIS MEANS YOU NEED TO UPDATE YOUR FIRMWARE FILE BEFORE BOOTING WITH A NEW KERNEL tested by marco, biorn | |||
2007-01-10 | you know what, now that openrcs is in fact working properly and | Joris 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-10 | An example should use "e.g." ("for example") rather than "i.e." | Tom Cosgrove | |
("that is"). ok jmc@ | |||
2007-01-10 | Add a sentence to document the use of the "alias" literal. | Tom Cosgrove | |
ok jmc@ | |||
2007-01-10 | Handle that acpi(4) is split out into individual pages: Remove MLINKS | Michael Knudsen | |
and add to MAN. ok jmc | |||
2007-01-10 | As 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-10 | fix fallout of the split sensor devices change which caused lockups on | David 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-10 | makesd -> masked; ok miod | Jason McIntyre | |
2007-01-10 | allow 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-10 | zip trailing whitespace; | Jason McIntyre | |
2007-01-10 | - use .Sq for single characters, rather than .Dq | Jason McIntyre | |
- zap trailing whitespace | |||
2007-01-10 | sync usage() somewhat; | Jason McIntyre | |
2007-01-10 | - better wording for -f, as well as missing punctuation | Jason McIntyre | |
- put CAVEATS in the right place | |||
2007-01-10 | add -k to usage(); | Jason McIntyre | |
2007-01-10 | tweaks; | Jason McIntyre | |
2007-01-10 | do 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-10 | remove ancient code. sync w/ kame | Jun-ichiro itojun Hagino | |
2007-01-10 | Fix getitimer to use uptime as setitimer does. Fixes bad output from | Artur Grabowski | |
getitimer when the clock on the machine has been reset. miod@ ok | |||
2007-01-10 | Clear EOF before prompting user for input. | Ray Lai | |
Fixes PR 5342. OK joris@ and xsa@. | |||
2007-01-09 | Adjust for USIII to RIO EBus renaming. | Mark Kettenis | |
2007-01-09 | regen | Mark Kettenis | |
2007-01-09 | Spell Ebus as EBus like Sun does. Rename USIII EBus to RIO Ebus. | Mark Kettenis | |
2007-01-09 | align usage message correctly | Theo de Raadt | |
2007-01-09 | fix usage | Theo de Raadt | |
2007-01-09 | add remote handler for the cvs watch command; not linked to the build. | Xavier Santolaria | |
2007-01-09 | network byte order firmware, so that firmware files are the same on | Theo de Raadt | |
all architectures YOU HAVE TO INSTALL NEW FIRMWARE BEFORE BOOTING A NEW KERNEL | |||
2007-01-09 | TIOCGPGRP and TIOCSPGRP are the underlying ioctl(2)s for tcgetpgrp and | Robert Nagy | |
tcsetpgrp, respectively, not tcgetattr and tcsetattr; from "Matthew R. Dempsky" <mrd@alkemio.org> | |||
2007-01-09 | Ignore "mapping symbols" like $a and $t. They seem to be an ARM-only | Chris 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-09 | typo | Reyk Floeter | |
2007-01-09 | Finish 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@ |