Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | 2009-10-27 | 1 | -5/+1 | |
| | | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | ||||
* | casts that cannot cause breakage in the future | 2006-03-30 | 1 | -4/+4 | |
| | |||||
* | spaces, and a off_t typecast to please lint | 2005-11-28 | 1 | -7/+7 | |
| | |||||
* | Make sure we check snprintf return value for failure or truncation before | 2005-03-03 | 1 | -9/+10 | |
| | | | | | | using it. Make uu_lock_txfr work by properly checking return value from put_pid(). Fix an FD leak on the lockfile in an error path (from FreeBSD with modifications). OK millert@, input from otto@ and Bruno Rohee. | ||||
* | knf; otto ok | 2004-05-28 | 1 | -23/+12 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | some -Wall and spaces cleanup, scsi.c left. | 2002-06-09 | 1 | -1/+1 | |
| | | | | some brave soul should look at it. | ||||
* | pid_t cleanup | 2002-05-26 | 1 | -4/+4 | |
| | |||||
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | 2002-02-16 | 1 | -3/+3 | |
| | |||||
* | Add opendisk from NetBSD. | 1999-09-21 | 1 | -1/+1 | |
| | | | | Add OpenBSD tags to files | ||||
* | More <sys/file.h> vs. <fcntl.h> and open() flags fixes. | 1999-08-17 | 1 | -2/+2 | |
| | |||||
* | Get the pid right if a stale lock file exists. | 1999-03-16 | 1 | -4/+4 | |
| | | | | Submitted by: Lawrence D. Lopez <lopez@cisco.com> | ||||
* | Cast pid_t to int for sprintf. | 1998-06-10 | 1 | -2/+2 | |
| | | | | Pointed out by: Charlie Sorsby <crs@hgo.net> | ||||
* | Add uu_lock_txfr() for donating locks to another process. | 1998-06-08 | 1 | -1/+26 | |
| | | | | Reviewed by: Theo | ||||
* | Correct the ftruncate() call. | 1997-11-09 | 1 | -2/+8 | |
| | |||||
* | Introduce uu_lock(), uu_unlock() and uu_lockerr() | 1997-11-09 | 1 | -0/+211 | |
into libutil. Obtained from: FreeBSD Reviewed by: Theo |