Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-10 | When a file is created, initialize its ``busy cycles'' counter to zero. | Alexandre Ratchov | |
2010-07-10 | In midi server mode, don't terminate the midi thru box if there are | Alexandre Ratchov | |
no connections anymore. | |||
2010-07-10 | fix parameter handling: don't try to open a ``default'' midi port | Alexandre Ratchov | |
if no files are given on the command line | |||
2010-07-09 | Make cvs and rcs consistent in what characters they'll accept in | Christian Weisgerber | |
symbol/tag names: require the first character to be a letter and allow any printable character (except the RCS specials $,.:;@) afterwards. This matches GNU cvs. ok xsa@ zinovik@ stsp@ | |||
2010-07-09 | when opencvs is started with trace option `-t' it must print function it | zinovik | |
enters, even if it was executed simultaneously with `-n' (no exec option). cvs_unedit_local() does not conform that behaviour, so lets make it behave like all other functions. ok xsa@, stsp@ | |||
2010-07-08 | Update sudo to version 1.7.2p8 | Todd C. Miller | |
2010-07-08 | Remove references to kvm. | lum | |
ok claudio@ | |||
2010-07-06 | Try to detect busy loops caused by misbehaving audio drivers | Alexandre Ratchov | |
or hardware. If a busy loop is found, then close the device that caused the loop. | |||
2010-07-06 | various tweaks to previous; ok ratchov | Jason McIntyre | |
2010-07-06 | Handle all streams the same way because there's no actual | Alexandre Ratchov | |
difference between audio files and client connections. Clean up the way command line options are handled and clarify this in the manual page: stream parameters (-Ccehjmrtvx) must precede stream definitions (-ios) and per-device parameters (-abz) and stream definitions (-ios) must precede device definitions (-f). Since there's no ``server'' and ``non-server'' modes anymore, make the -l option just detach the process. ok and help from jakemsr and jmc | |||
2010-07-06 | make kdump build after COMPAT_BSDOS removal. | Owain Ainsworth | |
Bad tedu, no cookie. | |||
2010-07-05 | Add prototype and remove unused variable. | lum | |
ok canacar@ | |||
2010-07-03 | use SMALL_PROGRAM to knock out some code | Theo de Raadt | |
2010-07-03 | Rudimentary implementation of user-defined strings; | Ingo Schwarze | |
no time for more refinement right now. In particular, fixes terminfo(3) and mdoc.samples(7). ok kristaps@, who will add the HTML frontend bits | |||
2010-07-03 | put .Os in the right place; | Jason McIntyre | |
2010-07-03 | Fix the naming of interfaces and variables for rdomains and rtables | Philip Guenthe | |
and make it possible to bind sockets (including listening sockets!) to rtables and not just rdomains. This changes the name of the system calls, socket option, and ioctl. After building with this you should remove the files /usr/share/man/cat2/[gs]etrdomain.0. Since this removes the existing [gs]etrdomain() system calls, the libc major is bumped. Written by claudio@, criticized^Wcritiqued by me | |||
2010-07-03 | When open() fails, warn using the device name, not the host name. | Nicholas Marriott | |
2010-07-03 | Changed vinit to clear the values but forgot to move it before they are set by | Nicholas Marriott | |
command line parsing. | |||
2010-07-03 | make lint happy | Alexander Hall | |
ok phessler@ | |||
2010-07-02 | 'wether' -> 'whether' typo in license text. | Kenneth R Westerback | |
ok deraadt@ | |||
2010-07-02 | tags.c isn't needed at all, so exclude the entire object instead of | Philip Guenthe | |
commenting it out top-to-bottom ok deraadt@ | |||
2010-07-02 | Remove the "fast" grep code if SMALL. This has the side effect of breaking | Ted Unangst | |
fgrep -w, but oh well. ok deraadt millert | |||
2010-07-02 | #ifndef SMALL a few more things to save space on the ramdisks | Theo de Raadt | |
2010-07-02 | Do not include mmap support with -DSMALL. | Nicholas Marriott | |
ok millert | |||
2010-07-02 | remove userland bits of compat_sunos | Ted Unangst | |
2010-07-02 | Not only for -tag lists, but for -hang, -ohang, -inset, -diag, | Ingo Schwarze | |
and -item list as well, empty bodies are OK, they do not even warrant a warning, much less the error they were throwing. According to kristaps, joerg@ also brought this up some time ago. ok kristaps@ jmc@ | |||
2010-07-02 | Allow systat to print date and time when in rawmode. | lum | |
ok canacar@ millert@ | |||
2010-07-02 | Rewrite how printing all variables works to avoid using a global variable | Nicholas Marriott | |
accessed by many functions - instead do it in one function. | |||
2010-07-02 | Clear table and set defaults manually, also move table into value.c. | Nicholas Marriott | |
2010-07-02 | Merge almost-empty pathnames.h into tip.h. | Nicholas Marriott | |
2010-07-02 | Merge vassign and vtoken and make it much more strict on what it accepts. | Nicholas Marriott | |
2010-07-02 | Bye-bye vstring, and add value type checking code to vgetstr/vsetstr/etc. | Nicholas Marriott | |
2010-07-02 | Rewrite hunt() to put the "rotary action" into it rather than remote.c, and so | Nicholas Marriott | |
it isn't so stupid (returning a char * as a long which goes into an int to use as a flag, ugh). | |||
2010-07-02 | unbreak strdelim() skipping past quoted strings, e.g. | Damien Miller | |
AllowUsers "blah blah" blah was broken; report and fix in bz#1757 from bitman.zhou AT centrify.com ok dtucker; | |||
2010-07-01 | Don't overwrite the device name with the fake cu%d host. | Nicholas Marriott | |
2010-07-01 | In the mdoc(7) parser, inspect roff registers early such that all parts | Ingo Schwarze | |
of the parser can use the resulting cues. In particular, this allows to use .nr nS to force SYNOPSIS-style .Nm indentation outside the SYNOPSIS as needed by ifconfig(8). To actually make this useable, .Pp must rewind .Nm, or the rest of the section would end up indented. Implement a quick hack for now, a generic solution can be designed later. ok kristaps@ sobrado@ | |||
2010-07-01 | Nix some warnings. | Nicholas Marriott | |
2010-07-01 | Split v_value into v_string/v_number, change macros to functions and lo let | Nicholas Marriott | |
there be type checking. | |||
2010-07-01 | Change variable get/set macros to have better names and drop boolean/character | Nicholas Marriott | |
ones. | |||
2010-07-01 | Correct handling of trailing punctuation in MDOC_DELIM blk_full HEADs. | Ingo Schwarze | |
The bug was uncovered by SYNOPSIS .Nm as this happened to be the first block with this particular combination of properties. Found the hard way by kristaps@ in NetBSD gcc-contrib(1), fix by me. | |||
2010-07-01 | Kill a couple of macros, move a few bits around in header. | Nicholas Marriott | |
2010-07-01 | remove unused variables | Charles Longeau | |
add missing headers needed for uu_unlock() ok nicm@ | |||
2010-07-01 | another day, another compat gets removed. today is ibcs2's turn | Ted Unangst | |
2010-07-01 | Follow POSIX (IEEE Std 1003.1, 2004 Edition) in the implementation | Christian Weisgerber | |
of the y (translate) command. "If a backslash character is immediately followed by a backslash character in string1 or string2, the two backslash characters shall be counted as a single literal backslash character" From FreeBSD; ok millert@ halex@ | |||
2010-07-01 | Allow [ to be used as a delimiter. | Christian Weisgerber | |
From FreeBSD; ok millert@ halex@ | |||
2010-07-01 | Improve .Nm indentation in the SYNOPSIS; | Ingo Schwarze | |
kristaps@ will do the missing HTML part soon. "looks nicer" jmc@ "seems perfect to me" sobrado@ "slap it in" kristaps@ | |||
2010-07-01 | Fix a longstanding problem where if you suspend scp at the | Todd C. Miller | |
password/passphrase prompt the terminal mode is not restored. OK djm@ | |||
2010-07-01 | Remove a long-dead skeleton found under the floorboards. | Ian Darwin | |
"go for it" tedu@, "kill it" deraadt@ | |||
2010-07-01 | if you want usenet archives from 1985, you'll have to look elsewhere | Ted Unangst | |
2010-06-30 | remove compat_osf1. ok deraadt miod | Ted Unangst | |