summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Submitted by: Nicolas Souchu <nsouch@freebsd.org>roger1999-01-281-3/+6
* Submitted by: Nicolas Souchu <nsouch@freebsd.org>roger1999-01-281-2/+2
* MAINTAINER=brian@FreeBSD.orgbrian1999-01-281-1/+3
* Oops, added parentheses after `else'.kato1999-01-281-1/+2
* Sun Bug ID 1251858 (on http://sunsolve1.sun.com) discusses the way thatnewton1999-01-284-6/+28
* The "easy" fixe for compiling the kernel -Wunused: remove unreferencedkato1999-01-283-3/+9
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced statickato1999-01-287-18/+42
* - Fixed the bug which always ignored Ctrl-Pause/Break on the AT 101yokota1999-01-283-72/+157
* Update example to match new builtin behavior.jkh1999-01-281-3/+6
* - Fix errors in some keymap files.yokota1999-01-2847-356/+750
* Version 2.0 > 2.1 to reflection RADIUS additions.brian1999-01-281-3/+3
* Sync with sys/i386/isa/wd.c revision 1.187.kato1999-01-281-6/+7
* Sync with sys/i386/isa/if_ed.c revision 1.149.kato1999-01-281-3/+3
* Sync with sys/i386/isa/diskslice_machdep.c revision 1.33.kato1999-01-282-10/+10
* Sync with sys/i386/i386/userconfig.c revision 1.127.kato1999-01-281-14/+18
* Sync with sys/i386/conf/GENERIC revision 1.144.kato1999-01-282-2/+4
* build_write_request: only fail if all plexes are down, instead of ifgrog1999-01-281-1/+4
* Fix some format breakage before bde finds outgrog1999-01-281-156/+106
* Make builtin's state-aware in loader.jkh1999-01-281-14/+106
* Nuke pnp0 from boot.flpjkh1999-01-285-0/+5
* Correct test in poll loop for determining that the mailbox is free togibbs1999-01-282-14/+4
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-282-4/+4
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-2853-398/+402
* Initial RADIUS support (using libradius). See the man page forbrian1999-01-2838-193/+982
* Fix parenthesization, but the code still looks wrong.dillon1999-01-282-4/+14
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-2854-223/+228
* Fix but in devfs_strategy(). Switch cases were falling throughdillon1999-01-271-1/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-2729-127/+139
* Turn on -Wall and -Wcast-qualdillon1999-01-272-10/+22
* Fix nasty bug in nfs_access(). A conditional was if (a = b) instead ofdillon1999-01-272-4/+4
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-272-12/+12
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-2772-282/+315
* Fix if (a = b) conditional that should have been if (a == b)dillon1999-01-271-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-5/+5
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-2759-439/+454
* Fix array index of signed char to cast to unsigned char and then to int.dillon1999-01-271-9/+9
* Fix getenv() comparison against '=' ... was *cp = '=' instead ofdillon1999-01-271-2/+2
* Fix warnings preparing for -Wall -Wcast-qualdillon1999-01-2730-118/+134
* Add parens to SMBPRI, fixing bug in tsleep() call that OR's SMBPRI withdillon1999-01-271-2/+2
* Fix PPBPRI #define - it was missing parenthesis which messed up adillon1999-01-271-2/+2
* Fix '|' that was supposed to be '||'dillon1999-01-271-2/+2
* Patch from Soeren to remove inapropriate interrupt messagesjulian1999-01-271-6/+7
* Added c_caddr_t: const char * version of the char * caddr_t, fordillon1999-01-271-1/+2
* Changes to support -Wall, -Wcast-qual. Had to make physical code changesdillon1999-01-277-30/+33
* Add missing declarations to fix error with LINT compiledillon1999-01-271-1/+6
* Remove unintended trigraph sequences in comments for -Walldillon1999-01-273-6/+6
* Add ISA PnP support, now that we have the space for it.eivind1999-01-272-2/+4
* further refine the upgrade process.jkh1999-01-272-21/+3
* Removed evil typedef kvm_swap_t and all uses of it (not many).bde1999-01-273-16/+18
* Clean up LD-BDN reset code(PC-98).kato1999-01-272-22/+10
OpenPOWER on IntegriCloud