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.sbin
/
edquota
/
edquota.c
Age
Commit message (
Expand
)
Author
2003-06-26
strict proto cleanups
Theo de Raadt
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-04-25
replace an unbounded %s in a sscanf with a bounded one
Anil Madhavapeddy
2003-04-02
strlcpy; millert ok
Theo de Raadt
2003-03-13
lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu
Theo de Raadt
2002-09-06
cope with INITQFNAMES without a ;
Theo de Raadt
2002-09-06
no ; after INITQFNAMES
Theo de Raadt
2002-06-04
spelling; raj@cerias.purdue.edu
Theo de Raadt
2002-05-29
more snprintf
Theo de Raadt
2002-05-26
pid_t cleanup
Theo de Raadt
2002-03-14
kill more registers.
Mike Pechkin
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-09-04
Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ...
Todd C. Miller
2001-01-15
Revert previous patch (I should stop believing Theo, esp. when he's
Angelos D. Keromytis
2001-01-14
Handle quotas over 4G, PR 1534 (bob@prophecy.lu)
Angelos D. Keromytis
2000-12-21
Deal with quotas over 4G correctly; also, tidy a bit and be a touch more
Paul Janzen
2000-06-30
warnx?/errx? paranoia (use "%s" not a bare string unless it is a
Todd C. Miller
1999-06-15
change getentry() args to solve problem
Theo de Raadt
1999-06-15
Check return value of getentry() for -1, not < 0 since it returns
Todd C. Miller
1999-01-03
fix overflow; bde
Theo de Raadt
1998-07-13
ftpd: sleep for an indeterminate amount for non-existant logins
Todd C. Miller
1998-05-18
MAXPATHLEN not MAXPATHLEN+1
Theo de Raadt
1998-03-22
Don't assume all-numeric names are id's, look up as a name in
Todd C. Miller
1997-08-20
Some KNF and use warn/err.
Todd C. Miller
1997-06-30
Wall. uid & gid are not perfect .. but that is OK
Theo de Raadt
1997-01-28
repair quotactl() types
Theo de Raadt
1997-01-17
r?index -> strr?chr
Todd C. Miller
1996-09-16
_PATH_TMP -> _PATH_TMPFILE
Todd C. Miller
1996-09-01
fix warnings
Theo de Raadt
1996-08-29
type fixes
Theo de Raadt
1996-06-19
do not use system() to start $EDITOR, but fake system() ourselves
Theo de Raadt
1996-06-06
do not forget to unlink tmpfil
Theo de Raadt
1996-06-06
system() $EDITOR safely
Theo de Raadt
1996-06-06
use system, so that $EDITOR expansion works
Theo de Raadt
1996-04-25
permit quotas to work on mfs; problem reported by rdante@pnet.net
Theo de Raadt
1996-04-21
sync to netbsd 960418
Theo de Raadt
1996-01-07
accept either ffs or ufs for filesystem name
Theo de Raadt
1995-11-06
Complete change from ufs -> ffs; (From Tatoku Ogaito; PR #1679)
Theo de Raadt
1995-10-24
ufs -> ffs
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt