summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix a panic on SMP systems, caused by sleeping while holding ajdp1998-10-091-1/+13
* Use lstat() rather than stat in determining whether a file exists,jkh1998-10-091-2/+2
* Allow the module area to be used in order to find the MFS imagejkh1998-10-081-96/+28
* This thing has its own puts function, so use it.jkh1998-10-081-1/+3
* remove stdio.h include; I forgot Bruce's cardinal rule that header filesjkh1998-10-081-2/+1
* Fix up the kernel environment and module data pointers in the bootinfo ifmsmith1998-10-085-8/+83
* Make that annoying "device busy" message dependent on DEBUG (using thedes1998-10-085-5/+5
* Fix a memory leak in rpc.rstatd that shows up when it's run in standaloneken1998-10-081-1/+7
* While I'm at it, remove the tickadj manpage from src/share/man0/man8,des1998-10-081-1/+0
* Remove all references to tickadj(8) from rc, rc.conf and rc.conf.5.des1998-10-084-26/+6
* Discard previous commit.kato1998-10-082-28/+2
* Oops, discard my previous commits becase sumitted code is for RELENG_2_2.kato1998-10-085-200/+24
* Add entry for EtherEZ98 and Access/PC N98C+ cards.kato1998-10-082-8/+12
* Add ungermann-Bass Access/PC N98C+ support to fe driver (PC-98).kato1998-10-081-1/+162
* Add SMC EtherEZ98 support to ed driver (PC-98).kato1998-10-084-17/+54
* BIOS ROM base address is 0xe8000 on PC-98.kato1998-10-087-7/+42
* Correctly update the tail pointer of the transmit queue in tl_start()wpaul1998-10-081-2/+3
* Sync with sys/i386/conf/GENERIC revision up to 1.123.kato1998-10-082-8/+8
* Sync with sys/i386/i386/userconfig.c revision 1.111.kato1998-10-081-3/+6
* Finally settle on a name for the mfsroot image.jkh1998-10-081-2/+2
* Only install boot blocks if !MFSKERN. Too big otherwise!jkh1998-10-081-2/+2
* Quiet many compiler warnings.obrien1998-10-0810-20/+31
* Add boot bits to boot floppy.jkh1998-10-081-1/+5
* Make both types of boot targets.jkh1998-10-081-2/+3
* Final cleanup pass over boot floppy changes.jkh1998-10-081-8/+5
* Avoid using dmesg to find devices, the buffer may not be big enough.phk1998-10-086-30/+12
* Remove a gratuitous copy.jkh1998-10-081-3/+1
* Add some rudimentary documentation for my new functions.jkh1998-10-084-2/+182
* Remove debug output on disk change.sos1998-10-083-6/+6
* Add auth.conf. JKH Added the code to understand this to libutil, andmarkm1998-10-082-2/+12
* Add the quirk entry framework to handle disabling the synchronize cacheken1998-10-081-25/+168
* Correct a build error that got past my build test somehow.jkh1998-10-082-0/+3
* Check the timeval passed to BIOCSRTIMEOUT with itimerfix. Use tvtohz()alex1998-10-081-8/+9
* Unreverse a conditional and gzip the mfs image by default.jkh1998-10-071-3/+3
* Support 3 floppy images as standard now: boot kernel, mfs image andjkh1998-10-071-6/+11
* Fix typo.jkh1998-10-071-2/+2
* Fix typos.jkh1998-10-071-3/+3
* Add MFSKERN flag to enable the combining of kernel and MFS fs.jkh1998-10-071-7/+8
* By popular request, mention that mailq responds to the same options asdes1998-10-071-4/+8
* Read in all the nlist entries properly.jkh1998-10-071-2/+2
* Add isa_devtab_camjkh1998-10-071-0/+1
* Add a simple mechanism for reading property lists from files (whichjkh1998-10-074-2/+300
* Add missing newline in probe message.des1998-10-071-2/+2
* Use vm_page_xxx() inline functions to manipulate vm_page::flags, vm_page::busy.luoqi1998-10-071-6/+6
* Fix syntax errors I introduced.obrien1998-10-075-15/+15
* Add strcasecmp source file required for dosfs operation.msmith1998-10-071-0/+74
* Use MACHINE_ARCH instead of MACHINE to detect x86 arch.kato1998-10-071-1/+1
* Fix that pesky boot aguments parsing bug. (I think :-)peter1998-10-073-6/+3
* Request the flags back when checking for keyboard status.msmith1998-10-071-2/+2
* Add entries for the adw device driver.gibbs1998-10-075-8/+16
OpenPOWER on IntegriCloud