summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/open.c
AgeCommit message (Expand)Author
2003-02-01Beautify a littledsl
2002-02-23Move files[] from open.c to globals.c, so that it's possible tothorpej
2000-03-30Kill some more register declarations.augustss
1999-03-31Make a bunch of backward-compatible changes to the boot blocks which allowcgd
1999-03-26Don't call f_dev->dv_close if it's a null pointer when an open() callsimonb
1998-09-22Make sure ctags(1) indexes oopen().ross
1997-01-28Initialize `f_offset'.pk
1997-01-25Change file system file-open semantics slightly: if file system returnscgd
1997-01-22define these functions with an 'o' prepended to their names ifcgd
1997-01-17only call the device close routine on a (fall-through) error ifcgd
1996-09-30Add support for booting from cd9660 fsws
1996-06-21Return useful file descriptor when opening a raw device.pk
1996-01-13Some files containing more than one function are split. This reduces theleo
1995-09-19Assume that if devopen() points `file' at a NULL that a raw device wasthorpej
1995-09-14Clear up some size_t/ssize_t confusion.pk
1995-09-06Avoid calling device-close routine when open() not completed. Otherwise youpk
1995-04-22various attribute poisoning, don't be as quick to specify size of files[]cgd
1994-10-26new RCS ID format.cgd
1994-07-18Avoid descriptor leakage.pk
1994-05-08Standalone networking for network boot loaders.brezak
1994-03-01set errno.pk
1994-01-26CMU/4.4 stand-alone librarybrezak