summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Enable fixed event at not only boot but also wakeup.iwasaki2001-01-101-13/+33
* Bump __FreeBSD_version for libgcc/linking changes.obrien2001-01-101-1/+1
* Protect proc.p_pptr with the proctree lock.jake2001-01-102-4/+20
* Add PCI id's for the Planet PCI ISDN Adapter (Model IA128P-STDV)hm2001-01-101-4/+3
* Remove a mismatched splbio() in aac_start (the called functions each protectmsmith2001-01-101-2/+1
* Fix some memory leaksjulian2001-01-1013-110/+192
* Part of rewrite of RAID-[45] locking code:grog2001-01-101-27/+29
* vinumstart: Don't check for B_DONE on return from bre(), it doesn'tgrog2001-01-101-12/+4
* bre5: don't bufdone the user bp on error, let vinumstart() do it.grog2001-01-101-2/+1
* Remove obsolete functions [un]lockplex and [un]lockvol.grog2001-01-101-139/+64
* Get definition of Malloc right when not using VINUMDEBUGgrog2001-01-101-1/+1
* open_drive: Refuse to open partition c of a disk device.grog2001-01-101-5/+9
* config_plex: Initialize mutex for parity plexes.grog2001-01-101-1/+10
* Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variablesjake2001-01-1057-438/+477
* In m_mballoc_wait(), drop the mmbfree mutex lock prior to callingbmilekic2001-01-091-12/+15
* Fix a minor bug that prevents NEWBUS users from setting more thandmlb2001-01-091-1/+1
* moved isp_pci.c from pci to dev/ispmjacob2001-01-092-1827/+1
* o Minor style(9)ism to make consistent with -STABLErwatson2001-01-091-1/+1
* The alpha architecture is 64 bits, so bus_addr_t && bus_size_t should reallymjacob2001-01-091-4/+5
* Move the mutex initialization from avma1pp_bchannel_setup intojlemon2001-01-091-2/+9
* When queueing a packet, call the output start routine. I botched thisjlemon2001-01-091-1/+1
* Add a flag value to the board identifiers, and use this to enable thejlemon2001-01-093-22/+38
* Add a large _warning_ about using COMPAT_SVR4.green2001-01-091-1/+2
* Evidently, svr4 is broken at the moment. Disconnect the build to preventgreen2001-01-091-1/+1
* Take 10 seconds to actually fix the chgproccnt rather than just make itgreen2001-01-091-2/+1
* select() DKI is now in <sys/selinfo.h>.wollman2001-01-0937-23/+65
* Delete unused #include <sys/select.h>.wollman2001-01-0910-12/+0
* select() DKI is defined in <sys/selinfo.h> now.wollman2001-01-091-1/+1
* Note new location of wi driver source code.wollman2001-01-091-1/+1
* With some trepidation, add a `#error' directive to this module. It waswollman2001-01-091-0/+1
* Don't compile a dead variable declaration.wollman2001-01-092-0/+4
* Make it clear that the macro `inb' is being overridden.wollman2001-01-091-0/+1
* Note new location of if_wavelan_ieee.h.wollman2001-01-091-1/+1
* o IPFW incorrectly handled filtering in the presence of previouslyrwatson2001-01-093-8/+18
* ISPASYNC_PDB_CHANGED -> ISPASYNC_LOGGED_INOUT.mjacob2001-01-091-4/+3
* Add some SNS "Register FC4 type" subcommand defines. Add some definesmjacob2001-01-091-1/+13
* Up tsleep && poll time for mailbox commands from 2 to 10 seconds. Printmjacob2001-01-091-5/+9
* Follow the ISPASYNC_PDB_CHANGED -> ISPASYNC_LOGGED_INOUT change. Also,mjacob2001-01-091-2/+8
* Add a isp_register_fc4_type function so that we work with McData switchesmjacob2001-01-091-39/+108
* add missing length argumentmjacob2001-01-092-2/+2
* Send the old if_wl in the old location to the Attic after a repo copy topeter2001-01-093-2738/+0
* Missing FREE().julian2001-01-091-0/+1
* Move if_wl.c from sys/i386/isa to dev/wi - it is not i386 (or even isa)peter2001-01-094-5/+4
* Index our "DMA safe" sense buffers by SCB rather than hscb.gibbs2001-01-094-4/+28
* Unset the devclass if the attach fails and the devclass was not set ton_hibma2001-01-081-0/+4
* If we failed to allocate the file discriptor for the write end ofdwmalone2001-01-081-0/+8
* Back out the "close tray on open" feature, its not clear whatsos2001-01-081-2/+0
* make PCI DEFPA fiddi adapters work on alpha:gallatin2001-01-081-2/+5
* Fix a warning. The type of globaldata.gd_prvspace has changed.jake2001-01-087-7/+14
* Correct typo.nyan2001-01-082-2/+2
OpenPOWER on IntegriCloud