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
/
lib
/
libutil
Age
Commit message (
Expand
)
Author
2005-03-09
Fix rounding of fractionless numbers. ok tom@ miod@
Otto Moerbeek
2005-03-08
Fix sizing of fraction. ok tom@ deraadt@
Otto Moerbeek
2005-03-07
use .Pq rather than .Po/.Pc;
Jason McIntyre
2005-03-03
Make sure we check snprintf return value for failure or truncation before
Chad Loder
2004-11-25
update FILES;
Jason McIntyre
2004-11-04
Treat EOF at prompt the same as 'n' instead of looping forever.
Todd C. Miller
2004-09-18
label a switch fallthrough
Theo de Raadt
2004-09-18
avoid aliasing over library symbol
Theo de Raadt
2004-09-18
cast not needed
Theo de Raadt
2004-09-16
fix 1099512676352 -> 2.0T; ok miod@
Otto Moerbeek
2004-07-13
passwd.conf has been deprecated since login.conf was imported.
Todd C. Miller
2004-07-13
errno changes, lib major version bumps, and general flag day
Marco S Hyman
2004-05-28
knf; otto ok
Theo de Raadt
2004-04-21
kill whitespace at eol;
Jason McIntyre
2004-04-20
Adapt to new pw_copy() API, closes PR 3698.
Todd C. Miller
2004-04-20
Change pw_copy(3) to take a 3rd arguement, the existing passwd entry.
Todd C. Miller
2004-04-11
Crank max ptys to 992. We now have 62 pty/tty pairs for each letter
Todd C. Miller
2004-02-21
typo
Marc Espie
2004-02-10
Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGET
Todd C. Miller
2003-12-27
o Do not drop unit when printing -100
Otto Moerbeek
2003-10-22
utilties -> utilities; from Jared Yanovich
Jason McIntyre
2003-09-02
fix use-after-free for expired passwds; ok deraadt, tdeval
Markus Friedl
2003-07-23
move junk (bad code, terrible APIs) to the only program that uses it;
Theo de Raadt
2003-07-15
fix function description in SYNOPSIS;
Jason McIntyre
2003-06-26
ansi and protos
Theo de Raadt
2003-06-17
Sync with share/misc/license.template and add missing DARPA credit
Todd C. Miller
2003-06-03
Use an ISC-tyle license for all my code; it is simpler and more permissive.
Todd C. Miller
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-06-02
- section reorder
Jason McIntyre
2003-05-23
- typos
Jason McIntyre
2003-05-15
New: fmt_scaled() and scan_scaled() convert to and from "human readable"
Ian Darwin
2003-04-02
knf
Theo de Raadt
2003-04-01
Throw an error if the username field is empty; noticed by mpech@
Todd C. Miller
2003-03-30
more asprintf; millert ok
Theo de Raadt
2003-03-30
asprintf; millert ok
Theo de Raadt
2003-03-06
.Xr typos;
Jason McIntyre
2002-12-03
Crank all library major numbers. Needed due to the fact that we
Todd C. Miller
2002-11-24
Add HISTORY section
Todd C. Miller
2002-08-23
do not export error_table
Theo de Raadt
2002-07-31
mark pw_error() __dead since it exits
Todd C. Miller
2002-06-27
%u for uid/gid; millert ok
Theo de Raadt
2002-06-25
Now that we don't have a trailing newline we need to explicitly check
Todd C. Miller
2002-06-22
Use strtok_r() instead of strsep() since the latter treats consecutive
Todd C. Miller
2002-06-21
login_fbtab(3) fixes:
Todd C. Miller
2002-06-09
some -Wall and spaces cleanup, scsi.c left.
Federico G. Schwindt
2002-05-26
pid_t cleanup
Theo de Raadt
2002-05-24
strlcpy at most 16 characters, so says man page
Theo de Raadt
2002-05-24
strlcpy and KNF
Theo de Raadt
2002-05-24
KNF
Theo de Raadt
2002-05-22
atexit(3) can fail. handle error accordingly. deraadt ok
Jun-ichiro itojun Hagino
[next]