Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
few remaining ".Tn UNIX" macros with ".Ux" ones. pointed out by ratchov@, thanks! ok jmc@ | |||
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 | |
ok mpf@, jsg@ | |||
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 | |
mpf@, jsg@ | |||
2009-10-22 | Since etc/daily rev. 1.58, there is no more output redirection in crontab(5). | Ingo Schwarze | |
Consequently, clean up the related instructions, this is now simpler. While here, make the discussion of daily(8) more concise. Thanks to Rene Maroufi <info at maroufi dot net> for reporting the outdated documentation. Wording tweaked by jmc@, OK jmc@ sobrado@ | |||
2009-10-22 | use the UNIX-related macros (.At and .Ux) where appropriate. | Igor Sobrado | |
ok jmc@ | |||
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 | |
scsibusdetach wasnt doign it properly, so we would be leaking on detach in some cases. now, with the introduction of mpath, the scsi_link structures can represent a path to a mpath node as well as normal devices. this intercepts the device activate entrypoints and sends them to mpath if it it in use rather than assuming a device is always there. the scsibusdetach change ensures that detach always ends up handling the mpath node case too. hotplug bus functionality (eg, usb) tested by form@ | |||
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 | |
ok jmc@ | |||
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 | |
media to fit | |||
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 | |
boundary. miod "go for it." | |||
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 | |
client.c, and move the functions in client-fn.c into other files. | |||
2009-10-21 | In atoi(), only check for a base indication iff the string starts with `0' | Miod Vallat | |
and no base has been enforced. Otherwise the leading number of the mec(4) 08:00:69:xx:yy:zz Ethernet address would be interpreted as octal base, followed by an out-of-range `8' which is now rejected but incorrectly skipped; noticed by maja@ | |||
2009-10-21 | Unused variable. | Nicholas Marriott | |
2009-10-21 | sync to 1.9.9, featuring: | Ingo Schwarze | |
* -Thtml output mode * roff scaling units * and some minor fixes for full changelogs, see http://bsd.lv/cgi-bin/cvsweb.cgi/ | |||
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 | |
last-cursor-position code to move to the right position when panes reach EOL. | |||
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 | |
ok kurt@ | |||
2009-10-21 | Change libpthread's f*lockfile() routines to stop acting as no-ops | Philip Guenthe | |
for FILEs that don't have real file-descriptors: the fake FILEs used internally by snprintf/asprintf/vfprintf and friends now avoid unnecessary locking by calling the internal __vfprintf() routine directly and we do want to do locking on FILEs created with funopen(). ok kurt@ | |||
2009-10-21 | Fix the handle locking in stdio to use flockfile/funlockfile | Philip Guenthe | |
internally when and where required. Macros in <stdio.h> are updated to automatically call the underlying functions when the process is threaded to obtain the necessary locking. A private mutex is added to protect __sglue, the internal list of FILE handles, and another to protect the one-time initialization. Some routines in libc that use getc() change to use getc_unlocked() as they're either protected by their own lock or aren't thread-safe routines anyway. ok kurt@, earlier version tested by sthen@ and jj@ | |||
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 | |
is needed to avoid deadlocks in popen() on FILE locking. ok kurt@ | |||
2009-10-21 | sort options; synchronize argument names with synopsis; | Igor Sobrado | |
split the usage's output in two lines to fit on standard displays. ok millert@ | |||
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 | |
(the cursor is at the bottom/top). Should fix slow cursor movement when using vi in a pane spotted by pirofti@. | |||
2009-10-21 | catch signals when we start doing stuff... so that cleaning up at the | Marc Espie | |
end always occur, unless you insist on ^C. | |||
2009-10-21 | minor bug-fix: partial_install is not print. | Marc Espie | |
remove arguments that are no longer used. | |||
2009-10-21 | Some terminals don't correctly clear their let's-wrap flag after changing the | Nicholas Marriott | |
scroll region (which moves the cursor to 0,0). This means that if the cursor was at the edge of the screen, any further output after scroll region change incorrectly causes a line wrap. Add a workaround to move the cursor to position 0 if it is at the screen edge before changing scroll region. | |||
2009-10-21 | Getting the read and write ends of the pipe the right way round is usually | Nicholas Marriott | |
recommended. DOH. | |||
2009-10-21 | when freeing buffers (i.e. when sio_stop() is called on client side), | Alexandre Ratchov | |
clear the ``tickpending'' flag to avoid sending ticks corresponding to non existent buffers (which in turn confuses clients). found and analysed by jakemsr@ | |||
2009-10-20 | %zu not %u, doh. | Nicholas Marriott | |
2009-10-20 | Sort out stdout before stdin/stderr in case the stdout side of the pipe got one | Nicholas Marriott | |
of their fds. | |||
2009-10-20 | Correctly nuke the EOL $ marker when scrolling, reported by martynas@, thanks. | Nicholas Marriott | |
2009-10-20 | Check mmap return value against MAP_FAILED not NULL. | Paul Irofti | |
Okay deraadt@, otto@. | |||
2009-10-20 | Try to reduce the UTF-8 mess. | Nicholas Marriott | |
Get rid of passing around u_char[4]s and define a struct utf8_data which has character data, size (sequence length) and width. Move UTF-8 character collection into two functions utf8_open/utf8_append in utf8.c which fill in this struct and use these functions from input.c and the various functions in screen-write.c. Space for rather more data than is necessary for one UTF-8 sequence is in the utf8_data struct because screen_write_copy is still nasty and needs to reinject the character (after combining) into screen_write_cell. | |||
2009-10-20 | UTF-8 combined character fixes. | Nicholas Marriott | |
Thai can have treble combinations (1 x width=1 then 2 x width=0) so bump the UTF-8 cell data size to 9 and alter the code to allow this. Also break off the combining code into a separate function, handle any further combining beyond the buffer size by replacing the character with _s, and when redrawing the UTF-8 character don't assume the first part has just been printed, redraw the entire line. |