Age | Commit message (Expand) | Author |
2011-04-17 | On IP27 systems, fill the array of node hub widget numbers early, so that all | Miod Vallat |
2011-04-17 | The {,l}lround{,f} implementations are based on {,l}lrint{,f}, | Martynas Venckus |
2011-04-17 | cleanups, cosmethic changes, functions that should be static are now static | Gilles Chehade |
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 |
2011-04-17 | a structure describing an envelope should be called struct envelope, not | Gilles Chehade |
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 |
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 |
2011-04-17 | Tweak the behaviour of boot(8) on hppa. Normal boots now will give you a | Mark Kettenis |
2011-04-17 | fix a formatting bug in the list; from Michal Mazurek | Jason McIntyre |
2011-04-16 | Tweak description of -F to eliminate implication that mount points | Kenneth R Westerback |
2011-04-16 | Add swap partition entries to -F and -f output. man page | Kenneth R Westerback |
2011-04-16 | Move the FPU state out of 'struct pcb' like we did for hppa since it causes | Mark Kettenis |
2011-04-16 | Move the FPU state out of 'struct pcb' like we did for hppa since it causes | Mark Kettenis |
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 |
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 |
2011-04-16 | Test nextafter and nextafterf for zero, nan and some basic | Martynas Venckus |
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 |
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 |
2011-04-16 | remove aucat(1) and midicat(1) socket paths from the FILES sections. | Alexandre Ratchov |
2011-04-16 | for unix domain socket addresses use AUCAT_PATH and MIDICAT_PATH | Alexandre Ratchov |
2011-04-16 | Add '-F'. Same as '-f' but uses DUIDs when writing the mount point | Kenneth R Westerback |
2011-04-16 | Since aucat supports any parameter combination sio_getcap() doesn't | Alexandre Ratchov |
2011-04-16 | Make aucat audio and midi backends share the same code to communicate | Alexandre Ratchov |
2011-04-16 | Allow -v (verbose logging) to work if a -D option is supplied. | Stuart Henderson |
2011-04-16 | I accidentally changed group ownership of fsqueue to _smtpd, it used to be | Gilles Chehade |
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 |
2011-04-16 | Output 'starting standard daemons:' to be consistent with the rest. | Antoine Jacoutot |
2011-04-16 | Use 'CLR(<buf>->b_flags, B_READ | B_WRITE | B_DONE)' regardless of | Kenneth R Westerback |
2011-04-16 | Initialize variables before use. | Kenneth R Westerback |
2011-04-16 | another variable left after a commit | Theo de Raadt |
2011-04-16 | More than a decade ago, interrupt handlers on sparc started returning 0 | Theo de Raadt |
2011-04-15 | unused variable on !PMAP_DIRECT | Theo de Raadt |
2011-04-15 | for uvm_pager_dropcluster in the PG_RELEASED case we specifically unbusy the | Owain Ainsworth |
2011-04-15 | move uvm_pageratop from uvm_pager.c local to a general uvm function | Owain Ainsworth |
2011-04-15 | Remove wrong check. | Ariane van der Steldt |
2011-04-15 | Add a bit of paranoia to uvm_pageinsert. | Owain Ainsworth |
2011-04-15 | When I switched uvm objects to use a per-object page tree instead of the | Owain Ainsworth |
2011-04-15 | Change wdc_reset_channel() to take a `no wait' argument. Pass in turn this | Miod Vallat |
2011-04-15 | More than a decade ago, interrupt handlers on sparc started returning 0 | Theo de Raadt |