aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* More -Wall / -Wcast-qual cleanup. Also, EXEC_SET can't useMatthew Dillon1999-01-298-24/+28
* Removed bogus casts to c_caddr_t. This is part of terminatingBruce Evans1999-01-294-12/+10
* Commit a solution for the SYSINIT vs C_SYSINIT conundrum. TheMatthew Dillon1999-01-291-20/+28
* Removed a bogus cast to c_caddr_t. This is part of terminatingBruce Evans1999-01-291-2/+2
* cleanup warnings by propogating const char pointers properly.Matthew Dillon1999-01-291-3/+3
* Removed a bogus cast to c_caddr_t. This is part of terminatingBruce Evans1999-01-292-4/+16
* Have EXEC_SET use C_DECLARE_MODULE instead of DECLARE_MODULE.Matthew Dillon1999-01-292-5/+9
* Cleanup bsd.kern.mk after last commit.Matthew Dillon1999-01-291-14/+4
* Check size of partition before using it.Robert Nordier1999-01-292-4/+6
* Include .gdbinit for debuggingGreg Lehey1999-01-292-1/+664
* Allow the interrupt allocated to the PCIC to be tuned from the kernelMike Smith1999-01-291-1/+13
* Change multiline comments to start with a lone /* and end with a */,Greg Lehey1999-01-2920-379/+723
* Document the machdep.pccard.pcic_irq tunable, which allows the user to tuneMike Smith1999-01-291-0/+8
* Change multiline comments to start with a lone /* and end with a */,Greg Lehey1999-01-291-17/+26
* Support for MSP3410D / MSP3415D Stereo/Mono audio using the audio formatRoger Hardiman1999-01-282-32/+712
* Fix warnings related to -Wall -Wcast-qualMatthew Dillon1999-01-2815-29/+35
* Clarify the SYSINIT problem by breaking SYSINIT's up into a void *Matthew Dillon1999-01-282-9/+37
* Added METEOR_DEV2 and METEOR_DEV3Roger Hardiman1999-01-283-6/+9
* Submitted by: Nicolas Souchu <nsouch@freebsd.org>Roger Hardiman1999-01-281-1/+50
* Submitted by: Nicolas Souchu <nsouch@freebsd.org>Roger Hardiman1999-01-281-3/+6
* Submitted by: Nicolas Souchu <nsouch@freebsd.org>Roger Hardiman1999-01-281-2/+2
* Oops, added parentheses after `else'.KATO Takenori1999-01-281-1/+2
* Sun Bug ID 1251858 (on http://sunsolve1.sun.com) discusses the way thatMark Newton1999-01-284-6/+28
* The "easy" fixe for compiling the kernel -Wunused: remove unreferencedKATO Takenori1999-01-283-3/+9
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticKATO Takenori1999-01-287-18/+42
* - Fixed the bug which always ignored Ctrl-Pause/Break on the AT 101Kazutaka YOKOTA1999-01-283-72/+157
* Sync with sys/i386/isa/wd.c revision 1.187.KATO Takenori1999-01-281-6/+7
* Sync with sys/i386/isa/if_ed.c revision 1.149.KATO Takenori1999-01-281-3/+3
* Sync with sys/i386/isa/diskslice_machdep.c revision 1.33.KATO Takenori1999-01-282-10/+10
* Sync with sys/i386/i386/userconfig.c revision 1.127.KATO Takenori1999-01-281-14/+18
* Sync with sys/i386/conf/GENERIC revision 1.144.KATO Takenori1999-01-282-2/+4
* build_write_request: only fail if all plexes are down, instead of ifGreg Lehey1999-01-281-1/+4
* Fix some format breakage before bde finds outGreg Lehey1999-01-281-156/+106
* Make builtin's state-aware in loader.Jordan K. Hubbard1999-01-281-14/+106
* Correct test in poll loop for determining that the mailbox is free toJustin T. Gibbs1999-01-282-14/+4
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-282-4/+4
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-2853-398/+402
* Fix parenthesization, but the code still looks wrong.Matthew Dillon1999-01-282-4/+14
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-2854-223/+228
* Fix but in devfs_strategy(). Switch cases were falling throughMatthew Dillon1999-01-271-1/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-2729-127/+139
* Turn on -Wall and -Wcast-qualMatthew Dillon1999-01-271-5/+11
* Fix nasty bug in nfs_access(). A conditional was if (a = b) instead ofMatthew Dillon1999-01-272-4/+4
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-272-12/+12
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-2770-272/+305
* Fix if (a = b) conditional that should have been if (a == b)Matthew Dillon1999-01-271-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-5/+5
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-2759-439/+454
* Fix array index of signed char to cast to unsigned char and then to int.Matthew Dillon1999-01-271-9/+9
* Fix getenv() comparison against '=' ... was *cp = '=' instead ofMatthew Dillon1999-01-271-2/+2