summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix ALIGNED_POINTER(). sizeof((u_int32_t)) is not legal C.peter2003-06-041-1/+1
* Unbreak ia64. 'nuff said.marcel2003-06-041-0/+4
* Change handling to support strong alignment architectures such as alpha andticso2003-06-044-23/+74
* Assert the vnode lock when returning successfully from vn_open_cred().rwatson2003-06-041-0/+1
* Remove un-needed code.julian2003-06-044-100/+56
* Don't call sbp_do_attach() recursively after agent resetsimokawa2003-06-031-1/+1
* Allocate zeroed space for fwdev.simokawa2003-06-031-1/+2
* Open fwmem device exclusively.simokawa2003-06-031-0/+5
* Add a geom_vol_ffs module and hook up to the build.gordon2003-06-032-1/+10
* Add vm object locking to vm_object_coalesce().alc2003-06-031-7/+12
* Fix a potential bucket leak where when freeing to an empty bucketbmilekic2003-06-031-57/+29
* Bah, revert the previous commit for the time being due to inadequate testingjhb2003-06-031-6/+8
* Update MPILIB from code received from LSI. Make changes in the rest ofmjacob2003-06-039-159/+519
* Make ed compile in the NOCRYPT case.jhay2003-06-031-0/+4
* Change fatal to warnx() for unknown encodingache2003-06-031-4/+2
* Fix the asm constraints so that we use the correct constants when acquiringjhb2003-06-031-8/+6
* Mdoc: fix hard sentence breaks.hmp2003-06-031-35/+57
* Document that kldload(2) can also return EEXIST.hmp2003-06-031-0/+4
* Catch up with revs 1.49-1.50 of df.c: don't mention -t in the BUGS sectionbde2003-06-031-3/+1
* Fixed exit code in previous commit. "var++" to set a flag to nonzerobde2003-06-031-5/+9
* Teach recent changes in the umtx structure in the kernel to the libthrmtm2003-06-031-1/+1
* Remove SI_SUB_VINUM. SI_SUB_RAID makes more sense.grog2003-06-031-3/+2
* The midway driver has been busdmaified and is not i386-specific anymore.harti2003-06-034-64/+18
* - Remove the blocked pointer from the umtx structure.jeff2003-06-033-174/+164
* Don't deregister the kld on resetconfig, only when we're really readygrog2003-06-031-3/+3
* Free memory of internal low level lock when mutex and condition variabledavidxu2003-06-034-0/+18
* When scanning for changed containers, don't assume that the controllerscottl2003-06-031-7/+10
* Two enhancements for kdump.peter2003-06-032-21/+101
* Turn on btxld for amd64.peter2003-06-031-0/+4
* Add AMD64 support.peter2003-06-032-1/+5
* Add support for generic PMCICA ATA CARDimp2003-06-031-0/+1
* Sync to 1.51imp2003-06-031-1/+4
* Add another PCMCIA IDE CARDimp2003-06-031-0/+1
* Account for packets processed at layer-2 (i.e. net.link.ether.ipfw=1).kbyanc2003-06-021-3/+6
* Merge from private version:sam2003-06-021-50/+127
* Redo locking for better SMP suport:sam2003-06-021-15/+18
* Redo locking for proper SMP operation:sam2003-06-022-52/+50
* Flush my local cache of cryto subsystem fixes:sam2003-06-023-18/+43
* Cosmetic; record offsets used within jmpbufpeter2003-06-023-30/+30
* From the df man page:jkh2003-06-021-0/+9
* Update for amd64 after repocopy from i386/peter2003-06-021-2/+1
* Port libc_r to amd64, and turn it back on for amd64. It passes all ofpeter2003-06-023-2/+21
* Fix sigsetjmp(). It helps if we do not try to save the old signal maskpeter2003-06-021-0/+1
* Fix restarted syscalls. When we rewind %rip, we also need to restorepeter2003-06-021-2/+6
* Make this more compatable with libc_r. Make the internal types for storingpeter2003-06-021-3/+3
* Tidy the code up a fraction. Re-release with a 2-clause BSD licensemarkm2003-06-021-19/+33
* Further devilification of CCD:phk2003-06-024-384/+203
* Use GEOM OAM api to retrive list of configured ccd devices.phk2003-06-022-0/+22
* Begin deevilification of CCD:phk2003-06-022-2/+112
* Initialize td->td_pcb->pcb_ext in cpu_thread_setup() since a garbagetegge2003-06-021-0/+1
OpenPOWER on IntegriCloud