summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/autoconf.c
Commit message (Expand)AuthorAgeFilesLines
* Don't free(9) a pointer which has been modified.phk2002-04-231-6/+7
* Rework the kernel environment subsystem. We now convert the staticmux2002-04-171-7/+26
* Back out the previous commit.brian2002-04-041-1/+0
* Pre-declare bootpc_init() so that options BOOTP doesn't break thebrian2002-04-041-0/+1
* Centralize the "bootdev" and "dumpdev" variables. They are still prettyphk2002-03-311-3/+0
* Remove __P.alfred2002-03-201-3/+3
* Export a (machine dependent) kernel variable bootdev asluigi2002-03-101-2/+0
* Fix warnings.. bootpc_init() and related.peter2002-02-281-5/+2
* Add new boot flag to i386 boot: -p.guido2001-12-101-1/+1
* Implement multiple low-level console support.jlemon2001-10-231-1/+1
* Cleanup and split of nfs client and server code.peter2001-09-181-18/+18
* Remove superfluous statement.jlemon2001-09-051-1/+0
* Remove unneeded includes of sys/ipl.h and machine/ipl.h.jhb2001-05-151-1/+0
* Revert consequences of changes to mount.h, part 2.grog2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.grog2001-04-231-0/+2
* Clean up some leftovers from the root mount cleanup that was done somepeter2001-02-041-3/+0
* Send "#if NISA > 0" to the bit-bucket and replace it with an option.peter2001-01-291-4/+3
* Deprecate devsw->d_bmaj entirely.phk2000-10-311-86/+0
* Catch up to moving headers:jhb2000-10-201-1/+1
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-8/+0
* Teach the NFS && NFS_ROOT case how to pick up information left by themsmith2000-09-051-0/+174
* Add disk_enumerate() for finding names of disks. Vinum and libh willphk2000-06-151-3/+1
* Don't include <isa/isavar.h> or compile code depending on it when isabde1999-12-261-1/+5
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-031-1/+1
* Make BOOTP work again.dillon1999-11-291-1/+9
* Remove the prototypes for two functions that were removed when thejhb1999-11-021-3/+0
* This is a complete rewrite of vfs_conf.c, which changes the way the rootmsmith1999-11-011-259/+26
* Zap unneeded #includespeter1999-10-111-1/+0
* This represents essentially a complete rewrite of the ISA PnP code. Thedfr1999-09-011-12/+5
* We don't need to pass the diskname argument all over the diskslice/labelphk1999-08-281-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* `bootdev' is an ordinary u_long, so don't cast it to a pointer to print it.bde1999-08-231-4/+3
* The previous fix didn't do anything if you didn't have pnp. The ICUpeter1999-08-221-2/+3
* Finish unbreaking autoconf.c includes (for non-SMP.)green1999-08-221-1/+2
* Oops, that wasn't so clever after all. struct isa_device is still apeter1999-08-221-1/+2
* Zap a heap of unused cruft now. We don't need the ISA/EISA/PCI hookspeter1999-08-221-35/+24
* The bdevsw() and cdevsw() are now identical, so kill the former.phk1999-08-131-9/+9
* Merge the cons.c and cons.h to the best of my ability. alpha may orphk1999-08-091-2/+2
* Forgot the "bsd" slice, now setrootbyname() understands "wd0s1a".phk1999-08-061-2/+2
* Centralize dumpdev handling.phk1999-07-171-60/+1
* printf int/dev_t (pointer) warningpeter1999-07-031-3/+3
* Fix warnings in last commit (dev_t is not an int, and not even intpeter1999-07-031-4/+5
* Be more informative and try to ask the user in some instances if we can'tphk1999-07-031-8/+18
* Introduce the makebdev() function, it does the same as the makedev()phk1999-06-011-7/+7
* Simplify cdevsw registration.phk1999-05-311-6/+6
* - Make setroot() conditional on FFS etc, to avoid a compiler warningjb1999-05-241-17/+5
* Fix dumpon. It passes a udev_t from userland to kernel, that needs aphk1999-05-121-4/+4
* Move the mfs_getimage() prototype to mfs_extern.h duplicating itpeter1999-05-101-8/+8
* Oops. If ROOTDEVNAME isn't defined, have -r call -a.phk1999-05-091-1/+5
* Major lobotomy of config(8). Thephk1999-05-091-2/+126
OpenPOWER on IntegriCloud