summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/bootparam.c
AgeCommit message (Expand)Author
2019-04-02fix sign-compare and sign-passing errors.christos
2019-03-31fix warnings, printf formats, etc.christos
2009-10-21Drop 3rd and 4th clauses. Approved by gwr@ (copyright holder).snj
2009-01-17Remove __P().tsutsui
2008-03-25- use mem* instead of b* routines, and kill the b* routines.christos
2007-11-24style, indent, and ANSI-fy.isaki
2003-03-19Move global variables which are used only by bootparam here.drochner
2003-03-12no need to include "netif.h" anymoredrochner
1999-11-13Backout my libsa changes.thorpej
1999-11-11Update for the improvements to libsa, and don't reference libkern.h.thorpej
1997-06-26Avoid user space headers for standalone programs.drochner
1996-10-14Delete spurious #endifthorpej
1996-10-13backout previous kprintf changeschristos
1996-10-10- printf -> kprintf, sprintf -> ksprintfchristos
1996-02-26Make this code independent of <sys/nfs> now that we use very littlegwr
1995-12-08Correct error which caused truncation of port number on i386 (PR#1823)gwr
1995-09-23More cleanup: change some private types to eliminate casts,gwr
1995-09-18Another round of clean up, including fixes presented by Matthias Drochnerpk
1995-09-17Revert fs_ops read/write declarations; these return error numbers.pk
1995-09-14Clear up some size_t/ssize_t confusion.pk
1995-06-27Support functions for NFS boot (get server address and root path).gwr