aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* | Rename g_slice_init() to the more appropriate g_slice_alloc() and givePoul-Henning Kamp2003-05-021-4/+14
* | Per previous announcement, remove the old version of the rc system.Doug Barton2003-05-021-1/+1
* | style improvement.Poul-Henning Kamp2003-05-021-3/+2
* | Get rid of trivial function g_destroy_event().Poul-Henning Kamp2003-05-021-10/+3
* | Lock the vm_object when updating its shadow list.Alan Cox2003-05-021-2/+10
* | Add the M_FREELIST flag, which is used to detect whenever aMike Silbersack2003-05-022-0/+11
* | Simplify the removal of a shadow object in vm_object_collapse().Alan Cox2003-05-021-3/+3
* | White space changes.Greg Lehey2003-05-021-11/+10
* | Unbreak alpha and ia64 builds. The previous change made the inclusionMarcel Moolenaar2003-05-021-1/+6
* | - Reduce the DVMA preallocation limit from 128kB to 32kB. 128kB wereThomas Moestl2003-05-023-3/+3
* | remove old and inaccurate XXX comment.Julian Elischer2003-05-021-1/+0
* | Move the flag that indicates an idle thread from the KSE to the thread.Julian Elischer2003-05-025-5/+5
* | Remove Giant from the setuid(), seteuid(), setgid(), setegid(),John Baldwin2003-05-011-30/+0
* | Small style tweaks to some members of struct session and sigio to be moreJohn Baldwin2003-05-011-5/+5
* | Initialize and destroy the struct proc mutex in the proc zone's init andJohn Baldwin2003-05-013-5/+6
* | Plug some memory-leaks.Poul-Henning Kamp2003-05-011-2/+7
* | Restore local changes accidentally lost in the last import.John Baldwin2003-05-016-6/+54
* | Remove the now obsolete geomidorname hack.Poul-Henning Kamp2003-05-012-107/+0
* | Fix a printf warning from the recent CAM changes.John Baldwin2003-05-011-2/+2
* | Add a new flag, EV_CANCELED, and use it to make g_waitfor_event() returnPoul-Henning Kamp2003-05-011-1/+5
* | When events on a reference is cancelled, check our doorstep first,Poul-Henning Kamp2003-05-011-0/+7
* | Catch up to reworked debugging levels in latest Intel import.John Baldwin2003-05-011-5/+4
* | Remove now unneeded special case for "geom.ctl".Poul-Henning Kamp2003-05-011-2/+0
* | Garbage collect unused TDF_INMSLEEP flag.John Baldwin2003-05-012-2/+0
* | Instead of recording the Unix time in a process when it starts, record theDag-Erling Smørgrav2003-05-017-11/+15
* | Fix lock order reversal when opening device and chn_reset fails.Orion Hodson2003-05-011-5/+4
* | Remove DIOCGPC98 ioctl.Yoshihiro Takahashi2003-05-012-6/+0
* | - Move decoding pc98_partition function into geom_pc98_enc.c.Yoshihiro Takahashi2003-05-015-24/+84
* | Fix to build pc98 boot loader after support amd64.Yoshihiro Takahashi2003-05-012-3/+120
* | Note when we issue a request to the disk driver, so that we canGreg Lehey2003-05-011-1/+2
* | Fix compiling problem, p_tracee is in my local repository forDavid Xu2003-05-012-6/+0
* | Use only a 64bit hash filter table for ADM-Centaur cards like theMartin Blapp2003-05-012-2/+10
* | Drop Giant lock before suspended, pick up it after resumed.David Xu2003-05-012-2/+10
* | Do not attempt to free NULL dinodes (i_din1 or i_din2) in ffs_ifree().Tim J. Robbins2003-05-011-2/+2
* | Free i_din2 instead of i_din1 in ffs_ifree() on UFS2 filesystems.Tim J. Robbins2003-05-011-1/+1
* | I'm pleased to announce that Promise is now supporting the FreeBSDSøren Schmidt2003-05-012-9/+161
* | Relax the test for when to use LBA instead of CHS size.Søren Schmidt2003-05-011-2/+2
* | Fix compile errors on ia64 in dagetcapacity. Set block_len and maxsectorKenneth D. Merry2003-05-011-0/+2
* | Extend the scope of the vm_object locking in vm_object_split().Alan Cox2003-05-011-4/+4
* | Commit a missed change to keep in sync with the MI elf loader.Peter Wemm2003-05-011-4/+4
* | Argh. This was broken by the last-minute elf32/elf64/"elf kernel" changes.Peter Wemm2003-05-012-3/+3
* | Only use the pc bios stuff on i386's. I think this might even be unusedPeter Wemm2003-05-011-0/+2
* | Add AMD64 support to dev/fb. It isn't optimized.Peter Wemm2003-05-012-7/+22
* | Update the hardcoded bus tags for early console support for amd64.Peter Wemm2003-05-012-2/+2
* | I changed the numbering of the MODINFOMD_SMAP during the commit, soPeter Wemm2003-05-011-2/+4
* | Nuke; repocopied to elf32_freebsd.c where it lives on.Peter Wemm2003-05-011-88/+0
* | Enable the i386 loader to load and run an amd64 kernel. If this putsPeter Wemm2003-05-0123-754/+580
* | Lock an update to a vm_object's ref_count.Alan Cox2003-05-011-0/+2
* | Hack to enable getting two different elf32 and elf64 loaders in thePeter Wemm2003-05-011-0/+13
* | <b30> is 'IA64' - ie: you're running on an ia64 in 32 bit mode.Peter Wemm2003-05-011-1/+1