summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Submitted by: Nicolas Souchu <nsouch@freebsd.org>roger1999-01-281-3/+6
| | | | | Updated to support bt848 driver MSP34xx audio chip. This adds changes made in 1.3.2.1 and 1.3.2.2 from RELENG_3
* Submitted by: Nicolas Souchu <nsouch@freebsd.org>roger1999-01-281-2/+2
| | | | Added support required by bt848 driver for MSP34xx audio chip
* MAINTAINER=brian@FreeBSD.orgbrian1999-01-281-1/+3
|
* Oops, added parentheses after `else'.kato1999-01-281-1/+2
| | | | Submitted by: Takahashi Yoshihiro <nyan@dd.catv.ne.jp>
* Sun Bug ID 1251858 (on http://sunsolve1.sun.com) discusses the way thatnewton1999-01-284-6/+28
| | | | | | | | | | | | Sun implemented iBCS2 compatibility on Solaris >= 2.6: The emulator runs in user-mode, patching the LDT so that client programs making syscalls through the old iBCS2 call gate get handled by the emulator process. Unemulated syscalls therefore need their own call-gate that bypasses the emulator. Sun chose LDT entry 4 to implement this, which is what we've been using as LUDATA_SEL, so we need to change LUDATA_SEL if we want to run Solaris executables. Discussed with: Mike Smith
* The "easy" fixe for compiling the kernel -Wunused: remove unreferencedkato1999-01-283-3/+9
| | | | local variable.
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced statickato1999-01-287-18/+42
| | | | and local variables, goto labels, and functions declared but not defined.
* - Fixed the bug which always ignored Ctrl-Pause/Break on the AT 101yokota1999-01-283-72/+157
| | | | | | | | | keyboard. - Translate some keycode for the 84 keyboard so that the 84 keyboard and the 101 keyboard become more compatible in terms of keycodes. - Updated the built-in keymaps so that it is in line with the recent changes in share/syscons/keymaps. - Added some comment on the Pause/Break key on the 101 keyboard.
* Update example to match new builtin behavior.jkh1999-01-281-3/+6
| | | | | Submitted by: Daniel C. Sobral <dcs@newsguy.com> PR: 9744
* - Fix errors in some keymap files.yokota1999-01-2847-356/+750
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - The numpad * key should always generate *. - The numpad - is fkey52 and should not generate a control code (0x1f). - The numpad 5 is fkey54, not fkey61. - The numpad 6 is fkey55 and should not generate a control code (0x1e). - Fix Spanish keymap. PR: i386/9532 Submitted by jose@we.lc.ehu.es. - Added Croatian keymap. It is the same as the Slovenian keymap. PR: misc/9706 Pointed out by: Damjan Marion - Addef Finnish keymap. It is the same as the Swedish keymap. PR: bin/9632 Submitted by: Martti Kuparinen - Assign special functions consistently in all keymap files. 101 keyboard 84 keyboard function ------------------------------------------------------------------------ Ctrl-Alt-Delete Ctrl-Alt-Delete reboot Ctrl-Alt-Esc Ctrl-Alt-Esc debug Ctrl-Alt-Space Ctrl-Alt-Space susp ScrollLock ScrollLock slock PrintScreen Shift-(Numpad *)/PrintScreen nscr Ctrl-PrintScreen Shift-Ctrl-(Numpad *)/PrintScreen debug Alt-PrintScreen/SysRq SysRq nop Pause Ctrl-NumLock slock Shift-Pause Shift-Ctrl-NumLock saver Alt-Pause Alt-Ctrl-NumLock susp Ctrl-Pause/Break Ctrl-ScrollLock/Break nop Left W*ndow key NA fkey62 Right W*ndow key NA fkey63 Menu NA fkey64 NOTE: us.unix.kbd and us.emacs.kbd are very much different from the other keymaps, thus, I didn't touch them.
* 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
| | | | | | any of them are down. Reported-by: dg
* Fix some format breakage before bde finds outgrog1999-01-281-156/+106
| | | | | | | | vinum_scandisk: check not only drive error, but also drive state, before accessing the drive. drivecmp: Remove warning messages by Backing out overly constant declarations in revision 1.9.
* Make builtin's state-aware in loader.jkh1999-01-281-14/+106
| | | | | Submitted by: Daniel C. Sobral PR: 9663
* 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
| | | | accept a new command.
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-282-4/+4
| | | | kernel compile
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-2853-398/+402
| | | | kernel compile
* Initial RADIUS support (using libradius). See the man page forbrian1999-01-2838-193/+982
| | | | | | | | | | | | | | | | | | | details. Compiling with -DNORADIUS (the default for `release') removes support. TODO: The functionality in libradius::rad_send_request() needs to be supplied as a set of routines so that ppp doesn't have to wait indefinitely for the radius server(s). Instead, we need to get a descriptor back, select() on the descriptor, and ask libradius to service it when necessary. For now, ppp blocks SIGALRM while in rad_send_request(), so it misses PAP/CHAP retries & timeouts if they occur. Only PAP is functional. When CHAP is attempted, libradius complains that no User-Password has been specified... rfc2138 says that it *mustn't* be used for CHAP :-( Sponsored by: Internet Business Solutions Ltd., Switzerland
* 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
| | | | kernel compile
* Fix but in devfs_strategy(). Switch cases were falling throughdillon1999-01-271-1/+3
| | | | | instead of breaking out, so a VCHR devices would run the VCHR routine and then fall through and run the VBLK routine. Fixed.
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-2729-127/+139
| | | | | | | kernel compile. This commit includes significant work to proper handle const arguments for the DDB symbol routines.
* 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
| | | | if (a == b).
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-272-12/+12
| | | | kernel compile
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-2772-282/+315
| | | | kernel compile
* 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
| | | | kernel compile
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-2759-439/+454
| | | | kernel compile
* Fix array index of signed char to cast to unsigned char and then to int.dillon1999-01-271-9/+9
| | | | Also general const cleanup.
* Fix getenv() comparison against '=' ... was *cp = '=' instead ofdillon1999-01-271-2/+2
| | | | *cp == '='.
* Fix warnings preparing for -Wall -Wcast-qualdillon1999-01-2730-118/+134
| | | | | Also disable one usb module in LINT due to fatal compilation errors, temporary.
* Add parens to SMBPRI, fixing bug in tsleep() call that OR's SMBPRI withdillon1999-01-271-2/+2
| | | | something else.
* Fix PPBPRI #define - it was missing parenthesis which messed up adillon1999-01-271-2/+2
| | | | call to tsleep() in dev/ppbus/ppbconf.c. Also fixup initializers.
* Fix '|' that was supposed to be '||'dillon1999-01-271-2/+2
|
* Patch from Soeren to remove inapropriate interrupt messagesjulian1999-01-271-6/+7
| | | | | also a bit of a BDE patch in there I beleive. Backs out a fix I needed for Cyrix support early on but it turns out that a later fix in the cyrix support made it un-needed.
* Added c_caddr_t: const char * version of the char * caddr_t, fordillon1999-01-271-1/+2
| | | | use in -Wall / -Wcast-qual fixes.
* Changes to support -Wall, -Wcast-qual. Had to make physical code changesdillon1999-01-277-30/+33
| | | | | in db_lookup() to avoid the *cp = 0 / *cp = ':' combo ( temporary nul-terminate-then-restore-original ) on a const char * string.
* 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
| | | | Hoped for by: wollman
* Clean up LD-BDN reset code(PC-98).kato1999-01-272-22/+10
| | | | Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)
OpenPOWER on IntegriCloud