Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-03-31 | Build SCSI tape eject devices. Spotted while testing beckish slag? | Hugh Graham | |
2001-03-30 | ok, test wheather cyrixIII supports 3dnow before enabling it | Michael Shalayeff | |
2001-03-30 | init started aen; from nbsd | Michael Shalayeff | |
2001-03-30 | Be consistent when adjusting pkthdr.len; it doesn't matter currently, | Angelos D. Keromytis | |
since the callers always do the right thing, but it might in the future. Pointed out by art@ | |||
2001-03-30 | Protect the IF_XXX macros in the callback routines with splimp(). Doh! | Angelos D. Keromytis | |
Thanks to erik@ipunplugged.com | |||
2001-03-30 | Add a new wsmuxop, dissetdisplay, which wsmux uses to disocver whether a mux | Aaron Campbell | |
device is connected to a display or not. Use it in wsmux_detach_sc(). This fixes a problem I've been struggling with whereby the machine panics if I detach a USB keyboard before disconnecting it from wsdisplay. | |||
2001-03-30 | increase ierrors if m_pullup fails in vlan_input(); pointed out by chris@ | Jason Wright | |
2001-03-30 | Use stashed user_gid when checking against exempt gid since sudo | Todd C. Miller | |
sets its gid to SUDOERS_GID, making getgid() return that, not the real gid. FIxes problem with setting exempt group == SUDOERS_GID. Fix from Paul Kranenburg. | |||
2001-03-30 | sync | Niklas Hallqvist | |
2001-03-30 | enable FAKE_LOOPBACK_IF case by default. | Jun-ichiro itojun Hagino | |
now traffic on loopback interface will be presented to bpf as normal wire format packet (without KAME scopeid in s6_addr16[1]). fix KAME PR 250 (host mistakenly accepts packets to fe80::x%lo0). sync with kame. | |||
2001-03-30 | Avoid a 'thundering herd' problem when many processes wait for free buffers. | Artur Grabowski | |
Just wakeup one process (there is a possible bug here that will be fixed in the next round of cleanup). Some misc cleanup, especially in the comments. | |||
2001-03-30 | oops. Thanks fgsch. | Bob Beck | |
2001-03-30 | Just because someone writes an errant program does not mean we should log | Dale Rahn | |
every problem to the console. #if 0 the rest of the user process crash prints. | |||
2001-03-30 | typo | Paul Janzen | |
2001-03-30 | Add prototypes, de-register, do better error checking, -Wall some, fix strcat() | Paul Janzen | |
usage, and fix FreeBSD PR 5791 | |||
2001-03-30 | filename length fix from ianm@cit.uws.edu.au; also, don't overflow the buffer. | Paul Janzen | |
2001-03-30 | filename length fix: ianm@cit.uws.edu.au | Paul Janzen | |
2001-03-30 | fix constness of IN6_{IS,ARE}_xx macros to conform to RFC2553. | Jun-ichiro itojun Hagino | |
sync with kame. | |||
2001-03-30 | Add infrastructure to allow mapping of text sections which are normally | Dale Rahn | |
RO, RW while ld.so is working. And then the information to set the sections back to RO (or appropriate mode). PowerPC now supports the typical NON-PIC relocations in ld.so. I do not know how well this will work with large shared libraries. I seem to recall a possible problem with large data where data is located in a different shared library. | |||
2001-03-30 | kue ethernet was reported as working months ago, forgot to add it. | Dale Rahn | |
2001-03-29 | An INIC-940 based card supplied by Initio proves that the iha driver | Kenneth R Westerback | |
does support both INIC-940 and INIC-950 chips. So allow iha to recognize and claim INIC-940 based cards, and change documentation to reflect new support. Thanks to Initio for providing the card to test. | |||
2001-03-29 | Protocol 1 key regeneration log => verbose, some KNF; ok markus@ | Damien Miller | |
2001-03-29 | Get rid of Data modified on freelist: at boot. | Dale Rahn | |
Always allocate the devices's softc structure, not just struct device. | |||
2001-03-29 | update | Michael Shalayeff | |
2001-03-29 | This debug print has outlived it's usefulness, It seems that the VM problems | Dale Rahn | |
have been fixed and certain config scripts perform abnormal tests which trigger this print. This kernel print is a potential DOS attack, thus should be removed. | |||
2001-03-29 | prepare for rekeying: move DH code to dh.c | Markus Friedl | |
2001-03-29 | need to set both STOC and CTOS for SSH_BUG_BIGENDIANAES; ok markus@ | Kevin Steves | |
2001-03-29 | Instead of commenting out the awacs, "disable" it. It is then possible | Dale Rahn | |
to enable the awacs via config -e or UKC. | |||
2001-03-29 | Ok, forgot to clean up debug prints before checkin on that file. | Dale Rahn | |
2001-03-29 | Detect pci bus base more accurately, and save it's size. | Dale Rahn | |
2001-03-29 | Add support structures for bus space detection/allocation (pci_addr_fixup). | Dale Rahn | |
2001-03-29 | Create device node for audio support. | Dale Rahn | |
2001-03-29 | Add device node for audio. | Dale Rahn | |
2001-03-29 | Major cleanup. | Dale Rahn | |
Sync with GENERIC config as appropriate for RAMDISK. | |||
2001-03-29 | Add FFS_SOFTUPDATES option. It is actively being worked on, if not stable. | Dale Rahn | |
Add gpio to route ADB interrpts. configure wskbd at akbd, wsmouse at aws, abtn. Put awacs in config file, but currently disabled due to interrupt storm it causes. ~230000 interrupts per second is a few too many for a device not being used. | |||
2001-03-29 | Add diagnostic message. | Nathan Binkert | |
Insert short delay before coming out of spltty in set_cmap function. This prevents a panic on alpha when trying to run the Xtga driver. | |||
2001-03-29 | Add support for new gpio, abtn, and awacs devices. | Dale Rahn | |
Some cleanup, hints at future direction. | |||
2001-03-29 | AWACS audio driver for some apple systems. Tested and works on some systems, | Dale Rahn | |
however causes interrupt storm. From Nbsd. | |||
2001-03-29 | The gpio module is used on newer laptops to route that adb interrupt. | Dale Rahn | |
From Nbsd. | |||
2001-03-29 | Add ADB "button" driver. used for brightness/volume control on some systems. | Dale Rahn | |
From Nbsd. | |||
2001-03-29 | Code cleanup, some update from Nbsd. | Dale Rahn | |
2001-03-29 | Defines for things we should find useful soon. addition PM functionality. | Dale Rahn | |
2001-03-29 | changes from NetBSD and ftp://nandra.iri.co.jp/pub/NetBSD/macppc/ADB-patch | Dale Rahn | |
2001-03-29 | When initializing a timeout, make certain the parameter to be passed | Dale Rahn | |
is not NULL. | |||
2001-03-29 | Update to adb_direct, from Nbsd. | Dale Rahn | |
2001-03-29 | Update to ADB mouse driver, from Nbsd. | Dale Rahn | |
2001-03-29 | Update for adb keyboard driver, from Nbsd. | Dale Rahn | |
2001-03-29 | If in pmap_kernel() allow vtop for all 1-1 mapped pages. | Dale Rahn | |
2001-03-29 | Variables removed from common need to live somewhere. Here is good. | Dale Rahn | |
Changes for raw_multi types, obey the correct type defines. Additional support for bus_space_unmap, not quite complete. | |||
2001-03-29 | Add OpenBSD tag to headers missing them. | Dale Rahn | |