History log of /src/sys/lib/libsa/bootparam.c |
Revision | | Date | Author | Comments |
1.21 |
| 02-Apr-2019 |
christos | fix sign-compare and sign-passing errors.
|
1.20 |
| 31-Mar-2019 |
christos | fix warnings, printf formats, etc.
|
1.19 |
| 21-Oct-2009 |
snj | branches: 1.19.64; Drop 3rd and 4th clauses. Approved by gwr@ (copyright holder).
|
1.18 |
| 17-Jan-2009 |
tsutsui | Remove __P().
|
1.17 |
| 25-Mar-2008 |
christos | branches: 1.17.4; 1.17.12; - use mem* instead of b* routines, and kill the b* routines. - use the mem* routines from libc. XXX: There will be some lossage, but I am fixing it.
|
1.16 |
| 24-Nov-2007 |
isaki | branches: 1.16.14; style, indent, and ANSI-fy.
|
1.15 |
| 19-Mar-2003 |
drochner | branches: 1.15.18; 1.15.74; 1.15.76; 1.15.82; Move global variables which are used only by bootparam here. ("domainname" is useless and could be removed, but adding code to skip this in the RPC reply would probably be more expensive than leaving it as a dummy variable.)
|
1.14 |
| 12-Mar-2003 |
drochner | no need to include "netif.h" anymore (shared interface stuff is in iodesc.h, included by net.h)
|
1.13 |
| 13-Nov-1999 |
thorpej | Backout my libsa changes.
|
1.12 |
| 11-Nov-1999 |
thorpej | Update for the improvements to libsa, and don't reference libkern.h.
|
1.11 |
| 26-Jun-1997 |
drochner | branches: 1.11.22; 1.11.24; 1.11.28; Avoid user space headers for standalone programs. Don't use sys/lib/libkern or sys/lib/libz if not standalone (ie, user space test programs).
|
1.10 |
| 14-Oct-1996 |
thorpej | Delete spurious #endif
|
1.9 |
| 13-Oct-1996 |
christos | backout previous kprintf changes
|
1.8 |
| 10-Oct-1996 |
christos | - printf -> kprintf, sprintf -> ksprintf - use a debugging printf macro instead of #ifdef #endif everywhere.
|
1.7 |
| 26-Feb-1996 |
gwr | Make this code independent of <sys/nfs> now that we use very little from there anyway, so we can ignore changes in the NFS code...
|
1.6 |
| 08-Dec-1995 |
gwr | Correct error which caused truncation of port number on i386 (PR#1823)
|
1.5 |
| 23-Sep-1995 |
gwr | More cleanup: change some private types to eliminate casts, replace some "goto xxx" with return(-1). (mostly cosmetic)
|
1.4 |
| 18-Sep-1995 |
pk | Another round of clean up, including fixes presented by Matthias Drochner (PR#1404). Things to be noted: - all IP addresses are now `struct in_addr's. - the function rarp_getipaddress() no longer return `myip'; in stead it returns -1 on failure (errno set), 0 on success. `myip' is set as a size-effect.
|
1.3 |
| 17-Sep-1995 |
pk | Revert fs_ops read/write declarations; these return error numbers. Get rid of some more compiler warnings. Set errno where appropriate.
|
1.2 |
| 14-Sep-1995 |
pk | Clear up some size_t/ssize_t confusion.
|
1.1 |
| 27-Jun-1995 |
gwr | Support functions for NFS boot (get server address and root path).
|
1.11.28.1 |
| 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.11.24.1 |
| 15-Nov-1999 |
fvdl | Sync with -current
|
1.11.22.1 |
| 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago
|
1.15.82.1 |
| 08-Dec-2007 |
mjf | Sync with HEAD.
|
1.15.76.1 |
| 09-Jan-2008 |
matt | sync with HEAD
|
1.15.74.1 |
| 27-Nov-2007 |
joerg | Sync with HEAD. amd64 Xen support needs testing.
|
1.15.18.1 |
| 07-Dec-2007 |
yamt | sync with head
|
1.16.14.1 |
| 03-Apr-2008 |
mjf | Sync with HEAD.
|
1.17.12.1 |
| 19-Jan-2009 |
skrll | Sync with HEAD.
|
1.17.4.2 |
| 11-Mar-2010 |
yamt | sync with head
|
1.17.4.1 |
| 04-May-2009 |
yamt | sync with head.
|
1.19.64.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|