summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Quick fix for not being able to sync all the buffers in boot() ifbde1998-10-036-22/+26
* Removed duplicate case.alex1998-10-033-3/+0
* Map all BTX system pages readable at ring 3.rnordier1998-10-032-34/+24
* bootinfo bi_vesa no longer exists.rnordier1998-10-033-6/+3
* Send a MOD_UNLOAD event before deleting the module. if the MOD_LOAD eventdfr1998-10-031-1/+2
* Don't call DEVICE_DETACH directly, always go through the device_detach()dfr1998-10-031-4/+4
* Fix a bug which caused the dynamic linker pathname in the PT_INTERPjdp1998-10-031-11/+7
* Fix a printf format warning that shows up when CAMDEBUG is defined.ken1998-10-021-2/+2
* Add a new CAM debugging mode, CAM_DEBUG_CDB. This causes the kernel token1998-10-026-16/+31
* Consolidate the bootinfo-loading code, greatly simplifying the _execmsmith1998-10-028-441/+378
* Fix an egregious precedence bug.msmith1998-10-021-5/+5
* abort imm init if can't disconnect from drivensouch1998-10-021-1/+2
* Update the pcm driver to the most recent version. This shouldluigi1998-10-0219-622/+1612
* Set $currdev according to our best guess at the BIOS device that the previousmsmith1998-10-021-34/+42
* aout_freebsd.cmsmith1998-10-025-87/+176
* Mark exit() as __attribute__((__noreturn__))msmith1998-10-021-2/+2
* boot.cmsmith1998-10-022-6/+12
* First shot at loading elf symbols. Things are a bit strange becausepeter1998-10-025-23/+162
* Modify the changer driver so it can handle (hopefully!) changers that needken1998-10-022-70/+218
* Patches from DES to create three new kernel config options to controlken1998-10-025-14/+48
* Define KLD_MODULE if building a KLD module.msmith1998-10-021-1/+4
* Changes to support building of KLD modules. This includes the possiblymsmith1998-10-021-1/+11
* GC unused stuff.imp1998-10-022-50/+12
* A size field returned by the VESA BIOS is already expressed in bytes.yokota1998-10-021-2/+2
* Remove a spurious, but benign statement.gibbs1998-10-021-6/+4
* Restore static of sc_flags.ache1998-10-012-4/+6
* Fix a bug in which a page index was used where a byte offset wasjdp1998-10-011-2/+2
* Don't try to save FP state if npxproc is null.jlemon1998-10-011-1/+3
* Remove lpt1 - we have userconfig if you have a weird port.msmith1998-10-012-6/+2
* Remove the bi_vesa field, as vesa modeswitching is no longer performedmsmith1998-10-011-2/+2
* Pass the BIOS unit number from which the kernel/loader was obtained inmsmith1998-10-012-3/+4
* Fix typo.yokota1998-10-013-9/+9
* Yet another round of fixes for the VESA support code.yokota1998-10-0111-109/+120
* Override STRIP so installation doesn't try to strip the loader.jkh1998-10-011-1/+2
* Oops, forgot /* */ around Id stringsos1998-10-012-2/+2
* Misc cleanup and probe rework:imp1998-10-012-50/+38
* Make 'make install' do something that might be useful.peter1998-09-301-1/+2
* Stop libi386.a from being installed..peter1998-09-301-1/+3
* Hauppauge Tech Support confirmed all Hauppauge 878 PAL/SECAM boardssos1998-09-302-24/+66
* Hauppauge Tech Support confirmed all Hauppauge 878 PAL/SECAM boardssos1998-09-302-0/+6
* Changed tuner code to autodetect tuner i2c address.sos1998-09-307-158/+124
* Make devfs update the atime timestamp so that 'w' works when usingsos1998-09-302-5/+12
* Turn on i386-elfpeter1998-09-301-1/+3
* i386 ELF loader startup backend. On an ELF kernel booted with the 3-stagepeter1998-09-304-2/+521
* Save booted kernel name. Cosmetic cleanups.peter1998-09-301-3/+15
* Fix typos.. The vector for "int 0x12" (get base mem) is not written inpeter1998-09-301-2/+2
* ELF loader, part 1. It works with ELF kernels generated on the i386peter1998-09-302-2/+278
* s/out_loadmodule/aout_loadmodule/ in a printf diagnostic.peter1998-09-301-2/+2
* Uncomment prototype for elf_loadmodulepeter1998-09-301-2/+2
* Document that we support the CS4236B.des1998-09-301-0/+1
OpenPOWER on IntegriCloud