Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-17 | Don't increase if_oerrors for every multicast frame leaving the interface. | Stefan Sperling | |
ok deraadt | |||
2011-04-17 | bigmem works well enough on amd64; we do not need the knob to turn it | Theo de Raadt | |
off anymore. ok miod | |||
2011-04-17 | improve line breaking in the SYNOPSIS section. | Igor Sobrado | |
as noted by schwarze@, the semantics of the .Bk macro is slightly different now to conform with modern groff releases; using a command-line option (.Op) macro, instead of its multiline version, while preserving the .Bk/.Ek block makes our manual pages compatible with mandoc, new groff and even groff-1.15. ok jmc@, schwarze@ | |||
2011-04-17 | Tweak verbiage, bring examples up to date. | Kenneth R Westerback | |
Suggestions from deraadt@ and jmc@. ok jmc@ | |||
2011-04-17 | by default we ignore unknown dhcp server options, so don't bother | Peter Hessler | |
warning unless we ask dhclient to reject leases with unknown options OK krw@ (this was lost in my tree for even longer) | |||
2011-04-17 | fix a possible division by zero if a server sends us a broken option | Peter Hessler | |
hints for the proper fix, and OK claudio@ (this was lost in my tree for far too long) | |||
2011-04-17 | the pstat(8) sample line will now contain a real device name | Theo de Raadt | |
2011-04-17 | Add -t to list-clients, based on a diff from Zac Sprackett. | Nicholas Marriott | |
2011-04-17 | Fix character position check, from Tiago Resende. | Nicholas Marriott | |
2011-04-17 | construct a better path to the swapdevice (as seen in pstat/swapctl output) | Theo de Raadt | |
ok miod | |||
2011-04-17 | almost 3 years ago 'config generic' support was fixed but never used. | Theo de Raadt | |
(pretty easy, since the bootdv is always wd0) | |||
2011-04-17 | On IP27 systems, fill the array of node hub widget numbers early, so that all | Miod Vallat | |
hubs are known during autoconf. Then, pick the most populated 2GB window as our DMA memory window. xbridge(4) can thus program the correct settings regardless of the order in which the xbow(4) attach. | |||
2011-04-17 | The {,l}lround{,f} implementations are based on {,l}lrint{,f}, | Martynas Venckus | |
therefore affected by the same bugs I've fixed a week ago. The high part was being clipped for all exponents greater or equal to 52. Fix this to use RESTYPE_BITS instead; also make the code consistent. | |||
2011-04-17 | cleanups, cosmethic changes, functions that should be static are now static | Gilles Chehade | |
no functionnal change | |||
2011-04-17 | remove a bogus blank line; from Andrew Fresh | Ingo Schwarze | |
2011-04-17 | remove unused IMSG_ defines | Gilles Chehade | |
2011-04-17 | The semantics of .Bk was described incorrectly | Ingo Schwarze | |
for the case of multiple sibling macros on a single input line. Issue found investigating a question from sobrado@. "I like this diff" kristaps@ | |||
2011-04-17 | a structure describing an envelope should be called struct envelope, not | Gilles Chehade | |
struct message ... | |||
2011-04-17 | no functionnal change, getting rid of deprecated prototypes | Gilles Chehade | |
2011-04-17 | Add recently added tests to SUBDIR. | Martynas Venckus | |
2011-04-17 | Keep the exact format of the message: | Ingo Schwarze | |
user %s mailbox is %s, group %s This is easy because we now have the strmode() function. From Andrew Fresh, minimally tweaked myself. | |||
2011-04-17 | 20 -> DBL_FRACHBITS | Martynas Venckus | |
2011-04-17 | Add tests for {,l,ll}round{,f}. Same tests as for {,l,ll}rint{,f}, | Martynas Venckus | |
except doesn't test rounding modes. Fix pending. Build it with -fno-builtin if you want to test the library functionality--otherwise GCC4 will decide to use its builtins on some platforms. | |||
2011-04-17 | Tweak the behaviour of boot(8) on hppa. Normal boots now will give you a | Mark Kettenis | |
chance to interrupt the boot procedure before booting the default kernel, just like (most) of our other hardware platforms. Interactive boots, where you interrupt the firmware boot procedure and answer "Y" to the "Interact with IPL?" question will now wait for human intervention at the boot> prompt (without a timeout). Should reduce frustration when trying to boot an alternative kernel. ok deraadt@, miod@, jsing@, todd@ | |||
2011-04-17 | fix a formatting bug in the list; from Michal Mazurek | Jason McIntyre | |
ok schwarze | |||
2011-04-16 | Tweak description of -F to eliminate implication that mount points | Kenneth R Westerback | |
must be input by user to get into the -F|-f output. Any known mount point - user entered, read from fstab or static ('none' for swap partitions) - will get into the tempfile. | |||
2011-04-16 | Add swap partition entries to -F and -f output. man page | Kenneth R Westerback | |
updates to follow. This will simplify install script fstab creation. ok deraadt@ | |||
2011-04-16 | Move the FPU state out of 'struct pcb' like we did for hppa since it causes | Mark Kettenis | |
evil problems with non-equivalent aliases. | |||
2011-04-16 | Move the FPU state out of 'struct pcb' like we did for hppa since it causes | Mark Kettenis | |
evil problems with non-equivalent aliases. | |||
2011-04-16 | Document what happens when x equals y. | Martynas Venckus | |
2011-04-16 | Initialize %cr30 for proc0 with the address of proc0fpstate. Shouldn't really | Mark Kettenis | |
matter, since we shouldn't be using the FPU inside the kernel, but we need to initialize %cr30 with something, and this is more consistent than using the address of the pcb. | |||
2011-04-16 | _LOCORE is already defined | Theo de Raadt | |
2011-04-16 | C99: "The nextafter functions return y if x equals y." | Martynas Venckus | |
Therefore, in nextafter() and nextafterf(): - if(x==y) return x; /* x=y, return x */ - if(x==y) return y; /* x=y, return y */ This matters for negative zero inputs of x or y. | |||
2011-04-16 | Test nextafter and nextafterf for zero, nan and some basic | Martynas Venckus | |
functionality. Fix pending. | |||
2011-04-16 | Fix kernel build after guenther@'s signal changes. | Miod Vallat | |
2011-04-16 | Blend in some code from netbsd and freebsd that reduces memory consumption | Otto Moerbeek | |
and speeds things up in a lot of cases. Prompted by Amit Kulkarni; ok krw@ on a slighly diffrenent incarnation | |||
2011-04-16 | jmc@ is merciless. But fair. | Kenneth R Westerback | |
2011-04-16 | Tweak man page and usage string with jmc@ suggestions. | Kenneth R Westerback | |
2011-04-16 | use "aucatN" for aucat(1) socket path and "midicatN" for midicat(1), | Alexandre Ratchov | |
no need to increase entropy by inventing new names. Don't forget to rebuild libsndio after this change | |||
2011-04-16 | remove aucat(1) and midicat(1) socket paths from the FILES sections. | Alexandre Ratchov | |
Besides being wrong, they are part of sndio internals and don't need to be exposed in such a high level man page. | |||
2011-04-16 | for unix domain socket addresses use AUCAT_PATH and MIDICAT_PATH | Alexandre Ratchov | |
macros instead of hardcoded strings. No object change | |||
2011-04-16 | Add '-F'. Same as '-f' but uses DUIDs when writing the mount point | Kenneth R Westerback | |
information to the specified file. After every label write, read the label to get current UID info. Some internal code cleanup with no intended functional change. ok deraadt@ | |||
2011-04-16 | Since aucat supports any parameter combination sio_getcap() doesn't | Alexandre Ratchov | |
need to query the server for supported parameters. So stop using the AMSG_GETCAP message, and remove it completely from the aucat protocol. | |||
2011-04-16 | Make aucat audio and midi backends share the same code to communicate | Alexandre Ratchov | |
with the server. As we're at it use the same protocol for midi and audio. Now, both audio and midi code use the same SNDIO_DEBUG environment variable to turn on/off DPRINTF's. | |||
2011-04-16 | Allow -v (verbose logging) to work if a -D option is supplied. | Stuart Henderson | |
Previously, a specific check was made for any -D log option being used and, if so, *no* -v log entries are made, losing potentially useful log entries. ok lum@ | |||
2011-04-16 | I accidentally changed group ownership of fsqueue to _smtpd, it used to be | Gilles Chehade | |
owned by wheel. This commit reverts to original behavior | |||
2011-04-16 | remove trailing whitespace, no binary change. | Igor Sobrado | |
2011-04-16 | rephrase argument to -g for consistency not only with useradd(8) | Igor Sobrado | |
and usermod(8) but also with the notational conventions used in other manual pages. ok jmc@ | |||
2011-04-16 | Output 'starting standard daemons:' to be consistent with the rest. | Antoine Jacoutot | |
ok deraadt@ | |||
2011-04-16 | Use 'CLR(<buf>->b_flags, B_READ | B_WRITE | B_DONE)' regardless of | Kenneth R Westerback | |
what the previous IO was. Less chance of copy and paste errors. Suggested by miod@. |