summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded include of machine/emul.h.jake2002-06-181-1/+0
* ebus sio(4) attachment.obrien2002-06-181-0/+113
* Allow one to configure `sio'.obrien2002-06-181-0/+6
* Sync with i386.obrien2002-06-181-8/+10
* Teach mdoc about the 4.6 releasedougb2002-06-182-1/+2
* Honor the BUCKETCACHE flag on free as well.jeff2002-06-171-4/+9
* - Introduce the new M_NOVM option which tells uma to only check the currentlyjeff2002-06-177-6/+24
* Avoid reprobing on loading a driver. This does not work as the ivars setn_hibma2002-06-171-0/+15
* Set the ivars _after_ checking that the bdev was correctly created insteadn_hibma2002-06-171-2/+2
* clean up some KASSERTS.n_hibma2002-06-171-13/+18
* Use OBJDIR instead of CURDIR. This unbreaks loading modules throughn_hibma2002-06-171-1/+1
* Add constants for the min and max prom addresses. Use these instead ofjake2002-06-172-3/+6
* e_pow.c:bde2002-06-172-2/+2
* In TTEST2(), check to make sure the "l" argument isn't so large thatfenner2002-06-171-2/+10
* make(I) appeared in PWB UNIX.jmallett2002-06-171-2/+1
* Add Standards section.tjr2002-06-171-0/+5
* Sort sections, use Dl for the example so it stands out more.tjr2002-06-171-6/+5
* o Acquire and release Giant in vm_map_wakeup() to preventalc2002-06-171-0/+7
* Only advance the column position for printable characters, update manualtjr2002-06-172-4/+6
* remove bogus comment, select/poll do NOT need to fhold as they hold thealfred2002-06-171-1/+4
* Fill in my MAINTAINER info for drmanholt2002-06-171-0/+1
* Kill superfluous blank line.sobomax2002-06-171-1/+0
* - Turn a DIAGNOSTIC check into a KASSERT(9).arr2002-06-171-4/+1
* - Turn a DIAGNOSTIC check into a KASSERT(9) macro.arr2002-06-171-6/+2
* - Explicitly pass M_WAITOK in a few calls to uma_zalloc(9).arr2002-06-171-7/+7
* sppp needs slcompress.c nowadays.jhay2002-06-172-1/+2
* Actually document pselect(3) so that Bruce can mention it in the releasewollman2002-06-172-1/+123
* Move dillon's time conversion functions to a new header <timeconv.h>.wollman2002-06-174-14/+68
* Clean up a bit of namespace pollution which crept in with the last rev.wollman2002-06-171-1/+1
* Compensate for dodgy Win98/WinME MSCHAPv2 responses later in the codebrian2002-06-175-29/+34
* Remove 17 June as German national holiday.grog2002-06-161-1/+0
* Remove <sys/select.h> to unbreak the build. I'm not sure if this affectsdes2002-06-161-1/+0
* Fix two syntax errors and add declarations of statvfs() and fstatvfs().wollman2002-06-161-2/+6
* Try handling lack of syscons (for diskless boot, or other) bydougb2002-06-161-0/+6
* Rewrite the probe routine. This makes adding drives and quirks more easy.n_hibma2002-06-161-267/+251
* o Remove GIANT_REQUIRED from vm_fault_user_wire().alc2002-06-162-7/+1
* Now that we have a separate header file for sigset_t, use it and avoidwollman2002-06-161-4/+8
* Use <sys/_sigset.h> to get declaration of sigset_t, which has been movedwollman2002-06-161-16/+3
* Delete everything except the sigset_t definitions (subsequent towollman2002-06-161-252/+3
* Don't try to build libssh if NO_OPENSSL is defined because NO_OPENSSL impliessobomax2002-06-161-1/+1
* Our strerror_r(3) returns int, not char *. This fixes bogus error messagessobomax2002-06-161-1/+6
* Removed a duplicate -ffreestanding. It's already set in bsd.kern.mk.mux2002-06-161-1/+1
* Correct the handling of (for example) the N command by only zeroing thetjr2002-06-161-1/+2
* Restore local bits lost in recent merge from NetBSD.mdodd2002-06-162-19/+30
* Botcho. I included in the last commit themjacob2002-06-162-2/+0
* When counting words, check the correct character variable to see whether it'stjr2002-06-161-2/+2
* If the HBA is already 'touched', still set maxluns. Othewise formjacob2002-06-161-67/+126
* Add support for ISP_FC_GETHINFO, which returns current connectionmjacob2002-06-161-38/+158
* Extend private adjunct to ATIO to have both tag lun, and extended statemjacob2002-06-161-1/+10
* Force commit (last CVS comment was wrong).mjacob2002-06-161-1/+0
OpenPOWER on IntegriCloud