summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Removed a duplicate -ffreestanding. It's already set in bsd.kern.mk.mux2002-06-161-1/+1
* Botcho. I included in the last commit themjacob2002-06-162-2/+0
* 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
* Add ISP_FC_GETHINFO ioctl.mjacob2002-06-162-1/+30
* Set all 23XX cards as 'touched' (we have trouble, unpredictably, aboutmjacob2002-06-161-241/+73
* Change isp_target_async to a function returning an integer.mjacob2002-06-161-20/+8
* Set default command count to 0xfe. This tells the f/w essentiallymjacob2002-06-161-3/+5
* Add MBOX_DRIVER_HEARTBEAT/MBOX_FW_HEARTBEAT/FC4_FC_SVC defines.mjacob2002-06-161-0/+4
* Roll minor version. Add ISPASYNC_FW_RESTARTED async event. Addmjacob2002-06-161-4/+11
* Add some (but not all) of the things POSIX expects to be declared inwollman2002-06-151-0/+23
* Fix visibility macros. Declare fsblkcnt_t and fsfilcnt_t (for statvfs())wollman2002-06-151-4/+10
* Fix visibility issues; use <sys/timespec.h>.wollman2002-06-151-19/+3
* nmount'ify unionfs further by using separate options insteadmux2002-06-152-6/+16
* Convert UDF to nmount.mux2002-06-152-50/+28
* mdcreate_vnode() isn't correctly clearing things out of the linkedphk2002-06-151-2/+2
* o Remove GIANT_REQUIRED from useracc() and vsunlock(). Neitheralc2002-06-151-3/+4
* o Remove the acquisition and release of Giant from munlock().alc2002-06-151-2/+0
* Note that sio is required.mjacob2002-06-142-2/+4
* Change vfs_copyopt() so that the length argument passed to itmux2002-06-142-11/+8
* Implement the <sys/statvfs.h> header. Related changes to <sys/types.h>wollman2002-06-142-0/+79
* - Chainsaw the storage pool code. This was being used by a bunch of codearr2002-06-143-404/+1
* o Use vm_map_wire() and vm_map_unwire() in place of vm_map_pageable() andalc2002-06-146-414/+8
* - Turn the hea and hfa HARP storage pools into UMA zones and insertarr2002-06-1414-63/+77
* Add an entry for the US Robotics 2415.nsayer2002-06-141-0/+1
* Reserve two constants for managing socket MAC labels via socket options.rwatson2002-06-141-0/+2
* Whitespaec consistency.rwatson2002-06-141-6/+6
* Notify functions can destroy the pcb, so they have to return anhsu2002-06-1411-46/+73
* Add a comment about how we should use vn_open() here instead of directlyrwatson2002-06-141-0/+4
* Re-commit w/fix:silby2002-06-143-3/+18
* Back out ip_tos/ip_ttl/DF "fix", it just panic'd my box. :)silby2002-06-143-20/+1
* Ensure that the syn cache's syn-ack packets contain the samesilby2002-06-143-1/+20
* Set system_map for both mbuf_map and clust_map to 1, in mbuf_init().bmilekic2002-06-131-2/+4
* Regen.rwatson2002-06-135-57/+17
* Keep POSIX.1e capabilities system call placeholders, but remove definitions.rwatson2002-06-131-6/+6
* No POSIX.1e capabilities in the main tree yet.rwatson2002-06-131-270/+0
* kern_cap.c no longer needed.rwatson2002-06-132-126/+0
* opt_cap.c no longer neededrwatson2002-06-133-6/+0
* Because we're holding an exclusive write lock on the head, references tohsu2002-06-131-3/+0
* POSIX.1e capabilities aren't here yet, don't put an option for itrwatson2002-06-131-1/+0
* Fix a race during null node creation between relookuping the hash andsemenu2002-06-134-105/+102
OpenPOWER on IntegriCloud