summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cosmetic changes.nyan2005-05-011-17/+15
* Add some convenience defines.nyan2005-05-011-1/+5
* Fix signed vs unsigned warning.nyan2005-05-011-2/+2
* Go back to the old way of finding the Promise metadata, the new way wassos2005-05-011-1/+1
* - document powerd_flags toonetchild2005-05-011-0/+10
* Add ntp.jst.mfeed.ad.jp and ntp1.v6.mfeed.ad.jp (IPv6 only) tomatusita2005-05-012-0/+12
* don't see RES_USE_INET6 when called from getipnodeby*().ume2005-05-011-6/+14
* Merged more changes from fdisk/fdisk.c.nyan2005-05-011-26/+7
* Use NDOSPART macro instead of a magic number.nyan2005-05-011-2/+2
* Merged from src/sbin/fdisk/fdisk.c revision 1.77.nyan2005-05-011-2/+2
* MFi386: revision 1.1198 (add KDB_STOP_NMI option).nyan2005-05-011-0/+5
* MFi386: revision 1.220 (add KDB_STOP_NMI option).nyan2005-05-011-0/+3
* update for recent api changessam2005-05-011-11/+25
* Turn on libobjc.so for all platforms on -current. It didn't work backpeter2005-05-011-12/+2
* - Remove spls and comments relating to them.jeff2005-05-011-26/+2
* - Remove an old splcam hack.jeff2005-05-011-4/+0
* - Remove unnecessary spls.jeff2005-05-011-10/+2
* - Return EACCES if we're trying to exec on a vp with no object.jeff2005-05-011-0/+2
* - In devfs_open() and devfs_close() grab Giant if the driver sets NEEDGIANT.jeff2005-05-011-5/+12
* o enable shutdown of taskqueue threads; the thread servicing the queue checkssam2005-05-012-13/+43
* oops, gethostbyaddr(3) must return h_addr as an IPv4-mappedume2005-04-303-6/+17
* Implement an alternate method to stop CPUs when entering DDB. Normally we usedwhite2005-04-3013-0/+274
* handling RES_USE_INET6 better.ume2005-04-301-4/+5
* _ht_gethostbyaddr didn't handle RES_USE_INET6 correctly.ume2005-04-301-1/+1
* _gethostbynisname() didn't support RES_USE_INET6.ume2005-04-301-0/+9
* Reduce diffs against actual production configuration.des2005-04-301-1/+1
* Remove a line which merely echoed the builtin default.des2005-04-301-1/+0
* Split the 'clean' command into 'cleansrc', 'cleanobj' and 'cleanroot'.des2005-04-301-2/+11
* Add 'cleanobj' to the default target list.des2005-04-301-1/+1
* _ht_gethostbyname didn't handle RES_USE_INET6 correctly.ume2005-04-301-6/+18
* Fix an old pasto.des2005-04-301-1/+1
* Take newbusification one step further, ie use the device_t more consequentlysos2005-04-3019-583/+601
* Add some subversive code to cleandir: remove the sbin/ipf treeimp2005-04-301-0/+1
* - Remove long dead splbio() calls and comments relating to the oldjeff2005-04-301-71/+4
* - Don't acquire Giant before calling b_biodone, individual consumers arejeff2005-04-301-6/+0
* - Use bdone() directly instead of calling it indirectly throughjeff2005-04-301-11/+1
* - Acquire Giant in AIO's iodone routine. VFS will no longer do it for usjeff2005-04-301-0/+2
* - Call VM_LOCK_GIANT in cluster_callback() to protect some pmap calls. VFSjeff2005-04-301-0/+2
* - VM_LOCK_GIANT in the swap pager's iodone routine as VFS will soon call itjeff2005-04-301-0/+2
* - Mark devfs as MNTK_MPSAFE as I belive it does not require Giant.jeff2005-04-301-0/+1
* - In vnlru_free() remove the vnode from the free list before we calljeff2005-04-301-33/+51
* Fix spelling errors.joel2005-04-301-2/+2
* Do not unconditionally mount devfs to ${jail_devdir}/dev. First checkcsjp2005-04-301-9/+12
* To allow /etc to be as minimal as possible in a diskless setup, we needbrooks2005-04-297-373/+9
* Add PROC_UNLOCK(p) to PTRACESTOP_SC(p, td, flag). This is necessarycperciva2005-04-291-0/+1
* If we resort to opening a slice instead of the base device, do so withphk2005-04-291-1/+1
* Make call to tw_cl_deferred_interrupt in twa_poll, not dependent on thevkashyap2005-04-291-2/+12
* - do validation check and IPv4-mapped IPv6 address handling beforeume2005-04-292-36/+41
* Modify UMA to use critical sections to protect per-CPU caches, rather thanrwatson2005-04-292-113/+120
* Enable dc(4) and rl(4) in the PAE kernel.obrien2005-04-291-2/+0
OpenPOWER on IntegriCloud