summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add driver support for gigabit ethernet adapters based on the Alteonwpaul1999-04-0613-5/+25022
* Replace LKM with KLD.ghelmer1999-04-062-10/+10
* Two changes to pmap_remove_all:alc1999-04-062-40/+10
* Remove (but leave place markers) P_NOSWAP and P_PHYSIO - they were onlypeter1999-04-061-3/+3
* Don't forcibly kill processes that are locked in-core via PHOLD - it waspeter1999-04-061-2/+3
* Use PHOLD/PRELE() instead of P_PHSYIO.peter1999-04-062-6/+6
* Only use p->p_lock (manage by PHOLD()/PRELE()) - P_NOSWAP/P_PHYSIO is nopeter1999-04-061-2/+2
* Hold the mfs process's upages in-core with PHOLD rather than P_NOSWAP.peter1999-04-061-3/+3
* Hold nfsd's upages in-core with PHOLD rather than P_NOSWAP.peter1999-04-062-4/+4
* Use reference counted PHOLD/PRELE rather than the P_PHYSIO flag.peter1999-04-063-9/+9
* Use PHOLD/PRELE rather than P_PHYSIO.peter1999-04-061-5/+5
* Use the reference counted PHOLD()/PRELE() rather than P_PHYSIO.peter1999-04-061-9/+9
* Use the reference-counted PHOLD()/PRELE() rather than P_NOSWAP.peter1999-04-061-3/+3
* LK_RETRY is a vn_lock() flag, not one for lockmgr().peter1999-04-061-3/+3
* Reactivate trace! after making it egcs-friendly.dcs1999-04-062-13/+16
* Catch a case spotted by Tor where files mmapped could leave garbage in thejulian1999-04-0513-86/+440
* 1) Add the defines for the Mass Storage classn_hibma1999-04-051-10/+23
* change wrong names in prototypes (pipe to dev)n_hibma1999-04-051-3/+3
* Add the defines for the Iomega Zip 100 driven_hibma1999-04-052-0/+16
* bugfix: initialise timeout for usbd_device_request as well.n_hibma1999-04-051-3/+4
* Make ppbus compile under egcs. I'm not sure about this casting-to-union-peter1999-04-053-9/+14
* Fix damage introduced in previous commit.rnordier1999-04-052-4/+4
* Optimize better for space.rnordier1999-04-052-4/+4
* There's not much point in the EXPORTMFS #ifdef. I've had this sittingpeter1999-04-051-3/+1
* Add debug flag DEBUG_EXITFREE to log problems freeing memory on exit.grog1999-04-051-0/+1
* remove_plex: If we don't find the plex in a volume to which itgrog1999-04-051-2/+6
* free_vinum: Clean out bdevsw entry before unloading kld.grog1999-04-051-7/+22
* 'fr' macro: trace back to new kernel base 0xc0000000grog1999-04-051-1/+1
* Bump __FreeBSD_version to 400004 now that the __deregister_frame_infojdp1999-04-051-2/+2
* Regenerate (padding for pread and pwrite).dt1999-04-046-8/+10
* Add standard padding argument to pread and pwrite syscall. That should make themdt1999-04-048-158/+129
* Remove the string ">>> FreeBSD/i386 BOOT". I need to reduce the size ofobrien1999-04-042-4/+4
* Fix a division which I had made a multiplication.phk1999-04-041-3/+5
* Dang, lost some LL's there.phk1999-04-041-3/+3
* Update to latest version from Dave Mills. Mostly textual.phk1999-04-042-31/+54
* Two changes to vm_map_delete:alc1999-04-041-13/+10
* Correct forgotten defs in defproc macrogrog1999-04-041-0/+4
* Fix for console mouse.kato1999-04-041-1/+5
* Make firmware revision a triple. Clean up some FC init stuff formjacob1999-04-041-73/+138
* oops on this lastmjacob1999-04-041-3/+2
* F/W revisions now a tuple (not a duple). Fix pre-CAM code.mjacob1999-04-041-19/+57
* Fix for pre-CAM kernels (again). Turn back on fast posting.mjacob1999-04-041-35/+16
* Remove incorrect BIG_ENDIAN defines and substitute in the SBus only macrosmjacob1999-04-041-126/+45
* Change f/w revision to major,minor,micro version. Add in ISP1040C definition.mjacob1999-04-041-5/+8
* roll ISP1040 and ISP2100 f/w to latest releasemjacob1999-04-041-13460/+13587
* Read the board revision and trim cache line size back from 16 to 1mjacob1999-04-042-16/+142
* Add a missing declaration that broke the compilation of this file.jdp1999-04-031-0/+1
* Restore support for executing BSD/OS binaries on the i386 by passingjdp1999-04-0312-22/+38
* Sync with sys/i386/isa/wd.c revision 1.191.kato1999-04-031-3/+1
* Sync with sys/i386/isa/sio.c revision 1.234.kato1999-04-032-4/+4
OpenPOWER on IntegriCloud