summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2009-10-31A chunk from my WIP bootblocks tree went in by mistake in previous commit;Miod Vallat
2009-10-31Establish a shutdown hook to disable the watchdog timer to prevent watchdogMark Kettenis
2009-10-31Make sure we don't insert and entry into the list of pending commends twice.Mark Kettenis
2009-10-31in the absense of link state handling, drivers should still be silent; ok miodTheo de Raadt
2009-10-31KNOTE() after selwakeup(); ok miodTheo de Raadt
2009-10-31Do not override AS and LD, to be cross compilation friendly; noticed by syuu@Miod Vallat
2009-10-31s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz).Igor Sobrado
2009-10-31Use suser when possible. Suggested by miod@.Federico G. Schwindt
2009-10-31reorder operations in detach(), call powerhook_disestablish() earlier,Damien Bergamini
2009-10-31Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE()Theo de Raadt
2009-10-31Make sure the descriptor is writable for some operations.Federico G. Schwindt
2009-10-31Blinkenlichten on Octane.Miod Vallat
2009-10-30missing \n in log() message.Damien Bergamini
2009-10-30correct interrupt status bits; patfbsd@davenulle.orgTheo de Raadt
2009-10-30KNOTE() after selwakeup()Theo de Raadt
2009-10-30pipeclose() calls pileseltimeout() which does the KNOTE(); therefore callingTheo de Raadt
2009-10-30Add missing KNOTE() calls after selwakeup() in ptcread() (to wake up writersNicholas Marriott
2009-10-30Don't do a double free, sys_getsockopt() will take care of freeing theClaudio Jeker
2009-10-30Support IP30 secondary cpu bootup. ok miod@Takuya ASADA
2009-10-29When probing devices at boot, compare against the full device driver nameJoel Sing
2009-10-29add isp(4), but disable it since on most machines the pci bus is earlierTheo de Raadt
2009-10-29I missed updating a line for the AF_INET6 route case whenJonathan Gray
2009-10-29Make sure the descriptor is writable for some operations. Pointed by miod@.Federico G. Schwindt
2009-10-29iha(4), just like on GENERIC; from bradTheo de Raadt
2009-10-28a few leftovers from yesterday's SCCS/RCS-ID removal;Ingo Schwarze
2009-10-28LOMlite seems to get wedged from time to time; add some code to unwedge it.Mark Kettenis
2009-10-28delete balony comment; ok kettenisTheo de Raadt
2009-10-28*NULL store in IP_AUTH_LEVEL, IP_ESP_TRANS_LEVEL, IP_ESP_NETWORK_LEVEL,Theo de Raadt
2009-10-28Add a dedicated pf pool for route options as suggested by henning,Jonathan Gray
2009-10-28- use bus_space_write_1 to write to IWN_INT_PERIODIC (0x5), even thoughDamien Bergamini
2009-10-28*NULL store in IP_AUTH_LEVEL, IP_ESP_TRANS_LEVEL, IP_ESP_NETWORK_LEVEL,Theo de Raadt
2009-10-28For the TIOCSET* ioctls, validate that the tty speeds are positive (sinceTheo de Raadt
2009-10-28Add compat errno mappings for the ENOTSUP errno addition.Jonathan Gray
2009-10-28Remove FWRITE from closes that aren't opened with FWRITE.Marco Peereboom
2009-10-28 no more eisa, sorryTheo de Raadt
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-10-27Add another Intel ICH10 variant and the PCH chipset.Stuart Henderson
2009-10-27encode the channels a converter will convert into the converter'sJacob Meuser
2009-10-27in the get_default_parameters method, give the low level drivers aJacob Meuser
2009-10-27if (!ISSET(flags, SCSI_NOSLEEP)) return; else sleep(); is wrong.David Gwynne
2009-10-27Check return value of scsi_xs_get() in scsi_ioc_cmd() for NULL. ItKenneth R Westerback
2009-10-27rename the source file. my screwup, i asked for this and didnt check it.David Gwynne
2009-10-27Bah didn't man to commit the GENERIC part just yet.Marco Peereboom
2009-10-27Add driver for MPI2 SAS HBAs. This covers LSI MPT2 and Dell H200 HBAs.Marco Peereboom
2009-10-26add ENOTSUP and bump libc minorJasper Lievisse Adriaanse
2009-10-26Load %mxcsr when initializing the FPU on machines that support SSE.Mark Kettenis
2009-10-26Do not do strncmp comparisons on dv_xname because longer device names whichTheo de Raadt
2009-10-26Rename struct confargs to struct mainbus_attach_args for consistency and alsoMiod Vallat
2009-10-26Get rid of unused `frame' member of struct intrhand; only hardclock() needsMiod Vallat
2009-10-26syncMarco Peereboom