index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
Age
Commit message (
Expand
)
Author
2007-10-06
From master repo:
Anders Magnusson
2007-10-06
From master repo:
Anders Magnusson
2007-10-06
_Bool is also a type, don't discrimnate against it; ok ragge@
Otto Moerbeek
2007-10-06
replace abort() by return (-1)
Charles Longeau
2007-10-05
strcspn() change
Gilles Chehade
2007-10-05
From master repository log:
Anders Magnusson
2007-10-05
check if it's really a newline before removing it
Charles Longeau
2007-10-05
use strcspn instead of strchr to properly overwrite '\n' in fgets returned bu...
Charles Longeau
2007-10-05
use strcspn to properly overwrite '\n' in fgets returned buffer
Charles Longeau
2007-10-05
optimize a "not so bright" piece of code. Reduces compilation time on my
Otto Moerbeek
2007-10-04
Add patch to solve false errors from enums.
Otto Moerbeek
2007-10-04
only init screen when in interactive mode; ok ray@
Otto Moerbeek
2007-10-04
strncpy -> strlcpy
Gilles Chehade
2007-10-04
fix indentation on options parsing
Gilles Chehade
2007-10-04
fix evil 64-bit bug: if we're using longs for bitsets 1 << shift will
Otto Moerbeek
2007-10-04
void functions should not return value
Otto Moerbeek
2007-10-03
nullproc() is used in more than one file.
Tobias Weingartner
2007-10-03
Nuke MSDOS portion. Add <unistd.h> for STDERR_FILENO in the
Tobias Weingartner
2007-10-03
Some -Wall cleanup to help fix other bugs.
Tobias Weingartner
2007-10-03
reset the default branch early on so rcs_head_get() does not screw us up
Joris Vink
2007-10-03
pull from ragge's repo:
Otto Moerbeek
2007-10-03
pull form ragge's repo:
Otto Moerbeek
2007-10-03
pull from ragge's repo: man page diffs from Igor Sobrado
Otto Moerbeek
2007-10-02
fix format and type
Gilles Chehade
2007-10-02
Process patterns containing $ end ^ (but not as last or first char)
Otto Moerbeek
2007-10-02
handles zero-sized strings that fgets can return
Charles Longeau
2007-10-01
sort the fields in manual page in the same order as in fstat output;
Igor Sobrado
2007-10-01
pull form ragge's repo:
Otto Moerbeek
2007-10-01
pull fro ragge's repo:
Otto Moerbeek
2007-10-01
typos in comment; from Pierre Riteau
Otto Moerbeek
2007-09-30
unused static var; from Mark Lumsden
Otto Moerbeek
2007-09-29
check if initializer element is a constant in MI code. ok ragge@
Otto Moerbeek
2007-09-29
Avoid a member array overflow in the init code; ok ragge@
Otto Moerbeek
2007-09-29
unneeded includes and whitespace police; from Igor Zinovik
Otto Moerbeek
2007-09-29
simple refactoring: replace convoluted code with simple equivalent test
Marc Espie
2007-09-29
use constant FD_CLOEXEC, more readable than 1.
Marc Espie
2007-09-29
remove comment that no longer apply.
Marc Espie
2007-09-29
Remove unused prototype. ok djm@
Darren Tucker
2007-09-28
back to start state when pragma is done; ok ragge@
Otto Moerbeek
2007-09-28
unused file
Otto Moerbeek
2007-09-28
Wrap MAXFIL to 10000, so make depend works.
Anders Magnusson
2007-09-27
style(9) fixes, optional flags without arguments come first;
Igor Sobrado
2007-09-27
flag usage checks and -E with outfile. from Jeremy C. Reed via ragge's
Otto Moerbeek
2007-09-27
pullup of manual pages from ragge's repo
Otto Moerbeek
2007-09-27
No need to use two buffers for reading data from the user. From Mark
Otto Moerbeek
2007-09-27
"mailling" -> "mailing", from Jung's list; while here, some spacing fixes
Igor Sobrado
2007-09-27
Don't return -1 on error in dh_pub_is_valid(), since it evaluates
Ray Lai
2007-09-26
pull from ragge's repo:
Otto Moerbeek
2007-09-26
reuse available var, from Mark Lumsden
Otto Moerbeek
2007-09-25
When adding a key that already exists, update the properties
Can Erkin Acar
[next]