summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/setbuffer.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-10-16repeatititionmickey1-2/+2
2002-10-16add both the v100 and v120jason1-1/+3
2002-10-16Replace "if (value != NULL && value == as->FOO)" with justmillert1-6/+6
"if (value == as->FOO)" -- NULL needs no special handling. Pointed out by Paul Borman.
2002-10-16sprinkle const; mostly from NetBSDmillert17-81/+86
2002-10-16Slight KNF and return -1 on no match, not EOFmillert1-12/+10
2002-10-16Xr ccd for kicksderaadt1-1/+2
2002-10-16Fix comment typos; most from NetBSD and FreeBSDmillert14-85/+85
2002-10-16kill registermillert15-395/+394
2002-10-16smoke; ok mickey@markus1-1/+2
2002-10-16Implement isfdtype(3) as per the POSIX.1g draft; requested by David Hillmillert6-14/+134
2002-10-16Sync date parsing code with that in date(1) (which is obviously what pax'smillert3-63/+71
date code was based on). It is now possible to specify 4 digit years.
2002-10-16synctodd12-45/+44
2002-10-16move md things into md files (pass 1) as discussed a long time agotodd13-467/+484
ok miod@
2002-10-16when using this file, label and ilabel set the term 'title' and icon labels.todd1-3/+3
they do this by sending to stdout. commands like: 'ftp -o - ftp://blah/foo>foo' do not like having data added to the output stream. since we only define these two functions in an environment where /dev/tty exists, send output to /dev/tty to make sure it does not corrupt the output stream of commands.
2002-10-16License from niels.art2-0/+54
2002-10-16support for privilege elevation.itojun12-142/+426
with privilege elevation no suid or sgid binaries are necessary any longer. Applications can be executed completely unprivileged. Systrace raises the privileges for a single system call depending on the configured policy. Idea from discussions with Perry Metzger, Dug Song and Marcus Watts. from provos
2002-10-16translation for socket system callitojun3-3/+92
from provos
2002-10-16correctly evaluate group predicates.itojun1-2/+2
afrom provos
2002-10-1664bit pedant. %llu is "unsigned long long". markus okitojun1-2/+2
2002-10-16scp doesn't need misc.c. markus okitojun1-2/+2
2002-10-16Check parameters range. Alexander Yurchenko <grange@rt.mipt.ru>gluk1-25/+18
costa@ ok.
2002-10-16Fix and improve binat mask comparison.mpech1-4/+2
dhartmei@, henning@ ok
2002-10-16Remove the setuid bit from /usr/bin/login. If login is run by a usermillert4-45/+74
with a non-zero euid, it will now exec "su -L -l". The only things that need to do this are shells with a "login" builtin and the emulation that su(1) now does is good enough for this purpose.
2002-10-16Add a new flag, -L, to cause su(1) to loop asking for a login/passwordmillert2-67/+160
repeatedly until the user authenticates or interrupts things. This will be used to make login(1) no longer setuid.
2002-10-16 don't bork if there's a "calendar" directory in the current directory....vincent1-8/+11
ok millert
2002-10-16enable meta key in emacs mode for 7-bit locales; provos@millert1-1/+19
2002-10-15Time ranges were documented incorrectly; Christian von Roquesmillert2-8/+8
We should probably add support for specifying the century too...
2002-10-15localhost variable is not needed; Peter Wernermillert1-5/+1
2002-10-15Kafka, Bernhard, Schmidt; ok mickey@markus2-4/+10
2002-10-15Protect p_priority with splstatclock.art1-3/+3
2002-10-15Fix typo introduce in last commitmillert1-2/+2
2002-10-15cast NULL varargs sentinel to char * so it is 64 bit on alpha & sparc64millert1-5/+5
2002-10-15Document the fact that calling auth_setitem() with a NULL valuemillert1-4/+13
clears (frees) the corresponding value in the auth session.
2002-10-15syncmickey3-72/+21
2002-10-15If auth_setitem() is called with the current value (ie: the pointermillert1-9/+11
is the same as the private value) then just return 0 as there is nothing to do. This fixes a potentially nasty problem where the caller could grab the username or style from the auth session via auth_getitem() and then call auth_verify() with those values. auth_setitem() would eventually get called which would make a private copy and free the old values in the auth session. After all this, the stashed username and/or style pointers would point to freed memory.
2002-10-15Note that when calling auth_verify() with a style and/or username,millert1-1/+6
the old values in the auth session will get freed and the new values added.
2002-10-15Cast NULL sentinel in auth_call() to a pointermillert1-2/+2
2002-10-15improve englishjakob1-3/+3
2002-10-15bugs are not bugs no more; pt out by miod@mickey1-3/+3
2002-10-15forth bit on d.b.a.'s anniversary tonightmickey1-1/+2
2002-10-15a few missing options and pseudo-devs, noticed by miod@ and dhartmei@mickey1-4/+5
2002-10-15re-init the hw on resume, from grendel@zeitbombe.orgmickey2-3/+17
2002-10-15Use old-style version number when requiring at least perl 5.6.0.millert1-2/+2
Fixes a portability warning from perl-5.8.0; espie@ OK
2002-10-15correct powerhook proto and a description for the int why; from grendel@zeitbombe.orgmickey1-4/+9
2002-10-15Update Brazil DST based on new rules; from Paul Eggertmillert1-13/+36
2002-10-15emir kusturicamickey1-1/+2
2002-10-15columbus dup; from danimal@danimal.orgmickey1-2/+1
2002-10-15support sf2r card with attenuator; from jumbo@ w/ some knf from mickey@mickey2-27/+81
2002-10-15Note that this is based on RFC3378.jason1-2/+2
2002-10-15missing initmsgbuf(), noticed by miod@mickey1-3/+5