Age | Commit message (Expand) | Author |
2009-10-22 | Remove a never hit debug panic I commited by accident sometime ago. | Miod Vallat |
2009-10-22 | Only play with RM7k coprocessor 0 ICR if IMASK_EXTERNAL is not defined. | Miod Vallat |
2009-10-22 | Do not bother invoking hw_setintrmask() in splinit(), spl0() will do it for | Miod Vallat |
2009-10-22 | At the end of a context switch and in proc_trampoline(), instead of doing the | Miod Vallat |
2009-10-22 | Crank VM_MIN_ADDRESS to prevent userland from being able to mmap zero, | Miod Vallat |
2009-10-22 | arguments to name description (.Nd) macros are usually lower case; | Igor Sobrado |
2009-10-22 | Apparently these didn't get checked in when I added the tests. | Todd C. Miller |
2009-10-22 | tweak previous; ok marco | Jason McIntyre |
2009-10-22 | write UNIX-domain in a more consistent way; while here, replace a | Igor Sobrado |
2009-10-22 | List Option GT HSUPA 380E, found in some Acer AspireOne. | Stuart Henderson |
2009-10-22 | add Option GT HSUPA 380E, as found in the Acer AspireOne AOA150-BG model. | Stuart Henderson |
2009-10-22 | regen | Stuart Henderson |
2009-10-22 | add Option GT HSUPA 380E, as found in the Acer AspireOne AOA150-BG model. ok ... | Stuart Henderson |
2009-10-22 | Since etc/daily rev. 1.58, there is no more output redirection in crontab(5). | Ingo Schwarze |
2009-10-22 | use the UNIX-related macros (.At and .Ux) where appropriate. | Igor Sobrado |
2009-10-22 | Only redraw the pane when changing mode, not the entire window. | Nicholas Marriott |
2009-10-22 | devices below the scsibus should all be detached via scsi_detach_lun. | David Gwynne |
2009-10-22 | Merge prepare_cmd into main as it is short and only called once. | Nicholas Marriott |
2009-10-22 | replace cross references to other manual pages with the right macros. | Igor Sobrado |
2009-10-22 | replace strftime(3) by ".Xr strftime 3" and syslog(3) by ".Xr syslog 3". | Igor Sobrado |
2009-10-22 | pesky full stop, donated by tim van der molen; | Jason McIntyre |
2009-10-22 | gc unused global | David Gwynne |
2009-10-22 | Back out previous commit, as it caused too much growth for the install | Philip Guenthe |
2009-10-21 | Add delete example since it has come up several times. | Marco Peereboom |
2009-10-21 | Add passphrase file for crypto volume bring-up. Proded and ok deraadt | Marco Peereboom |
2009-10-21 | Tidy identify message send into a separate function. | Nicholas Marriott |
2009-10-21 | Replace IP32 hw_setintrmask() .S routine with a two line C routine. | Miod Vallat |
2009-10-21 | use _lto8b to calculate 64 bit address. Fixes issue ckuethe saw at 2TB | Marco Peereboom |
2009-10-21 | Don't try to unsuspend a client if it isn't suspended. | Nicholas Marriott |
2009-10-21 | Client tidying: get rid of client_ctx struct in favour of two variables in | Nicholas Marriott |
2009-10-21 | In atoi(), only check for a base indication iff the string starts with `0' | Miod Vallat |
2009-10-21 | Unused variable. | Nicholas Marriott |
2009-10-21 | sync to 1.9.9, featuring: | Ingo Schwarze |
2009-10-21 | Remove unused function. | Nicholas Marriott |
2009-10-21 | Nuke dead store. | Nicholas Marriott |
2009-10-21 | Now we are correctly not redrawing the whole pane on linefeed, redo the | Nicholas Marriott |
2009-10-21 | Tweak after recent gnome MODULE changes. | Antoine Jacoutot |
2009-10-21 | nat -> match...nat-to in example PF rule. ok mpf@ | Stuart Henderson |
2009-10-21 | Add f*lockfile() routines to librthread | Philip Guenthe |
2009-10-21 | Change libpthread's f*lockfile() routines to stop acting as no-ops | Philip Guenthe |
2009-10-21 | Fix the handle locking in stdio to use flockfile/funlockfile | Philip Guenthe |
2009-10-21 | "usage:" is lowercase; spacing. | Igor Sobrado |
2009-10-21 | After forking, the child is single threaded, so tell libc that. This | Philip Guenthe |
2009-10-21 | sort options; synchronize argument names with synopsis; | Igor Sobrado |
2009-10-21 | Tweak descriptions for up/down pane to be clearer. | Nicholas Marriott |
2009-10-21 | Don't redraw the scroll region on linefeed/reverse index unless it is necessary | Nicholas Marriott |
2009-10-21 | catch signals when we start doing stuff... so that cleaning up at the | Marc Espie |
2009-10-21 | minor bug-fix: partial_install is not print. | Marc Espie |
2009-10-21 | Some terminals don't correctly clear their let's-wrap flag after changing the | Nicholas Marriott |
2009-10-21 | Getting the read and write ends of the pipe the right way round is usually | Nicholas Marriott |