summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove useless include of sys/mbuf.h (no longer useful since thebmilekic2001-01-122-2/+0
* Convert all instances of:benno2001-01-1212-12/+12
* Spell declarations correctly.steve2001-01-122-2/+2
* Catch up to the name changes in the hwvol API.jhb2001-01-111-4/+4
* - Move all of the hwvol functions into a mixer_hwvol_* namespace, and makejhb2001-01-113-15/+21
* Woops, use the SYSCTL_STATIC_CHILDREN() macro instead of manuallyjhb2001-01-111-2/+2
* remove debug sysctljulian2001-01-111-1/+4
* Make hook deletion SMP safe.julian2001-01-111-52/+88
* Add an exported function ng_rmhook_self() that removes a hookjulian2001-01-113-7/+106
* Another brian fix, luckily not in live code.julian2001-01-112-4/+3
* Fix uninitialised pointer.julian2001-01-111-0/+1
* Add itjc ISDN hardware driverhm2001-01-112-8/+24
* Add infrastructure for the itjc ISDN hardware driverhm2001-01-111-1/+10
* - Remove compatibility macros for accessing per-cpu variables.jake2001-01-1110-318/+33
* Add the ISDN itjc hardware driver. This driver supports the NETJet-S cardshm2001-01-118-9/+3942
* Add infrastructure to support the ISDN itjc hardware driver.hm2001-01-112-14/+14
* Update the ihfc driver with a patch from the author. He writes: This patchhm2001-01-114-50/+84
* Unbreak compilation.archie2001-01-112-2/+2
* Style improvements for last fix. Should be functionally the same.dwmalone2001-01-111-19/+19
* Only free items that are not already free or passed to other nodes.julian2001-01-101-1/+2
* Changes to stop zombie nodes showing up in active node lists.julian2001-01-101-21/+34
* lmc_ifup() was not checking the state of the interface. This wouldarchie2001-01-101-3/+8
* Reinstate 1.19.grog2001-01-101-2/+3
* Disable strstr() if ACPICA is compiled in userland.iwasaki2001-01-102-0/+4
* Add session argument to *close_disk, allowing to set session type on fixate.sos2001-01-1015-61/+54
* Add session argument to *CLOSEDISK, allowing to set session type on fixate.sos2001-01-101-4/+7
* 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
OpenPOWER on IntegriCloud