summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Create a small library function, check_utility_compat(3), to determinewollman2002-10-286-34/+201
* Fix a case in kern_rename() where a vn_finished_write() call wasiedowse2002-10-272-4/+4
* In ipi_send(), perform a mf instruction prior to initiating the IPI.marcel2002-10-271-1/+1
* Serial + Parallel + Ethernet + NFS section translationgioria2002-10-271-107/+125
* Take care of the case for the default speed (no -s option) also.njl2002-10-271-3/+2
* Implement the new 1003.1-2001 pathconf() keys, including the Advisorywollman2002-10-271-11/+47
* Change the way support for asynchronous I/O is indicated to applicationswollman2002-10-277-4/+44
* As promised, downgrade the #error into a #warning.wollman2002-10-271-1/+1
* Update limits and configuration parameters for 1003.1/TC1/D6.wollman2002-10-275-17/+76
* Add used #include <limits.h>.wollman2002-10-273-3/+6
* Do not include <sys/syslimits.h> directly; it is not intended for generalwollman2002-10-276-6/+8
* Move speed units conversion to right before it is used. This catches thenjl2002-10-271-1/+2
* Don't complain about not knowing the remote file size when working indes2002-10-271-1/+1
* Don peril sensitive sun glasses and change the default system call vectorjake2002-10-272-4/+37
* Slight amendment to rev 1.34: instead of considering any short read andes2002-10-271-6/+8
* Don't roll our own clean target, the default onemux2002-10-271-5/+0
* Merged various changes from src/sbin/fdisk/fdisk.c revisions up to 1.66.nyan2002-10-271-758/+426
* Introduce _fetch_writev(), which is the conn_t version of writev(2). Indes2002-10-272-7/+38
* Centrally manage enforcement of {reboot,swapon,sysctl} using therwatson2002-10-279-117/+81
* Eliminate two cases of undefined behaviour: total in _fetch_write() wasdes2002-10-272-0/+2
* Whitespace and indentation cleanup.des2002-10-271-12/+12
* Forgot to disable alarms after fetchXGet() in previous commit.des2002-10-271-0/+2
* Add an ETA timer that kicks in after 30 seconds.des2002-10-271-16/+45
* Back out the previous commit, and fix the bug rather than try to hide itsdes2002-10-271-10/+18
* Fix a bunch of warnings on 64 bit platforms in themux2002-10-272-4/+5
* - Comment a line which sets CISS_DEBUG by default.mux2002-10-271-1/+1
* Fix a warning when CISS_DEBUG is defined.mux2002-10-271-1/+1
* Correct visibility for v*wscanf(), wcstoll() and wcstoull(). These functionstjr2002-10-271-9/+16
* Fix the regexp evilness so that fdisk can (again?) find the devicephk2002-10-271-1/+1
* Style sweep.tjr2002-10-275-40/+32
* Don't attempt to find the geometry with disklabel based ioctl, it justphk2002-10-271-15/+0
* Don't truncate on large disks.phk2002-10-271-1/+6
* Translation of DOS and QIC/SCSI tape sectiongioria2002-10-271-190/+216
* MFbed:ue2002-10-273-6/+79
* MFen 1.5gioria2002-10-271-14/+8
* Implement mac_check_system_sysctl(), a MAC Framework entry point torwatson2002-10-2714-0/+277
* Hook up mac_check_system_reboot(), a MAC Framework entry point thatrwatson2002-10-2714-3/+225
* Merge from MAC tree: rename mac_check_vnode_swapon() torwatson2002-10-2714-171/+171
* MACHINE_ARCH is wrong here. It should be MACHINEimp2002-10-271-1/+1
* Mention the need to have COMPAT_FREEBSD4 in the kernel you use for theimp2002-10-271-1/+6
* Remove unnecessary compatibility macro. (We were only printing, not parsing,wollman2002-10-271-1/+0
* Add new 1003.1-2001/TC1/D6 parameters. (On final recirculation ballot now,wollman2002-10-274-2/+16
* Add NO_COMPAT_FREEBSD4.peter2002-10-272-0/+2
* DISTDIR is used by 'make release', lets see if this is enough to turnpeter2002-10-271-1/+1
* o Add functionality to add a GPT partition,marcel2002-10-279-104/+389
* Don't dump core if none of the directories in /etc/manpath.config exist.kris2002-10-271-0/+3
* Allow users to read the Early Adopter's Guide in sysinstall.bmah2002-10-272-14/+18
* Note the scary messages that you see when mounting / and other thingsimp2002-10-271-0/+3
* Un-remove sysinstall for ia64.peter2002-10-271-1/+2
* Add back ia64 support that was removed in the last few revisions.peter2002-10-274-1/+31
OpenPOWER on IntegriCloud